summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-2420-166/+229
|\
| * 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
* | | | Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-0812-52/+134
|\ \ \ \ | |/ / /
| * | | 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
| | | |/ | | |/|
* | | | Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...Dave Airlie2015-12-011-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-23127-2804/+5863
| |\ \ \ | | |/ /
| * | | async: export current_is_async()Lukas Wunner2015-11-191-0/+1
* | | | 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-191-0/+6
|\ \ \ | |_|/ |/| |
| * | livepatch: x86: fix relocation computation with kASLRZhou Chengming2015-11-111-0/+6
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-8/+13
|\ \ \
| * | | perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra2015-11-091-0/+4
| * | | perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney2015-11-091-8/+9
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-151-1/+1
|\ \ \ \
| * | | | sched/numa: Fix math underflow in task_tick_numa()Rik van Riel2015-11-091-1/+1
| |/ / /
OpenPOWER on IntegriCloud