aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+2
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt1-6/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+9
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+2
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-66/+6
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-62/+0
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+2
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-4/+4
2012-03-22Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgentIngo Molnar1-6/+9
2012-03-20tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt1-6/+9
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-03-04kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker1-1/+0
2012-03-04bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker1-61/+0
2012-02-20sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin1-19/+2
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-3/+3
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-3/+3
2012-01-12kernel.h: neaten panic prototypeJoe Perches1-2/+3
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney1-0/+16
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka1-0/+1
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