aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Alexey Dobriyan2010-04-131-2/+3
|/
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-0/+10
|\
| * Move round_up/down to kernel.hYinghai Lu2010-02-121-0/+10
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-02-081-0/+4
|\ \ | |/
| * kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Roland Dreier2010-01-161-0/+4
* | sched: might_sleep(): Make file parameter const char *Simon Kagstrom2009-12-281-2/+3
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-161-0/+3
|\
| * tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-151-0/+1
| * tracing: Add trace_dump_stack()Steven Rostedt2009-12-111-0/+2
* | kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches2009-12-151-0/+44
* | kernel.h: remove initialization of bool in printk_onceJoe Perches2009-12-151-3/+3
* | dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches2009-12-151-3/+2
|/
* Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-051-3/+2
|\
| * ratelimit: Make suppressed output messages more usefulChristian Borntraeger2009-10-231-1/+2
| * printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-2/+0
* | warn about use of uninstalled kernel headersArnd Bergmann2009-10-111-0/+6
* | Make sure the value in abs() does not get truncated if it is greater than 2^32Rolf Eike Beer2009-09-231-1/+1
* | BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-2/+6
* | printk_once(): use bool for boolean flagRoland Dreier2009-09-231-2/+2
* | printk: add printk_delay to make messages readable for some scenariosDave Young2009-09-231-0/+2
|/
* sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-181-3/+3
* sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-181-0/+1
* x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2009-06-251-0/+1
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-161-1/+1
|\
| * debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-151-1/+1
* | printk: Add KERN_DEFAULT printk log-levelLinus Torvalds2009-06-161-0/+2
* | printk: clean up handling of log-levels and newlinesLinus Torvalds2009-06-161-1/+1
|/
* dynamic debug: resurrect old pr_debug() semantics as pr_devel()Michael Ellerman2009-04-161-0/+9
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-0/+133
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+150
| |\
| | * tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-13/+27
| | * tracing: optimize trace_printk()Ingo Molnar2009-03-091-2/+8
| | * tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-3/+31
| | * Merge branch 'core/printk' into tracing/ftraceIngo Molnar2009-03-061-0/+17
| | |\
| | * | tracing: add tracing_on/tracing_off to kernel.hSteven Rostedt2009-03-051-1/+28
| | * | tracing: move utility functions from ftrace.h to kernel.hIngo Molnar2009-03-051-0/+58
* | | | Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-051-0/+17
|\ \ \ \
| * \ \ \ Merge branch 'linus' into core/printkIngo Molnar2009-03-281-3/+4
| |\ \ \ \