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-08-10
ibmvnic: Do partial reset on login failure
Nick Child
1
-6
/
+40
2023-08-10
ibmvnic: Handle DMA unmapping of login buffs in release functions
Nick Child
1
-5
/
+10
2023-08-10
ibmvnic: Unmap DMA login rsp buffer on send login fail
Nick Child
1
-1
/
+4
2023-08-10
ibmvnic: Enforce stronger sanity checks on login response
Nick Child
1
-0
/
+18
2023-08-10
net: mana: Fix MANA VF unload when hardware is unresponsive
Souradeep Chakrabarti
1
-4
/
+33
2023-08-10
parisc: dma: Add prototype for pcxl_dma_start
Helge Deller
3
-5
/
+3
2023-08-10
parisc: parisc_ksyms: Include libgcc.h for libgcc prototypes
Helge Deller
1
-6
/
+1
2023-08-10
parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warning
Helge Deller
1
-1
/
+2
2023-08-10
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
2
-2
/
+2
2023-08-10
x86/speculation: Add cpu_show_gds() prototype
Arnd Bergmann
1
-0
/
+2
2023-08-10
riscv: Implement flush_cache_vmap()
Alexandre Ghiti
1
-0
/
+4
2023-08-10
riscv: Do not allow vmap pud mappings for 3-level page table
Alexandre Ghiti
1
-1
/
+3
2023-08-10
parisc: firmware: Mark pdc_result buffers local
Helge Deller
1
-2
/
+2
2023-08-10
parisc: firmware: Fix sparse context imbalance warnings
Helge Deller
1
-2
/
+2
2023-08-10
parisc: signal: Fix sparse incorrect type in assignment warning
Helge Deller
1
-1
/
+1
2023-08-10
parisc: ioremap: Fix sparse warnings
Helge Deller
1
-5
/
+4
2023-08-10
parisc: fault: Use C99 arrary initializers
Helge Deller
1
-25
/
+25
2023-08-10
parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify code
Yang Yingliang
1
-3
/
+1
2023-08-10
parisc: Fix lightweight spinlock checks to not break futexes
Helge Deller
4
-6
/
+27
2023-08-10
btrfs: set cache_block_group_error if we find an error
Josef Bacik
1
-1
/
+4
2023-08-10
btrfs: reject invalid reloc tree root keys with stack dump
Qu Wenruo
2
-1
/
+16
2023-08-10
btrfs: exit gracefully if reloc roots don't match
Qu Wenruo
1
-8
/
+37
2023-08-10
btrfs: avoid race between qgroup tree creation and relocation
Qu Wenruo
1
-0
/
+10
2023-08-10
btrfs: properly clear end of the unreserved range in cow_file_range
Christoph Hellwig
1
-5
/
+5
2023-08-10
btrfs: don't wait for writeback on clean pages in extent_write_cache_pages
Christoph Hellwig
1
-0
/
+6
2023-08-10
btrfs: don't stop integrity writeback too early
Christoph Hellwig
1
-3
/
+4
2023-08-10
ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 M
Hans de Goede
1
-0
/
+12
2023-08-10
btrfs: wait for actual caching progress during allocation
Josef Bacik
2
-2
/
+17
2023-08-10
driver core: cpu: Make cpu_show_not_affected() static
Borislav Petkov (AMD)
1
-8
/
+2
2023-08-10
x86/srso: Fix build breakage with the LLVM linker
Nick Desaulniers
1
-3
/
+9
2023-08-10
Documentation/srso: Document IBPB aspect and fix formatting
Borislav Petkov (AMD)
1
-27
/
+44
2023-08-10
driver core: cpu: Unify redundant silly stubs
Borislav Petkov (AMD)
1
-68
/
+19
2023-08-10
pinctrl: qcom: Add intr_target_width field to support increased number of int...
Ninad Naik
3
-3
/
+9
2023-08-10
Documentation/hw-vuln: Unify filename specification in index
Borislav Petkov (AMD)
1
-7
/
+7
2023-08-10
ALSA: hda/realtek: Switch Dell Oasis models to use SPI
Stefan Binding
1
-5
/
+4
2023-08-10
ALSA: hda/realtek: Add quirks for HP G11 Laptops
Stefan Binding
1
-1
/
+7
2023-08-10
drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
Boris Brezillon
1
-0
/
+6
2023-08-10
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
2
-142
/
+4
2023-08-10
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
1
-2
/
+4
2023-08-10
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
4
-103
/
+173
2023-08-10
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
2
-12
/
+300
2023-08-09
Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbd
Linus Torvalds
2
-6
/
+13
2023-08-09
hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl report
Aleksa Savic
1
-1
/
+36
2023-08-09
Merge tag 'perf-tools-fixes-for-v6.5-3-2023-08-09' of git://git.kernel.org/pu...
Linus Torvalds
3
-5
/
+6
2023-08-10
zonefs: fix synchronous direct writes to sequential files
Damien Le Moal
3
-118
/
+4
2023-08-09
Merge branch 'bug fixes for sockmap'
Martin KaFai Lau
5
-8
/
+101
2023-08-09
selftests/bpf: Add sockmap test for redirecting partial skb data
Xu Kuohai
2
-0
/
+86
2023-08-09
selftests/bpf: fix a CI failure caused by vsock sockmap test
Xu Kuohai
1
-1
/
+1
2023-08-09
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
2
-2
/
+9
2023-08-09
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
[prev]
[next]