aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAge
* 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
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-22
* kernel.h: fix kernel-doc warningRandy Dunlap2011-01-31
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-23
* BUILD_BUG_ON: make it handle more casesRusty Russell2011-01-23
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-20
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-13
* include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton2011-01-13
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-28
* Merge branch 'master' into nextJames Morris2010-11-28
|\
| * include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2010-11-15
| * Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-12
* | kernel: add roundup() code comment from akpmJames Morris2010-11-09
|/
* kernel: Constify temporary variable in roundup()Tetsuo Handa2010-11-08
* div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-26
* ratelimit: add comment warning people off printk_ratelimit()Andrew Morton2010-10-26
* include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton2010-10-26
* kernel.h: add {min,max}3 macrosHagen Paul Pfeifer2010-10-26
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * Consolidate min_not_zeroMartin K. Petersen2010-09-10
* | kernel: roundup should only reference arguments onceEric Paris2010-10-20
* | kernel: rounddown helper functionEric Paris2010-10-20
|/
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-11
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-11
* kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches2010-08-09
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-06
|\
| * x86, mce: Add HW_ERR printk prefix for hardware error loggingHuang Ying2010-06-11
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\ \
| * | tracing: Remove special tracesFrederic Weisbecker2010-07-20
| |/