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