summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAge
* kernel/compat.c: make do_sysinfo() staticStephen Rothwell2013-04-30
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-29
|\
| * tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)2013-03-15
| * tracing: Optimize trace_printk() with one arg to use trace_puts()Steven Rostedt (Red Hat)2013-03-15
| * tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-15
| * tracing: Add internal tracing_snapshot() functionsSteven Rostedt (Red Hat)2013-03-15
* | printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-22
* | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
|/
* linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck2012-12-20
* kstrto*: add documentationEldad Zack2012-12-17
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-11
|\
| * Merge branch 'linus' into perf/coreIngo Molnar2012-12-08
| |\
| * | linux/kernel.h: Remove duplicate trace_printk declarationMichal Hocko2012-10-31
* | | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-11
* | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-11
| |/ |/|
* | linux/kernel.h: define SYMBOL_PREFIXJames Hogan2012-12-03
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSESTGuenter Roeck2012-09-19
* linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividendsGuenter Roeck2012-09-01
* Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki2012-07-21
* introduce SIZE_MAXXi Wang2012-05-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-24
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-24
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-23
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-31
|\
| * Merge branch 'linus' into perf/urgentIngo Molnar2012-03-26
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-22
| |\ \
| | * | tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt2012-03-20
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\ \ \ \ | |_|_|/ |/| | |
| * | | sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin2012-02-20
| | |/ | |/|
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\ \ \
| * | | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-04
| * | | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-04
| |/ /
* | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
* | | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-23
| |/ |/|
* | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-13
|/
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-12
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-12
* kernel.h: neaten panic prototypeJoe Perches2012-01-12
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-11
|\
| * x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-05
* | kernel.h: add BUILD_BUG() macroDavid Daney2012-01-10
|/
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-07
* kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-31
* lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-31
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* lib: add error checking to hex2binMimi Zohar2011-09-20
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-27
|\
| * kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger2011-07-26
* | include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe2011-07-25