summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Rewrite event timekeepingPeter Zijlstra2017-10-271-256/+129
* perf/core: Fix perf_event_read()Peter Zijlstra2017-10-271-16/+39
* perf/core: Remove wrong barrierPeter Zijlstra2017-10-271-5/+0
* perf/core: Rename 'enum perf_event_active_state'Peter Zijlstra2017-10-271-1/+1
* perf/core: Make sure to update ctx time before using itPeter Zijlstra2017-10-271-2/+10
* perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-10-271-2/+2
* perf/core: Update ctx time before detaching eventsPeter Zijlstra2017-10-271-0/+1
* perf/core: Fix perf_event_read_value() lockingPeter Zijlstra2017-10-271-2/+14
* perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-273-4/+15
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-279-59/+111
|\
| * Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-231-22/+15
| |\
| | * workqueue: replace pool->manager_arb mutex with a flagTejun Heo2017-10-101-22/+15
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-0/+5
| |\ \
| | * | cpu/hotplug: Reset node state after operationThomas Gleixner2017-10-211-0/+5
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-221-3/+12
| |\ \ \
| | * \ \ Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-10-161-3/+12
| | |\ \ \ | | | |/ / | | |/| |
| | | * | genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()Doug Berger2017-10-131-16/+0
| | | * | genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()Doug Berger2017-10-131-0/+25
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-215-32/+77
| |\ \ \ \
| | * | | | bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
| | * | | | bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
| | * | | | bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
| | * | | | bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
| | * | | | bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
| | * | | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9
| | * | | | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
| | * | | | bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
| | * | | | bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
| | * | | | bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6
| | * | | | Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-101-0/+11
| | * | | | net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-091-11/+0
| * | | | | waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook2017-10-201-2/+2
* | | | | | kprobes: Disable the jprobes test codeMasami Hiramatsu2017-10-201-1/+8
* | | | | | kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-201-0/+2
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-2037-924/+1120
|\ \ \ \ \ \ | |/ / / / /
| * | | | | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-193-12/+17
| * | | | | membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-191-4/+30
| | |/ / / | |/| | |
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-142-94/+49
| |\ \ \ \
| | * | | | sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra2017-10-101-0/+7
| | * | | | sched/core: Address more wake_affine() regressionsPeter Zijlstra2017-10-102-0/+43
| | * | | | sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-102-111/+16
| | |/ / /
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-141-1/+9
| |\ \ \ \
| | * | | | perf/core: Fix cgroup time when scheduling descendantsleilei.lin2017-10-101-1/+1
| | * | | | perf/core: Avoid freeing static PMU contexts when PMU is unregisteredWill Deacon2017-10-101-0/+8
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-141-28/+20
| |\ \ \ \ \
| | * | | | | locking/lockdep: Fix stacktrace messPeter Zijlstra2017-10-101-28/+20
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-143-2/+45
| |\ \ \ \ \
| | * | | | | genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner2017-10-092-1/+4
| | * | | | | genirq/cpuhotplug: Add sanity check for effective affinity maskThomas Gleixner2017-10-091-1/+27
| | * | | | | genirq: Warn when effective affinity is not updatedThomas Gleixner2017-10-091-0/+14
OpenPOWER on IntegriCloud