Age | Commit message (Expand) | Author | Files | Lines |
2016-09-29 | bpf: allow access into map value arrays | Josef Bacik | 1 | -18/+311 |
2016-09-27 | bpf: clean up put_cpu_var usage | Shaohua Li | 1 | -1/+1 |
2016-09-27 | bpf: Set register type according to is_valid_access() | Mickaël Salaün | 1 | -3/+2 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -14/+76 |
2016-09-21 | bpf: recognize 64bit immediate loads as consts | Jakub Kicinski | 1 | -2/+12 |
2016-09-21 | bpf: enable non-core use of the verfier | Jakub Kicinski | 1 | -0/+68 |
2016-09-21 | bpf: expose internal verfier structures | Jakub Kicinski | 1 | -163/+103 |
2016-09-21 | bpf: don't (ab)use instructions to store state | Jakub Kicinski | 1 | -30/+40 |
2016-09-20 | bpf: direct packet write and access for helpers for clsact progs | Daniel Borkmann | 2 | -14/+43 |
2016-09-20 | bpf, verifier: enforce larger zero range for pkt on overloading stack buffs | Daniel Borkmann | 1 | -1/+1 |
2016-09-19 | cgroup: duplicate cgroup reference when cloning sockets | Johannes Weiner | 1 | -0/+6 |
2016-09-13 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+22 |
2016-09-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -14/+48 |
2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -38/+113 |
2016-09-10 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+9 |
2016-09-10 | perf/core: Fix aux_mmap_count vs aux_refcount order | Alexander Shishkin | 1 | -4/+11 |
2016-09-10 | perf/core: Fix a race between mmap_close() and set_output() of AUX events | Alexander Shishkin | 1 | -6/+25 |
2016-09-09 | bpf: add BPF_CALL_x macros for declaring helpers | Daniel Borkmann | 4 | -77/+51 |
2016-09-09 | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros | Daniel Borkmann | 1 | -6/+6 |
2016-09-09 | bpf: minor cleanups in helpers | Daniel Borkmann | 1 | -3/+3 |
2016-09-09 | mm: fix cache mode of dax pmd mappings | Dan Williams | 1 | -0/+9 |
2016-09-08 | bpf: fix range propagation on direct packet access | Daniel Borkmann | 1 | -15/+40 |
2016-09-06 | perf, bpf: fix conditional call to bpf_overflow_handler | Arnd Bergmann | 1 | -1/+1 |
2016-09-05 | PM / QoS: avoid calling cancel_delayed_work_sync() during early boot | Tejun Heo | 1 | -1/+10 |
2016-09-05 | sched/core: Fix a race between try_to_wake_up() and a woken up task | Balbir Singh | 1 | -0/+22 |
2016-09-05 | perf/core: Remove WARN from perf_event_read() | Peter Zijlstra | 1 | -4/+12 |
2016-09-04 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2016-09-02 | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 1 | -1/+88 |
2016-09-02 | bpf: perf_event progs should only use preallocated maps | Alexei Starovoitov | 1 | -1/+21 |
2016-09-02 | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type | Alexei Starovoitov | 1 | -0/+61 |
2016-09-02 | bpf: support 8-byte metafield access | Alexei Starovoitov | 1 | -3/+6 |
2016-09-02 | tick/nohz: Fix softlockup on scheduler stalls in kvm guest | Wanpeng Li | 1 | -1/+2 |
2016-09-01 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -27/+39 |
2016-09-01 | kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd | Michal Hocko | 1 | -6/+4 |
2016-09-01 | mm, mempolicy: task->mempolicy must be NULL before dropping final reference | David Rientjes | 1 | -6/+1 |
2016-09-01 | printk/nmi: avoid direct printk()-s from __printk_nmi_flush() | Sergey Senozhatsky | 1 | -15/+23 |
2016-09-01 | kconfig: tinyconfig: provide whole choice blocks to avoid warnings | Arnd Bergmann | 1 | -0/+8 |
2016-09-01 | kexec: fix double-free when failing to relocate the purgatory | Thiago Jung Bauermann | 1 | -0/+3 |
2016-09-01 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 2 | -3/+28 |
2016-08-31 | audit: fix exe_file access in audit_exe_compare | Mateusz Guzik | 1 | -3/+5 |
2016-08-31 | mm: introduce get_task_exe_file | Mateusz Guzik | 1 | -0/+23 |
2016-08-30 | Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+8 |
2016-08-30 | seccomp: Fix tracer exit notifications during fatal signals | Kees Cook | 1 | -4/+8 |
2016-08-30 | Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+17 |
2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 12 | -53/+178 |
2016-08-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2016-08-28 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -2/+19 |
2016-08-28 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+11 |
2016-08-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+45 |
2016-08-26 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |