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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
x86/of: Change x86_dtb_parse_smp_config() to static
Saurabh Sengar
2
-11
/
+9
2024-04-03
x86/of: Map NUMA node to CPUs as per DeviceTree
Saurabh Sengar
1
-0
/
+2
2024-04-03
x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
Saurabh Sengar
4
-9
/
+6
2024-04-03
x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment
Saurabh Sengar
1
-1
/
+1
2024-04-02
Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
32
-277
/
+369
2024-04-02
x86/32: Remove unused IA32_STACK_TOP and two externs
YueHaibing
1
-11
/
+0
2024-04-01
x86/bpf: Fix IP for relocating call depth accounting
Joan Bruguera Micó
3
-15
/
+12
2024-04-01
x86/bpf: Fix IP after emitting call depth accounting
Uros Bizjak
1
-1
/
+1
2024-04-02
crypto: x86/aesni - Update aesni_set_key() to return void
Chang S. Bae
2
-7
/
+6
2024-04-02
crypto: x86/aesni - Rearrange AES key size check
Chang S. Bae
1
-10
/
+8
2024-03-31
Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-16
/
+62
2024-03-31
Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-63
/
+63
2024-03-30
x86/build: Use obj-y to descend into arch/x86/virt/
Masahiro Yamada
3
-4
/
+2
2024-03-29
x86/bugs: Fix the SRSO mitigation on Zen3/4
Borislav Petkov (AMD)
3
-10
/
+23
2024-03-29
Merge tag 'efi-fixes-for-v6.9-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+15
2024-03-29
x86/vm86: Make sure the free_vm86(task) definition uses its parameter even in...
Ingo Molnar
1
-1
/
+1
2024-03-29
x86/boot: Move kernel cmdline setup earlier in the boot process (again)
Julian Stecklina
1
-16
/
+16
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-85
/
+87
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-9
/
+4
2024-03-27
x86/dumpstack: Use uniform "Oops: " prefix for die() messages
Alex Shi
1
-2
/
+2
2024-03-26
crash: use macro to add crashk_res into iomem early for specific arch
Baoquan He
1
-0
/
+2
2024-03-26
x86/sev: Skip ROM range scans and validation for SEV-SNP guests
Kevin Loughlin
8
-31
/
+39
2024-03-26
x86/mce: Dynamically size space for machine check records
Tony Luck
1
-15
/
+25
2024-03-26
x86/vdso: Fix rethunk patching for vdso-image-x32.o too
Borislav Petkov (AMD)
1
-0
/
+1
2024-03-26
x86/nmi: Upgrade NMI backtrace stall checks & messages
Paul E. McKenney
1
-10
/
+14
2024-03-26
x86/cpu: Clear TME feature flag if TME is not enabled by BIOS
Bingsong Si
1
-0
/
+1
2024-03-26
perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and later
Sandipan Das
1
-0
/
+15
2024-03-26
perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later
Sandipan Das
1
-3
/
+17
2024-03-26
x86/efistub: Add missing boot_params for mixed mode compat entry
Ard Biesheuvel
1
-5
/
+15
2024-03-25
bpf: implement insn_is_cast_user() helper for JITs
Puranjay Mohan
1
-2
/
+1
2024-03-25
x86/head: Simplify relative include path to xen-head.S
Yuntao Wang
2
-2
/
+2
2024-03-25
x86/CPU/AMD: Improve the erratum 1386 workaround
Borislav Petkov (AMD)
2
-0
/
+20
2024-03-25
x86/percpu: Disable named address spaces for KCSAN
Uros Bizjak
1
-0
/
+2
2024-03-25
x86/percpu: Do not use this_cpu_read_stable_8() for 32-bit targets
Uros Bizjak
1
-4
/
+9
2024-03-25
Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."
Ingo Molnar
1
-18
/
+5
2024-03-25
perf/x86/amd/lbr: Use freeze based on availability
Sandipan Das
4
-8
/
+21
2024-03-25
x86/cpufeatures: Add new word for scattered features
Sandipan Das
4
-5
/
+9
2024-03-24
Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+9
2024-03-24
Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-85
/
+76
2024-03-24
x86/efistub: Call mixed mode boot services on the firmware's stack
Ard Biesheuvel
1
-0
/
+9
2024-03-24
x86/build: Clean up arch/x86/tools/relocs.c a bit
Ingo Molnar
1
-184
/
+178
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
1
-9
/
+7
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
1
-1
/
+1
2024-03-24
x86/cpu: Add model number for another Intel Arrow Lake mobile processor
Tony Luck
1
-0
/
+1
2024-03-24
x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
Adamos Ttofari
2
-6
/
+13
2024-03-23
x86/mpparse: Register APIC address only once
Thomas Gleixner
1
-5
/
+5
2024-03-23
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
1
-0
/
+11
2024-03-23
x86/topology: Don't evaluate logical IDs during early boot
Thomas Gleixner
1
-5
/
+7
2024-03-23
x86/cpu: Ensure that CPU info updates are propagated on UP
Thomas Gleixner
3
-37
/
+14
2024-03-22
mshyperv: Introduce hv_numa_node_to_pxm_info()
Nuno Das Neves
1
-18
/
+4
[prev]
[next]