index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c
Christophe Leroy
4
-20
/
+20
2021-06-17
powerpc/8xx: Allow disabling KUAP at boot time
Christophe Leroy
2
-6
/
+48
2021-06-17
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
4
-0
/
+23
2021-06-17
powerpc: Remove CONFIG_PPC_MMU_NOHASH_32
Christophe Leroy
1
-4
/
+0
2021-06-17
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
2
-38
/
+12
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/inst: Refactor PPC32 and PPC64 versions
Christophe Leroy
1
-36
/
+13
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
20
-176
/
+159
2021-06-17
powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests.
Christophe Leroy
1
-42
/
+53
2021-06-16
powerpc/lib/code-patching: Make instr_is_branch_to_addr() static
Christophe Leroy
2
-10
/
+9
2021-06-16
powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups)
Christophe Leroy
3
-6
/
+6
2021-06-16
powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
Christophe Leroy
1
-10
/
+9
2021-06-16
powerpc/inst: Improve readability of get_user_instr() and friends
Christophe Leroy
1
-10
/
+6
2021-06-16
powerpc/inst: Reduce casts in get_user_instr()
Christophe Leroy
1
-4
/
+3
2021-06-16
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
1
-1
/
+6
2021-06-16
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
5
-6
/
+5
2021-06-16
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2
-4
/
+4
2021-06-16
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
3
-61
/
+65
2021-06-16
powerpc/ebpf32: Use _Rx macros instead of __REG_Rx ones
Christophe Leroy
1
-109
/
+109
2021-06-16
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
2
-3
/
+2
2021-06-16
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
1
-9
/
+9
2021-06-16
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
2
-8
/
+7
2021-06-16
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
3
-58
/
+27
2021-06-16
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
3
-18
/
+13
2021-06-16
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2
-8
/
+6
2021-06-16
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
1
-0
/
+34
2021-06-16
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
2
-8
/
+6
2021-06-16
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
3
-37
/
+9
2021-06-16
powerpc: Force inlining of csum_add()
Christophe Leroy
1
-1
/
+1
2021-06-16
Merge branch 'fixes' into next
Michael Ellerman
14
-100
/
+109
2021-06-15
powerpc/tau: Remove superfluous parameter in alloc_workqueue() call
Finn Thain
1
-1
/
+1
2021-06-15
powerpc: Fix initrd corruption with relative jump labels
Michael Ellerman
1
-1
/
+1
2021-06-15
powerpc/perf: Simplify Makefile
Christophe Leroy
1
-4
/
+2
2021-06-15
powerpc/prom_init: Move custom isspace() to its own namespace
Andy Shevchenko
1
-9
/
+8
2021-06-15
powerpc/spider-pci: Remove set but not used variable 'val'
Baokun Li
1
-2
/
+1
2021-06-15
powerpc/spufs: Remove set but not used variable 'dummy'
Baokun Li
1
-4
/
+2
2021-06-15
powerpc/52xx: Add fallthrough in mpc52xx_wdt_ioctl()
Tom Rix
1
-0
/
+1
2021-06-14
powerpc/signal64: Copy siginfo before changing regs->nip
Michael Ellerman
1
-5
/
+4
2021-06-14
Merge tag 'v5.13-rc6' into tty-next
Greg Kroah-Hartman
8
-57
/
+49
2021-06-10
KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path
Nicholas Piggin
4
-501
/
+43
2021-06-10
KVM: PPC: Book3S HV P9: implement hash host / hash guest support
Nicholas Piggin
4
-13
/
+44
2021-06-10
KVM: PPC: Book3S HV P9: implement hash guest support
Nicholas Piggin
6
-38
/
+101
2021-06-10
KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR KVM
Nicholas Piggin
1
-6
/
+16
2021-06-10
KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
Nicholas Piggin
2
-9
/
+144
2021-06-10
KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
Nicholas Piggin
1
-14
/
+15
2021-06-10
KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
Nicholas Piggin
2
-51
/
+8
2021-06-10
KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
Nicholas Piggin
8
-138
/
+23
2021-06-10
KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
Nicholas Piggin
2
-101
/
+3
[prev]
[next]