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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-268
/
+230
2024-09-26
Merge tag 'efi-next-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-7
/
+10
2024-09-26
Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"
Linus Torvalds
4
-150
/
+34
2024-09-26
dma-mapping: fix DMA API tracing for chained scatterlists
Christoph Hellwig
1
-18
/
+19
2024-09-26
x86/cpu: Add two Intel CPU model numbers
Tony Luck
1
-0
/
+5
2024-09-26
Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
41
-209
/
+1289
2024-09-26
Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
337
-3114
/
+21959
2024-09-26
Merge tag 'staging-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
128
-8531
/
+827
2024-09-26
Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
35
-426
/
+623
2024-09-26
Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
189
-1246
/
+3858
2024-09-26
x86/tdx: Fix "in-kernel MMIO" check
Alexey Gladkov (Intel)
1
-0
/
+6
2024-09-26
Merge tag 'hid-for-linus-2024092601' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-80
/
+0
2024-09-26
fbcon: break earlier in search_fb_in_map and search_for_mapped_con
Qianqiang Liu
1
-2
/
+6
2024-09-26
fbdev: omapfb: Call of_node_put(ep) only once in omapdss_of_find_source_for_f...
Markus Elfring
1
-5
/
+2
2024-09-26
fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
Qianqiang Liu
1
-0
/
+2
2024-09-26
Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...
Linus Torvalds
18
-224
/
+282
2024-09-26
Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
8
-62
/
+275
2024-09-26
rust: fix `ARCH_SLAB_MINALIGN` multiple definition error
Gary Guo
1
-0
/
+5
2024-09-26
rust: sync: require `T: Sync` for `LockedBy::access`
Alice Ryhl
1
-4
/
+14
2024-09-26
rust: kernel: sort Rust modules
Miguel Ojeda
1
-1
/
+1
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
20
-294
/
+1092
2024-09-26
dm verity: fallback to platform keyring also if key in trusted keyring is rej...
Luca Boccassi
1
-1
/
+1
2024-09-26
dm-verity: restart or panic on an I/O error
Mikulas Patocka
1
-2
/
+21
2024-09-26
dm: fix spelling errors
Shen Lichuan
2
-2
/
+2
2024-09-26
dm-cache: remove pointless error check
Dipendra Khadka
1
-4
/
+0
2024-09-26
sh: intc: Replace simple_strtoul() with kstrtoul()
Hongbo Li
1
-1
/
+4
2024-09-26
sh: Remove unused declarations for make_maskreg_irq() and irq_mask_register
Gaosheng Cui
1
-6
/
+0
2024-09-26
netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
Phil Sutter
1
-1
/
+1
2024-09-26
dt-bindings: gpio: ep9301: Add missing "#interrupt-cells" to examples
Rob Herring
1
-3
/
+6
2024-09-26
Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
22
-132
/
+1091
2024-09-26
MAINTAINERS: Update EP93XX ARM ARCHITECTURE maintainer
Nikita Shubin
1
-0
/
+1
2024-09-26
soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON config
Lukas Bulwahn
1
-1
/
+1
2024-09-26
drm/sched: Always increment correct scheduler score
Tvrtko Ursulin
1
-1
/
+1
2024-09-26
drm/sched: Always wake up correct scheduler in drm_sched_entity_push_job
Tvrtko Ursulin
1
-2
/
+8
2024-09-26
drm/sched: Add locking to drm_sched_entity_modify_sched
Tvrtko Ursulin
1
-0
/
+2
2024-09-26
selftests: netfilter: Avoid hanging ipvs.sh
Phil Sutter
1
-1
/
+1
2024-09-26
kselftest: add test for nfqueue induced conntrack race
Florian Westphal
1
-1
/
+91
2024-09-26
netfilter: nfnetlink_queue: remove old clash resolution logic
Florian Westphal
3
-90
/
+0
2024-09-26
netfilter: nf_tables: missing objects with no memcg accounting
Pablo Neira Ayuso
7
-15
/
+17
2024-09-26
netfilter: nf_tables: use rcu chain hook list iterator from netlink dump path
Pablo Neira Ayuso
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...
Simon Horman
1
-5
/
+2
2024-09-26
netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=n
Simon Horman
2
-9
/
+6
2024-09-26
netfilter: nf_tables: Keep deleted flowtable hooks until after RCU
Phil Sutter
1
-1
/
+1
2024-09-26
docs: tproxy: ignore non-transparent sockets in iptables
谢致邦 (XIE Zhibang)
1
-1
/
+1
2024-09-26
netfilter: ctnetlink: Guard possible unused functions
Andy Shevchenko
1
-1
/
+1
2024-09-26
selftests: netfilter: nft_tproxy.sh: add tcp tests
Antonio Ojea
4
-0
/
+623
2024-09-26
selftests: netfilter: add reverse-clash resolution test case
Florian Westphal
3
-0
/
+178
2024-09-26
netfilter: conntrack: add clash resolution for reverse collisions
Florian Westphal
1
-5
/
+51
2024-09-26
netfilter: nf_nat: don't try nat source port reallocation for reverse dir clash
Florian Westphal
1
-2
/
+118
2024-09-26
selftests/net: packetdrill: increase timing tolerance in debug mode
Willem de Bruijn
1
-2
/
+7
[prev]
[next]