aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-03-15tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)
2013-03-15tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)
2013-03-15tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck
2012-12-17kstrto*: add documentationEldad Zack
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar
2012-12-03linux/kernel.h: define SYMBOL_PREFIXJames Hogan
2012-10-31linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-09-19linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck
2012-09-01linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck
2012-07-21Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki
2012-05-31introduce SIZE_MAXXi Wang
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker
2012-02-20sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches
2012-01-12kernel.h: neaten panic prototypeJoe Perches
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-09-20lib: add error checking to hex2binMimi Zohar
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds