summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-07sched: Skip double execution of pick_next_task_fair()Peter Zijlstra
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-05-07perf: Fix perf_event_init_context()Peter Zijlstra
2014-05-07perf: Fix race in removing an eventPeter Zijlstra
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-30uprobes: Refuse to insert a probe into MAP_SHARED vmaOleg Nesterov
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov
2014-04-30timer: Prevent overflow in apply_slackJiri Bohac
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersLeon Ma
2014-04-30hrtimer: Prevent all reprogramming if hang detectedStuart Hayes
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner
2014-04-28module: remove warning about waiting module removal.Rusty Russell
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-04-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24kprobes: Show blacklist entries via debugfsMasami Hiramatsu
2014-04-24kprobes, sched: Use NOKPROBE_SYMBOL macro in schedMasami Hiramatsu
2014-04-24kprobes, notifier: Use NOKPROBE_SYMBOL macro in notifierMasami Hiramatsu
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu
2014-04-24kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobesMasami Hiramatsu
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu
2014-04-24kprobes: Allow probe on some kprobe functionsMasami Hiramatsu
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu
2014-04-24sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida
2014-04-21PM / suspend: Make cpuidle work in the "freeze" stateRafael J. Wysocki
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-18workqueue: fix a possible race condition between rescuer and pwq-releaseLai Jiangshan
2014-04-18workqueue: make rescuer_thread() empty wq->maydays list before exitingLai Jiangshan
2014-04-18hrtimer: Export __hrtimer_start_range_ns()Yan, Zheng
2014-04-18perf: Allow building PMU drivers as modulesYan, Zheng
2014-04-18Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
2014-04-17uprobes/x86: Send SIGILL if arch_uprobe_post_xol() failsOleg Nesterov