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
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-20
powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_status
Alexey Kardashevskiy
3
-8
/
+8
2018-12-20
powerpc/powernv/ioda: Reduce a number of hooks in pnv_phb
Alexey Kardashevskiy
2
-10
/
+3
2018-12-20
powerpc/powernv/ioda1: Remove dead code for a single device PE
Alexey Kardashevskiy
1
-9
/
+1
2018-12-20
powerpc/powernv/npu: Remove unused headers and a macro.
Alexey Kardashevskiy
1
-13
/
+0
2018-12-20
powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand
Alexey Kardashevskiy
1
-1
/
+1
2018-12-20
powerpc/pasemi: Add Nemo board IRQ initroutine
Darren Stevens
2
-0
/
+26
2018-12-20
powerpc/pasemi: Add Nemo board device init code.
Darren Stevens
1
-0
/
+34
2018-12-20
powerpc/pasemi: Add Nemo board IRQ initroutine
Darren Stevens
1
-0
/
+37
2018-12-20
powerpc/pasemi: Add PCI initialisation for Nemo board.
Darren Stevens
1
-0
/
+55
2018-12-20
powerpc: use mm zones more sensibly
Christoph Hellwig
2
-19
/
+0
2018-12-20
powerpc/dma: split the two __dma_alloc_coherent implementations
Christoph Hellwig
1
-1
/
+1
2018-12-20
powerpc: allow NOT_COHERENT_CACHE for amigaone
Christoph Hellwig
1
-1
/
+2
2018-12-19
powerpc/smp: Use code patching to restore reset vector
Christophe Leroy
2
-4
/
+2
2018-12-17
Merge branch 'fixes' into next
Michael Ellerman
2
-11
/
+31
2018-12-09
powerpc/papr_scm: Use ibm,unit-guid as the iset cookie
Oliver O'Halloran
1
-0
/
+12
2018-12-09
powerpc/papr_scm: Fix DIMM device registration race
Oliver O'Halloran
1
-0
/
+3
2018-12-09
powerpc/papr_scm: Remove endian conversions
Oliver O'Halloran
1
-3
/
+3
2018-12-09
powerpc/papr_scm: Update DT properties
Oliver O'Halloran
1
-5
/
+11
2018-12-07
powerpc/papr_scm: Fix resource end address
Oliver O'Halloran
1
-1
/
+1
2018-12-07
powerpc/papr_scm: Use depend instead of select
Oliver O'Halloran
1
-2
/
+1
2018-12-06
powerpc/iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
2
-3
/
+1
2018-12-04
powerpc: annotate implicit fall throughs
Stephen Rothwell
1
-0
/
+1
2018-11-26
powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMU
Christophe Leroy
1
-9
/
+1
2018-11-26
powerpc/kconfig: remove CONFIG_6xx
Christophe Leroy
10
-19
/
+15
2018-11-26
powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32
Christophe Leroy
3
-5
/
+5
2018-11-26
powerpc: Use device_type helpers to access the node type
Rob Herring
12
-53
/
+33
2018-11-25
powerpc/pasemi: Use dma_zalloc_coherent()
Sabyasachi Gupta
1
-3
/
+1
2018-11-25
powerpc/85xx: Drop pointless static qualifier
Yue Haibing
1
-1
/
+1
2018-11-25
powerpc/powernv/vas: Use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-24
/
+4
2018-11-23
rapidio: consolidate RAPIDIO config entry in drivers/rapidio
Christoph Hellwig
2
-6
/
+6
2018-11-23
PCI: consolidate PCI config entry in drivers/pci
Christoph Hellwig
19
-41
/
+41
2018-11-08
powerpc/pseries: add of_node_put() in dlpar_detach_node()
Frank Rowand
1
-0
/
+2
2018-11-05
powerpc/powernv/npu: Remove NPU DMA ops
Alistair Popple
1
-60
/
+4
2018-11-03
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-0
/
+3
2018-11-02
Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+13
2018-11-02
powerpc: PCI_MSI needs PCI
Christoph Hellwig
2
-0
/
+3
2018-10-31
powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
David Hildenbrand
1
-1
/
+3
2018-10-31
powerpc/powernv: hold device_hotplug_lock when calling device_online()
David Hildenbrand
1
-0
/
+2
2018-10-31
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
1
-1
/
+1
2018-10-31
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
2
-4
/
+4
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2
-4
/
+4
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
3
-4
/
+3
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
3
-5
/
+5
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2
-2
/
+2
2018-10-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-7
/
+4
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
2
-7
/
+4
2018-10-26
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
51
-652
/
+1453
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
4
-43
/
+30
2018-10-26
powerpc/pseries: Export maximum memory value
Aravinda Prasad
1
-0
/
+13
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2
-20
/
+10
[prev]
[next]