| Age | Commit message (Expand) | Author | Lines |
| 2011-05-12 | vsprintf: Turn kptr_restrict off by default | Ingo Molnar | -1/+1 |
| 2011-05-10 | Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats... | Joerg Roedel | -5/+13 |
| 2011-05-05 | rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT | Mathieu Desnoyers | -1/+1 |
| 2011-05-05 | rcu: Remove conditional compilation for RCU CPU stall warnings | Paul E. McKenney | -28/+2 |
| 2011-05-04 | audit: support the "standard" <asm-generic/unistd.h> | Chris Metcalf | -0/+2 |
| 2011-05-04 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | -6/+18 |
| 2011-05-02 | XZ decompressor: Fix decoding of empty LZMA2 streams | Lasse Collin | -3/+3 |
| 2011-04-28 | flex_arrays: allow zero length flex arrays | Eric Paris | -1/+10 |
| 2011-04-28 | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | -5/+8 |
| 2011-04-28 | flex_array: allow 0 length elements | Eric Paris | -6/+20 |
| 2011-04-28 | flex_arrays: allow zero length flex arrays | Eric Paris | -1/+10 |
| 2011-04-28 | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | -5/+8 |
| 2011-04-28 | watchdog, hung_task_timeout: Add Kconfig configurable default | Jeff Mahoney | -0/+15 |
| 2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | -182/+2483 |
| 2011-04-14 | kstrtox: simpler code in _kstrtoull() | Alexey Dobriyan | -6/+3 |
| 2011-04-14 | kstrtox: fix compile warnings in test | Alexey Dobriyan | -16/+16 |
| 2011-04-10 | add printk.time=1 boot-time hint to Kconfig.debug help text | Jim Cromie | -1/+2 |
| 2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | -6/+6 |
| 2011-04-07 | dma-debug: print information about leaked entry | Stanislaw Gruszka | -5/+13 |
| 2011-04-06 | vsprintf: make comment about vs{n,cn,}printf more understandable | Uwe Kleine-König | -6/+3 |
| 2011-04-04 | kemleak-test: build as module only | Daniel Baluta | -4/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | -6/+6 |
| 2011-03-27 | Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | -0/+1408 |
| 2011-03-25 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -1/+6 |
| 2011-03-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | -388/+1568 |
| 2011-03-24 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | -6/+1 |
| 2011-03-24 | vsprintf: Introduce %pB format specifier | Namhyung Kim | -1/+6 |
| 2011-03-23 | bitops: introduce CONFIG_GENERIC_FIND_BIT_LE | Akinobu Mita | -0/+7 |
| 2011-03-23 | asm-generic: change little-endian bitops to take any pointer types | Akinobu Mita | -4/+6 |
| 2011-03-23 | asm-generic: rename generic little-endian bitops functions | Akinobu Mita | -5/+4 |
| 2011-03-22 | zlib: slim down zlib_deflate() workspace when possible | Jim Keniston | -6/+42 |
| 2011-03-22 | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | -141/+971 |
| 2011-03-22 | printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig | Mandeep Singh Baines | -0/+11 |
| 2011-03-22 | printk: use %pK for /proc/kallsyms and /proc/modules | Kees Cook | -1/+1 |
| 2011-03-22 | vsprintf: neaten %pK kptr_restrict, save a bit of code space | Joe Perches | -9/+5 |
| 2011-03-22 | kernel/watchdog.c: allow hardlockup to panic by default | Don Zickus | -0/+17 |
| 2011-03-22 | oom: suppress nodes that are not allowed from meminfo on oom kill | David Rientjes | -2/+7 |
| 2011-03-21 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | -5/+0 |
| 2011-03-21 | kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by default | Michal Marek | -1/+0 |
| 2011-03-16 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | -153/+0 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | -1/+283 |
| 2011-03-16 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | -9/+52 |
| 2011-03-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -6/+4 |
| 2011-03-15 | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -20/+115 |
| 2011-03-11 | plist: Add priority list test | Lai Jiangshan | -1/+80 |
| 2011-03-11 | plist: Shrink struct plist_head | Lai Jiangshan | -19/+35 |
| 2011-03-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | -1/+8 |
| 2011-03-11 | lib: add shared BCH ECC library | Ivan Djelic | -0/+1408 |
| 2011-03-08 | debugobjects: Add hint for better object identification | Stanislaw Gruszka | -3/+6 |
| 2011-03-05 | BKL: That's all, folks | Arnd Bergmann | -146/+0 |