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
2024-03-01
iommu: constify fwnode in iommu_ops_from_fwnode()
Krzysztof Kozlowski
1
-2
/
+2
2024-03-01
iommu: constify of_phandle_args in xlate
Krzysztof Kozlowski
1
-2
/
+2
2024-03-01
pidfs: convert to path_from_stashed() helper
Christian Brauner
2
-0
/
+2
2024-03-01
nsfs: convert to path_from_stashed() helper
Christian Brauner
2
-2
/
+2
2024-03-01
pidfd: add pidfs
Christian Brauner
2
-2
/
+11
2024-03-01
net: bql: fix building with BQL disabled
Arnd Bergmann
1
-0
/
+10
2024-03-01
Simplify net_dbg_ratelimited() dummy
Geert Uytterhoeven
1
-4
/
+1
2024-03-01
ipv6: add ipv6_devconf_read_txrx cacheline_group
Eric Dumazet
1
-4
/
+9
2024-03-01
Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory
Michael Kelley
1
-1
/
+21
2024-02-29
lib/string_helpers: Add flags param to string_get_size()
Andy Shevchenko
1
-3
/
+7
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-28
/
+32
2024-02-29
workqueue: Drain BH work items on hot-unplugged CPUs
Tejun Heo
1
-0
/
+1
2024-02-29
overflow: Use POD in check_shl_overflow()
Andy Shevchenko
1
-1
/
+1
2024-02-29
kernel.h: Move lib/cmdline.c prototypes to string.h
Andy Shevchenko
2
-6
/
+8
2024-02-29
fortify: Improve buffer overflow reporting
Kees Cook
1
-26
/
+30
2024-02-29
fortify: Provide KUnit counters for failure testing
Kees Cook
1
-20
/
+23
2024-02-29
fortify: Split reporting and avoid passing string pointer
Kees Cook
1
-21
/
+60
2024-02-29
refcount: Annotated intentional signed integer wrap-around
Kees Cook
1
-3
/
+6
2024-02-29
lib/string_choices: Add str_plural() helper
Michal Wajdeczko
1
-0
/
+11
2024-02-29
overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
Kees Cook
1
-0
/
+32
2024-02-29
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
1
-0
/
+48
2024-02-29
overflow: Adjust check_*_overflow() kern-doc to reflect results
Kees Cook
1
-12
/
+9
2024-02-29
kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.h
Andy Shevchenko
2
-28
/
+31
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-10
/
+13
2024-02-29
cgroup/cpuset: Remove cpuset_do_slab_mem_spread()
Xiongwei Song
1
-10
/
+0
2024-02-29
dpll: fix build failure due to rcu_dereference_check() on unknown type
Eric Dumazet
1
-4
/
+4
2024-02-29
cpufreq: Limit resolving a frequency to policy min/max
Shivnandan Kumar
1
-1
/
+14
2024-02-29
f2fs: stop checkpoint when get a out-of-bounds segment
Zhiguo Niu
1
-0
/
+1
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-0
/
+1
2024-02-29
gpio: nomadik: support mobileye,eyeq5-gpio
Théo Lebrun
1
-0
/
+1
2024-02-29
gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
Théo Lebrun
1
-0
/
+276
2024-02-28
tcp: remove some holes in struct tcp_sock
Eric Dumazet
1
-4
/
+4
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
1
-6
/
+8
2024-02-28
clk: Add a devm variant of clk_rate_exclusive_get()
Uwe Kleine-König
1
-0
/
+12
2024-02-29
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
1
-0
/
+1
2024-02-28
SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int
Dai Ngo
1
-1
/
+1
2024-02-28
SUNRPC: Add a transport callback to handle dequeuing of an RPC request
Trond Myklebust
1
-0
/
+1
2024-02-28
sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
Alex Shi
2
-5
/
+5
2024-02-28
swiotlb: add debugfs to track swiotlb transient pool usage
ZhangPeng
1
-0
/
+3
2024-02-28
net: ethtool: eee: Remove legacy _u32 from keee
Andrew Lunn
1
-3
/
+0
2024-02-28
locking/mutex: Simplify <linux/mutex.h>
Waiman Long
1
-6
/
+2
2024-02-28
bitfield: suppress "dubious: x & !y" sparse warning
Johannes Berg
1
-1
/
+2
2024-02-28
fbdev: Clean up include statements in header file
Thomas Zimmermann
1
-4
/
+4
2024-02-28
fbdev: Clean up forward declarations in header file
Thomas Zimmermann
1
-3
/
+5
2024-02-28
fbdev: Do not include <linux/slab.h> in header
Thomas Zimmermann
1
-1
/
+1
2024-02-28
fbdev: Do not include <linux/notifier.h> in header
Thomas Zimmermann
1
-1
/
+1
2024-02-28
fbdev: Do not include <linux/fs.h> in header
Thomas Zimmermann
1
-1
/
+1
2024-02-28
fbdev: Do not include <linux/backlight.h> in header
Thomas Zimmermann
1
-1
/
+1
2024-02-27
Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+3
2024-02-27
libfs: Drop generic_set_encrypted_ci_d_ops
Gabriel Krisman Bertazi
1
-1
/
+0
[prev]
[next]