index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
powerpc/32s: Allow disabling KUAP at boot time
Christophe Leroy
2
-5
/
+34
2021-06-16
powerpc/32s: Allow disabling KUEP at boot time
Christophe Leroy
2
-5
/
+12
2021-06-16
powerpc/32s: Initialise KUAP and KUEP in C
Christophe Leroy
4
-6
/
+16
2021-06-16
powerpc/32s: Simplify calculation of segment register content
Christophe Leroy
1
-19
/
+23
2021-06-16
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
4
-63
/
+40
2021-06-16
powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
Christophe Leroy
3
-16
/
+10
2021-06-16
powerpc/32s: Refactor update of user segment registers
Christophe Leroy
4
-41
/
+49
2021-06-16
powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c
Christophe Leroy
4
-20
/
+20
2021-06-16
powerpc/8xx: Allow disabling KUAP at boot time
Christophe Leroy
2
-6
/
+48
2021-06-16
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
4
-0
/
+23
2021-06-16
powerpc: Remove CONFIG_PPC_MMU_NOHASH_32
Christophe Leroy
1
-4
/
+0
2021-06-16
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
2
-38
/
+12
2021-06-16
powerpc/optprobes: Compact code source a bit.
Christophe Leroy
1
-22
/
+11
2021-06-16
powerpc/optprobes: Minimise casts
Christophe Leroy
1
-12
/
+11
2021-06-16
powerpc/inst: Refactor PPC32 and PPC64 versions
Christophe Leroy
1
-36
/
+13
2021-06-16
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
20
-176
/
+159
2021-06-16
powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in t...
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,...
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-15
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
1
-1
/
+6
2021-06-15
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
5
-6
/
+5
2021-06-15
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2
-4
/
+4
2021-06-15
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
3
-61
/
+65
2021-06-15
powerpc/ebpf32: Use _Rx macros instead of __REG_Rx ones
Christophe Leroy
1
-109
/
+109
2021-06-15
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
2
-3
/
+2
2021-06-15
powerpc/ftrace: Use PPC_RAW_MFLR() and PPC_RAW_NOP()
Christophe Leroy
1
-9
/
+9
2021-06-15
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
2
-8
/
+7
2021-06-15
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
3
-58
/
+27
2021-06-15
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
3
-18
/
+13
2021-06-15
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2
-8
/
+6
2021-06-15
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
1
-0
/
+34
2021-06-15
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
2
-8
/
+6
2021-06-15
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
3
-37
/
+9
2021-06-15
powerpc: Force inlining of csum_add()
Christophe Leroy
1
-1
/
+1
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
selftests/powerpc: Remove the repeated declaration
Shaokun Zhang
1
-2
/
+0
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-10
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
2
-0
/
+14
2021-06-10
powerpc/ps3: Warn on PS3 device errors
Geoff Levand
3
-16
/
+17
2021-06-10
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
2
-1
/
+10
2021-06-10
powerpc/ps3: Re-align DTB in image
Geoff Levand
1
-1
/
+1
[next]