aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-12/+21
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds1-0/+30
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering2-0/+35
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn6-13/+29
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn1-0/+5
2011-03-23userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn1-26/+49
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn1-0/+54
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn1-12/+15
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn1-8/+22
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn3-12/+9
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2-5/+43
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn3-2/+15
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2-8/+9
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-1/+1
2011-03-23sysctl: restrict write access to dmesg_restrictRichard Weinberger1-1/+17
2011-03-23sysctl: add some missing input constraint checksPetr Holasek1-4/+13
2011-03-23sysctl_check: drop dead codeDenis Kirjanov1-4/+0
2011-03-23sysctl_check: drop table->procname checksDenis Kirjanov1-4/+2
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan1-0/+2
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan1-35/+16
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan1-5/+2
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan1-16/+8
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner1-0/+2
2011-03-23memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki1-0/+14
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-2/+2
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines1-1/+1
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2-8/+6
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang1-0/+18
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto1-1/+15
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus1-6/+16
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus1-1/+4
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov1-98/+25
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez1-6/+5
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang1-0/+81
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering1-0/+10
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet3-5/+12
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet2-7/+27
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-3/+6
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet1-4/+6
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody1-8/+6
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes1-4/+12
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-2/+3
2011-03-18Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+3
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-9/+14
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells1-0/+30
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar1-1/+1
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+3