| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-18 | 1 | -1/+15 |
|\ |
|
| * | Kernel: Audit Support For The ARM Platform | Nathaniel Husted | 2012-01-17 | 1 | -1/+1 |
| * | audit: only allow tasks to set their loginuid if it is -1 | Eric Paris | 2012-01-17 | 1 | -0/+14 |
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ \ |
|
| * | | module_param: make bool parameters really bool (core code) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | | | c/r: introduce CHECKPOINT_RESTORE symbol | Cyrill Gorcunov | 2012-01-13 | 1 | -0/+11 |
|/ / |
|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-12 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | sched: Fix CONFIG_CGROUP_SCHED dependency | Fabio Estevam | 2012-01-10 | 1 | -1/+0 |
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-12 | 1 | -0/+15 |
|\ \ |
|
| * | | x86: Reduce clock calibration time during slave cpu startup | Jack Steiner | 2011-12-05 | 1 | -0/+15 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-12 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | mm, x86: Remove debug_pagealloc_enabled | Stanislaw Gruszka | 2011-12-06 | 1 | -5/+0 |
| |/ / |
|
* | | | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-01-10 | 1 | -4/+31 |
|\ \ \ |
|
| * | | | NFS: Retry mounting NFSROOT | Chuck Lever | 2012-01-05 | 1 | -4/+31 |
| |/ / |
|
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 2 | -8/+10 |
|\ \ \ |
|
| * | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 2012-01-07 | 1 | -4/+6 |
| * | | | init/initramfs.c: should use umode_t | Al Viro | 2012-01-04 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-01-07 | 1 | -0/+11 |
|\ \ \
| |_|/
|/| | |
|
| * | | Basic kernel memory functionality for the Memory Controller | Glauber Costa | 2011-12-13 | 1 | -0/+11 |
| |/ |
|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 1 | -5/+5 |
|\ \ |
|
| * | | rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU | Paul E. McKenney | 2011-12-11 | 1 | -5/+5 |
| |/ |
|
* / | init/main.c: Execute lockdep_init() as early as possible | Ming Lei | 2011-12-06 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-07 | 1 | -0/+3 |
|\ |
|
| * | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 | 1 | -0/+3 |
* | | sysctl: make CONFIG_SYSCTL_SYSCALL default to n | WANG Cong | 2011-11-03 | 1 | -2/+2 |
* | | init: add root=PARTUUID=UUID/PARTNROFF=%d support | Will Drewry | 2011-11-03 | 1 | -5/+43 |
* | | init/do_mounts_rd.c: fix ramdisk identification for padded cramfs | Neil Armstrong | 2011-11-03 | 1 | -0/+14 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 1 | -0/+12 |
|\ \ |
|
| * \ | Merge branch 'linus' into sched/core | Ingo Molnar | 2011-10-04 | 1 | -5/+14 |
| |\ \ |
|
| * | | | sched: Introduce primitives to account for CFS bandwidth tracking | Paul Turner | 2011-08-14 | 1 | -0/+12 |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-26 | 1 | -3/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcu | Ingo Molnar | 2011-10-01 | 1 | -3/+3 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | rcu: Drive configuration directly from SMP and PREEMPT | Paul E. McKenney | 2011-09-29 | 1 | -3/+3 |
| | | |/
| | |/| |
|
* | / | | params: make dashes and underscores in parameter names truly equal | Michal Schmidt | 2011-10-26 | 1 | -2/+2 |
|/ / / |
|
* | | | bootup: move 'usermodehelper_enable()' a little earlier | wangyanqing | 2011-09-30 | 1 | -1/+1 |
* | | | bootup: move 'usermodehelper_enable()' to the end of do_basic_setup() | Linus Torvalds | 2011-09-28 | 1 | -3/+1 |
|/ / |
|
* / | init: carefully handle loglevel option on kernel cmdline. | Alexander Sverdlin | 2011-09-21 | 1 | -2/+13 |
|/ |
|
* | Boot up with usermodehelper disabled | Linus Torvalds | 2011-08-04 | 1 | -1/+4 |
* | tmpfs: miscellaneous trivial cleanups | Hugh Dickins | 2011-08-04 | 1 | -1/+1 |
* | init: skip calibration delay if previously done | Sameer Nanda | 2011-07-26 | 1 | -1/+10 |
* | mm: remove the leftovers of noswapaccount | WANG Cong | 2011-07-26 | 1 | -2/+2 |
*-----. | Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-... | Linus Torvalds | 2011-07-23 | 1 | -0/+2 |
|\ \ \ \ |
|
| | * | | | debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug options | Josh Triplett | 2011-06-07 | 1 | -0/+2 |
| |/ / / |
|
* | | | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2011-07-23 | 1 | -1/+6 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | pcspkr: Cleanup Kconfig dependencies | Ralf Baechle | 2011-06-09 | 1 | -1/+5 |
| * | | | i8253: Consolidate all kernel definitions of i8253_lock | Ralf Baechle | 2011-06-09 | 1 | -0/+1 |
| |/ / |
|
* | / | Fix CPU spinlock lockups on secondary CPU bringup | Russell King | 2011-06-23 | 1 | -6/+8 |
| |/
|/| |
|
* | | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en... | Takao Indoh | 2011-06-17 | 1 | -0/+1 |
* | | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL | Josh Triplett | 2011-06-16 | 1 | -1/+0 |
* | | init/calibrate.c: remove annoying printk | Borislav Petkov | 2011-06-16 | 1 | -3/+0 |