summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0422-586/+529
|\
| * bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-032-31/+56
| * bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-033-54/+112
| * bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko2020-12-031-1/+0
| * bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-031-3/+5
| * bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-022-69/+12
| * bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-80/+16
| * bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-10/+0
| * bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin2020-12-021-13/+3
| * bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-20/+4
| * bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin2020-12-021-10/+2
| * bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin2020-12-021-12/+4
| * bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-13/+0
| * bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-18/+1
| * bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin2020-12-021-16/+2
| * bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin2020-12-021-20/+1
| * bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-15/+1
| * bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin2020-12-021-16/+3
| * bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin2020-12-021-20/+4
| * bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-4/+6
| * bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-7/+4
| * bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-3/+3
| * bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-10/+14
| * bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin2020-12-021-3/+4
| * bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin2020-12-021-12/+11
| * bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-9/+12
| * bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin2020-12-021-3/+3
| * bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-1/+5
| * bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+63
| * bpf: Memcg-based memory accounting for bpf progsRoman Gushchin2020-12-021-5/+5
| * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-3/+4
| * bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+26
| * bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho2020-11-241-84/+95
| * bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko2020-11-251-0/+5
| * bpf: Simplify task_file_seq_get_next()Song Liu2020-11-201-37/+17
| * bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-183-0/+16
| * bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-036-16/+60
|\ \
| * \ Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-015-15/+33
| |\ \
| | * | ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)2020-11-301-8/+6
| | * | ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-11-301-1/+1
| | * | ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-11-301-1/+21
| | * | tracing: Fix alignment of static bufferMinchan Kim2020-11-301-1/+1
| | * | tracing: Remove WARN_ON in start_thread()Vasily Averin2020-11-301-1/+1
| | * | ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi2020-11-301-3/+3
| | * | ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)2020-11-301-1/+1
| * | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+27
| |\ \ \
| | * | | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+27
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-278-75/+84
|\| | | |
| * | | | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-272-4/+2
| |\ \ \ \