aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-80/+168
2020-01-23Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-70/+158
2020-01-23Merge tag 'pm-5.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+10
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-411/+2365
2020-01-22bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau3-0/+37
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov4-27/+266
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu4-28/+22
2020-01-22bpf: Fix error path under memory pressureAlexei Starovoitov1-2/+7
2020-01-22bpf: Fix trampoline usage in preemptAlexei Starovoitov1-0/+10
2020-01-21bpf: don't bother with getname/kern_path - use user_path_atAl Viro1-30/+13
2020-01-20bpf: Fix memory leaks in generic update/delete batch opsBrian Vazquez1-11/+19
2020-01-20tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa1-0/+5
2020-01-20tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller13-95/+134
2020-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+17
2020-01-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+12
2020-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-71/+72
2020-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2020-01-18Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2020-01-18Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-01-18Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-5/+10
2020-01-18ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner1-5/+10
2020-01-17perf: Correctly handle failed perf_get_aux_event()Mark Rutland1-1/+3
2020-01-17locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long1-2/+2
2020-01-16bpf: Remove set but not used variable 'first_key'YueHaibing1-2/+0
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer1-1/+1
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-10/+22
2020-01-16xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen1-36/+27
2020-01-16PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko1-10/+10
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+17
2020-01-15bpf: Add batch ops to all htab bpf mapYonghong Song2-1/+272
2020-01-15bpf: Add lookup and update batch ops to arraymapBrian Vazquez1-0/+2
2020-01-15bpf: Add generic support for update and delete batch opsBrian Vazquez1-0/+115
2020-01-15bpf: Add generic support for lookup batch opBrian Vazquez1-4/+156
2020-01-15bpf: Add bpf_map_{value_size, update_value, map_copy_value} functionsBrian Vazquez1-128/+152
2020-01-15bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2-5/+17
2020-01-15bpf: Add bpf_send_signal_thread() helperYonghong Song1-3/+24
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-14tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2-16/+45
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu4-48/+86
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-2/+2
2020-01-14bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-4/+10
2020-01-14keys: Fix request_key() cacheDavid Howells1-2/+2
2020-01-11Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+10
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov2-81/+346
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller12-28/+80
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+16
2020-01-09time/posix-stubs: Provide compat itimer supoprt for alphaArnd Bergmann1-0/+3
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-1/+6
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau6-34/+565