summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Viresh Kumar
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-05-08Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeMathieu Desnoyers
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-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-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
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-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-17cgroup: fix the retry path of cgroup_mount()Li Zefan
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)
2014-04-17sched: Check for stop task appearance when balancing happensKirill Tkhai
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)
2014-04-16seccomp: fix memory leak on filter attachKees Cook
2014-04-16workqueue: fix bugs in wq_update_unbound_numa() failure pathDaeseok Youn
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Viresh Kumar
2014-04-14user namespace: fix incorrect memory barriersMikulas Patocka
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso