index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
powerpc/64s/interrupt: Check and fix srr_valid without crashing
Nicholas Piggin
1
-0
/
+89
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
3
-152
/
+387
2021-06-25
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
3
-10
/
+27
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
3
-2
/
+86
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
3
-624
/
+639
2021-06-25
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
23
-134
/
+273
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
1
-2
/
+2
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-21
powerpc/microwatt: Use standard 16550 UART for console
Benjamin Herrenschmidt
1
-0
/
+39
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
1
-1
/
+3
2021-06-21
powerpc/security: Add a security feature for STF barrier
Nicholas Piggin
1
-5
/
+2
2021-06-21
powerpc/powernv: Fix machine check reporting of async store errors
Nicholas Piggin
1
-8
/
+40
2021-06-19
Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-5
/
+4
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-2
/
+2
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
4
-43
/
+11
2021-06-17
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
4
-223
/
+43
2021-06-17
powerpc/signal64: Don't read sigaction arguments back from user memory
Michael Ellerman
1
-2
/
+2
2021-06-17
powerpc/watchdog: include linux/processor.h for spin_until_cond
Sudeep Holla
1
-0
/
+1
2021-06-17
powerpc/signal32: Remove impossible #ifdef combinations
Christophe Leroy
1
-55
/
+0
2021-06-17
powerpc: make stack walking KASAN-safe
Daniel Axtens
2
-6
/
+7
2021-06-17
powerpc/32: Remove __main()
Christophe Leroy
1
-6
/
+0
2021-06-17
powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE
Christophe Leroy
1
-2
/
+0
2021-06-17
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
7
-81
/
+1
2021-06-17
powerpc: Define empty_zero_page[] in C
Christophe Leroy
6
-28
/
+0
2021-06-17
powerpc/nohash: Convert set_context() to C
Christophe Leroy
3
-17
/
+0
2021-06-17
powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()
Christophe Leroy
4
-53
/
+0
2021-06-17
powerpc/32s: Rework Kernel Userspace Access Protection
Christophe Leroy
1
-0
/
+3
2021-06-17
powerpc/32s: Initialise KUAP and KUEP in C
Christophe Leroy
2
-6
/
+4
2021-06-17
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
2
-63
/
+0
2021-06-17
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
1
-0
/
+8
2021-06-17
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
1
-32
/
+7
2021-06-17
powerpc/optprobes: Compact code source a bit.
Christophe Leroy
1
-22
/
+11
2021-06-17
powerpc/optprobes: Minimise casts
Christophe Leroy
1
-12
/
+11
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
10
-68
/
+56
2021-06-16
powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...
Christophe Leroy
1
-1
/
+1
2021-06-16
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
3
-3
/
+3
2021-06-16
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
1
-3
/
+4
2021-06-16
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
1
-9
/
+9
[prev]
[next]