Age | Commit message (Expand) | Author | Files | Lines |
2011-11-07 | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 1 | -0/+1 |
2011-11-01 | kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete | Joe Perches | 1 | -0/+4 |
2011-11-01 | lib: rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 1 | -1/+6 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -24/+20 |
2011-09-21 | lib: add error checking to hex2bin | Mimi Zohar | 1 | -1/+1 |
2011-07-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -0/+8 |
2011-07-26 | kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usage | Nicholas Bellinger | 1 | -0/+8 |
2011-07-26 | include/linux/kernel.h: hide internal macros from userspace | Arnaud Lacombe | 1 | -22/+21 |
2011-07-26 | include/linux/kernel.h: fix a headers_check warning | WANG Cong | 1 | -23/+24 |
2011-07-01 | Merge branch 'sched/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 1 | -1/+1 |
2011-06-23 | sched: Generalize sleep inside spinlock detection | Frederic Weisbecker | 1 | -1/+1 |
2011-06-16 | BUILD_BUG_ON_ZERO: fix sparse breakage | Dr. David Alan Gilbert | 1 | -2/+2 |
2011-05-25 | lib: add kstrto*_from_user() | Alexey Dobriyan | 1 | -0/+31 |
2011-05-25 | sparse: define dummy BUILD_BUG_ON definition for sparse | KOSAKI Motohiro | 1 | -0/+8 |
2011-05-18 | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 1 | -0/+1 |
2011-03-23 | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | 1 | -4/+66 |
2011-02-01 | kernel.h: fix kernel-doc warning | Randy Dunlap | 1 | -1/+1 |
2011-01-24 | Remove MAYBE_BUILD_BUG_ON | Rusty Russell | 1 | -1/+0 |
2011-01-24 | BUILD_BUG_ON: make it handle more cases | Rusty Russell | 1 | -6/+27 |
2011-01-20 | lockdep: Move early boot local IRQ enable/disable status to init/main.c | Tejun Heo | 1 | -0/+2 |
2011-01-14 | mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim | Mel Gorman | 1 | -0/+7 |
2011-01-13 | include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit | Andrew Morton | 1 | -3/+16 |
2010-11-29 | lib: hex2bin converts ascii hexadecimal string to binary | Mimi Zohar | 1 | -0/+1 |
2010-11-29 | Merge branch 'master' into next | James Morris | 1 | -243/+1 |
2010-11-16 | include/linux/kernel.h: Move logging bits to include/linux/printk.h | Linus Torvalds | 1 | -244/+1 |
2010-11-12 | Restrict unprivileged access to kernel syslog | Dan Rosenberg | 1 | -0/+1 |
2010-11-10 | kernel: add roundup() code comment from akpm | James Morris | 1 | -0/+2 |
2010-11-09 | kernel: Constify temporary variable in roundup() | Tetsuo Handa | 1 | -1/+1 |
2010-10-27 | div64_u64(): improve precision on 32bit platforms | Brian Behlendorf | 1 | -0/+5 |
2010-10-27 | ratelimit: add comment warning people off printk_ratelimit() | Andrew Morton | 1 | -0/+5 |
2010-10-27 | include/linux/kernel.h: add __must_check to strict_strto*() | Andrew Morton | 1 | -4/+4 |
2010-10-27 | kernel.h: add {min,max}3 macros | Hagen Paul Pfeifer | 1 | -0/+18 |
2010-10-23 | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+10 |
2010-10-21 | kernel: roundup should only reference arguments once | Eric Paris | 1 | -1/+6 |
2010-10-21 | kernel: rounddown helper function | Eric Paris | 1 | -0/+6 |
2010-09-10 | Consolidate min_not_zero | Martin K. Petersen | 1 | -0/+10 |
2010-08-12 | Add a dummy printk function for the maintenance of unused printks | David Howells | 1 | -0/+7 |
2010-08-11 | lib/bug.c: add oops end marker to WARN implementation | Anton Blanchard | 1 | -0/+1 |
2010-08-11 | panic: keep blinking in spite of long spin timer mode | TAMUKI Shoichi | 1 | -1/+1 |
2010-08-10 | kernel.h: remove unused NIPQUAD and NIPQUAD_FMT | Joe Perches | 1 | -11/+0 |
2010-08-07 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+7 |
2010-08-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -5/+0 |
2010-08-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -6/+0 |
2010-07-20 | tracing: Remove special traces | Frederic Weisbecker | 1 | -5/+0 |
2010-07-11 | fix #warning about using kernel headers in userpsace | Justin P. Mattock | 1 | -6/+0 |
2010-07-04 | vsprintf: Recursive vsnprintf: Add "%pV", struct va_format | Joe Perches | 1 | -0/+5 |
2010-06-11 | x86, mce: Add HW_ERR printk prefix for hardware error logging | Huang Ying | 1 | -0/+7 |
2010-05-25 | lib: introduce common method to convert hex digits | Andy Shevchenko | 1 | -0/+2 |
2010-05-25 | printk_ratelimited(): fix uninitialized spinlock | OGAWA Hirofumi | 1 | -8/+7 |
2010-05-25 | kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn | Joe Perches | 1 | -0/+2 |