aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+1
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches1-0/+4
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+6
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-24/+20
2011-09-20lib: add error checking to hex2binMimi Zohar1-1/+1
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+8
2011-07-26kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger1-0/+8
2011-07-25include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe1-22/+21
2011-07-25include/linux/kernel.h: fix a headers_check warningWANG Cong1-23/+24
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into sched/coreIngo Molnar1-1/+1
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker1-1/+1
2011-06-15BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert1-2/+2
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan1-0/+31
2011-05-25sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro1-0/+8
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt1-0/+1
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-4/+66
2011-02-01kernel.h: fix kernel-doc warningRandy Dunlap1-1/+1
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell1-1/+0
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-0/+2
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+7
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton1-3/+16
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+1
2010-11-29Merge branch 'master' into nextJames Morris1-243/+1
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds1-244/+1
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg1-0/+1
2010-11-10kernel: add roundup() code comment from akpmJames Morris1-0/+2
2010-11-09kernel: Constify temporary variable in roundup()Tetsuo Handa1-1/+1
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf1-0/+5
2010-10-26ratelimit: add comment warning people off printk_ratelimit()Andrew Morton1-0/+5
2010-10-26include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton1-4/+4
2010-10-26kernel.h: add {min,max}3 macrosHagen Paul Pfeifer1-0/+18
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+10
2010-10-21kernel: roundup should only reference arguments onceEric Paris1-1/+6
2010-10-21kernel: rounddown helper functionEric Paris1-0/+6
2010-09-10Consolidate min_not_zeroMartin K. Petersen1-0/+10
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-0/+7
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-0/+1
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-1/+1
2010-08-09kernel.h: remove unused NIPQUAD and NIPQUAD_FMTJoe Perches1-11/+0
2010-08-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+0
2010-07-20tracing: Remove special tracesFrederic Weisbecker1-5/+0
2010-07-11fix #warning about using kernel headers in userpsaceJustin P. Mattock1-6/+0
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-06-10x86, mce: Add HW_ERR printk prefix for hardware error loggingHuang Ying1-0/+7
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+2
2010-05-25printk_ratelimited(): fix uninitialized spinlockOGAWA Hirofumi1-8/+7
2010-05-25kernel.h: add pr_warn for symmetry to dev_warn, netdev_warnJoe Perches1-0/+2