aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAge
* 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-02
|/
* 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-06
* 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
* | include/linux/kernel.h: fix a headers_check warningWANG Cong2011-07-25
|/
* Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-01
|\
| * sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-22
* | BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert2011-06-15
|/
* lib: add kstrto*_from_user()Alexey Dobriyan2011-05-25
* sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro2011-05-25
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-18