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-01-26
powerpc/32: save DEAR/DAR before calling handle_page_fault
Christophe Leroy
6
-1
/
+9
2020-01-26
powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
Christophe Leroy
3
-13
/
+9
2020-01-26
powerpc/32: replace MTMSRD() by mtmsr
Christophe Leroy
2
-11
/
+11
2020-01-26
powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
Jordan Niethe
1
-5
/
+8
2020-01-26
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
1
-11
/
+1
2020-01-23
powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()
Oliver O'Halloran
1
-8
/
+2
2020-01-23
powerpc/eeh: Only dump stack once if an MMIO loop is detected
Oliver O'Halloran
1
-1
/
+1
2020-01-23
powerpc/pcidn: Warn when sriov pci_dn management is used incorrectly
Oliver O'Halloran
1
-14
/
+3
2020-01-23
powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specific
Oliver O'Halloran
1
-10
/
+5
2020-01-23
powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV
Oliver O'Halloran
1
-1
/
+14
2020-01-23
powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner
Oliver O'Halloran
2
-20
/
+25
2020-01-23
powerpc/eeh_sysfs: Remove double pci_dn lookup.
Oliver O'Halloran
1
-1
/
+0
2020-01-23
powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs properties
Oliver O'Halloran
1
-2
/
+2
2020-01-23
powerpc/eeh_sysfs: Fix incorrect comment
Oliver O'Halloran
1
-1
/
+1
2020-01-23
powerpc/eeh_cache: Don't use pci_dn when inserting new ranges
Oliver O'Halloran
1
-9
/
+1
2020-01-23
powerpc/vdso32: miscellaneous optimisations
Christophe Leroy
3
-14
/
+13
2020-01-23
powerpc/vdso32: implement clock_getres entirely
Christophe Leroy
2
-8
/
+14
2020-01-23
powerpc/vdso32: use LOAD_REG_IMMEDIATE()
Christophe Leroy
1
-4
/
+2
2020-01-23
powerpc/vdso32: Don't read cache line size from the datapage on PPC32.
Christophe Leroy
3
-6
/
+24
2020-01-23
powerpc/vdso32: inline __get_datapage()
Christophe Leroy
3
-37
/
+12
2020-01-23
powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
Christophe Leroy
1
-7
/
+57
2020-01-23
powerpc/32: Add VDSO version of getcpu on non SMP
Christophe Leroy
3
-4
/
+19
2020-01-23
powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.
Christophe Leroy
2
-29
/
+43
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
1
-0
/
+1
2020-01-16
powerpc/64s: Reimplement power4_idle code in C
Nicholas Piggin
5
-87
/
+57
2020-01-14
arch/powerpc/setup: Drop dummy_con initialization
Arvind Sankar
1
-3
/
+0
2020-01-13
arch: wire up pidfd_getfd syscall
Sargun Dhillon
1
-0
/
+1
2020-01-06
powerpc/pci: Remove pcibios_setup_bus_devices()
Oliver O'Halloran
3
-27
/
+0
2020-01-06
powerpc/pci: Fix pcibios_setup_device() ordering
Shawn Anastasio
1
-16
/
+9
2020-01-06
powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number
Oliver O'Halloran
1
-6
/
+0
2020-01-06
powerpc/64: Use {SAVE,REST}_NVGPRS macros
Jordan Niethe
1
-12
/
+6
2019-12-25
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
6
-10
/
+17
2019-12-23
Merge 5.5-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+2
2019-12-18
tty/serial: Migrate 8250_fsl to use has_sysrq
Dmitry Safonov
1
-1
/
+3
2019-12-14
powerpc/irq: fix stack overflow verification
Christophe Leroy
1
-2
/
+2
2019-12-08
sched/rt, powerpc: Use CONFIG_PREEMPTION
Thomas Gleixner
2
-4
/
+4
2019-12-05
powerpc: Fix vDSO clock_getres()
Vincenzo Frascino
4
-5
/
+12
2019-12-05
powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE
Christophe Leroy
1
-3
/
+3
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
5
-23
/
+18
2019-11-30
Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
36
-2681
/
+752
2019-11-27
Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundle
Linus Torvalds
2
-4
/
+59
2019-11-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-30
/
+7
2019-11-25
powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmp
Nathan Chancellor
1
-0
/
+1
2019-11-21
y2038: fix typo in powerpc vdso "LOPART"
Arnd Bergmann
1
-2
/
+2
2019-11-21
powerpc/kexec: Move kexec files into a dedicated subdir.
Christophe Leroy
9
-2256
/
+0
2019-11-21
powerpc/32: Split kexec low level code out of misc_32.S
Christophe Leroy
3
-491
/
+501
2019-11-19
powerpc: Add support for GENERIC_EARLY_IOREMAP
Christophe Leroy
2
-0
/
+6
2019-11-18
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
Michael Ellerman
1
-1
/
+1
2019-11-17
powerpc/booke: Spelling s/date/data/
Geert Uytterhoeven
1
-1
/
+1
[prev]
[next]