summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2008-05-14lib: create common ascii hex arrayHarvey Harrison
2008-04-30Add macros similar to min/max/min_t/max_tHarvey Harrison
2008-04-29ipc: add definitions of USHORT_MAX and othersZhang, Yanmin
2008-04-29isolate ratelimit from printk.c for other useDave Young
2008-04-29Taint kernel after WARN_ON(condition)Nur Hussein
2008-04-19driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches
2008-02-08Remove fastcall from linux/includeHarvey Harrison
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells
2008-02-06ACPI: Taint kernel on ACPI table override (format corrected)Éric Piel
2008-02-06Avoid divide in IS_ALIGNHerbert Xu
2008-01-30x86: make early printk selectable on 64-bit as wellIngo Molnar
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu
2007-10-17printk: add KERN_CONT annotationIngo Molnar
2007-10-17Make the pr_*() family of macros in kernel.h completeEmil Medve
2007-10-17printk: add interfaces for external access to the log bufferMike Frysinger
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki
2007-10-12[BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe
2007-09-11PTR_ALIGNMatthew Wilcox
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern
2007-08-09hexdump: use const notationArtem Bityutskiy
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov
2007-06-08hexdump: more output formattingRandy Dunlap
2007-05-12include/linux: trivial repair whitespace damageDaniel Walker
2007-05-11lib/hexdumpRandy Dunlap
2007-05-10add upper-32-bits macroAndrew Morton
2007-05-07ARRAY_SIZE: check for typeRusty Russell
2007-04-30Add kvasprintf()Jeremy Fitzhardinge
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman
2007-02-12[PATCH] include/linux/kernel.h: Remove labs()Richard Knutsson
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev
2007-02-11[PATCH] Common compat_sys_sysinfoKyle McMartin
2007-02-11[PATCH] Add TAINT_USER and ability to set taint flags from userspaceTheodore Ts'o
2007-01-10[PATCH] fix linux banner format stringRoman Zippel
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds
2006-12-08[PATCH] LOG2: Alter roundup_pow_of_two() so that it can use a ilog2() on a co...David Howells
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells
2006-11-30fix spelling error in include/linux/kernel.hJim Cromie
2006-11-26Fix 'ALIGN()' macro, take 2Linus Torvalds
2006-11-03[PATCH] Add printk_timed_ratelimit()Andrew Morton
2006-10-03[PATCH] pr_debug: check pr_debug() argumentsZach Brown
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-09-26[PATCH] add DIV_ROUND_UP()Steven Whitehouse
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus
2006-09-23[KERNEL] Do not truncate to 'int' in ALIGN() macro.David Miller
2006-08-11pr_debug() should not be used in driversPavel Machek