summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-144-5/+11
|\
| * bpf: Permits pointers on stack for helper callsYonghong Song2020-12-141-1/+2
| * bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-20/+2
| * bpf: Return -ENOTSUPP when attaching to non-kernel BTFAndrii Nakryiko2020-12-081-1/+4
| * bpf: Propagate __user annotations properlyLukas Bulwahn2020-12-071-1/+1
| * bpf: Avoid overflows involving hash elem_sizeEric Dumazet2020-12-071-2/+2
| * bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-118-47/+30
|\ \ | |/ |/|
| * bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-112-4/+4
| * elfcore: fix building with clangArnd Bergmann2020-12-112-27/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-12-101-5/+5
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-101-5/+5
| | |\
| | | * bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov2020-12-101-5/+5
| * | | Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-071-5/+8
| |\ \ \
| | * | | tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-041-5/+8
| * | | | Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-061-5/+8
| |\ \ \ \
| | * | | | genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2020-11-301-5/+8
| * | | | | Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-051-1/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin2020-11-271-1/+5
* | | | | | 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