index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
netdev: reshuffle netif_napi_add() APIs to allow dropping weight
Jakub Kicinski
1
-17
/
+33
2022-05-03
Merge tag 'mlx5-updates-2022-05-02' of git://git.kernel.org/pub/scm/linux/ker...
Paolo Abeni
2
-10
/
+18
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
1
-4
/
+5
2022-05-02
net/mlx5: fs, add unused destination type
Mark Bloch
1
-0
/
+1
2022-05-02
net/mlx5: fs, split software and IFC flow destination definitions
Mark Bloch
2
-10
/
+17
2022-05-02
Stefan Schmidt says:
Jakub Kicinski
1
-8
/
+73
2022-05-01
net: phy: Add 10BASE-T1L support in phy-c45
Alexandru Tachici
2
-0
/
+73
2022-05-01
ethtool: Add 10base-T1L link mode entry
Alexandru Tachici
1
-1
/
+1
2022-04-30
net: lan966x: Fix compilation error
Horatiu Vultur
1
-0
/
+4
2022-04-30
net: inline dev_queue_xmit()
Pavel Begunkov
1
-2
/
+12
2022-04-30
net: inline skb_zerocopy_iter_dgram
Pavel Begunkov
1
-14
/
+22
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...
Jakub Kicinski
1
-1
/
+5
2022-04-29
tcp: pass back data left in socket after receive
Jens Axboe
1
-1
/
+5
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-285
/
+66
2022-04-28
Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-12
/
+9
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
6
-149
/
+122
2022-04-27
hex2bin: make the function hex_to_bin constant-time
Mikulas Patocka
1
-1
/
+1
2022-04-27
Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+2
2022-04-26
net: Use this_cpu_inc() to increment net->core_stats
Sebastian Andrzej Siewior
1
-12
/
+9
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2
-0
/
+8
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-2
/
+1
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
1
-1
/
+2
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2
-0
/
+6
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
1
-0
/
+17
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
1
-26
/
+30
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
1
-1
/
+9
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-0
/
+8
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2
-3
/
+5
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2
-1
/
+32
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
1
-6
/
+2
2022-04-25
net: ieee802154: Fill the list of MLME return codes
Miquel Raynal
1
-1
/
+66
2022-04-25
net: ieee802154: Enhance/fix the names of the MLME return codes
Miquel Raynal
1
-7
/
+7
2022-04-23
Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-266
/
+0
2022-04-23
Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-266
/
+0
2022-04-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+25
2022-04-22
qed: Remove IP services API.
Guillaume Nault
1
-29
/
+0
2022-04-22
ipv6: Remove __ipv6_only_sock().
Kuniyuki Iwashima
1
-3
/
+1
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-13
/
+49
2022-04-21
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-0
/
+1
2022-04-21
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-0
/
+8
2022-04-21
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
1
-0
/
+5
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2
-0
/
+14
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
1
-0
/
+2
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
1
-1
/
+23
2022-04-21
mtd: fix 'part' field data corruption in mtd_info
Oleksandr Ocheretnyi
1
-4
/
+2
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
1
-1
/
+1
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-2
/
+2
2022-04-19
vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
Song Liu
1
-2
/
+2
2022-04-19
fs: fix acl translation
Christian Brauner
1
-0
/
+4
[next]