aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-68/+50
2014-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+4
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Gravatar Tejun Heo 1-1/+3
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexGravatar Tejun Heo 1-66/+46
2014-05-13cgroup: introduce task_css_is_root()Gravatar Tejun Heo 1-1/+1
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+30
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+4
2014-05-12hrtimer: Set expiry time before switch_hrtimer_base()Gravatar Viresh Kumar 1-4/+4
2014-05-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-12/+12
2014-05-08Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2014-05-08tracepoint: Fix use of tracepoint funcs after rcu freeGravatar Mathieu Desnoyers 1-2/+2
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Gravatar Andi Kleen 6-12/+12
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2014-05-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+12
2014-05-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+23
2014-05-03Merge tag 'trace-fixes-v3.15-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+0
2014-04-30timer: Prevent overflow in apply_slackGravatar Jiri Bohac 1-1/+1
2014-04-30hrtimer: Prevent remote enqueue of leftmost timersGravatar Leon Ma 1-0/+5
2014-04-30hrtimer: Prevent all reprogramming if hang detectedGravatar Stuart Hayes 1-0/+17
2014-04-28Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-23/+7
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Gravatar Steven Rostedt (Red Hat) 2-23/+7
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictGravatar Thomas Gleixner 2-0/+12
2014-04-28module: remove warning about waiting module removal.Gravatar Rusty Russell 1-3/+0
2014-04-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+6
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-2/+2
2014-04-21PM / suspend: Make cpuidle work in the "freeze" stateGravatar Rafael J. Wysocki 1-0/+3
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-11/+32
2014-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+2
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Gravatar Andrew Morton 1-1/+5
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-6/+16
2014-04-18workqueue: fix a possible race condition between rescuer and pwq-releaseGravatar Lai Jiangshan 1-0/+12
2014-04-18workqueue: make rescuer_thread() empty wq->maydays list before exitingGravatar Lai Jiangshan 1-5/+16
2014-04-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+5
2014-04-17genirq: Allow forcing cpu affinity of interruptsGravatar Thomas Gleixner 1-11/+6
2014-04-17cgroup: fix the retry path of cgroup_mount()Gravatar Li Zefan 1-4/+4
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakGravatar zhangwei(Jovi) 1-0/+6
2014-04-17sched: Check for stop task appearance when balancing happensGravatar Kirill Tkhai 3-5/+16
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+9
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesGravatar Steven Rostedt (Red Hat) 1-6/+10
2014-04-16seccomp: fix memory leak on filter attachGravatar Kees Cook 1-0/+2
2014-04-16workqueue: fix bugs in wq_update_unbound_numa() failure pathGravatar Daeseok Youn 1-1/+2
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-9/+8
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Gravatar Viresh Kumar 1-1/+1
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodGravatar Viresh Kumar 1-0/+3
2014-04-15tick-common: Fix wrong check in tick_check_replacement()Gravatar Viresh Kumar 1-1/+1
2014-04-14user namespace: fix incorrect memory barriersGravatar Mikulas Patocka 1-6/+5
2014-04-14seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFGravatar Daniel Borkmann 1-9/+8
2014-04-12futex: update documentation for ordering guaranteesGravatar Davidlohr Bueso 1-9/+23