aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-251-19/+8
|\
| * timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki2011-03-231-19/+8
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-03-251-2/+2
|\ \
| * | kdb: add usage string of 'per_cpu' commandNamhyung Kim2011-03-251-1/+1
| * | kdb: code cleanup to use macro instead of valueJovi Zhang2011-03-251-1/+1
* | | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-252-1/+18
|\ \ \
| * | | genirq: Expand generic show_interrupts()Thomas Gleixner2011-03-252-1/+18
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-253-7/+2
|\ \ \ \
| * | | | sched, doc: Update sched-design-CFS.txtBorislav Petkov2011-03-232-4/+0
| * | | | sched: Remove unused 'rq' variable and cpu_rq() call from alloc_fair_sched_gr...Sergey Senozhatsky2011-03-231-3/+0
| * | | | sched: Fix yield_to kernel-docRandy Dunlap2011-03-191-0/+2
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-252-4/+14
|\ \ \ \ \
| * | | | | perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-03-231-1/+2
| * | | | | perf_events: Fix stale ->cgrp pointer in update_cgrp_time_from_cpuctx()Stephane Eranian2011-03-231-1/+11
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-03-231-2/+1
| |\ \ \ \ \
| | * | | | | tracing: Fix set_ftrace_filter probe function displayJiri Olsa2011-03-221-2/+1
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-251-14/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-231-14/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-253-13/+44
|\ \ \ \ \ \
| * | | | | | futex: Fix WARN_ON() test for UPSteven Rostedt2011-03-251-2/+2
| * | | | | | vsprintf: Introduce %pB format specifierNamhyung Kim2011-03-241-3/+41
| * | | | | | lockdep: Remove unused 'factor' variable from lockdep_stats_show()Sergey Senozhatsky2011-03-231-8/+1
* | | | | | | 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