index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/fsl_pci: Size upper inbound window based on RAM size
Scott Wood
2016-09-25
1
-7
/
+5
*
powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interrupts
Christophe Leroy
2016-09-25
3
-0
/
+12
*
powerpc/83xx: factor out the common codes of setup arch functions
Kevin Hao
2016-09-25
15
-51
/
+22
*
soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)
Christophe Leroy
2016-09-25
3
-6
/
+15
*
powerpc/mpic: use of_property_read_bool
Julia Lawall
2016-09-25
1
-1
/
+1
*
powerpc: Convert fsl_rstcr_restart to a reset handler
Andrey Smirnov
2016-09-25
33
-67
/
+38
*
powerpc: Call chained reset handlers during reset
Andrey Smirnov
2016-09-25
1
-0
/
+4
*
powerpc: Factor out common code in setup-common.c
Andrey Smirnov
2016-09-25
1
-9
/
+14
*
powerpc/sgy_cts1000: Fix gpio_halt_cb()'s signature
Andrey Smirnov
2016-09-25
1
-3
/
+5
*
powerpc/e8248e: Select PHYLIB only if NETDEVICES is enabled
Andrey Smirnov
2016-09-25
2
-3
/
+5
*
powerpc/mpc85xx_mds: Select PHYLIB only if NETDEVICES is enabled
Andrey Smirnov
2016-09-25
2
-2
/
+9
*
powerpc32: Use instruction symbolic names in check_io_access()
Christophe Leroy
2016-09-25
2
-4
/
+4
*
powerpc: Clean up tm_abort duplication in hash_utils_64.c
Rui Teng
2016-09-22
1
-31
/
+25
*
powerpc/powernv: Fix comment style and spelling
Andrew Donnellan
2016-09-22
1
-2
/
+3
*
powerpc/32: Remove CLR_TOP32
Christophe Leroy
2016-09-22
4
-6
/
+0
*
powerpc: Fix usage of _PAGE_RO in hugepage
Christophe Leroy
2016-09-22
2
-0
/
+9
*
powerpc/eeh: Skip finding bus until after failure reporting
Russell Currey
2016-09-22
1
-2
/
+2
*
powerpc/powernv/eeh: Skip finding bus for VF resets
Russell Currey
2016-09-22
1
-2
/
+3
*
powerpc/eeh: Null check uses of eeh_pe_bus_get
Russell Currey
2016-09-22
2
-0
/
+13
*
powerpc/pseries: Remove unnecessary syscall trampoline
Nicholas Piggin
2016-09-22
2
-7
/
+3
*
powerpc/pseries: Fix HV facility unavailable to use correct handler
Nicholas Piggin
2016-09-22
1
-2
/
+2
*
powerpc/powernv/pci: Add PHB register dump debugfs handle
Russell Currey
2016-09-22
1
-1
/
+38
*
powerpc/64/kexec: Remove BookE special default_machine_kexec_prepare()
Benjamin Herrenschmidt
2016-09-22
1
-16
/
+0
*
powerpc/64/kexec: Copy image with MMU off when possible
Benjamin Herrenschmidt
2016-09-22
2
-31
/
+36
*
powerpc/mm: Add radix flush all with IS=3
Aneesh Kumar K.V
2016-09-22
2
-0
/
+25
*
powerpc/64/kexec: Fix MMU cleanup on radix
Benjamin Herrenschmidt
2016-09-22
5
-10
/
+30
*
powerpc/64/kexec: NULL check "clear_all" in kexec_sequence
Benjamin Herrenschmidt
2016-09-22
1
-3
/
+4
*
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-09-20
72
-176
/
+180
*
powerpc/pseries: fix memory leak in queue_hotplug_event() error path
Andrew Donnellan
2016-09-20
1
-0
/
+1
*
powerpc/nvram: Fix an incorrect partition merge
Pan Xinhui
2016-09-20
1
-3
/
+3
*
powerpc/nvram: Fix a memory leak in err path
Pan Xinhui
2016-09-20
1
-1
/
+1
*
powerpc/64s: Optimise MSR handling in exception handling
Nicholas Piggin
2016-09-20
1
-12
/
+9
*
powerpc/64: Optimise syscall entry for virtual, relocatable case
Nicholas Piggin
2016-09-20
1
-5
/
+2
*
powerpc/mm: Update FORCE_MAX_ZONEORDER range to allow hugetlb w/4K
Aneesh Kumar K.V
2016-09-20
1
-1
/
+1
*
powerpc/64: Replay hypervisor maintenance interrupt first
Nicholas Piggin
2016-09-20
1
-5
/
+9
*
powerpc: Ensure .mem(init|exit).text are within _stext/_etext
Michael Ellerman
2016-09-19
1
-0
/
+2
*
powerpc: Don't change the section in _GLOBAL()
Michael Ellerman
2016-09-19
1
-6
/
+2
*
powerpc/kernel: Use kprobe blacklist for asm functions
Nicholas Piggin
2016-09-19
3
-29
/
+20
*
powerpc: Use kprobe blacklist for exception handlers
Nicholas Piggin
2016-09-19
4
-15
/
+25
*
powerpc: Set used_(vsr|vr|spe) in sigreturn path when MSR bits are active
Simon Guo
2016-09-13
2
-3
/
+14
*
powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()
Simon Guo
2016-09-13
1
-45
/
+29
*
powerpc/32: Add missing \n and switch to pr_warn()
Colin Ian King
2016-09-13
1
-1
/
+1
*
powerpc/mm: Update the HID bit when switching from radix to hash
Aneesh Kumar K.V
2016-09-13
3
-0
/
+56
*
powerpc/mm/radix: Use different pte update sequence for different POWER9 revs
Aneesh Kumar K.V
2016-09-13
7
-22
/
+71
*
powerpc/mm/radix: Use different RTS encoding for different POWER9 revs
Aneesh Kumar K.V
2016-09-13
1
-4
/
+9
*
powerpc/book3s: Add a cpu table entry for different POWER9 revs
Aneesh Kumar K.V
2016-09-13
2
-1
/
+22
*
powerpc/pasemi: Fix device_type of Nemo SB600 node.
Darren Stevens
2016-09-13
1
-0
/
+16
*
powerpc/pasemi: Fix Nemo SB600 i8259 interrupts.
Darren Stevens
2016-09-13
1
-0
/
+65
*
powerpc/pasemi: Add Nemo motherboard config option.
Darren Stevens
2016-09-13
1
-0
/
+10
*
powerpc/ps3: fix spelling mistake in function name
Colin Ian King
2016-09-13
1
-1
/
+1
[next]