aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hGravatar Linus Torvalds 1-244/+1
2010-11-12Restrict unprivileged access to kernel syslogGravatar Dan Rosenberg 1-0/+1
2010-11-09kernel: Constify temporary variable in roundup()Gravatar Tetsuo Handa 1-1/+1
2010-10-26div64_u64(): improve precision on 32bit platformsGravatar Brian Behlendorf 1-0/+5
2010-10-26ratelimit: add comment warning people off printk_ratelimit()Gravatar Andrew Morton 1-0/+5
2010-10-26include/linux/kernel.h: add __must_check to strict_strto*()Gravatar Andrew Morton 1-4/+4
2010-10-26kernel.h: add {min,max}3 macrosGravatar Hagen Paul Pfeifer 1-0/+18
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+10
2010-10-21kernel: roundup should only reference arguments onceGravatar Eric Paris 1-1/+6
2010-10-21kernel: rounddown helper functionGravatar Eric Paris 1-0/+6
2010-09-10Consolidate min_not_zeroGravatar Martin K. Petersen 1-0/+10
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-0/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationGravatar Anton Blanchard 1-0/+1
2010-08-11panic: keep blinking in spite of long spin timer modeGravatar TAMUKI Shoichi 1-1/+1
2010-08-09kernel.h: remove unused NIPQUAD and NIPQUAD_FMTGravatar Joe Perches 1-11/+0
2010-08-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-6/+0
2010-07-20tracing: Remove special tracesGravatar Frederic Weisbecker 1-5/+0
2010-07-11fix #warning about using kernel headers in userpsaceGravatar Justin P. Mattock 1-6/+0
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatGravatar Joe Perches 1-0/+5
2010-06-10x86, mce: Add HW_ERR printk prefix for hardware error loggingGravatar Huang Ying 1-0/+7
2010-05-25lib: introduce common method to convert hex digitsGravatar Andy Shevchenko 1-0/+2
2010-05-25printk_ratelimited(): fix uninitialized spinlockGravatar OGAWA Hirofumi 1-8/+7
2010-05-25kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnGravatar Joe Perches 1-0/+2
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Gravatar Alexey Dobriyan 1-3/+3
2010-05-21Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 1-0/+1
2010-05-19panic: Add taint flag TAINT_FIRMWARE_WORKAROUND ('I')Gravatar Ben Hutchings 1-0/+1
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-2/+9
2010-04-21tracing: Dump either the oops's cpu source or all cpus buffersGravatar Frederic Weisbecker 1-2/+9
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-1/+1
2010-04-13Restore __ALIGN_MASK()Gravatar Alexey Dobriyan 1-0/+1
2010-04-13netfilter: xtables: make XT_ALIGN() usable in exported headers by exporting _...Gravatar Alexey Dobriyan 1-2/+3
2010-04-07kernel.h: fix wrong usage of __ratelimit()Gravatar Yong Zhang 1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+10
2010-02-12Move round_up/down to kernel.hGravatar Yinghai Lu 1-0/+10
2010-02-08Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-0/+4
2010-01-16kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Gravatar Roland Dreier 1-0/+4
2009-12-28sched: might_sleep(): Make file parameter const char *Gravatar Simon Kagstrom 1-2/+3
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+3
2009-12-15kernel.h: add printk_ratelimited and pr_<level>_rlGravatar Joe Perches 1-0/+44
2009-12-15kernel.h: remove initialization of bool in printk_onceGravatar Joe Perches 1-3/+3
2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugGravatar Joe Perches 1-3/+2
2009-12-15tracing: Fix return of trace_dump_stack()Gravatar Steven Rostedt 1-0/+1
2009-12-11tracing: Add trace_dump_stack()Gravatar Steven Rostedt 1-0/+2
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+2
2009-10-23ratelimit: Make suppressed output messages more usefulGravatar Christian Borntraeger 1-1/+2
2009-10-11warn about use of uninstalled kernel headersGravatar Arnd Bergmann 1-0/+6
2009-09-23Make sure the value in abs() does not get truncated if it is greater than 2^32Gravatar Rolf Eike Beer 1-1/+1
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itGravatar Jan Beulich 1-2/+6