summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-11elfcore: fix building with clangArnd Bergmann
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-10bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko
2020-12-03bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf progsRoman Gushchin
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-11-30tracing: Fix alignment of static bufferMinchan Kim
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)