summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-3/+2
|\
| * tracing: Put trace_puts() comment above trace_puts() macro for kernel docSteven Rostedt2013-05-281-3/+2
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-5/+2
|\ \
| * | mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin2013-05-281-5/+2
| * | mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin2013-05-281-1/+1
| |/
* / net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-051-0/+2
|/
* linux/kernel.h: fix kernel-doc warningRandy Dunlap2013-05-241-2/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-05-051-7/+0
|\
| * CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-7/+0
* | kernel/compat.c: make do_sysinfo() staticStephen Rothwell2013-04-301-2/+0
* | Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-3/+67
|\ \
| * | tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)2013-03-151-1/+1
| * | tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)2013-03-151-1/+22
| * | tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-151-1/+40
| * | tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)2013-03-151-0/+4
* | | printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-1/+0
| |/ |/|
* | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+5
|/
* linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck2012-12-201-2/+4
* kstrto*: add documentationEldad Zack2012-12-171-0/+33
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-5/+2
|\
| * Merge branch 'linus' into perf/coreIngo Molnar2012-12-081-0/+7
| |\
| * | linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko2012-10-311-5/+2
* | | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-111-7/+0
* | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-111-7/+0
| |/ |/|
* | linux/kernel.h: define SYMBOL_PREFIXJames Hogan2012-12-031-0/+7
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-11/+1
* linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck2012-09-191-1/+1
* linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck2012-09-011-2/+10
* Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki2012-07-211-1/+0
* introduce SIZE_MAXXi Wang2012-05-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+2
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+2
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-231-6/+7
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-311-6/+9
|\
| * Merge branch 'linus' into perf/urgentIngo Molnar2012-03-261-66/+6
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-221-6/+9
| |\ \
| | * | tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt2012-03-201-6/+9
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-19/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin2012-02-201-19/+2
| | |/ | |/|
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-62/+0
|\ \ \
| * | | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-041-1/+0
| * | | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-041-61/+0
| |/ /
* | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-0/+2
* | | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-231-4/+4
| |/ |/|
* | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-131-0/+13
|/
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-121-3/+3
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-3/+3
* kernel.h: neaten panic prototypeJoe Perches2012-01-121-2/+3
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-0/+1
|\
| * x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+1