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
2022-01-27
selftests/bpf: add a selftest with __user tag
Yonghong Song
3
-0
/
+151
2022-01-27
selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
Yonghong Song
2
-4
/
+4
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
6
-24
/
+71
2022-01-27
compiler_types: define __user as __attribute__((btf_type_tag("user")))
Yonghong Song
2
-0
/
+11
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
4
-46
/
+37
2022-01-27
selftests/bpf: fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-27
selftests, xsk: Fix bpf_res cleanup test
Magnus Karlsson
2
-32
/
+50
2022-01-27
Merge branch 'xsk-batching'
Daniel Borkmann
15
-162
/
+330
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
3
-3
/
+14
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
4
-101
/
+190
2022-01-27
ice: xsk: Avoid potential dead AF_XDP Tx processing
Maciej Fijalkowski
1
-0
/
+2
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
8
-30
/
+24
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
4
-9
/
+12
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
2
-20
/
+81
2022-01-27
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
1
-0
/
+8
2022-01-27
ice: Remove likely for napi_complete_done
Maciej Fijalkowski
1
-1
/
+1
2022-01-26
bpf: remove unused static inlines
Jakub Kicinski
3
-22
/
+0
2022-01-26
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
6
-66
/
+63
2022-01-26
selftests/bpf: Fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-25
selftests: bpf: Less strict size check in sockopt_sk
Felix Maurer
1
-1
/
+2
2022-01-25
Merge branch 'libbpf: deprecate some setter and getter APIs'
Alexei Starovoitov
17
-31
/
+79
2022-01-25
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
1
-2
/
+2
2022-01-25
samples/bpf: use preferred getters/setters instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-25
selftests/bpf: use preferred setter/getter APIs instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-25
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2
-5
/
+5
2022-01-25
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
1
-0
/
+26
2022-01-25
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
1
-0
/
+1
2022-01-25
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
6
-16
/
+37
2022-01-24
Merge branch 'Fix the incorrect register read for syscalls on x86_64'
Andrii Nakryiko
5
-14
/
+173
2022-01-24
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
2
-0
/
+119
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
1
-0
/
+34
2022-01-24
selftests/bpf: Extract syscall wrapper
Kenta Tada
2
-14
/
+20
2022-01-24
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2
-1
/
+2
2022-01-24
Merge branch 'deprecate bpf_object__open_buffer() API'
Andrii Nakryiko
3
-3
/
+6
2022-01-24
perf: Stop using bpf_object__open_buffer() API
Christy Lee
2
-3
/
+5
2022-01-24
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
1
-0
/
+1
2022-01-24
Merge branch 'Add bpf_copy_from_user_task helper and sleepable bpf iterator p...
Alexei Starovoitov
9
-5
/
+149
2022-01-24
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2
-0
/
+74
2022-01-24
libbpf: Add "iter.s" section for sleepable bpf iterator programs
Kenny Yu
1
-0
/
+1
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
5
-0
/
+59
2022-01-24
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
1
-5
/
+15
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
128
-895
/
+4990
2022-01-24
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
7
-47
/
+50
2022-01-24
Merge tag 'linux-can-fixes-for-5.17-20220124' of git://git.kernel.org/pub/scm...
Jakub Kicinski
6
-3
/
+11
2022-01-24
can: flexcan: mark RX via mailboxes as supported on MCF5441X
Marc Kleine-Budde
2
-1
/
+2
2022-01-24
can: tcan4x5x: regmap: fix max register value
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...
Marc Kleine-Budde
1
-0
/
+6
2022-01-24
dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
Marc Kleine-Budde
1
-1
/
+1
2022-01-24
mailmap: update email address of Brian Silverman
Marc Kleine-Budde
1
-0
/
+1
[prev]
[next]