summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* introduce SIZE_MAXXi Wang2012-05-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-241-0/+2
|\
| * kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-0/+2
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-231-6/+7
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-311-6/+9
|\
| * Merge branch 'linus' into perf/urgentIngo Molnar2012-03-261-66/+6
| |\
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-221-6/+9
| |\ \
| | * | tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt2012-03-201-6/+9
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-19/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sysinfo: Move struct sysinfo to a separate header fileH. Peter Anvin2012-02-201-19/+2
| | |/ | |/|
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-62/+0
|\ \ \
| * | | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-041-1/+0
| * | | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-041-61/+0
| |/ /
* | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-0/+2
* | | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2012-03-231-4/+4
| |/ |/|
* | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-131-0/+13
|/
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-121-3/+3
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-3/+3
* kernel.h: neaten panic prototypeJoe Perches2012-01-121-2/+3
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-0/+1
|\
| * x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+1
* | kernel.h: add BUILD_BUG() macroDavid Daney2012-01-101-0/+16
|/
* module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2011-11-071-0/+1
* kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches2011-10-311-0/+4
* lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-1/+6
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-24/+20
* lib: add error checking to hex2binMimi Zohar2011-09-201-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-271-0/+8
|\
| * kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger2011-07-261-0/+8
* | include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe2011-07-251-22/+21
* | include/linux/kernel.h: fix a headers_check warningWANG Cong2011-07-251-23/+24
|/
* Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-011-1/+1
|\
| * sched: Generalize sleep inside spinlock detectionFrederic Weisbecker2011-06-231-1/+1
* | BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert2011-06-151-2/+2
|/
* lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+31
* sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro2011-05-251-0/+8
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-0/+1
* kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-4/+66
* kernel.h: fix kernel-doc warningRandy Dunlap2011-02-011-1/+1
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-241-1/+0
* BUILD_BUG_ON: make it handle more casesRusty Russell2011-01-241-6/+27
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-0/+2
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-131-0/+7
* include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton2011-01-131-3/+16
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-291-0/+1
* Merge branch 'master' into nextJames Morris2010-11-291-243/+1
|\
| * include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2010-11-151-244/+1
| * Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-121-0/+1
* | kernel: add roundup() code comment from akpmJames Morris2010-11-101-0/+2
|/
* kernel: Constify temporary variable in roundup()Tetsuo Handa2010-11-091-1/+1