index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
powerpc/interrupt: Remove prep_irq_for_user_exit()
Christophe Leroy
1
-13
/
+3
2021-06-25
powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
Christophe Leroy
1
-22
/
+7
2021-06-25
powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
Christophe Leroy
1
-12
/
+11
2021-06-25
powerpc/interrupt: Refactor interrupt_exit_user_prepare()
Christophe Leroy
1
-54
/
+3
2021-06-25
powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
Christophe Leroy
1
-5
/
+4
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
9
-158
/
+457
2021-06-25
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
4
-13
/
+35
2021-06-25
powerpc/64: interrupt soft-enable race fix
Nicholas Piggin
1
-0
/
+95
2021-06-25
powerpc/64: allow alternate return locations for soft-masked interrupts
Nicholas Piggin
7
-3
/
+138
2021-06-25
powerpc/64s: save one more register in the masked interrupt handler
Nicholas Piggin
1
-14
/
+20
2021-06-25
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2
-4
/
+2
2021-06-25
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin
4
-625
/
+640
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
47
-179
/
+418
2021-06-25
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
Nicholas Piggin
4
-55
/
+92
2021-06-25
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2
-4
/
+4
2021-06-25
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
1
-1
/
+1
2021-06-25
powerpc/prom_init: Pass linux_banner to firmware via option vector 7
Michael Ellerman
1
-0
/
+13
2021-06-25
powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad()
Michael Ellerman
1
-6
/
+24
2021-06-25
powerpc/64s: Fix boot failure with 4K Radix
Michael Ellerman
1
-1
/
+7
2021-06-23
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
14
-22
/
+473
2021-06-23
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
1
-1
/
+2
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
2
-7
/
+32
2021-06-22
KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
Bharata B Rao
1
-0
/
+3
2021-06-22
KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
Bharata B Rao
5
-7
/
+170
2021-06-21
KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
Bharata B Rao
3
-0
/
+222
2021-06-21
powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
Bharata B Rao
2
-0
/
+6
2021-06-21
KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
Aneesh Kumar K.V
1
-2
/
+2
2021-06-21
powerpc/boot: Add a boot wrapper for Microwatt
Joel Stanley
3
-0
/
+33
2021-06-21
powerpc/boot: Fixup device-tree on little endian
Benjamin Herrenschmidt
2
-27
/
+41
2021-06-21
powerpc/microwatt: Add microwatt_defconfig
Paul Mackerras
1
-0
/
+98
2021-06-21
powerpc/microwatt: Add support for hardware random number generator
Paul Mackerras
3
-1
/
+50
2021-06-21
powerpc/microwatt: Use standard 16550 UART for console
Benjamin Herrenschmidt
4
-6
/
+63
2021-06-21
powerpc/xics: Add a native ICS backend for microwatt
Benjamin Herrenschmidt
8
-0
/
+295
2021-06-21
powerpc/microwatt: Populate platform bus from device-tree
Benjamin Herrenschmidt
2
-0
/
+15
2021-06-21
powerpc: Add Microwatt device tree
Paul Mackerras
1
-0
/
+98
2021-06-21
powerpc: Add Microwatt platform
Paul Mackerras
6
-1
/
+36
2021-06-21
powerpc/32: use set_memory_attr()
Christophe Leroy
1
-50
/
+10
2021-06-21
powerpc/mm: implement set_memory_attr()
Christophe Leroy
2
-0
/
+35
2021-06-21
powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
Russell Currey
1
-0
/
+2
2021-06-21
powerpc/bpf: Write protect JIT code
Jordan Niethe
1
-0
/
+1
2021-06-21
powerpc/bpf: Remove bpf_jit_free()
Jordan Niethe
1
-12
/
+0
2021-06-21
powerpc/kprobes: Mark newly allocated probes as ROX
Russell Currey
1
-0
/
+17
2021-06-21
powerpc/modules: Make module_alloc() Strict Module RWX aware
Jordan Niethe
2
-1
/
+8
2021-06-21
powerpc/lib/code-patching: Set up Strict RWX patching earlier
Jordan Niethe
2
-10
/
+5
2021-06-21
powerpc/mm: Implement set_memory() routines
Russell Currey
4
-1
/
+135
2021-06-21
powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICS
Nicholas Piggin
2
-0
/
+4
2021-06-21
powerpc/security: Add a security feature for STF barrier
Nicholas Piggin
2
-5
/
+6
2021-06-21
powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...
Nicholas Piggin
2
-0
/
+8
2021-06-21
powerpc/boot: add zImage.lds to targets
Nicholas Piggin
1
-1
/
+1
2021-06-21
powerpc/powernv: Fix machine check reporting of async store errors
Nicholas Piggin
1
-8
/
+40
[next]