summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix kernel page fault in lpm map trie_get_next_keyYonghong Song2018-01-261-15/+11
* bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-262-16/+30
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-262-105/+152
* bpf: improve dead code sanitizingDaniel Borkmann2018-01-261-5/+12
* bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün2018-01-251-4/+1
* bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu regionYonghong Song2018-01-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-207-69/+298
|\
| * bpf: add upper complexity limit to verifier logDaniel Borkmann2018-01-191-1/+2
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-7/+12
| * bpf, verifier: detect misconfigured mem, size argument pairDaniel Borkmann2018-01-191-24/+55
| * bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE mapYonghong Song2018-01-191-2/+93
| * bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-182-0/+61
| * bpf: offload: allow array map offloadJakub Kicinski2018-01-181-1/+2
| * bpf: arraymap: use bpf_map_init_from_attr()Jakub Kicinski2018-01-181-6/+1
| * bpf: arraymap: move checks out of alloc functionJakub Kicinski2018-01-181-14/+28
| * bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+2
| * bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
| * bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-182-13/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1912-59/+205
|\ \ | |/ |/|
| * Merge tag 'trace-v4.15-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-192-3/+16
| |\
| | * tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-181-1/+15
| | * ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)2018-01-181-2/+1
| * | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-191-0/+1
| |\ \
| | * | cgroup: make cgroup.threads delegatableRoman Gushchin2018-01-101-0/+1
| * | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-191-0/+13
| |\ \ \
| | * | | workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-121-0/+13
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-192-13/+55
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-182-13/+55
| | |\ \ \ \
| | | * | | | bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-11/+16
| | | * | | | bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-0/+19
| | | * | | | bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-141-0/+18
| | | * | | | bpf: fix divides by zeroEric Dumazet2018-01-141-2/+2
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-172-19/+29
| |\ \ \ \ \ \
| | * | | | | | delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-162-19/+29
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-173-23/+90
| |\ \ \ \ \ \ \
| | * | | | | | | futex: Prevent overflow by strengthen input validationLi Jinyue2018-01-141-0/+3
| | * | | | | | | futex: Avoid violating the 10th rule of futexPeter Zijlstra2018-01-143-23/+87
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-01-171-1/+1
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | timers: Unconditionally check deferrable baseThomas Gleixner2018-01-141-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-177-28/+70
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-162-4/+21
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-101-3/+15
| | * | | | | | | bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+5
| | * | | | | | | bpf: fix spelling mistake: "obusing" -> "abusing"Colin Ian King2018-01-101-1/+1
| * | | | | | | | Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-162-18/+46
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-01-151-1/+1
| | * | | | | | ring-buffer: Bring back context level recursive checksSteven Rostedt (VMware)2018-01-151-17/+45
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-131-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-131-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-121-0/+2
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud