summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-271-0/+2
* bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-256-44/+188
* bpf: use the same condition in perf event set/free bpf handlerYonghong Song2017-10-251-3/+3
* bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer2017-10-241-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2220-201/+308
|\
| * 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
| * | 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
| * | | | kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-0/+4
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-10-121-23/+37
| |\ \ \ \
| | * | | | livepatch: unpatch all klp_objects if klp_module_coming failsJoe Lawrence2017-10-111-23/+37
| * | | | | Merge branch 'waitid-fix'Linus Torvalds2017-10-121-0/+6
| |\ \ \ \ \
| | * | | | | waitid(): Add missing access_ok() checksKees Cook2017-10-091-0/+6
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-101-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | seccomp: make function __get_seccomp_filter staticColin Ian King2017-10-101-1/+1
* | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-2/+2
* | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-2/+32
* | | | | | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-208-22/+110
* | | | | | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-39/+16
* | | | | | bpf: remove the verifier ops from program structureJakub Kicinski2017-10-182-16/+17
* | | | | | bpf: split verifier and program opsJakub Kicinski2017-10-183-12/+31
* | | | | | bpf: cpumap add tracepointsJesper Dangaard Brouer2017-10-181-5/+19
* | | | | | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-22/+130
* | | | | | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-182-2/+23
OpenPOWER on IntegriCloud