summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-245-12/+21
|\
| * blktrace: Use rq->cmd_flags directly in blk_add_trace_rq.Tao Ma2011-03-111-11/+4
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-104-1/+17
| |\
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
| | * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-103-0/+16
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds2011-03-241-0/+30
|\ \ \
| * | | KGDB: Notify GDB of machine halt, reboot or power offDavid Howells2011-03-181-0/+30
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-2/+2
|\ \ \ \
| * | | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-2/+2
* | | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-232-0/+35
* | | | | taskstats: use appropriate printk priority levelMandeep Singh Baines2011-03-231-1/+1
* | | | | userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-236-13/+29
* | | | | userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-0/+5
* | | | | userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn2011-03-231-26/+49
* | | | | userns: make has_capability* into real functionsSerge E. Hallyn2011-03-231-0/+54
* | | | | userns: allow ptrace from non-init user namespacesSerge E. Hallyn2011-03-231-12/+15
* | | | | userns: allow killing tasks in your own or child usernsSerge E. Hallyn2011-03-231-8/+22
* | | | | userns: allow sethostname in a containerSerge E. Hallyn2011-03-233-12/+9
* | | | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-232-5/+43
* | | | | userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-233-2/+15
* | | | | pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-232-8/+9
* | | | | pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-231-1/+1
* | | | | sysctl: restrict write access to dmesg_restrictRichard Weinberger2011-03-231-1/+17
* | | | | sysctl: add some missing input constraint checksPetr Holasek2011-03-231-4/+13
* | | | | sysctl_check: drop dead codeDenis Kirjanov2011-03-231-4/+0
* | | | | sysctl_check: drop table->procname checksDenis Kirjanov2011-03-231-4/+2
* | | | | cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan2011-03-231-0/+2
* | | | | cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan2011-03-231-35/+16
* | | | | cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan2011-03-231-5/+2
* | | | | cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan2011-03-231-16/+8
* | | | | memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-231-0/+2
* | | | | memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki2011-03-231-0/+14
* | | | | printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigMandeep Singh Baines2011-03-221-1/+1
* | | | | printk: use %pK for /proc/kallsyms and /proc/modulesKees Cook2011-03-222-8/+6
* | | | | console: prevent registered consoles from dumping old kernel message over againFeng Tang2011-03-221-0/+18
* | | | | console: allow to retain boot console via boot option keep_bootconFabio M. Di Nitto2011-03-221-1/+15
* | | | | kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus2011-03-221-6/+16
* | | | | kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus2011-03-221-1/+4
* | | | | sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM codeOleg Nesterov2011-03-221-98/+25
* | | | | kernel/cpu.c: fix many errors related to style.Michael Rodriguez2011-03-221-6/+5
* | | | | smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-0/+81
* | | | | move x86 specific oops=panic to generic codeOlaf Hering2011-03-221-0/+10
* | | | | kthread: use kthread_create_on_node()Eric Dumazet2011-03-223-5/+12
* | | | | kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-222-7/+27
* | | | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-3/+6
* | | | | mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-221-4/+6
* | | | | cgroups: if you list_empty() a head then don't list_del() itPhil Carmody2011-03-221-8/+6
|/ / / /
* | | | Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-211-4/+12
* | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-202-2/+3
|\ \ \ \
| * | | | kernel: change to new flag variablematt mooney2011-03-172-2/+3
OpenPOWER on IntegriCloud