aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAge
* 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
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-04
|\ \
| * | fix #warning about using kernel headers in userpsaceJustin P. Mattock2010-07-11
| |/
* / vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches2010-07-04
|/
* lib: introduce common method to convert hex digitsAndy Shevchenko2010-05-25
* printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi2010-05-25
* kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches2010-05-25
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-25
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-21
|\
| * panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Ben Hutchings2010-05-19
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-19
|\ \
| * | tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-21
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\| |
| * | kernel.h: fix wrong usage of __ratelimit()Yong Zhang2010-04-07
| |/
* | Restore __ALIGN_MASK()Alexey Dobriyan2010-04-13
* | netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2010-04-13
|/
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-03
|\
| * Move round_up/down to kernel.hYinghai Lu2010-02-12
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-02-08
|\|
| * kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Roland Dreier2010-01-16
* | sched: might_sleep(): Make file parameter const char *Simon Kagstrom2009-12-28
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-16
|\
| * tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-15
| * tracing: Add trace_dump_stack()Steven Rostedt2009-12-11
* | kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches2009-12-15
* | kernel.h: remove initialization of bool in printk_onceJoe Perches2009-12-15
* | dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches2009-12-15
|/
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-05
|\
| * ratelimit: Make suppressed output messages more usefulChristian Borntraeger2009-10-23
| * printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-22
* | warn about use of uninstalled kernel headersArnd Bergmann2009-10-11
* | Make sure the value in abs() does not get truncated if it is greater than 2^32Rolf Eike Beer2009-09-23
* | BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-23
* | printk_once(): use bool for boolean flagRoland Dreier2009-09-23
* | printk: add printk_delay to make messages readable for some scenariosDave Young2009-09-23
|/