aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+1
2013-07-14cgroup: we can use simple_lookup() nowGravatar Al Viro 1-10/+1
2013-07-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+11
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-62/+75
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+25
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-12/+0
2013-07-12sched: Fix HRTICKGravatar Peter Zijlstra 1-9/+11
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugGravatar Stephen Boyd 1-1/+4
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 62-2553/+3927
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hGravatar Maarten Lankhorst 1-0/+1
2013-07-12perf: Fix perf_lock_task_context() vs RCUGravatar Peter Zijlstra 1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioGravatar Jiri Olsa 1-1/+10
2013-07-12perf: Clone child context from parent context pmuGravatar Jiri Olsa 1-1/+1
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 13-265/+650
2013-07-10Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-4/+0
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 1-4/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-35/+44
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 3-61/+71
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 1-1/+75
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileGravatar Robin Holt 1-14/+13
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cGravatar Robin Holt 3-332/+347
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineGravatar Robin Holt 1-5/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Gravatar Oleg Nesterov 1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 2-17/+1
2013-07-09panic: add cpu/pid to warn_slowpath_common in WARNING printk()sGravatar Alex Thorlton 1-2/+3
2013-07-09audit: Fix decimal constant descriptionGravatar Michal Simek 1-1/+1
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathGravatar Chen Gang 1-0/+6
2013-07-09kernel/auditfilter.c: fixing build warningGravatar Raphael S. Carvalho 1-1/+1
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Gravatar Jeff Layton 2-3/+10
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 15-540/+1223
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 3-401/+186
2013-07-06hrtimer: Remove unused variableGravatar Thomas Gleixner 1-2/+0
2013-07-05hrtimers: Move SMP function call to thread contextGravatar Thomas Gleixner 1-22/+15
2013-07-05genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsGravatar Axel Lin 1-1/+1
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityGravatar Thomas Gleixner 1-15/+42
2013-07-05perf: Fix interrupt handler timing harnessGravatar Stephane Eranian 1-2/+2
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 38-527/+691
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-07-04posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...Gravatar KOSAKI Motohiro 1-3/+36
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 10-67/+107
2013-07-03kernel/resource.c: remove the unneeded assignment in function __find_resourceGravatar Kevin Hao 1-1/+0
2013-07-03kernel/pid.c: move statementGravatar Raphael S. Carvalho 1-1/+1
2013-07-03kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checksGravatar Oleg Nesterov 1-17/+16
2013-07-03kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...Gravatar Oleg Nesterov 2-11/+17
2013-07-03kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeGravatar Oleg Nesterov 1-8/+7