summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-268-80/+168
|\
| * Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-237-70/+158
| |\
| | * tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu2020-01-224-28/+22
| | * tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa2020-01-201-0/+5
| | * tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-201-0/+22
| | * tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-142-16/+45
| | * tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu2020-01-144-48/+86
| * | Merge tag 'pm-5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-01-231-10/+10
| |\ \
| | * | PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko2020-01-161-10/+10
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2315-411/+2365
|\ \ \
| * | | bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-223-0/+37
| * | | bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-224-27/+266
| * | | bpf: Fix error path under memory pressureAlexei Starovoitov2020-01-221-2/+7
| * | | bpf: Fix trampoline usage in preemptAlexei Starovoitov2020-01-221-0/+10
| * | | bpf: don't bother with getname/kern_path - use user_path_atAl Viro2020-01-211-30/+13
| * | | bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez2020-01-201-11/+19
| * | | bpf: Remove set but not used variable 'first_key'YueHaibing2020-01-161-2/+0
| * | | devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-1/+1
| * | | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-10/+22
| * | | xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen2020-01-161-36/+27
| * | | bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-152-1/+272
| * | | bpf: Add lookup and update batch ops to arraymapBrian Vazquez2020-01-151-0/+2
| * | | bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+115
| * | | bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-4/+156
| * | | bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez2020-01-151-128/+152
| * | | bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-3/+24
| * | | bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-141-4/+10
| * | | bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-102-81/+346
| * | | bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-1/+6
| * | | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-096-34/+565
| * | | bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-096-63/+304
| * | | bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau2020-01-091-5/+39
| * | | bpf: Add enum support to btf_ctx_access()Martin KaFai Lau2020-01-091-1/+1
| * | | bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau2020-01-091-3/+6
| * | | bpf: Save PTR_TO_BTF_ID register state when spilling to stackMartin KaFai Lau2020-01-091-0/+1
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-1913-95/+134
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-192-5/+17
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-01-162-5/+17
| | |\ \ \
| | | * | | bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-152-5/+17
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-01-182-5/+12
| |\ \ \ \ \
| | * | | | | tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-151-5/+9
| | * | | | | time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann2020-01-091-0/+3
| * | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-181-71/+72
| |\ \ \ \ \ \
| | * | | | | | cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann2020-01-091-71/+72
| | |/ / / / /
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-181-1/+3
| |\ \ \ \ \ \
| | * | | | | | perf: Correctly handle failed perf_get_aux_event()Mark Rutland2020-01-171-1/+3
| * | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-01-183-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long2020-01-171-2/+2
| | * | | | | | | futex: Fix kernel-doc notation warningRandy Dunlap2020-01-091-0/+1
| | * | | | | | | locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long2019-12-251-4/+3
| | |/ / / / / /