Age | Commit message (Expand) | Author | Files | Lines |
2009-01-21 | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 1 | -33/+32 |
2009-01-18 | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core | Ingo Molnar | 1 | -33/+32 |
2009-01-18 | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 6 | -122/+154 |
2009-01-16 | sched: make plist a library facility | Peter Zijlstra | 1 | -1/+0 |
2009-01-16 | cgroups: consolidate cgroup documents | Li Zefan | 1 | -5/+4 |
2009-01-16 | cgroups: clean up Kconfig | Li Zefan | 1 | -28/+28 |
2009-01-16 | rcu: move Kconfig menu | Mike Travis | 1 | -87/+92 |
2009-01-14 | Revert "kbuild: strip generated symbols from *.ko" | Sam Ravnborg | 1 | -7/+0 |
2009-01-14 | init: make initrd/initramfs decompression failure a KERN_EMERG event | H. Peter Anvin | 2 | -5/+9 |
2009-01-13 | bzip2/lzma: comprehensible error messages for missing decompressor | H. Peter Anvin | 2 | -2/+15 |
2009-01-11 | Merge commit 'v2.6.29-rc1' into tracing/urgent | Ingo Molnar | 6 | -89/+141 |
2009-01-10 | bzip2/lzma: make flush_buffer() unconditional | Ingo Molnar | 1 | -2/+0 |
2009-01-10 | Merge branch 'linus' into x86/setup-lzma | Ingo Molnar | 6 | -95/+141 |
2009-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 1 | -0/+14 |
2009-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 1 | -0/+1 |
2009-01-09 | bzip2/lzma: centralize format detection | H. Peter Anvin | 2 | -63/+14 |
2009-01-08 | memcg: mem+swap controller Kconfig | KAMEZAWA Hiroyuki | 1 | -0/+17 |
2009-01-08 | memcg: fix a typo in Kconfig | Li Zefan | 1 | -1/+1 |
2009-01-08 | cgroups: make cgroup config a submenu | KAMEZAWA Hiroyuki | 1 | -56/+67 |
2009-01-08 | NOMMU: Support XIP on initramfs | David Howells | 1 | -0/+1 |
2009-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async | Linus Torvalds | 2 | -1/+6 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+2 |
2009-01-07 | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven | 2 | -1/+6 |
2009-01-07 | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP | Alain Knaff | 1 | -1/+6 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -17/+27 |
2009-01-07 | init/main.c: mark late_time_init as __initdata | Jan Beulich | 1 | -1/+1 |
2009-01-07 | autodetect_raid: add missing __init marking | Mike Frysinger | 1 | -1/+1 |
2009-01-07 | Remove remaining unwinder code | Alexey Dobriyan | 1 | -3/+0 |
2009-01-07 | do_mounts: add device info to mount message | Marton Balint | 1 | -2/+2 |
2009-01-07 | init: properly placing noinline keyword | Rakib Mullick | 1 | -2/+2 |
2009-01-07 | shmem: unify regular and tiny shmem | Matt Mackall | 1 | -4/+0 |
2009-01-06 | sysfs: clarify SYSFS_DEPRECATED help text | Kay Sievers | 1 | -17/+27 |
2009-01-06 | trivial: add missing printk loglevel in start_kernel | Ron Lee | 1 | -1/+2 |
2009-01-06 | Merge branch 'linus' into tracing/kmemtrace2 | Ingo Molnar | 2 | -33/+13 |
2009-01-05 | Squashfs: initrd support | Phillip Lougher | 1 | -0/+14 |
2009-01-05 | bzip2/lzma: make config machinery an arch configurable | H. Peter Anvin | 1 | -21/+31 |
2009-01-05 | bzip2/lzma: use a table to search for initramfs compression formats | H. Peter Anvin | 1 | -47/+35 |
2009-01-05 | bzip2/lzma: config and initramfs support for bzip2/lzma decompression | Alain Knaff | 3 | -198/+157 |
2009-01-05 | remove CONFIG_KMOD | Johannes Berg | 1 | -6/+0 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+4 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+9 |
2009-01-02 | kbuild: Remove gcc 4.1.0 quirk from init/main.c | Ingo Molnar | 1 | -9/+0 |
2009-01-01 | cpumask: Use find_last_bit() | Rusty Russell | 1 | -6/+1 |
2009-01-01 | cpumask: Use accessors code in core | Rusty Russell | 1 | -3/+3 |
2008-12-31 | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -9/+0 |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2 | -3/+94 |
2008-12-31 | Merge branch 'linus' into stackprotector | Ingo Molnar | 5 | -38/+233 |
2008-12-31 | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 | Ingo Molnar | 2 | -3/+94 |
2008-12-31 | Merge branch 'linus' into tracing/kmemtrace | Ingo Molnar | 2 | -3/+94 |
2008-12-31 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+11 |