summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23kernel.h: define u8, s8, u32, etc. limitsAlex Elder
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2014-01-20Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-12-12include/linux/kernel.h: make might_fault() a nop for !MMUAxel Lin
2013-11-26panic: Make panic_timeout configurableJason Baron
2013-11-06tracing: Remove unused function ftrace_off_permanent()Steven Rostedt (Red Hat)
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks
2013-08-02tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-05-28tracing: Put trace_puts() comment above trace_puts() macro for kernel docSteven Rostedt
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap
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