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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
powerpc: Provide syscall wrapper
Rohan McLure
3
-16
/
+27
2022-09-28
powerpc: Change system_call_exception calling convention
Rohan McLure
3
-22
/
+22
2022-09-28
powerpc: Use common syscall handler type
Rohan McLure
3
-7
/
+10
2022-09-28
powerpc: Enable compile-time check for syscall handlers
Rohan McLure
1
-21
/
+11
2022-09-28
powerpc: Include all arch-specific syscall prototypes
Rohan McLure
2
-61
/
+1
2022-09-28
powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
Rohan McLure
3
-29
/
+48
2022-09-28
powerpc: Provide do_ppc64_personality helper
Rohan McLure
1
-1
/
+5
2022-09-28
powerpc: Remove direct call to mmap2 syscall handlers
Rohan McLure
2
-12
/
+13
2022-09-26
powerpc: remove mmap linked list walks
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-09-26
powerpc: Remove direct call to personality syscall handler
Rohan McLure
1
-1
/
+1
2022-09-26
powerpc/32: Remove powerpc select specialisation
Rohan McLure
2
-18
/
+1
2022-09-26
powerpc: Use generic fallocate compatibility syscall
Rohan McLure
1
-7
/
+0
2022-09-26
powerpc: Fix fallocate and fadvise64_64 compat parameter combination
Rohan McLure
2
-15
/
+3
2022-09-26
powerpc/64s: Fix comment on interrupt handler prologue
Rohan McLure
1
-2
/
+2
2022-09-26
powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRS
Rohan McLure
1
-16
/
+12
2022-09-26
powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
Rohan McLure
1
-20
/
+13
2022-09-26
powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
Rohan McLure
1
-34
/
+9
2022-09-26
powerpc: Save caller r3 prior to system_call_exception
Rohan McLure
3
-1
/
+3
2022-09-26
powerpc: Remove asmlinkage from syscall handler definitions
Rohan McLure
1
-4
/
+4
2022-09-26
powerpc: Cleanup idle for e500
Christophe Leroy
3
-10
/
+4
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E_MMU
Christophe Leroy
4
-8
/
+8
2022-09-26
powerpc: Remove CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
9
-15
/
+15
2022-09-26
powerpc: Change CONFIG_E500 to CONFIG_PPC_E500
Christophe Leroy
7
-10
/
+10
2022-09-26
powerpc: Remove CONFIG_PPC_BOOK3E
Christophe Leroy
8
-38
/
+38
2022-09-26
powerpc/cputable: Split cpu_specs[] for mpc85xx and e500mc
Christophe Leroy
3
-66
/
+65
2022-09-26
powerpc: Remove CONFIG_FSL_BOOKE
Christophe Leroy
6
-13
/
+13
2022-09-26
powerpc/cputable: Split cpu_specs[] out of cputable.h
Christophe Leroy
9
-1876
/
+1930
2022-09-26
powerpc/cputable: Move __cpu_setup() prototypes out of cputable.h
Christophe Leroy
2
-38
/
+2
2022-09-26
powerpc/cputable: Remove __machine_check_early_realmode_p{7/8/9} prototypes
Christophe Leroy
1
-3
/
+0
2022-09-26
powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
1
-8
/
+0
2022-09-26
powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MC
Christophe Leroy
1
-0
/
+2
2022-09-26
powerpc/prom_init: drop PROM_BUG()
David Hildenbrand
1
-6
/
+0
2022-09-26
powerpc/microwatt: Remove unused early debug code
Michael Ellerman
1
-39
/
+0
2022-09-26
powerpc/64: Remove unused SYS_CALL_TABLE symbol
Michael Ellerman
1
-10
/
+0
2022-09-26
powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLE
Nicholas Piggin
1
-0
/
+4
2022-09-26
powerpc/64/build: merge .got and .toc input sections
Nicholas Piggin
1
-2
/
+1
2022-09-26
powerpc/64/build: only include .opd with ELFv1
Nicholas Piggin
1
-0
/
+2
2022-09-26
powerpc/build: move .data.rel.ro, .sdata2 to read-only
Nicholas Piggin
1
-8
/
+12
2022-09-26
powerpc/build: move got, toc, plt, branch_lt sections to read-only
Nicholas Piggin
1
-10
/
+22
2022-09-26
powerpc/32/build: move got1/got2 sections out of text
Nicholas Piggin
1
-10
/
+11
2022-09-26
powerpc: move __end_rodata to cover arch read-only sections
Nicholas Piggin
1
-0
/
+1
2022-09-26
powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundary
Michael Ellerman
1
-2
/
+7
2022-09-26
powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page aligned
Michael Ellerman
1
-1
/
+4
2022-09-26
powerpc/64: Remove unused prom_init_toc symbols
Michael Ellerman
2
-7
/
+1
2022-09-24
Merge branch 'fixes' into next
Michael Ellerman
3
-0
/
+14
2022-09-20
powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
Yury Norov
1
-0
/
+4
2022-09-14
Revert "powerpc/rtas: Implement reentrant rtas call"
Nathan Lynch
2
-86
/
+0
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
1
-5
/
+0
2022-09-09
Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-2
/
+2
2022-09-08
powerpc/math-emu: Inhibit W=1 warnings
Christophe Leroy
1
-2
/
+0
[prev]
[next]