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
2023-09-06
PCI: Free released resource after coalescing
Ross Lagerwall
1
-0
/
+1
2023-09-06
Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
80
-1056
/
+4644
2023-09-06
Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
41
-101
/
+625
2023-09-06
netfilter: nf_tables: Unbreak audit log reset
Pablo Neira Ayuso
1
-5
/
+6
2023-09-06
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...
Kyle Zeng
1
-0
/
+1
2023-09-06
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
Pablo Neira Ayuso
1
-2
/
+6
2023-09-06
netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID
Phil Sutter
1
-0
/
+1
2023-09-06
netfilter: nfnetlink_osf: avoid OOB read
Wander Lairson Costa
1
-0
/
+8
2023-09-06
netfilter: nftables: exthdr: fix 4-byte stack OOB write
Florian Westphal
1
-8
/
+14
2023-09-06
Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-18
/
+22
2023-09-06
gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacks
Daniel Mack
1
-2
/
+24
2023-09-06
LoongArch: Add KASAN (Kernel Address Sanitizer) support
Qing Zhang
17
-13
/
+455
2023-09-06
LoongArch: Simplify the processing of jumping new kernel for KASLR
Qing Zhang
3
-12
/
+9
2023-09-06
kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
Qing Zhang
1
-4
/
+14
2023-09-06
kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
Qing Zhang
2
-0
/
+8
2023-09-06
LoongArch: Add KFENCE (Kernel Electric-Fence) support
Enze Li
4
-9
/
+86
2023-09-06
LoongArch: Get partial stack information when providing regs parameter
Enze Li
1
-8
/
+10
2023-09-06
LoongArch: mm: Add page table mapped mode support for virt_to_page()
Enze Li
3
-1
/
+21
2023-09-06
kfence: Defer the assignment of the local variable addr
Enze Li
1
-2
/
+3
2023-09-06
LoongArch: Allow building with kcov coverage
Feiyang Chen
3
-1
/
+5
2023-09-06
LoongArch: Provide kaslr_offset() to get kernel offset
Feiyang Chen
1
-0
/
+6
2023-09-06
LoongArch: Add basic KGDB & KDB support
Qing Zhang
8
-1
/
+845
2023-09-06
LoongArch: Add Loongson Binary Translation (LBT) extension support
Qi Hu
19
-31
/
+693
2023-09-06
raid6: Add LoongArch SIMD recovery implementation
WANG Xuerui
5
-2
/
+525
2023-09-06
raid6: Add LoongArch SIMD syndrome calculation
WANG Xuerui
6
-0
/
+483
2023-09-06
LoongArch: Add SIMD-optimized XOR routines
WANG Xuerui
7
-0
/
+417
2023-09-06
LoongArch: Allow usage of LSX/LASX in the kernel
Huacai Chen
1
-4
/
+51
2023-09-06
LoongArch: Define symbol 'fault' as a local label in fpu.S
Tiezhu Yang
1
-3
/
+2
2023-09-06
LoongArch: Adjust {copy, clear}_user exception handler behavior
Weihao Li
2
-121
/
+127
2023-09-06
LoongArch: Use static defined zero page rather than allocated
Bibo Mao
4
-35
/
+3
2023-09-06
LoongArch: mm: Introduce unified function populate_kernel_pte()
Bibo Mao
3
-57
/
+23
2023-09-06
LoongArch: Code improvements in function pcpu_populate_pte()
Bibo Mao
1
-13
/
+15
2023-09-06
LoongArch: Remove shm_align_mask and use SHMLBA instead
Huacai Chen
2
-8
/
+6
2023-09-06
LoongArch: mm: Add p?d_leaf() definitions
Hongchen Zhang
1
-0
/
+3
2023-09-06
LoongArch: Drop unused parse_r and parse_v macros
Nathan Chancellor
2
-150
/
+0
2023-09-06
drbd: swap bvec_set_page len and offset
Christoph Böhmwalder
1
-1
/
+1
2023-09-06
block: fix pin count management when merging same-page segments
Christoph Hellwig
1
-4
/
+3
2023-09-06
bpf, riscv: use prog pack allocator in the BPF JIT
Puranjay Mohan
3
-28
/
+141
2023-09-06
riscv: implement a memset like function for text
Puranjay Mohan
2
-0
/
+78
2023-09-06
riscv: extend patch_text_nosync() for multiple pages
Puranjay Mohan
1
-5
/
+32
2023-09-06
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
1
-4
/
+4
2023-09-06
selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
Martin KaFai Lau
3
-0
/
+118
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
1
-1
/
+1
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
1
-33
/
+14
2023-09-06
s390/bpf: Pass through tail call counter in trampolines
Ilya Leoshkevich
1
-0
/
+10
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2
-4
/
+2
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-09-06
net: phylink: fix sphinx complaint about invalid literal
Jakub Kicinski
1
-2
/
+2
2023-09-06
Merge branch 'sja1105-fixes'
David S. Miller
3
-6
/
+51
2023-09-06
net: dsa: sja1105: complete tc-cbs offload support on SJA1110
Vladimir Oltean
3
-0
/
+19
[prev]
[next]