Age | Commit message (Expand) | Author |
2014-05-07 | sched: Skip double execution of pick_next_task_fair() | Peter Zijlstra |
2014-05-07 | sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check | Steven Rostedt (Red Hat) |
2014-05-07 | sched/deadline: Fix memory leak | Li Zefan |
2014-05-07 | sched/deadline: Fix sched_yield() behavior | Juri Lelli |
2014-05-07 | sched: Sanitize irq accounting madness | Thomas Gleixner |
2014-05-07 | perf: Fix perf_event_init_context() | Peter Zijlstra |
2014-05-07 | perf: Fix race in removing an event | Peter Zijlstra |
2014-05-05 | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* | Andi Kleen |
2014-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-05-03 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-05-03 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-05-03 | Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-05-02 | tracing: Use rcu_dereference_sched() for trace event triggers | Steven Rostedt (Red Hat) |
2014-05-01 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-04-30 | uprobes: Refuse to insert a probe into MAP_SHARED vma | Oleg Nesterov |
2014-04-30 | uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failure | Oleg Nesterov |
2014-04-30 | uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open() | Oleg Nesterov |
2014-04-30 | timer: Prevent overflow in apply_slack | Jiri Bohac |
2014-04-30 | hrtimer: Prevent remote enqueue of leftmost timers | Leon Ma |
2014-04-30 | hrtimer: Prevent all reprogramming if hang detected | Stuart Hayes |
2014-04-28 | Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-04-28 | ftrace/module: Hardcode ftrace_module_init() call into load_module() | Steven Rostedt (Red Hat) |
2014-04-28 | genirq: x86: Ensure that dynamic irq allocation does not conflict | Thomas Gleixner |
2014-04-28 | module: remove warning about waiting module removal. | Rusty Russell |
2014-04-27 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-04-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman |
2014-04-24 | kprobes: Show blacklist entries via debugfs | Masami Hiramatsu |
2014-04-24 | kprobes, sched: Use NOKPROBE_SYMBOL macro in sched | Masami Hiramatsu |
2014-04-24 | kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifier | Masami Hiramatsu |
2014-04-24 | kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace | Masami Hiramatsu |
2014-04-24 | kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes | Masami Hiramatsu |
2014-04-24 | kprobes, ftrace: Allow probing on some functions | Masami Hiramatsu |
2014-04-24 | kprobes: Allow probe on some kprobe functions | Masami Hiramatsu |
2014-04-24 | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu |
2014-04-24 | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu |
2014-04-24 | sched/docbook: Fix 'make htmldocs' warnings caused by missing description | Masanari Iida |
2014-04-21 | PM / suspend: Make cpuidle work in the "freeze" state | Rafael J. Wysocki |
2014-04-19 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-04-18 | kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write() | Andrew Morton |
2014-04-18 | Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-04-18 | workqueue: fix a possible race condition between rescuer and pwq-release | Lai Jiangshan |
2014-04-18 | workqueue: make rescuer_thread() empty wq->maydays list before exiting | Lai Jiangshan |
2014-04-18 | hrtimer: Export __hrtimer_start_range_ns() | Yan, Zheng |
2014-04-18 | perf: Allow building PMU drivers as modules | Yan, Zheng |
2014-04-18 | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes. | Ingo Molnar |
2014-04-17 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-04-17 | genirq: Allow forcing cpu affinity of interrupts | Thomas Gleixner |
2014-04-17 | uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails | Oleg Nesterov |