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
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
Christophe Leroy
1
-0
/
+7
2021-10-22
powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regs
Christophe Leroy
1
-2
/
+2
2021-10-22
powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC
Joel Stanley
3
-0
/
+15
2021-10-20
KVM: PPC: Replace zero-length array with flexible array member
Len Baker
1
-1
/
+1
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-1
/
+1
2021-10-13
KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value
Nicholas Piggin
1
-0
/
+4
2021-10-12
powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->name
Uwe Kleine-König
1
-5
/
+0
2021-10-12
powerpc/perf: Expose instruction and data address registers as part of extend...
Athira Rajeev
1
-4
/
+7
2021-10-12
powerpc/perf: Refactor the code definition of perf reg extended mask
Athira Rajeev
1
-8
/
+13
2021-10-09
powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
Nathan Lynch
1
-1
/
+17
2021-10-09
powerpc/paravirt: vcpu_is_preempted() commentary
Nathan Lynch
1
-4
/
+18
2021-10-09
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
Nick Desaulniers
4
-11
/
+9
2021-10-07
powerpc/32s: Fix kuap_kernel_restore()
Christophe Leroy
1
-0
/
+8
2021-10-07
powerpc/64s: Fix unrecoverable MCE calling async handler from NMI
Nicholas Piggin
1
-3
/
+2
2021-10-07
powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUG
Nicholas Piggin
1
-5
/
+8
2021-10-07
powerpc/security: Add a helper to query stf_barrier type
Naveen N. Rao
1
-0
/
+5
2021-10-07
powerpc/lib: Add helper to check if offset is within conditional branch range
Naveen N. Rao
1
-0
/
+1
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
1
-5
/
+0
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-1
/
+1
2021-09-30
powerpc: smp: remove hack to obtain offset of task_struct::cpu
Ard Biesheuvel
1
-16
/
+1
2021-09-30
powerpc: add CPU field to struct thread_info
Ard Biesheuvel
1
-0
/
+3
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
2
-3
/
+3
2021-09-14
arch: remove unused function syscall_set_arguments()
Peter Collingbourne
1
-10
/
+0
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
1
-10
/
+0
2021-09-13
powerpc: remove GCC version check for UPD_CONSTR
Nick Desaulniers
1
-10
/
+0
2021-09-08
arch: remove compat_alloc_user_space
Arnd Bergmann
1
-16
/
+0
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2021-09-03
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
35
-99
/
+217
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
4
-1
/
+40
2021-09-01
powerpc/bug: Cast to unsigned long before passing to inline asm
Michael Ellerman
1
-1
/
+2
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+20
2021-08-27
powerpc/kernel/iommu: Add new iommu_table_in_use() helper
Leonardo Bras
1
-0
/
+1
2021-08-27
powerpc/pseries/iommu: Replace hard-coded page shift
Leonardo Bras
1
-8
/
+0
2021-08-27
powerpc/numa: Update cpu_cpu_map on CPU online/offline
Srikar Dronamraju
1
-0
/
+13
2021-08-27
powerpc: Redefine HMT_xxx macros as empty on PPC32
Christophe Leroy
1
-0
/
+9
2021-08-26
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
4
-1
/
+12
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
1
-0
/
+23
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
1
-1
/
+4
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
1
-1
/
+4
2021-08-25
KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...
Nicholas Piggin
1
-0
/
+7
2021-08-25
KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible
Nicholas Piggin
2
-0
/
+3
2021-08-25
KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
Nicholas Piggin
1
-1
/
+2
2021-08-25
powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macros
Christophe Leroy
5
-13
/
+11
2021-08-25
powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
Christophe Leroy
1
-4
/
+0
2021-08-25
powerpc/booke: Avoid link stack corruption in several places
Christophe Leroy
1
-1
/
+1
2021-08-23
powerpc/compat_sys: Declare syscalls
Cédric Le Goater
1
-0
/
+30
2021-08-23
powerpc/syscalls: Remove __NR__exit
Christophe Leroy
1
-2
/
+0
2021-08-20
KVM: stats: Add halt_wait_ns stats for all architectures
Jing Zhang
1
-1
/
+0
2021-08-20
powerpc/audit: Simplify syscall_get_arch()
Christophe Leroy
1
-10
/
+5
2021-08-20
powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()
Christophe Leroy
1
-3
/
+2
[prev]
[next]