index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
Christophe Leroy
2020-02-08
1
-1
/
+1
*
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-02-04
40
-509
/
+689
|
\
|
*
powerpc: Provide initial documentation for PAPR hcalls
Vaibhav Jain
2020-01-29
1
-16
/
+3
|
*
powerpc/32s: Fix CPU wake-up from sleep mode
Christophe Leroy
2020-01-28
1
-1
/
+2
|
*
powerpc/32s: Enable CONFIG_VMAP_STACK
Christophe Leroy
2020-01-27
5
-5
/
+23
|
*
powerpc/32s: Avoid crossing page boundary while changing SRR0/1.
Christophe Leroy
2020-01-27
1
-0
/
+6
|
*
powerpc/32s: Reorganise DSI handler.
Christophe Leroy
2020-01-27
1
-14
/
+17
|
*
powerpc/8xx: Enable CONFIG_VMAP_STACK
Christophe Leroy
2020-01-27
1
-6
/
+26
|
*
powerpc/8xx: Move tail of alignment exception out of line
Michael Ellerman
2020-01-27
1
-1
/
+6
|
*
powerpc/8xx: Split breakpoint exception
Christophe Leroy
2020-01-27
1
-9
/
+10
|
*
powerpc/8xx: Move DataStoreTLBMiss perf handler
Christophe Leroy
2020-01-27
1
-12
/
+12
|
*
powerpc/8xx: Drop exception entries for non-existing exceptions
Christophe Leroy
2020-01-27
1
-29
/
+0
|
*
powerpc/8xx: Use alternative scratch registers in DTLB miss handler
Christophe Leroy
2020-01-27
1
-13
/
+14
|
*
powerpc/32: Use vmapped stacks for interrupts
Christophe Leroy
2020-01-27
2
-0
/
+25
|
*
powerpc/32: Add early stack overflow detection with VMAP stack.
Christophe Leroy
2020-01-27
5
-1
/
+54
|
*
powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
Christophe Leroy
2020-01-26
3
-3
/
+3
|
*
powerpc/32: prepare for CONFIG_VMAP_STACK
Christophe Leroy
2020-01-26
3
-16
/
+122
|
*
powerpc/32: add a macro to get and/or save DAR and DSISR on stack.
Christophe Leroy
2020-01-26
3
-20
/
+19
|
*
powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
Christophe Leroy
2020-01-26
2
-21
/
+22
|
*
powerpc/32: save DEAR/DAR before calling handle_page_fault
Christophe Leroy
2020-01-26
6
-1
/
+9
|
*
powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
Christophe Leroy
2020-01-26
3
-13
/
+9
|
*
powerpc/32: replace MTMSRD() by mtmsr
Christophe Leroy
2020-01-26
2
-11
/
+11
|
*
powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
Jordan Niethe
2020-01-26
1
-5
/
+8
|
*
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
2020-01-26
1
-11
/
+1
|
*
powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()
Oliver O'Halloran
2020-01-23
1
-8
/
+2
|
*
powerpc/eeh: Only dump stack once if an MMIO loop is detected
Oliver O'Halloran
2020-01-23
1
-1
/
+1
|
*
powerpc/pcidn: Warn when sriov pci_dn management is used incorrectly
Oliver O'Halloran
2020-01-23
1
-14
/
+3
|
*
powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specific
Oliver O'Halloran
2020-01-23
1
-10
/
+5
|
*
powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV
Oliver O'Halloran
2020-01-23
1
-1
/
+14
|
*
powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner
Oliver O'Halloran
2020-01-23
2
-20
/
+25
|
*
powerpc/eeh_sysfs: Remove double pci_dn lookup.
Oliver O'Halloran
2020-01-23
1
-1
/
+0
|
*
powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs properties
Oliver O'Halloran
2020-01-23
1
-2
/
+2
|
*
powerpc/eeh_sysfs: Fix incorrect comment
Oliver O'Halloran
2020-01-23
1
-1
/
+1
|
*
powerpc/eeh_cache: Don't use pci_dn when inserting new ranges
Oliver O'Halloran
2020-01-23
1
-9
/
+1
|
*
powerpc/vdso32: miscellaneous optimisations
Christophe Leroy
2020-01-23
3
-14
/
+13
|
*
powerpc/vdso32: implement clock_getres entirely
Christophe Leroy
2020-01-23
2
-8
/
+14
|
*
powerpc/vdso32: use LOAD_REG_IMMEDIATE()
Christophe Leroy
2020-01-23
1
-4
/
+2
|
*
powerpc/vdso32: Don't read cache line size from the datapage on PPC32.
Christophe Leroy
2020-01-23
3
-6
/
+24
|
*
powerpc/vdso32: inline __get_datapage()
Christophe Leroy
2020-01-23
3
-37
/
+12
|
*
powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
Christophe Leroy
2020-01-23
1
-7
/
+57
|
*
powerpc/32: Add VDSO version of getcpu on non SMP
Christophe Leroy
2020-01-23
3
-4
/
+19
|
*
powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.
Christophe Leroy
2020-01-23
2
-29
/
+43
|
*
powerpc/64s: Reimplement power4_idle code in C
Nicholas Piggin
2020-01-16
5
-87
/
+57
|
*
powerpc/pci: Remove pcibios_setup_bus_devices()
Oliver O'Halloran
2020-01-06
3
-27
/
+0
|
*
powerpc/pci: Fix pcibios_setup_device() ordering
Shawn Anastasio
2020-01-06
1
-16
/
+9
|
*
powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number
Oliver O'Halloran
2020-01-06
1
-6
/
+0
|
*
powerpc/64: Use {SAVE,REST}_NVGPRS macros
Jordan Niethe
2020-01-06
1
-12
/
+6
*
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
4
-64
/
+64
*
|
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2020-01-29
1
-0
/
+1
|
\
\
|
*
|
arch: wire up pidfd_getfd syscall
Sargun Dhillon
2020-01-13
1
-0
/
+1
|
|
/
[next]