Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | userns: user namespaces: convert several capable() calls | Serge E. Hallyn | 2011-03-23 | 6 | -13/+29 | |
* | | | | | | | | | | | userns: add a user namespace owner of ipc ns | Serge E. Hallyn | 2011-03-23 | 1 | -0/+5 | |
* | | | | | | | | | | | userns: user namespaces: convert all capable checks in kernel/sys.c | Serge E. Hallyn | 2011-03-23 | 1 | -26/+49 | |
* | | | | | | | | | | | userns: make has_capability* into real functions | Serge E. Hallyn | 2011-03-23 | 1 | -0/+54 | |
* | | | | | | | | | | | userns: allow ptrace from non-init user namespaces | Serge E. Hallyn | 2011-03-23 | 1 | -12/+15 | |
* | | | | | | | | | | | userns: allow killing tasks in your own or child userns | Serge E. Hallyn | 2011-03-23 | 1 | -8/+22 | |
* | | | | | | | | | | | userns: allow sethostname in a container | Serge E. Hallyn | 2011-03-23 | 3 | -12/+9 | |
* | | | | | | | | | | | userns: security: make capabilities relative to the user namespace | Serge E. Hallyn | 2011-03-23 | 2 | -5/+43 | |
* | | | | | | | | | | | userns: add a user_namespace as creator/owner of uts_namespace | Serge E. Hallyn | 2011-03-23 | 3 | -2/+15 | |
* | | | | | | | | | | | pidns: call pid_ns_prepare_proc() from create_pid_namespace() | Eric W. Biederman | 2011-03-23 | 2 | -8/+9 | |
* | | | | | | | | | | | pid: remove the child_reaper special case in init/main.c | Eric W. Biederman | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | | | | sysctl: restrict write access to dmesg_restrict | Richard Weinberger | 2011-03-23 | 1 | -1/+17 | |
* | | | | | | | | | | | sysctl: add some missing input constraint checks | Petr Holasek | 2011-03-23 | 1 | -4/+13 | |
* | | | | | | | | | | | sysctl_check: drop dead code | Denis Kirjanov | 2011-03-23 | 1 | -4/+0 | |
* | | | | | | | | | | | sysctl_check: drop table->procname checks | Denis Kirjanov | 2011-03-23 | 1 | -4/+2 | |
* | | | | | | | | | | | cpuset: hold callback_mutex in cpuset_post_clone() | Li Zefan | 2011-03-23 | 1 | -0/+2 | |
* | | | | | | | | | | | cpuset: fix unchecked calls to NODEMASK_ALLOC() | Li Zefan | 2011-03-23 | 1 | -35/+16 | |
* | | | | | | | | | | | cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach() | Li Zefan | 2011-03-23 | 1 | -5/+2 | |
* | | | | | | | | | | | cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist() | Li Zefan | 2011-03-23 | 1 | -16/+8 | |
* | | | | | | | | | | | memcg: remove direct page_cgroup-to-page pointer | Johannes Weiner | 2011-03-23 | 1 | -0/+2 | |
* | | | | | | | | | | | memcg: res_counter_read_u64(): fix potential races on 32-bit machines | KAMEZAWA Hiroyuki | 2011-03-23 | 1 | -0/+14 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig | Mandeep Singh Baines | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | | | | printk: use %pK for /proc/kallsyms and /proc/modules | Kees Cook | 2011-03-22 | 2 | -8/+6 | |
* | | | | | | | | | | console: prevent registered consoles from dumping old kernel message over again | Feng Tang | 2011-03-22 | 1 | -0/+18 | |
* | | | | | | | | | | console: allow to retain boot console via boot option keep_bootcon | Fabio M. Di Nitto | 2011-03-22 | 1 | -1/+15 | |
* | | | | | | | | | | kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events | Don Zickus | 2011-03-22 | 1 | -6/+16 | |
* | | | | | | | | | | kernel/watchdog.c: allow hardlockup to panic by default | Don Zickus | 2011-03-22 | 1 | -1/+4 | |
* | | | | | | | | | | sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code | Oleg Nesterov | 2011-03-22 | 1 | -98/+25 | |
* | | | | | | | | | | kernel/cpu.c: fix many errors related to style. | Michael Rodriguez | 2011-03-22 | 1 | -6/+5 | |
* | | | | | | | | | | smp: move smp setup functions to kernel/smp.c | Amerigo Wang | 2011-03-22 | 1 | -0/+81 | |
* | | | | | | | | | | move x86 specific oops=panic to generic code | Olaf Hering | 2011-03-22 | 1 | -0/+10 | |
* | | | | | | | | | | kthread: use kthread_create_on_node() | Eric Dumazet | 2011-03-22 | 3 | -5/+12 | |
* | | | | | | | | | | kthread: NUMA aware kthread_create_on_node() | Eric Dumazet | 2011-03-22 | 2 | -7/+27 | |
* | | | | | | | | | | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 2011-03-22 | 1 | -3/+6 | |
* | | | | | | | | | | mm: NUMA aware alloc_task_struct_node() | Eric Dumazet | 2011-03-22 | 1 | -4/+6 | |
* | | | | | | | | | | cgroups: if you list_empty() a head then don't list_del() it | Phil Carmody | 2011-03-22 | 1 | -8/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code | Julien Tinnes | 2011-03-21 | 1 | -4/+12 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-03-20 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kernel: change to new flag variable | matt mooney | 2011-03-17 | 2 | -2/+3 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | | | | | | | | ||||||
| \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ | Merge branches 'irq-fixes-for-linus' and 'sched-fixes-for-linus' of git://git... | Linus Torvalds | 2011-03-18 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | sched, kernel-doc: Fix runqueue_is_locked() description | Randy Dunlap | 2011-03-16 | 1 | -2/+1 | |
| * | | | | | | | | genirq: Fix incorrect unlock in __setup_irq() | Dan Carpenter | 2011-03-17 | 1 | -1/+1 | |
| * | | | | | | | | genirq: show_interrupts: Check desc->name before printing it blindly | Thomas Gleixner | 2011-03-17 | 1 | -1/+2 | |
* | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-03-18 | 3 | -9/+14 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | trace, filters: Initialize the match variable in process_ops() properly | Ingo Molnar | 2011-03-18 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | trace, documentation: Fix branch profiling location in debugfs | David Rientjes | 2011-03-17 | 1 | -2/+2 | |
| * | | | | | | | perf: Fix tear-down of inherited group events | Peter Zijlstra | 2011-03-16 | 1 | -5/+8 | |
| * | | | | | | | perf: Handle stopped state with tracepoints | Frederic Weisbecker | 2011-03-16 | 1 | -0/+2 | |
| * | | | | | | | perf: Fix the software events state check | Frederic Weisbecker | 2011-03-16 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | |