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
2023-08-16
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
29
-29
/
+29
2023-08-16
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
9
-9
/
+0
2023-08-16
powerpc/inst: add PPC_TLBILX_LPID
Nick Desaulniers
2
-1
/
+8
2023-08-16
powerpc/reg: Remove #ifdef around mtspr macro
Christophe Leroy
1
-2
/
+0
2023-08-16
powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
Christophe Leroy
1
-2
/
+2
2023-08-16
powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()
Christophe Leroy
3
-31
/
+12
2023-08-16
powerpc/8xx: Remove immr_map() and immr_unmap()
Christophe Leroy
3
-62
/
+22
2023-08-16
powerpc: Remove CONFIG_PCI_8260
Christophe Leroy
2
-6
/
+1
2023-08-16
powerpc/include: Remove mpc8260.h and m82xx_pci.h
Christophe Leroy
8
-44
/
+3
2023-08-16
powerpc/include: Declare mpc8xx_immr in 8xx_immap.h
Christophe Leroy
5
-5
/
+3
2023-08-16
powerpc/include: Remove unneeded #include <asm/fs_pd.h>
Christophe Leroy
1
-1
/
+0
2023-08-16
ocxl: Use pci_dev_id() to simplify the code
Zheng Zengkai
1
-1
/
+1
2023-08-14
powerpc/pseries: PLPKS: undo kernel-doc comment notation
Randy Dunlap
1
-1
/
+1
2023-08-14
powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
Christophe Leroy
1
-119
/
+121
2023-08-14
powerpc: xmon: remove unused variables
Arnd Bergmann
1
-6
/
+2
2023-08-14
powerpc: mark more local variables as volatile
Arnd Bergmann
2
-2
/
+2
2023-08-14
powerpc/pmac32: enable serial options by default in defconfig
Yuan Tan
1
-1
/
+2
2023-08-14
Merge branch 'topic/cpu-smt' into next
Michael Ellerman
10
-21
/
+55
2023-08-02
powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs
Michael Ellerman
1
-0
/
+8
2023-08-02
powerpc: Add HOTPLUG_SMT support
Michael Ellerman
3
-1
/
+24
2023-08-02
powerpc/pseries: Initialise CPU hotplug callbacks earlier
Michael Ellerman
3
-9
/
+17
2023-08-02
powerpc/kexec: fix minor typo
Laurent Dufour
1
-3
/
+3
2023-08-02
powerpc/ep8248e: Mark driver as non removable
Uwe Kleine-König
1
-7
/
+1
2023-08-02
powerpc: address missing-prototypes warnings
Arnd Bergmann
11
-3
/
+23
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
70
-76
/
+86
2023-08-02
powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIs
Nicholas Piggin
1
-1
/
+29
2023-08-02
powerpc: Add mm_cpumask warning when context switching
Nicholas Piggin
1
-2
/
+5
2023-08-02
powerpc/64s: Use dec_mm_active_cpus helper
Nicholas Piggin
3
-2
/
+3
2023-08-02
powerpc: Account mm_cpumask and active_cpus in init_mm
Nicholas Piggin
3
-1
/
+18
2023-08-02
powerpc/64: Enable accelerated crypto algorithms in defconfig
Michael Ellerman
1
-0
/
+3
2023-08-02
powerpc/crypto: don't build aes-gcm-p10 by default
Omar Sandoval
1
-1
/
+0
2023-08-02
powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
Omar Sandoval
1
-0
/
+1
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
5
-74
/
+87
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
6
-52
/
+53
2023-08-02
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
4
-60
/
+23
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
9
-40
/
+19
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
5
-14
/
+14
2023-08-02
powerpc/features: Add capability to update mmu features later
Christophe Leroy
2
-4
/
+28
2023-08-02
powerpc/kuap: Fold kuep_is_disabled() into its only user
Christophe Leroy
2
-6
/
+1
2023-08-02
powerpc/kuap: Avoid useless jump_label on empty function
Christophe Leroy
5
-39
/
+29
2023-08-02
powerpc/kuap: Avoid unnecessary reads of MD_AP
Christophe Leroy
2
-10
/
+4
2023-07-28
cpu/SMT: Create topology_smt_thread_allowed()
Michael Ellerman
1
-0
/
+3
2023-07-28
cpu/SMT: Remove topology_smt_supported()
Laurent Dufour
2
-10
/
+0
2023-07-28
cpu/SMT: Store the current/max number of threads
Michael Ellerman
1
-1
/
+1
2023-07-28
cpu/SMT: Move SMT prototypes into cpu_smt.h
Michael Ellerman
1
-0
/
+2
2023-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-71
/
+139
2023-07-23
Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...
Paolo Bonzini
2
-2
/
+7
2023-07-23
Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
14
-69
/
+132
2023-07-22
Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-80
/
+29
2023-07-22
Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-1
/
+3
[next]