aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman
2011-03-23sysctl: restrict write access to dmesg_restrictRichard Weinberger
2011-03-23sysctl: add some missing input constraint checksPetr Holasek
2011-03-23sysctl_check: drop dead codeDenis Kirjanov
2011-03-23sysctl_check: drop table->procname checksDenis Kirjanov
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner
2011-03-23memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson
2011-03-23perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner
2011-03-23perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()Stephane Eranian
2011-03-23sched, doc: Update sched-design-CFS.txtBorislav Petkov
2011-03-23lockdep: Remove unused 'factor' variable from lockdep_stats_show()Sergey Senozhatsky
2011-03-23sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_gr...Sergey Senozhatsky
2011-03-23Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook
2011-03-22console: prevent registered consoles from dumping old kernel message over againFeng Tang
2011-03-22console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus
2011-03-22sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov
2011-03-22kernel/cpu.c: fix many errors related to style.Michael Rodriguez
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-03-22move x86 specific oops=panic to generic codeOlaf Hering
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet
2011-03-22cgroups: if you list_empty() a head then don't list_del() itPhil Carmody
2011-03-22tracing: Fix set_ftrace_filter probe function displayJiri Olsa
2011-03-21Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-03-19sched: Fix yield_to kernel-docRandy Dunlap
2011-03-18Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git...Linus Torvalds
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18KGDB: Notify GDB of machine halt, reboot or power offDavid Howells
2011-03-18trace, filters: Initialize the match variable in process_ops() properlyIngo Molnar