aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-10/+10
2015-12-12kernel: remove stop_machine() Kconfig dependencyGravatar Chris Wilson 1-2/+2
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-118/+141
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-33/+71
2015-12-07Merge branch 'master' into for-4.4-fixesGravatar Tejun Heo 16-56/+147
2015-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-15/+45
2015-12-06perf: Do not send exit event twiceGravatar Jiri Olsa 1-11/+31
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Gravatar Peter Zijlstra 1-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersGravatar Peter Zijlstra 2-1/+10
2015-12-04sched/cputime: Fix invalid gtime in procGravatar Hiroshi Shimamoto 1-0/+3
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Gravatar Xunlei Pang 1-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Gravatar Sasha Levin 1-1/+0
2015-12-04sched/wait: Fix signal handling in bit wait helpersGravatar Peter Zijlstra 1-8/+8
2015-12-04perf: Fix PERF_EVENT_IOC_PERIOD deadlockGravatar Peter Zijlstra 1-1/+8
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-29/+64
2015-12-03Merge tag 'trace-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+16
2015-12-03cgroup_pids: don't account for the root cgroupGravatar Tejun Heo 1-3/+4
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Gravatar Tejun Heo 6-41/+75
2015-12-03cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Gravatar Tejun Heo 1-10/+7
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowGravatar Alexei Starovoitov 3-12/+34
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsGravatar Daniel Borkmann 1-1/+1
2015-12-01tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterGravatar Steven Rostedt (Red Hat) 1-0/+16
2015-11-30Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-8/+9
2015-11-30cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Gravatar Oleg Nesterov 1-31/+10
2015-11-30cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Gravatar Oleg Nesterov 2-25/+5
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeGravatar Tejun Heo 1-4/+10
2015-11-25bpf: fix clearing on persistent program array mapsGravatar Daniel Borkmann 3-16/+29
2015-11-24pidns: fix NULL dereference in __task_pid_nr_ns()Gravatar Eric Dumazet 1-2/+2
2015-11-24ring-buffer: Put back the length if crossed page with add_timestampGravatar Steven Rostedt (Red Hat) 1-1/+4
2015-11-24ring-buffer: Update read stamp with first real commit on pageGravatar Steven Rostedt (Red Hat) 1-7/+5
2015-11-23treewide: Remove old email addressGravatar Peter Zijlstra 11-11/+11
2015-11-23sched/rt: Hide the push_irq_work_func() declarationGravatar Arnd Bergmann 1-1/+1
2015-11-23perf/core: Robustify the perf_cgroup_from_task() RCU checksGravatar Stephane Eranian 1-7/+13
2015-11-23perf/core: Fix RCU problem with cgroup context switching codeGravatar Stephane Eranian 1-3/+8
2015-11-20kernel/panic.c: turn off locks debug before releasing console lockGravatar Vitaly Kuznetsov 1-1/+4
2015-11-20kernel/signal.c: unexport sigsuspend()Gravatar Richard Weinberger 1-1/+1
2015-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+6
2015-11-16cgroup: fix cftype->file_offset handlingGravatar Tejun Heo 1-8/+34
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+13
2015-11-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2015-11-15Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Gravatar Linus Torvalds 4-5/+27
2015-11-12Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-14/+9
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-40/+40
2015-11-11livepatch: x86: fix relocation computation with kASLRGravatar Zhou Chengming 1-0/+6
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2015-11-10bpf_trace: Make dependent on PERF_EVENTSGravatar Steven Rostedt 1-1/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+8
2015-11-10tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setGravatar Chen Gang 1-0/+6
2015-11-10genirq/PM: Restore system wake up from chained interruptsGravatar Grygorii Strashko 3-2/+8
2015-11-10context_tracking: avoid irq_save/irq_restore on guest entry and exitGravatar Paolo Bonzini 1-26/+38