aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2008-08-20Merge branch 'linus' into x86/xenIngo Molnar
2008-08-12move kernel-doc comment for might_sleep directly before its defining blockUwe Kleine-König
2008-07-30introduce lower_32_bits() macroJoerg Roedel
2008-07-28generic, memparse(): constify argumentJeremy Fitzhardinge
2008-07-25printk ratelimiting rewriteDave Young
2008-07-25split the typecheck macros out of include/linux/kernel.hAndrew Morton
2008-07-10Merge branch 'linus' into core/printkIngo Molnar
2008-07-05Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.hEduard - Gabriel Munteanu
2008-06-18x86, generic: mark early_printk as asmlinkageJiri Slaby
2008-05-24namespacecheck: more kernel/printk.c fixesThomas Gleixner
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