Age | Commit message (Expand) | Author | Files | Lines |
2012-06-01 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 6 | -14/+62 |
2012-06-01 | kconfig: update compression algorithm info | Randy Dunlap | 1 | -6/+5 |
2012-06-01 | init: disable sparse checking of the mount.o source files | H Hartley Sweeten | 5 | -8/+57 |
2012-05-30 | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2012-05-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2012-05-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+129 |
2012-05-23 | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+3 |
2012-05-23 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -13/+1 |
2012-05-23 | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+19 |
2012-05-22 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+28 |
2012-05-22 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+46 |
2012-05-22 | timers: Fixup the Kconfig consolidation fallout | Thomas Gleixner | 1 | -0/+1 |
2012-05-21 | Fix blocking allocations called very early during bootup | Linus Torvalds | 1 | -3/+4 |
2012-05-18 | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 1 | -12/+13 |
2012-05-16 | userns: Convert the move_pages, and migrate_pages permission checks to use ui... | Eric W. Biederman | 1 | -2/+0 |
2012-05-16 | userns: Convert cgroup permission checks to use uid_eq | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert tmpfs to use kuid and kgid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert sysfs to use kgid/kuid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert sysctl permission checks to use kuid and kgids. | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert ext4 to user kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert ext3 to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert ext2 to use kuid/kgid where appropriate. | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert devpts to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+0 |
2012-05-16 | userns: Convert binary formats to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -2/+0 |
2012-05-16 | userns: Add negative depends on entries to avoid building code that is userns... | Eric W. Biederman | 1 | -0/+131 |
2012-05-14 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -4/+46 |
2012-05-08 | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 1 | -12/+13 |
2012-05-05 | init: don't try mounting device as nfs root unless type fully matches | Sasha Levin | 1 | -1/+1 |
2012-05-05 | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASK | Thomas Gleixner | 1 | -1/+4 |
2012-05-05 | init_task: Create generic init_task instance | Thomas Gleixner | 2 | -0/+25 |
2012-05-03 | Merge 3.4-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -14/+13 |
2012-05-01 | Merge tag 'v3.4-rc5' into for-3.5/core | Jens Axboe | 2 | -14/+15 |
2012-04-30 | params: add 3rd arg to option handler callback signature | Jim Cromie | 1 | -13/+20 |
2012-04-26 | perf: Remove PERF_COUNTERS config option | Robert Richter | 1 | -13/+1 |
2012-04-25 | init: fix bug where environment vars can't be passed via boot args | Chris Metcalf | 1 | -12/+13 |
2012-04-25 | rcu: Reduce cache-miss initialization latencies for large systems | Paul E. McKenney | 1 | -0/+27 |
2012-04-25 | rcu: Clarify help text for RCU_BOOST_PRIO | Paul E. McKenney | 1 | -4/+19 |
2012-04-20 | kbuild/extable: Hook up sortextable into the build system. | David Daney | 1 | -0/+3 |
2012-04-08 | userns: Add a Kconfig option to enforce strict kuid and kgid type checks | Eric W. Biederman | 1 | -1/+11 |
2012-04-02 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 1 | -2/+2 |
2012-04-01 | Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged | Tejun Heo | 6 | -33/+72 |
2012-04-01 | new helper: ext2_image_size() | Al Viro | 1 | -5/+4 |
2012-04-01 | get rid of pointless includes of ext2_fs.h | Al Viro | 1 | -1/+0 |
2012-03-29 | documentation: remove references to cpu_*_map. | Rusty Russell | 1 | -2/+2 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Move all declarations of free_initmem() to linux/mm.h | David Howells | 1 | -1/+0 |
2012-03-26 | params: <level>_initcall-like kernel parameters | Pawel Moll | 1 | -6/+59 |
2012-03-24 | init/do_mounts.c: print error code on mount failure | Bernhard Walle | 1 | -2/+2 |
2012-03-24 | init: check printed flag to skip printing message | Diwakar Tundlam | 1 | -1/+2 |