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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
Bluetooth: Add proper definitions for scan interval and window
Luiz Augusto von Dentz
1
-2
/
+16
2024-05-14
nbd: Use NULL to represent a pointer
Bart Van Assche
1
-1
/
+1
2024-05-14
devm-helpers: Fix a misspelled cancellation in the comments
Andy Shevchenko
1
-2
/
+2
2024-05-14
kprobes: remove dependency on CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+9
2024-05-14
mm/execmem, arch: convert remaining overrides of module_alloc to execmem
Mike Rapoport (IBM)
2
-13
/
+29
2024-05-14
mm/execmem, arch: convert simple overrides of module_alloc to execmem
Mike Rapoport (IBM)
1
-0
/
+47
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
2
-3
/
+57
2024-05-14
drm/edid: remove drm_do_get_edid()
Jani Nikula
1
-4
/
+0
2024-05-14
ftrace: Remove unused global 'ftrace_direct_func_count'
Dr. David Alan Gilbert
1
-2
/
+0
2024-05-14
ftrace: Remove unused list 'ftrace_direct_funcs'
Dr. David Alan Gilbert
1
-1
/
+0
2024-05-13
Merge tag 'idxd-for-linus-may2024' of git bundle from Arjan
Linus Torvalds
1
-0
/
+2
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+21
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
7
-130
/
+2
2024-05-13
net: stmmac: move the EST structure to struct stmmac_priv
Xiaolei Wang
1
-15
/
+0
2024-05-13
net: stmmac: move the EST lock to struct stmmac_priv
Xiaolei Wang
1
-1
/
+0
2024-05-13
mptcp: add net.mptcp.available_schedulers
Gregory Detal
1
-0
/
+3
2024-05-13
Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-05-13
Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2024-05-13
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
1
-0
/
+8
2024-05-13
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-0
/
+5
2024-05-13
tcp: rstreason: fully support in tcp_rcv_state_process()
Jason Xing
1
-0
/
+18
2024-05-13
tcp: rstreason: fully support in tcp_ack()
Jason Xing
1
-0
/
+13
2024-05-13
tcp: rstreason: fully support in tcp_rcv_synsent_state_process()
Jason Xing
1
-0
/
+17
2024-05-13
net: stmmac: introduce pcs_init/pcs_exit stmmac operations
Russell King (Oracle)
1
-0
/
+2
2024-05-13
net: pass back whether socket was empty post accept
Jens Axboe
1
-0
/
+1
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
1
-1
/
+2
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
5
-8
/
+17
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-25
/
+30
2024-05-13
Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-20
/
+17
2024-05-13
Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+8
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-1
/
+5
2024-05-13
net/mlx5: Remove unused msix related exported APIs
Parav Pandit
1
-7
/
+0
2024-05-13
net/mlx5: Enable 8 ports LAG
Shay Drory
1
-1
/
+1
2024-05-13
ax25: Use kernel universal linked list to implement ax25_dev_list
Duoming Zhou
1
-2
/
+1
2024-05-13
tracing: Allow user-space mapping of the ring-buffer
Vincent Donnefort
1
-0
/
+2
2024-05-13
ring-buffer: Introducing ring-buffer mapping functions
Vincent Donnefort
2
-0
/
+52
2024-05-13
cifs: Fix locking in cifs_strict_readv()
Steve French
1
-0
/
+1
2024-05-13
netdev: Add queue stats for TX stop and wake
Daniel Jurgens
2
-0
/
+5
2024-05-13
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
2
-4
/
+14
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
17
-352
/
+89
2024-05-13
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
1
-8
/
+68
2024-05-13
net: gro: use cb instead of skb->network_header
Richard Gobert
1
-2
/
+7
2024-05-13
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-7
/
+72
2024-05-13
Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-1
/
+38
2024-05-13
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
Mohamed Ahmed
1
-0
/
+7
2024-05-13
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
Mohamed Ahmed
1
-0
/
+7
2024-05-13
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-2
/
+3
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
4
-156
/
+86
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
6
-36
/
+90
[prev]
[next]