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-06-17
perf/x86/uncore: Apply the unit control RB tree to MMIO uncore units
Kan Liang
1
-16
/
+14
2024-06-17
perf/x86/uncore: Retrieve the unit ID from the unit control RB tree
Kan Liang
1
-0
/
+3
2024-06-17
perf/x86/uncore: Support per PMU cpumask
Kan Liang
4
-5
/
+89
2024-06-17
perf/x86/uncore: Save the unit control address of all units
Kan Liang
2
-2
/
+87
2024-06-17
ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
Kirill A. Shutemov
1
-0
/
+14
2024-06-17
x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method
Kirill A. Shutemov
5
-4
/
+227
2024-06-17
x86/mm: Introduce kernel_ident_mapping_free()
Kirill A. Shutemov
2
-0
/
+76
2024-06-17
x86/smp: Add smp_ops.stop_this_cpu() callback
Kirill A. Shutemov
3
-0
/
+14
2024-06-17
x86/acpi: Do not attempt to bring up secondary CPUs in the kexec case
Kirill A. Shutemov
1
-1
/
+28
2024-06-17
x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structure
Kirill A. Shutemov
2
-3
/
+3
2024-06-17
x86/mm: Do not zap page table entries mapping unaccepted memory table during ...
Ashish Kalra
1
-4
/
+12
2024-06-17
x86/mm: Make e820__end_ram_pfn() cover E820_TYPE_ACPI ranges
Kirill A. Shutemov
1
-4
/
+5
2024-06-17
x86/tdx: Convert shared memory back to private on kexec
Kirill A. Shutemov
4
-3
/
+141
2024-06-17
x86/mm: Add callbacks to prepare encrypted memory for kexec
Kirill A. Shutemov
4
-0
/
+38
2024-06-17
x86/tdx: Account shared memory
Kirill A. Shutemov
1
-0
/
+7
2024-06-17
x86/mm: Return correct level from lookup_address() if pte is none
Kirill A. Shutemov
2
-11
/
+11
2024-06-17
x86/mm: Make x86_platform.guest.enc_status_change_*() return an error
Kirill A. Shutemov
6
-34
/
+36
2024-06-17
x86/kexec: Keep CR4.MCE set during kexec for TDX guest
Kirill A. Shutemov
1
-7
/
+10
2024-06-17
x86/relocate_kernel: Use named labels for less confusion
Borislav Petkov
1
-6
/
+7
2024-06-17
cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
Kirill A. Shutemov
4
-13
/
+4
2024-06-17
cpu/hotplug: Add support for declaring CPU offlining not supported
Kirill A. Shutemov
2
-1
/
+14
2024-06-17
x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
Kirill A. Shutemov
1
-2
/
+2
2024-06-17
x86/acpi: Extract ACPI MADT wakeup code into a separate file
Kirill A. Shutemov
5
-85
/
+96
2024-06-17
x86/kexec: Remove spurious unconditional JMP from from identity_mapped()
Nikolay Borisov
1
-3
/
+0
2024-06-17
drm/nouveau: Constify struct nouveau_job_ops
Christophe JAILLET
3
-4
/
+4
2024-06-17
nouveau: rip out busy fence waits
Dave Airlie
6
-34
/
+6
2024-06-17
wifi: ath12k: Remove unused ath12k_base from ath12k_hw
Harshitha Prem
2
-3
/
+0
2024-06-17
wifi: ath12k: Fix WARN_ON during firmware crash in split-phy
Aaradhana Sahu
3
-39
/
+8
2024-06-17
dt-bindings: remoteproc: imx_rproc: Add minItems for power-domain
Frank Li
1
-0
/
+15
2024-06-17
remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init
Aleksandr Mishin
1
-2
/
+6
2024-06-17
nfsd: fix oops when reading pool_stats before server is started
Jeff Layton
1
-3
/
+5
2024-06-17
MAINTAINERS: Add the Microchip LAN966x OIC driver entry
Herve Codina
1
-0
/
+6
2024-06-17
irqchip: Add support for LAN966x OIC
Herve Codina
3
-0
/
+291
2024-06-17
dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC
Herve Codina
1
-0
/
+55
2024-06-17
irqdomain: Remove __irq_domain_add()
Herve Codina
2
-38
/
+1
2024-06-17
_PATCH_19_23_um_virt_pci_Use_irq_domain_instantiate_
Herve Codina
1
-6
/
+10
2024-06-17
irqdomain: Convert domain creation functions to irq_domain_instantiate()
Herve Codina
1
-5
/
+21
2024-06-17
irqdomain: Convert __irq_domain_add() wrappers to irq_domain_instantiate()
Herve Codina
1
-5
/
+53
2024-06-17
irqdomain: Add a resource managed version of irq_domain_instantiate()
Herve Codina
2
-0
/
+43
2024-06-17
irqdomain: Add support for generic irq chips creation before publishing a domain
Herve Codina
2
-1
/
+22
2024-06-17
genirq/generic_chip: Introduce init() and exit() hooks
Herve Codina
2
-2
/
+30
2024-06-17
genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()
Herve Codina
2
-23
/
+93
2024-06-17
irqdomain: Introduce init() and exit() hooks
Herve Codina
2
-0
/
+23
2024-06-17
irqdomain: Handle domain bus token in irq_domain_create()
Herve Codina
2
-6
/
+26
2024-06-17
irqdomain: Make __irq_domain_create() return an error code
Herve Codina
1
-5
/
+5
2024-06-17
irqdomain: Use irq_domain_instantiate() for hierarchy domain creation
Herve Codina
1
-12
/
+5
2024-06-17
irqdomain: Handle domain hierarchy parent in irq_domain_instantiate()
Herve Codina
2
-0
/
+13
2024-06-17
irqdomain: Handle additional domain flags in irq_domain_instantiate()
Herve Codina
2
-0
/
+4
2024-06-17
irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
Herve Codina
1
-24
/
+24
2024-06-17
irqdomain: Use a dedicated function to set the domain name
Herve Codina
1
-31
/
+38
[prev]
[next]