summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-082-1/+2
|\
| * sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior2016-01-061-0/+1
| * sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-061-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-01-081-29/+6
|\ \
| * | perf: Fix race in swevent hashPeter Zijlstra2016-01-061-19/+1
| * | perf: Fix race in perf_event_exec()Peter Zijlstra2016-01-061-10/+5
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-081-3/+3
|\ \ \
| * | | genirq: Prevent chip buslock deadlockThomas Gleixner2015-12-141-3/+3
* | | | Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-071-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2016-01-071-0/+6
* | | | Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-051-0/+1
|\ \ \ \ | |/ / /
| * | | tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-01-041-0/+1
| |/ /
* | | locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon2015-12-171-3/+5
|/ /
* | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-10/+10
* | kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-2/+2
* | Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-087-118/+141
|\ \
| * \ Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0716-56/+147
| |\ \
| * | | cgroup_pids: don't account for the root cgroupTejun Heo2015-12-031-3/+4
| * | | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-036-41/+75
| * | | cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo2015-12-031-10/+7
| * | | cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov2015-11-301-31/+10
| * | | cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2015-11-302-25/+5
| * | | cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo2015-11-301-4/+10
| * | | cgroup: fix cftype->file_offset handlingTejun Heo2015-11-161-8/+34
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-0811-33/+71
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | perf: Do not send exit event twiceJiri Olsa2015-12-061-11/+31
| * | perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra2015-12-041-1/+8
| * | treewide: Remove old email addressPeter Zijlstra2015-11-2311-11/+11
| * | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-7/+13
| * | perf/core: Fix RCU problem with cgroup context switching codeStephane Eranian2015-11-231-3/+8
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-12-065-15/+45
|\ \ \
| * | | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19
| * | | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
| * | | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
| * | | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
| * | | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
| * | | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
| * | | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-035-29/+64
|\ \ \
| * | | bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov2015-12-023-12/+34
| * | | bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann2015-12-011-1/+1
| * | | bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-253-16/+29
| | |/ | |/|
* | | Merge tag 'trace-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-12-031-0/+16
|\ \ \
| * | | tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filterSteven Rostedt (Red Hat)2015-12-011-0/+16
* | | | Merge tag 'trace-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-11-301-8/+9
|\ \ \ \ | |/ / /
| * | | ring-buffer: Put back the length if crossed page with add_timestampSteven Rostedt (Red Hat)2015-11-241-1/+4
| * | | ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)2015-11-241-7/+5
| | |/ | |/|
* | | pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
|/ /
* | kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2015-11-201-1/+4
* | kernel/signal.c: unexport sigsuspend()Richard Weinberger2015-11-201-1/+1
OpenPOWER on IntegriCloud