index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-24
9
-158
/
+457
*
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
2021-06-24
4
-13
/
+35
*
powerpc/64: interrupt soft-enable race fix
Nicholas Piggin
2021-06-24
1
-0
/
+95
*
powerpc/64: allow alternate return locations for soft-masked interrupts
Nicholas Piggin
2021-06-24
7
-3
/
+138
*
powerpc/64s: save one more register in the masked interrupt handler
Nicholas Piggin
2021-06-24
1
-14
/
+20
*
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2021-06-24
2
-4
/
+2
*
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin
2021-06-24
4
-625
/
+640
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-24
47
-179
/
+418
*
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
2021-06-24
4
-55
/
+92
*
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2021-06-24
2
-4
/
+4
*
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
2021-06-24
1
-1
/
+1
*
powerpc/prom_init: Pass linux_banner to firmware via option vector 7
Michael Ellerman
2021-06-24
1
-0
/
+13
*
powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
Michael Ellerman
2021-06-24
1
-6
/
+24
*
powerpc/64s: Fix boot failure with 4K Radix
Michael Ellerman
2021-06-24
1
-1
/
+7
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2021-06-22
14
-22
/
+473
|
\
|
*
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
2021-06-22
1
-1
/
+2
|
*
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2021-06-22
2
-7
/
+32
|
*
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
2021-06-22
1
-0
/
+3
|
*
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
2021-06-22
5
-7
/
+170
|
*
KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
Bharata B Rao
2021-06-21
3
-0
/
+222
|
*
powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
Bharata B Rao
2021-06-21
2
-0
/
+6
|
*
KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
Aneesh Kumar K.V
2021-06-21
1
-2
/
+2
|
*
KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
Suraj Jitindar Singh
2021-06-21
4
-8
/
+39
*
|
powerpc/boot: Add a boot wrapper for Microwatt
Joel Stanley
2021-06-21
3
-0
/
+33
*
|
powerpc/boot: Fixup device-tree on little endian
Benjamin Herrenschmidt
2021-06-21
2
-27
/
+41
*
|
powerpc/microwatt: Add microwatt_defconfig
Paul Mackerras
2021-06-21
1
-0
/
+98
*
|
powerpc/microwatt: Add support for hardware random number generator
Paul Mackerras
2021-06-21
3
-1
/
+50
*
|
powerpc/microwatt: Use standard 16550 UART for console
Benjamin Herrenschmidt
2021-06-21
4
-6
/
+63
*
|
powerpc/xics: Add a native ICS backend for microwatt
Benjamin Herrenschmidt
2021-06-21
8
-0
/
+295
*
|
powerpc/microwatt: Populate platform bus from device-tree
Benjamin Herrenschmidt
2021-06-21
2
-0
/
+15
*
|
powerpc: Add Microwatt device tree
Paul Mackerras
2021-06-21
1
-0
/
+98
*
|
powerpc: Add Microwatt platform
Paul Mackerras
2021-06-21
6
-1
/
+36
*
|
powerpc/32: use set_memory_attr()
Christophe Leroy
2021-06-21
1
-50
/
+10
*
|
powerpc/mm: implement set_memory_attr()
Christophe Leroy
2021-06-21
2
-0
/
+35
*
|
powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
Russell Currey
2021-06-21
1
-0
/
+2
*
|
powerpc/bpf: Write protect JIT code
Jordan Niethe
2021-06-21
1
-0
/
+1
*
|
powerpc/bpf: Remove bpf_jit_free()
Jordan Niethe
2021-06-21
1
-12
/
+0
*
|
powerpc/kprobes: Mark newly allocated probes as ROX
Russell Currey
2021-06-21
1
-0
/
+17
*
|
powerpc/modules: Make module_alloc() Strict Module RWX aware
Jordan Niethe
2021-06-21
2
-1
/
+8
*
|
powerpc/lib/code-patching: Set up Strict RWX patching earlier
Jordan Niethe
2021-06-21
2
-10
/
+5
*
|
powerpc/mm: Implement set_memory() routines
Russell Currey
2021-06-21
4
-1
/
+135
*
|
powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICS
Nicholas Piggin
2021-06-21
2
-0
/
+4
*
|
powerpc/security: Add a security feature for STF barrier
Nicholas Piggin
2021-06-21
2
-5
/
+6
*
|
powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...
Nicholas Piggin
2021-06-21
2
-0
/
+8
*
|
powerpc/boot: add zImage.lds to targets
Nicholas Piggin
2021-06-21
1
-1
/
+1
*
|
powerpc/powernv: Fix machine check reporting of async store errors
Nicholas Piggin
2021-06-21
1
-8
/
+40
*
|
powerpc/pseries/vas: Setup IRQ and fault handling
Haren Myneni
2021-06-20
1
-0
/
+102
*
|
powerpc/pseries/vas: Integrate API with open/close windows
Haren Myneni
2021-06-20
3
-0
/
+228
*
|
powerpc/pseries/vas: Implement getting capabilities from hypervisor
Haren Myneni
2021-06-20
1
-0
/
+122
*
|
powerpc/pseries/vas: Add hcall wrappers for VAS handling
Haren Myneni
2021-06-20
1
-0
/
+147
[next]