summaryrefslogtreecommitdiff
path: root/include/linux/kernel.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki1-1/+0
2012-06-01introduce SIZE_MAXXi Wang1-0/+1
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-05-25kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+2
2012-04-24tracing: Add percpu buffers for trace_printk()Steven Rostedt1-6/+7
2012-04-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+9
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/paul...Linus Torvalds1-62/+0
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+2
2012-03-24include/ 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...Ingo 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-05kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker1-1/+0
2012-03-05bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker1-61/+0
2012-02-21sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin1-19/+2
2012-01-13treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-3/+3
2012-01-13treewide: remove useless NORET_TYPE macro and usesJoe Perches1-3/+3
2012-01-13kernel.h: neaten panic prototypeJoe Perches1-2/+3
2012-01-12Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-01-11kernel.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-11-01kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches1-0/+4
2011-11-01lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+6
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-24/+20
2011-09-21lib: add error checking to hex2binMimi Zohar1-1/+1
2011-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus 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-26include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe1-22/+21
2011-07-26include/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...Ingo Molnar1-1/+1
2011-06-23sched: Generalize sleep inside spinlock detectionFrederic Weisbecker1-1/+1
2011-06-16BUILD_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-23kstrto*: 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-14mm: 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-16include/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