summaryrefslogtreecommitdiff
path: root/drivers/virt
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-13 05:48:25 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-13 05:48:25 +0900
commitf2b152564afdf9c9917c17d1c41c1082c82067bd (patch)
tree1b8841d282cb5ca46cc4e749d66dbc184bfe5da1 /drivers/virt
parentf092bb8648c2b021d64c3586f04e1dbdad2329b5 (diff)
downloadkernel-linux-3.5.y.tar.gz
Linux 3.5.7linux-3.5.y
Diffstat (limited to 'drivers/virt')
0 files changed, 0 insertions, 0 deletions
'/distro/kernel/commit/include/linux/compiler-gcc.h?h=linux-4.7.y&id=cb4188ac8e5779f66b9f55888ac2c75b391cde44'>compiler: introduce __alias(symbol) shortcutAndrey Ryabinin 2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros 2013-02-21compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos 2012-06-18ftrace: Make all inline tags also include notraceSteven Rostedt 2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches 2011-12-21ftrace: Do not function trace inlined functionsSteven Rostedt 2011-05-25sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro 2011-03-22include/linux/compiler-gcc*.h: unify macro definitionsBorislav Petkov 2010-08-09include/linux/compiler-gcc.h: use __same_type() in __must_be_array()Rusty Russell 2010-06-29compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson 2009-11-02compiler: Introduce __always_unusedLi Zefan 2009-03-12[ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König 2009-01-09compiler-gcc.h: add more comments to RELOC_HIDEAndi Kleen 2009-01-02Sanitize gcc version header includesLinus Torvalds 2008-04-30inlining: do not allow gcc below version 4 to optimize inliningIngo Molnar 2008-04-26generic: make optimized inlining arch-opt-inIngo Molnar 2008-04-26x86: add optimized inliningIngo Molnar 2007-10-18Replace __attribute_pure__ with __pureRalf Baechle 2007-10-17Force erroneous inclusions of compiler-*.h files to be errorsRobert P. J. Day 2007-05-09compiler: introduce __used and __maybe_unusedDavid Rientjes 2007-05-07ARRAY_SIZE: check for typeRusty Russell 2007-02-11[PATCH] extend the set of "__attribute__" shortcut macrosRobert P. J. Day