aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+2
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+2
2013-05-28tracing: Put trace_puts() comment above trace_puts() macro for kernel docSteven Rostedt1-3/+2
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin1-5/+2
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin1-1/+1
2013-05-24linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+0
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell1-2/+0
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+67
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker1-1/+0
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-7/+0
2013-03-15tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)1-1/+22
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)1-1/+40
2013-03-15tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)1-0/+4
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+5
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck1-2/+4
2012-12-17kstrto*: add documentationEldad Zack1-0/+33
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+2
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-7/+0
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov1-7/+0
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+7
2012-12-03linux/kernel.h: define SYMBOL_PREFIXJames Hogan1-0/+7
2012-10-31linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko1-5/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-11/+1
2012-09-19linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck1-1/+1
2012-09-01linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck1-2/+10
2012-07-21Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki1-1/+0
2012-05-31introduce SIZE_MAXXi Wang1-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+2
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt1-6/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+9
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+2
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-66/+6
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-62/+0
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+2
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-4/+4
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar1-6/+9
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt1-6/+9
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker1-1/+0
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker1-61/+0
2012-02-20sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin1-19/+2
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-3/+3
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-3/+3
2012-01-12kernel.h: neaten panic prototypeJoe Perches1-2/+3
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1