aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-0/+13
|\
| * sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-04-131-0/+13
* | samsung update 1codeworkx2012-06-021-0/+3
|/
* BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert2011-06-151-2/+2
* lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+31
* sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro2011-05-251-0/+8
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-0/+1
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-4/+66
* kernel.h: fix kernel-doc warningRandy Dunlap2011-02-011-1/+1
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-241-1/+0
* BUILD_BUG_ON: make it handle more casesRusty Russell2011-01-241-6/+27
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-0/+2
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-131-0/+7
* include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton2011-01-131-3/+16
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-291-0/+1
* Merge branch 'master' into nextJames Morris2010-11-291-243/+1
|\
| * include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2010-11-151-244/+1
| * Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-121-0/+1
* | kernel: add roundup() code comment from akpmJames Morris2010-11-101-0/+2
|/
* kernel: Constify temporary variable in roundup()Tetsuo Handa2010-11-091-1/+1
* div64_u64(): improve precision on 32bit platformsBrian Behlendorf2010-10-261-0/+5
* ratelimit: add comment warning people off printk_ratelimit()Andrew Morton2010-10-261-0/+5
* include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton2010-10-261-4/+4
* kernel.h: add {min,max}3 macrosHagen Paul Pfeifer2010-10-261-0/+18
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-0/+10
|\
| * Consolidate min_not_zeroMartin K. Petersen2010-09-101-0/+10
* | kernel: roundup should only reference arguments onceEric Paris2010-10-211-1/+6
* | kernel: rounddown helper functionEric Paris2010-10-211-0/+6
|/
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-0/+7
* lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-111-0/+1
* panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-111-1/+1
* kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches2010-08-091-11/+0
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-0/+7
|\
| * x86, mce: Add HW_ERR printk prefix for hardware error loggingHuang Ying2010-06-101-0/+7
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-5/+0
|\ \
| * | tracing: Remove special tracesFrederic Weisbecker2010-07-201-5/+0
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-6/+0
|\ \
| * | fix #warning about using kernel headers in userpsaceJustin P. Mattock2010-07-111-6/+0
| |/
* | vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2010-07-041-0/+5
|/
* lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-251-0/+2
* printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi2010-05-251-8/+7
* kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches2010-05-251-0/+2
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-3/+3
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-0/+1
|\
| * panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings2010-05-191-0/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-181-2/+9
|\ \
| * | tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-211-2/+9
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-1/+1
|\ \ \ | |/ /
| * | kernel.h: fix wrong usage of __ratelimit()Yong Zhang2010-04-071-1/+1
| |/
* | Restore __ALIGN_MASK()Alexey Dobriyan2010-04-131-0/+1