Age | Commit message (Expand) | Author |
2013-07-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-07-14 | cgroup: we can use simple_lookup() now | Al Viro |
2013-07-13 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-07-13 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-07-13 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2013-07-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-07-13 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-07-13 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2013-07-12 | sched: Fix HRTICK | Peter Zijlstra |
2013-07-12 | tick: broadcast: Check broadcast mode on CPU hotplug | Stephen Boyd |
2013-07-12 | Merge branch 'linus' into timers/urgent | Thomas Gleixner |
2013-07-12 | mutex: Move ww_mutex definitions to ww_mutex.h | Maarten Lankhorst |
2013-07-12 | perf: Fix perf_lock_task_context() vs RCU | Peter Zijlstra |
2013-07-12 | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario | Jiri Olsa |
2013-07-12 | perf: Clone child context from parent context pmu | Jiri Olsa |
2013-07-11 | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2013-07-10 | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-07-10 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-07-10 | mm: remove free_area_cache | Michel Lespinasse |
2013-07-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-07-10 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-07-10 | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-07-09 | reboot: move arch/x86 reboot= handling to generic kernel | Robin Holt |
2013-07-09 | reboot: checkpatch.pl the new kernel/reboot.c file | Robin Holt |
2013-07-09 | reboot: move shutdown/reboot related functions to kernel/reboot.c | Robin Holt |
2013-07-09 | reboot: remove -stable friendly PF_THREAD_BOUND define | Robin Holt |
2013-07-09 | ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) | Oleg Nesterov |
2013-07-09 | ptrace: revert "Prepare to fix racy accesses on task breakpoints" | Oleg Nesterov |
2013-07-09 | panic: add cpu/pid to warn_slowpath_common in WARNING printk()s | Alex Thorlton |
2013-07-09 | audit: Fix decimal constant description | Michal Simek |
2013-07-09 | kernel/auditfilter.c: fix leak in audit_add_rule() error path | Chen Gang |
2013-07-09 | kernel/auditfilter.c: fixing build warning | Raphael S. Carvalho |
2013-07-09 | audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_... | Jeff Layton |
2013-07-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-07-06 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-07-06 | hrtimer: Remove unused variable | Thomas Gleixner |
2013-07-05 | hrtimers: Move SMP function call to thread context | Thomas Gleixner |
2013-07-05 | genirq: generic chip: Use DIV_ROUND_UP to calculate numchips | Axel Lin |
2013-07-05 | clocksource: Reselect clocksource when watchdog validated high-res capability | Thomas Gleixner |
2013-07-05 | perf: Fix interrupt handler timing harness | Stephane Eranian |
2013-07-04 | Merge branch 'timers/posix-cpu-timers-for-tglx' of | Thomas Gleixner |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-07-04 | posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun... | KOSAKI Motohiro |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds |
2013-07-03 | kernel/resource.c: remove the unneeded assignment in function __find_resource | Kevin Hao |
2013-07-03 | kernel/pid.c: move statement | Raphael S. Carvalho |
2013-07-03 | kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks | Oleg Nesterov |
2013-07-03 | kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas... | Oleg Nesterov |
2013-07-03 | kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code | Oleg Nesterov |