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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-14
vfs: add faccessat2 syscall
Miklos Szeredi
1
-0
/
+1
2020-05-12
powerpc/40x: Make more space for system call exception
Christophe Leroy
1
-1
/
+2
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
1
-4
/
+4
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
5
-10
/
+10
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
3
-8
/
+8
2020-05-11
powerpc: module_[32|64].c: replace swap function with built-in one
Andrey Abramov
2
-32
/
+2
2020-05-11
powerpc/vdso32: Fallback on getres syscall when clock is unknown
Christophe Leroy
1
-3
/
+3
2020-05-07
powerpc/ima: Fix secure boot rules in ima arch policy
Nayna Jain
1
-3
/
+3
2020-05-07
powerpc/64s/kuap: Restore AMR in fast_interrupt_return
Nicholas Piggin
1
-1
/
+3
2020-05-06
Merge the lockless page table walk rework into next
Michael Ellerman
2
-6
/
+10
2020-05-05
powerpc/mce: Don't reload pte val in addr_to_pfn
Aneesh Kumar K.V
1
-5
/
+9
2020-05-05
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
Aneesh Kumar K.V
1
-1
/
+1
2020-05-04
powerpc/fadump: consider reserved ranges while reserving memory
Hari Bathini
1
-9
/
+67
2020-05-04
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
1
-32
/
+45
2020-05-04
powerpc/64s/kuap: Restore AMR in system reset exception
Nicholas Piggin
1
-0
/
+1
2020-05-04
powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit code
Nicholas Piggin
1
-6
/
+8
2020-05-04
powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
Michael Ellerman
1
-3
/
+3
2020-04-30
powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
Gautham R. Shenoy
1
-3
/
+79
2020-04-22
powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32
Christophe Leroy
1
-1
/
+1
2020-04-21
powerpc/setup_64: Set cache-line-size based on cache-block-size
Chris Packham
1
-0
/
+2
2020-04-20
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
1
-22
/
+2
2020-04-09
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
11
-204
/
+184
2020-04-07
asm-generic: fix unistd_32.h generation format
Michal Simek
1
-2
/
+1
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
56
-5514
/
+6563
2020-04-04
powerpc: Improve ppc_save_regs()
Nicholas Piggin
1
-1
/
+5
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
3
-0
/
+3
2020-04-03
Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
Nicholas Piggin
1
-31
/
+13
2020-04-03
powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-3
/
+1
2020-04-02
Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+1
2020-04-03
powerpc/64: make buildable without CONFIG_COMPAT
Michal Suchanek
6
-10
/
+11
2020-04-03
powerpc: move common register copy functions from signal_32.c to signal.c
Michal Suchanek
2
-140
/
+141
2020-04-03
powerpc/64s: Fix doorbell wakeup msgclr optimisation
Nicholas Piggin
2
-19
/
+13
2020-04-01
powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_type
Leonardo Bras
1
-1
/
+0
2020-04-01
powerpc/32: drop unused ISA_DMA_THRESHOLD
Mike Rapoport
1
-1
/
+0
2020-04-01
powerpc/vmlinux.lds: Explicitly retain .gnu.hash
Michael Ellerman
1
-0
/
+1
2020-04-01
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
2
-19
/
+16
2020-04-01
powerpc/ptrace: create ppc_gethwdinfo()
Christophe Leroy
4
-31
/
+37
2020-04-01
powerpc/ptrace: create ptrace_get_debugreg()
Christophe Leroy
4
-16
/
+26
2020-04-01
powerpc/ptrace: split out ADV_DEBUG_REGS related functions.
Christophe Leroy
5
-650
/
+709
2020-04-01
powerpc/ptrace: move register viewing functions out of ptrace.c
Christophe Leroy
4
-968
/
+949
2020-04-01
powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.
Christophe Leroy
4
-914
/
+943
2020-04-01
powerpc/ptrace: split out SPE related functions.
Christophe Leroy
4
-66
/
+78
2020-04-01
powerpc/ptrace: split out ALTIVEC related functions.
Christophe Leroy
4
-124
/
+138
2020-04-01
powerpc/ptrace: split out VSX related functions.
Christophe Leroy
5
-172
/
+241
2020-04-01
powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
Christophe Leroy
1
-10
/
+0
2020-04-01
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
1
-15
/
+3
2020-04-01
powerpc/ptrace: remove unused header includes
Christophe Leroy
2
-28
/
+2
2020-04-01
powerpc: Move ptrace into a subdirectory.
Christophe Leroy
4
-5
/
+12
2020-04-01
powerpc/64/syscall: Reconcile interrupts
Nicholas Piggin
2
-14
/
+21
2020-04-01
powerpc/64s/exception: Remove lite interrupt return
Nicholas Piggin
2
-16
/
+14
[prev]
[next]