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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
arm64, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
4
-5
/
+11
2024-02-23
x86, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
10
-11
/
+28
2024-02-23
crash: remove dependency of FA_DUMP on CRASH_DUMP
Baoquan He
1
-2
/
+0
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
10
-10
/
+10
2024-02-23
kexec: split crashkernel reservation code out from crash_core.c
Baoquan He
8
-12
/
+13
2024-02-23
mm/vmalloc: remove vmap_area_list
Baoquan He
2
-2
/
+0
2024-02-24
crypto: arm/sha - fix function cast warnings
Arnd Bergmann
2
-15
/
+10
2024-02-24
crypto: arm64/neonbs - fix out-of-bounds access on short input
Ard Biesheuvel
1
-0
/
+11
2024-02-24
ARM: dts: imx6ul: Set macaddress location in ocotp
Manuel Traut
1
-0
/
+12
2024-02-24
arm64: dts: freescale: minor whitespace cleanup
Krzysztof Kozlowski
2
-2
/
+2
2024-02-23
KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
Oliver Upton
3
-22
/
+11
2024-02-23
KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
Oliver Upton
2
-11
/
+10
2024-02-23
KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
Oliver Upton
2
-8
/
+15
2024-02-23
KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
Oliver Upton
1
-1
/
+1
2024-02-23
KVM: arm64: vgic: Use atomics to count LPIs
Oliver Upton
3
-4
/
+4
2024-02-23
KVM: arm64: vgic: Get rid of the LPI linked-list
Oliver Upton
3
-8
/
+2
2024-02-23
KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
Oliver Upton
1
-1
/
+8
2024-02-23
KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
Oliver Upton
1
-1
/
+2
2024-02-23
KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
Oliver Upton
1
-14
/
+5
2024-02-23
KVM: arm64: vgic: Store LPIs in an xarray
Oliver Upton
3
-1
/
+22
2024-02-23
KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
Oliver Upton
2
-4
/
+2
2024-02-23
arm64: dts: allwinner: h616: Add thermal sensor and zones
Martin Botka
1
-0
/
+88
2024-02-23
ARM: dts: sun8i: Open FETA40i-C regulator aldo1
Fuyao Kashizuku
1
-0
/
+7
2024-02-23
arm64: dts: allwinner: h616: Add Sipeed Longan SoM 3H and Pi 3H board support
Jisheng Zhang
3
-0
/
+220
2024-02-23
arm64: dts: allwinner: h616: minor whitespace cleanup
Krzysztof Kozlowski
1
-1
/
+1
2024-02-23
arm64: dts: allwinner: use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
3
-3
/
+3
2024-02-23
arm64: dts: allwinner: Transpeed 8K618-T: add WiFi nodes
Andre Przywara
1
-0
/
+23
2024-02-23
arm64: dts: allwinner: h616: Add 32K fanout pin
Andre Przywara
1
-0
/
+6
2024-02-23
arm64: dts: allwinner: Add Jide Remix Mini PC support
Andre Przywara
2
-0
/
+357
2024-02-23
arm64: dts: allwinner: h616: Add SPDIF device node
Chen-Yu Tsai
1
-0
/
+20
2024-02-23
arm64: dts: allwinner: h616: Add DMA controller and DMA channels
Chen-Yu Tsai
1
-0
/
+41
2024-02-23
arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF
Chen-Yu Tsai
3
-4
/
+7
2024-02-23
ARM: dts: microchip: sama7g5: add sama7g5 compatible
Balakrishnan Sambath
1
-9
/
+9
2024-02-23
arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile
Jernej Skrabec
1
-0
/
+1
2024-02-23
ARM: dts: microchip: sam9x60: align dmas to the opening '<'
Claudiu Beznea
1
-32
/
+32
2024-02-23
ARM: dts: microchip: sama7g5: align dmas to the opening '<'
Claudiu Beznea
1
-8
/
+8
2024-02-23
ARM: dts: microchip: sama7g54_curiosity: Add initial device tree of the board
Mihai Sain
2
-0
/
+484
2024-02-23
ARM: dts: microchip: sama7g5: Add flexcom 10 node
Mihai Sain
1
-0
/
+24
2024-02-23
Merge tag 'parisc-for-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-18
/
+9
2024-02-23
Merge tag 'arm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
65
-131
/
+119
2024-02-23
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
4
-8
/
+25
2024-02-23
KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
Sean Christopherson
1
-0
/
+42
2024-02-23
Merge tag 's390-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-17
/
+7
2024-02-23
thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPS
Rafael J. Wysocki
1
-1
/
+0
2024-02-23
arm64: tegra: Remove Jetson Orin NX and Jetson Orin Nano DTSI
sheetal
4
-30
/
+2
2024-02-23
arm64: tegra: Add audio support for Jetson Orin NX and Jetson Orin Nano
sheetal
3
-1
/
+96
2024-02-23
arm64: tegra: Define missing IO ports
sheetal
1
-0
/
+205
2024-02-23
arm64: tegra: Move AHUB ports to SoC DTSI
sheetal
2
-1966
/
+1891
2024-02-23
arm64: tegra: Add USB Type-C controller for Jetson AGX Xavier
Jon Hunter
1
-1
/
+42
2024-02-23
arm64: tegra: Add USB device support for Jetson AGX Xavier
Jon Hunter
1
-0
/
+8
[prev]
[next]