index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-07-06
bpf: make preloaded map iterators to display map elements count
Anton Protopopov
-260
/
+275
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
-2
/
+20
2023-07-06
bpf: add a new kfunc to return current bpf_map elements count
Anton Protopopov
-1
/
+38
2023-07-06
bpf: add percpu stats for bpf_map elements insertions/deletions
Anton Protopopov
-0
/
+30
2023-07-05
selftests/bpf: Add benchmark for bpf memory allocator
Hou Tao
-0
/
+502
2023-07-05
selftests/bpf: Honor $(O) when figuring out paths
Björn Töpel
-0
/
+4
2023-07-05
selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests
Björn Töpel
-1
/
+14
2023-07-05
bpf: Remove unnecessary ring buffer size check
Hou Tao
-15
/
+11
2023-06-30
Merge branch 'libbpf: add netfilter link attach helper'
Andrii Nakryiko
-0
/
+172
2023-06-30
selftests/bpf: Add bpf_program__attach_netfilter helper test
Florian Westphal
-0
/
+100
2023-06-30
libbpf: Add netfilter link attach helper
Florian Westphal
-0
/
+72
2023-06-30
libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missing
Andrea Terzolo
-0
/
+4
2023-06-30
selftests/bpf: Verify that the cgroup_skb filters receive expected packets.
Kui-Feng Lee
-0
/
+832
2023-06-30
bpf, net: Check skb ownership against full socket.
Kui-Feng Lee
-2
/
+2
2023-06-30
selftests/bpf: Add test to exercise typedef walking
Stanislav Fomichev
-0
/
+29
2023-06-30
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
-0
/
+2
2023-06-30
selftests/bpf: Fix bpf_nf failure upon test rerun
Daniel Borkmann
-2
/
+3
2023-06-29
bpf, docs: Fix definition of BPF_NEG operation
Dave Thaler
-1
/
+1
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
-35
/
+35
2023-06-29
lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
Sumitra Sharma
-11
/
+1
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-25271
/
+98547
2023-06-28
Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-434
/
+351
2023-06-28
Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-152
/
+49
2023-06-28
modules: catch concurrent module loads, treat them as idempotent
Linus Torvalds
-2
/
+71
2023-06-28
module: split up 'finit_module()' into init_module_from_file() helper
Linus Torvalds
-15
/
+27
2023-06-28
Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
-333
/
+1067
2023-06-28
Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
-299
/
+805
2023-06-28
Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-413
/
+1635
2023-06-28
Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
-608
/
+5618
2023-06-28
Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
-302
/
+835
2023-06-28
x86/mem_encrypt: Remove stale mem_encrypt_init() declaration
Linus Torvalds
-1
/
+0
2023-06-28
mm: fix __access_remote_vm() GUP failure case
Linus Torvalds
-0
/
+1
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-422
/
+957
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-6892
/
+8328
2023-06-27
Merge tag 'docs-arm64-move' of git://git.lwn.net/linux
Linus Torvalds
-75
/
+76
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-203
/
+467
2023-06-27
Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-4
/
+4
2023-06-27
Merge tag 'execve-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-13
/
+10
2023-06-27
Merge tag 'Smack-for-6.5' of https://github.com/cschaufler/smack-next
Linus Torvalds
-16
/
+48
2023-06-27
Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
-16
/
+32
2023-06-27
Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-19
/
+22
2023-06-27
Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-92
/
+157
2023-06-27
Merge tag 'audit-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2023-06-27
Merge tag 'landlock-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-144
/
+478
2023-06-27
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-220
/
+257
2023-06-27
Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-65
/
+57
2023-06-27
Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
-75
/
+499
2023-06-27
Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-23
/
+77
2023-06-27
Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-328
/
+997
2023-06-27
Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
-326
/
+467
[next]