aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-12move kernel-doc comment for might_sleep directly before its defining blockUwe Kleine-König1-7/+7
2008-07-30introduce lower_32_bits() macroJoerg Roedel1-0/+6
2008-07-25printk ratelimiting rewriteDave Young1-6/+2
2008-07-25split the typecheck macros out of include/linux/kernel.hAndrew Morton1-20/+1
2008-07-10Merge branch 'linus' into core/printkIngo Molnar1-0/+3
2008-07-05Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.hEduard - Gabriel Munteanu1-0/+3
2008-06-18x86, generic: mark early_printk as asmlinkageJiri Slaby1-1/+1
2008-05-24namespacecheck: more kernel/printk.c fixesThomas Gleixner1-6/+0
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-1/+11
2008-04-30Add macros similar to min/max/min_t/max_tHarvey Harrison1-17/+74
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin1-0/+3
2008-04-29isolate ratelimit from printk.c for other useDave Young1-0/+1
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein1-0/+1
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macrosJoe Perches1-4/+2
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-0/+4
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches1-5/+13
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-1/+1
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-0/+1
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells1-2/+0
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel1-0/+1
2008-02-06Avoid divide in IS_ALIGNHerbert Xu1-1/+1
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar1-0/+3
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu1-2/+2
2007-10-17printk: add KERN_CONT annotationIngo Molnar1-0/+7
2007-10-17Make the pr_*() family of macros in kernel.h completeEmil Medve1-5/+17
2007-10-17printk: add interfaces for external access to the log bufferMike Frysinger1-0/+6
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki1-0/+1
2007-10-12[BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe1-0/+14
2007-09-11PTR_ALIGNMatthew Wilcox1-0/+1
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-1/+1
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen1-4/+4
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-06-08hexdump: more output formattingRandy Dunlap1-4/+8
2007-05-12include/linux: trivial repair whitespace damageDaniel Walker1-2/+2
2007-05-11lib/hexdumpRandy Dunlap1-0/+11
2007-05-10add upper-32-bits macroAndrew Morton1-0/+10
2007-05-07ARRAY_SIZE: check for typeRusty Russell1-1/+2
2007-04-30Add kvasprintf()Jeremy Fitzhardinge1-0/+1
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman1-1/+2
2007-02-12[PATCH] include/linux/kernel.h: Remove labs()Richard Knutsson1-5/+0
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev1-0/+1
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin1-0/+3
2007-02-11[PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o1-0/+1
2007-01-10[PATCH] fix linux banner format stringRoman Zippel1-0/+3
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-2/+0
2006-12-08[PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a constantDavid Howells1-6/+0
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-8/+1
2006-11-30fix spelling error in include/linux/kernel.hJim Cromie1-1/+1
2006-11-26Fix 'ALIGN()' macro, take 2Linus Torvalds1-1/+3