summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)Author
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker
2012-02-20sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches
2012-01-12kernel.h: neaten panic prototypeJoe Perches
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-09-20lib: add error checking to hex2binMimi Zohar
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2011-07-26kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger
2011-07-25include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe
2011-07-25include/linux/kernel.h: fix a headers_check warningWANG Cong
2011-07-01Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker
2011-06-15BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-05-25sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan
2011-02-01kernel.h: fix kernel-doc warningRandy Dunlap
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman
2011-01-13include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar
2010-11-29Merge branch 'master' into nextJames Morris
2010-11-15include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg
2010-11-10kernel: add roundup() code comment from akpmJames Morris
2010-11-09kernel: Constify temporary variable in roundup()Tetsuo Handa
2010-10-26div64_u64(): improve precision on 32bit platformsBrian Behlendorf
2010-10-26ratelimit: add comment warning people off printk_ratelimit()Andrew Morton
2010-10-26include/linux/kernel.h: add __must_check to strict_strto*()Andrew Morton
2010-10-26kernel.h: add {min,max}3 macrosHagen Paul Pfeifer