index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF
Andrii Nakryiko
3
-11
/
+151
2020-12-03
selftests/bpf: Add support for marking sub-tests as skipped
Andrii Nakryiko
1
-3
/
+3
2020-12-03
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
9
-3
/
+198
2020-12-03
libbpf: Add kernel module BTF support for CO-RE relocations
Andrii Nakryiko
1
-10
/
+169
2020-12-03
libbpf: Refactor CO-RE relocs to not assume a single BTF object
Andrii Nakryiko
1
-76
/
+111
2020-12-03
libbpf: Add internal helper to load BTF data by FD
Andrii Nakryiko
2
-26
/
+36
2020-12-03
bpf: Keep module's btf_data_size intact after load
Andrii Nakryiko
1
-1
/
+0
2020-12-03
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
Andrii Nakryiko
1
-3
/
+5
2020-12-03
Merge branch 'Add support to set window_clamp from bpf setsockops'
Alexei Starovoitov
7
-9
/
+60
2020-12-03
selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP
Prankur gupta
4
-0
/
+40
2020-12-03
bpf: Adds support for setting window clamp
Prankur gupta
3
-9
/
+20
2020-12-03
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
Colin Ian King
1
-1
/
+1
2020-12-03
bpf: Fix cold build of test_progs-no_alu32
Brendan Jackman
1
-1
/
+1
2020-12-03
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
1
-1
/
+2
2020-12-03
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
1
-0
/
+12
2020-12-03
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
1
-1
/
+14
2020-12-03
Merge branch 'Fixes for ima selftest'
Andrii Nakryiko
2
-44
/
+64
2020-12-03
selftests/bpf: Indent ima_setup.sh with tabs.
KP Singh
1
-54
/
+54
2020-12-03
selftests/bpf: Add config dependency on BLK_DEV_LOOP
KP Singh
1
-0
/
+1
2020-12-03
selftests/bpf: Ensure securityfs mount before writing ima policy
KP Singh
1
-0
/
+15
2020-12-03
selftests/bpf: Update ima_setup.sh for busybox
KP Singh
1
-4
/
+8
2020-12-03
Merge branch 'libbpf: add support for privileged/unprivileged control separat...
Alexei Starovoitov
7
-15
/
+427
2020-12-03
samples/bpf: Sample application for eBPF load and socket creation split
Mariusz Dudek
4
-6
/
+337
2020-12-03
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
3
-9
/
+90
2020-12-03
tools/resolve_btfids: Fix some error messages
Brendan Jackman
1
-3
/
+3
2020-12-03
selftests/bpf: Copy file using read/write in local storage test
Stanislav Fomichev
1
-10
/
+18
2020-12-03
Merge branch 'bpftool: improve split BTF support'
Alexei Starovoitov
4
-4
/
+30
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
1
-4
/
+21
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
3
-0
/
+7
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
1
-0
/
+2
2020-12-02
Merge branch 'switch to memcg-based memory accounting'
Alexei Starovoitov
61
-762
/
+533
2020-12-02
bpf: samples: Do not touch RLIMIT_MEMLOCK
Roman Gushchin
27
-133
/
+0
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
3
-80
/
+12
2020-12-02
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
4
-100
/
+17
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
1
-10
/
+0
2020-12-02
bpf: Eliminate rlimit-based memory accounting for xskmap maps
Roman Gushchin
1
-10
/
+2
2020-12-02
bpf: Eliminate rlimit-based memory accounting for stackmap maps
Roman Gushchin
1
-13
/
+3
2020-12-02
bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-27
/
+6
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer
Roman Gushchin
1
-20
/
+4
2020-12-02
bpf: Eliminate rlimit-based memory accounting for reuseport_array maps
Roman Gushchin
1
-10
/
+2
2020-12-02
bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps
Roman Gushchin
1
-12
/
+4
2020-12-02
bpf: Eliminate rlimit-based memory accounting for lpm_trie maps
Roman Gushchin
1
-13
/
+0
2020-12-02
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
1
-18
/
+1
2020-12-02
bpf: Eliminate rlimit-based memory accounting for devmap maps
Roman Gushchin
1
-16
/
+2
2020-12-02
bpf: Eliminate rlimit-based memory accounting for cgroup storage maps
Roman Gushchin
1
-20
/
+1
2020-12-02
bpf: Eliminate rlimit-based memory accounting for cpumap maps
Roman Gushchin
1
-15
/
+1
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops maps
Roman Gushchin
1
-16
/
+3
2020-12-02
bpf: Eliminate rlimit-based memory accounting for arraymap maps
Roman Gushchin
1
-20
/
+4
2020-12-02
bpf: Refine memcg-based memory accounting for xskmap maps
Roman Gushchin
1
-1
/
+2
2020-12-02
bpf: Refine memcg-based memory accounting for sockmap and sockhash maps
Roman Gushchin
1
-4
/
+5
[next]