Age | Commit message (Expand) | Author | Files | Lines |
2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 15 | -370/+2446 |
2019-11-25 | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -19/+172 |
2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -3/+3 |
2019-11-25 | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 10 | -295/+196 |
2019-11-25 | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -25/+65 |
2019-11-25 | Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 4 | -34/+156 |
2019-11-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -7/+39 |
2019-11-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 3 | -11/+10 |
2019-11-25 | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -0/+394 |
2019-11-25 | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+12 |
2019-11-24 | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann | 2 | -15/+5 |
2019-11-24 | bpf: Constant map key tracking for prog array pokes | Daniel Borkmann | 1 | -9/+111 |
2019-11-24 | bpf: Add poke dependency tracking for prog array maps | Daniel Borkmann | 3 | -12/+200 |
2019-11-24 | bpf: Add initial poke descriptor table for jit images | Daniel Borkmann | 1 | -0/+34 |
2019-11-24 | bpf: Move owner type, jited info into array auxiliary data | Daniel Borkmann | 4 | -21/+43 |
2019-11-24 | bpf: Move bpf_free_used_maps into sleepable section | Daniel Borkmann | 2 | -20/+23 |
2019-11-24 | bpf: Provide better register bounds after jmp32 instructions | Yonghong Song | 1 | -0/+19 |
2019-11-24 | xdp: Fix cleanup on map free for devmap_hash map type | Toke Høiland-Jørgensen | 1 | -28/+46 |
2019-11-23 | Revert "bpf: Emit audit messages upon successful prog load and unload" | Jakub Kicinski | 2 | -32/+1 |
2019-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -16/+36 |
2019-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+3 |
2019-11-22 | Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+7 |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini | 25 | -98/+508 |
2019-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 12 | -141/+1187 |
2019-11-20 | bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size | Daniel Borkmann | 1 | -4/+7 |
2019-11-20 | bpf: Emit audit messages upon successful prog load and unload | Daniel Borkmann | 2 | -1/+32 |
2019-11-20 | fork: fix pidfd_poll()'s return type | Luc Van Oostenryck | 1 | -3/+3 |
2019-11-20 | PM: QoS: Invalidate frequency QoS requests after removal | Rafael J. Wysocki | 1 | -1/+7 |
2019-11-19 | bpf: Make array_map_mmap static | YueHaibing | 1 | -1/+1 |
2019-11-18 | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY | Andrii Nakryiko | 2 | -9/+148 |
2019-11-18 | bpf: Convert bpf_prog refcnt to atomic64_t | Andrii Nakryiko | 3 | -28/+14 |
2019-11-18 | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails | Andrii Nakryiko | 5 | -40/+27 |
2019-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -1/+3 |
2019-11-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -11/+23 |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 16 | -78/+172 |
2019-11-16 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2019-11-16 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+19 |
2019-11-15 | fork: extend clone3() to support setting a PID | Adrian Reber | 3 | -18/+80 |
2019-11-15 | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov | 4 | -27/+147 |
2019-11-15 | bpf: Compare BTF types of functions arguments with actual types | Alexei Starovoitov | 3 | -3/+98 |
2019-11-15 | bpf: Annotate context types | Alexei Starovoitov | 3 | -6/+114 |
2019-11-15 | bpf: Fix race in btf_resolve_helper_id() | Alexei Starovoitov | 2 | -6/+28 |
2019-11-15 | bpf: Introduce BPF trampoline | Alexei Starovoitov | 6 | -8/+419 |
2019-11-15 | bpf: Add bpf_arch_text_poke() helper | Alexei Starovoitov | 1 | -0/+6 |
2019-11-15 | bpf: Support doubleword alignment in bpf_jit_binary_alloc | Ilya Leoshkevich | 1 | -0/+4 |
2019-11-15 | workqueue: Add RCU annotation for pwq list walk | Sebastian Andrzej Siewior | 1 | -1/+2 |
2019-11-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2 | -3/+4 |
2019-11-15 | perf/core: Provide a kernel-internal interface to pause perf_event | Like Xu | 1 | -0/+18 |
2019-11-15 | perf/core: Provide a kernel-internal interface to recalibrate event period | Like Xu | 1 | -7/+21 |
2019-11-15 | sched/uclamp: Fix incorrect condition | Qais Yousef | 1 | -1/+1 |