index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"
Scott Wood
2018-12-23
1
-1
/
+5
*
powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
2018-12-21
1
-1
/
+1
*
powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
Christoph Hellwig
2018-12-21
1
-5
/
+1
*
arch/powerpc/fsl_rmu: Use dma_zalloc_coherent
Sabyasachi Gupta
2018-12-21
1
-3
/
+1
*
powerpc/ipic: Remove unused ipic_set_priority()
Michael Ellerman
2018-12-17
1
-28
/
+0
*
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
2018-11-26
1
-1
/
+1
*
powerpc/scom: Return NULL instead of 0
Breno Leitao
2018-11-25
1
-2
/
+2
*
powerpc/xive: Define xive_do_source_eoi as static
Breno Leitao
2018-11-25
1
-1
/
+1
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2018-10-31
1
-1
/
+1
*
powerpc/sysdev/ipic: check primary_ipic NULL pointer before using it
Christophe Leroy
2018-10-20
1
-1
/
+1
*
powerpc: Add -Werror at arch/powerpc level
Michael Ellerman
2018-10-19
3
-5
/
+0
*
powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.
Christophe Leroy
2018-10-14
1
-4
/
+4
*
powerpc: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2018-10-13
2
-8
/
+0
*
powerpc/xive: Move a dereference below a NULL test
zhong jiang
2018-10-03
1
-3
/
+4
*
powerpc/xive: Use xive_cpu->chip_id instead of looking it up again
Breno Leitao
2018-09-19
1
-10
/
+1
*
treewide: correct "differenciate" and "instanciate" typos
Finn Thain
2018-08-23
1
-1
/
+1
*
powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPM
Christophe Leroy
2018-08-10
1
-0
/
+1
*
powerpc: Fix size calculation using resource_size()
Dan Carpenter
2018-08-10
1
-1
/
+1
*
powerpc/Makefiles: Convert ifeq to ifdef where possible
Rodrigo R. Galvao
2018-08-08
1
-1
/
+1
*
powerpc/xive: Remove xive_kexec_teardown_cpu()
Benjamin Herrenschmidt
2018-08-07
1
-22
/
+0
*
powerpc/xive: Remove now useless pr_debug statements
Benjamin Herrenschmidt
2018-08-07
1
-9
/
+1
*
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
2018-07-30
1
-1
/
+0
*
powerpc: remove superflous inclusions of asm/fixmap.h
Christophe Leroy
2018-07-30
1
-1
/
+0
*
powerpc/mpic: Pass first free vector number to mpic_setup_error_int()
Bharat Bhushan
2018-07-19
2
-4
/
+4
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
1
-4
/
+4
|
\
|
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-4
/
+4
*
|
powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS)
Daniel Klamt
2018-07-12
1
-12
/
+12
*
|
powerpc/msi: Remove VLA usage
Kees Cook
2018-07-04
1
-7
/
+8
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-3
/
+3
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
powerpc: Remove core support for Marvell mv64x60 hostbridges
Mark Greer
2018-06-04
6
-1171
/
+0
*
powerpc/xics: Add missing of_node_put() in error path
YueHaibing
2018-06-03
1
-3
/
+4
*
powerpc: cpm_gpio: Remove owner assignment from platform_driver
Fabio Estevam
2018-06-03
1
-1
/
+0
*
powerpc/xive: Remove (almost) unused macros
Russell Currey
2018-06-03
1
-1
/
+1
*
powerpc/xive: prepare all hcalls to support long busy delays
Cédric Le Goater
2018-05-10
1
-8
/
+28
*
powerpc/xive: fix hcall H_INT_RESET to support long busy delays
Cédric Le Goater
2018-05-10
1
-5
/
+47
*
powerpc/xive: Fix trying to "push" an already active pool VP
Benjamin Herrenschmidt
2018-04-19
1
-0
/
+4
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
3
-3
/
+3
|
\
|
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
2
-2
/
+2
|
|
\
|
|
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
1
-1
/
+1
|
|
*
powerpc/mpic: Check if cpu_possible() in mpic_physmask()
Michael Ellerman
2018-03-30
1
-1
/
+1
|
*
|
powerpc/xive: Fix wrong xmon output caused by typo
Frederic Barrat
2018-03-31
1
-1
/
+1
*
|
|
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-04-05
2
-0
/
+2
|
/
/
*
/
powerpc/xive: Use hw CPU ids when configuring the CPU queues
Cédric Le Goater
2018-02-15
1
-6
/
+10
|
/
*
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-02-10
1
-2
/
+16
|
\
|
*
Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-02-01
2
-3
/
+18
|
|
\
|
|
*
KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature
Benjamin Herrenschmidt
2018-01-19
1
-2
/
+16
[next]