summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-0/+1
|\
| * 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
* | | bpf: hash: use per-bucket spinlocktom.leiming@gmail.com2015-12-291-18/+32
* | | bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com2015-12-291-4/+2
* | | bpf: hash: use atomic counttom.leiming@gmail.com2015-12-291-6/+6
* | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-181-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-1723-177/+270
|\ \ \ | |/ /
| * | 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
| | |/ /
* | | | net, cgroup: cgroup_sk_updat_lock was missing initializerTejun Heo2015-12-141-1/+1
* | | | bpf, inode: allow for rename and link opsDaniel Borkmann2015-12-121-0/+20
* | | | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-081-1/+54
* | | | Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2015-12-081-27/+44
|\ \ \ \
| * | | | cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo2015-11-201-5/+34
| * | | | cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2015-11-201-22/+10
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-0311-46/+107
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | | |/ | | |/|
OpenPOWER on IntegriCloud