| Commit message (Expand) | Author | Age | Files | Lines |
* | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+5 |
* | linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisors | Guenter Roeck | 2012-12-20 | 1 | -2/+4 |
* | kstrto*: add documentation | Eldad Zack | 2012-12-17 | 1 | -0/+33 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-11 | 1 | -5/+2 |
|\ |
|
| * | Merge branch 'linus' into perf/core | Ingo Molnar | 2012-12-08 | 1 | -0/+7 |
| |\ |
|
| * | | linux/kernel.h: Remove duplicate trace_printk declaration | Michal Hocko | 2012-10-31 | 1 | -5/+2 |
* | | | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD | Kirill A. Shutemov | 2012-12-11 | 1 | -7/+0 |
* | | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD | Kirill A. Shutemov | 2012-12-11 | 1 | -7/+0 |
| |/
|/| |
|
* | | linux/kernel.h: define SYMBOL_PREFIX | James Hogan | 2012-12-03 | 1 | -0/+7 |
|/ |
|
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -11/+1 |
* | linux/kernel.h: Fix warning seen with W=1 due to change in DIV_ROUND_CLOSEST | Guenter Roeck | 2012-09-19 | 1 | -1/+1 |
* | linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends | Guenter Roeck | 2012-09-01 | 1 | -2/+10 |
* | Remove SYSTEM_SUSPEND_DISK system state | Rafael J. Wysocki | 2012-07-21 | 1 | -1/+0 |
* | introduce SIZE_MAX | Xi Wang | 2012-05-31 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-05-24 | 1 | -0/+2 |
|\ |
|
| * | kernel: Move REPEAT_BYTE definition into linux/kernel.h | David S. Miller | 2012-05-24 | 1 | -0/+2 |
* | | tracing: Add percpu buffers for trace_printk() | Steven Rostedt | 2012-04-23 | 1 | -6/+7 |
|/ |
|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-03-31 | 1 | -6/+9 |
|\ |
|
| * | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2012-03-26 | 1 | -66/+6 |
| |\ |
|
| * \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2012-03-22 | 1 | -6/+9 |
| |\ \ |
|
| | * | | tracing: Move the tracing_on/off() declarations into CONFIG_TRACING | Steven Rostedt | 2012-03-20 | 1 | -6/+9 |
* | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-03-29 | 1 | -19/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | sysinfo: Move struct sysinfo to a separate header file | H. Peter Anvin | 2012-02-20 | 1 | -19/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 2012-03-24 | 1 | -62/+0 |
|\ \ \ |
|
| * | | | kernel.h: doesn't explicitly use bug.h, so don't include it. | Paul Gortmaker | 2012-03-04 | 1 | -1/+0 |
| * | | | bug: consolidate BUILD_BUG_ON with other bug code | Paul Gortmaker | 2012-03-04 | 1 | -61/+0 |
| |/ / |
|
* | | | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 2012-03-23 | 1 | -0/+2 |
* | | | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 2012-03-23 | 1 | -4/+4 |
| |/
|/| |
|
* | | sched/x86: Fix overflow in cyc2ns_offset | Salman Qazi | 2012-03-13 | 1 | -0/+13 |
|/ |
|
* | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 2012-01-12 | 1 | -3/+3 |
* | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 2012-01-12 | 1 | -3/+3 |
* | kernel.h: neaten panic prototype | Joe Perches | 2012-01-12 | 1 | -2/+3 |
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-11 | 1 | -0/+1 |
|\ |
|
| * | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | 1 | -0/+1 |
* | | kernel.h: add BUILD_BUG() macro | David Daney | 2012-01-10 | 1 | -0/+16 |
|/ |
|
* | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 2011-11-07 | 1 | -0/+1 |
* | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete | Joe Perches | 2011-10-31 | 1 | -0/+4 |
* | lib: rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-10-31 | 1 | -1/+6 |
* | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 1 | -24/+20 |
* | lib: add error checking to hex2bin | Mimi Zohar | 2011-09-20 | 1 | -1/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2011-07-27 | 1 | -0/+8 |
|\ |
|
| * | kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage | Nicholas Bellinger | 2011-07-26 | 1 | -0/+8 |
* | | include/linux/kernel.h: hide internal macros from userspace | Arnaud Lacombe | 2011-07-25 | 1 | -22/+21 |
* | | include/linux/kernel.h: fix a headers_check warning | WANG Cong | 2011-07-25 | 1 | -23/+24 |
|/ |
|
* | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-07-01 | 1 | -1/+1 |
|\ |
|
| * | sched: Generalize sleep inside spinlock detection | Frederic Weisbecker | 2011-06-23 | 1 | -1/+1 |
* | | BUILD_BUG_ON_ZERO: fix sparse breakage | Dr. David Alan Gilbert | 2011-06-15 | 1 | -2/+2 |
|/ |
|
* | lib: add kstrto*_from_user() | Alexey Dobriyan | 2011-05-25 | 1 | -0/+31 |
* | sparse: define dummy BUILD_BUG_ON definition for sparse | KOSAKI Motohiro | 2011-05-25 | 1 | -0/+8 |
* | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 2011-05-18 | 1 | -0/+1 |