index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: dart_iommu: Remove check for controller_ops == NULL case
Daniel Axtens
2015-04-11
1
-8
/
+5
*
powerpc: Remove shims for pci_controller_ops operations
Daniel Axtens
2015-04-11
7
-113
/
+50
*
powerpc/cell: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
3
-3
/
+33
*
powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
2
-7
/
+19
*
powerpc/maple: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
3
-1
/
+7
*
powerpc/pasemi: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
3
-2
/
+10
*
powerpc/powernv: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
4
-4
/
+11
*
powerpc/pseries: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
4
-5
/
+15
*
powerpc/powermac: Move controller ops from ppc_md to controller_ops
Daniel Axtens
2015-04-11
3
-9
/
+17
*
powerpc: dart_iommu: optionally populate controller_ops on init
Daniel Axtens
2015-04-11
4
-7
/
+16
*
powerpc: Create pci_controller_ops.reset_secondary_bus and shim
Daniel Axtens
2015-04-11
2
-6
/
+18
*
powerpc: Create pci_controller_ops.window_alignment and shim
Daniel Axtens
2015-04-11
2
-9
/
+22
*
powerpc: Create pci_controller_ops.enable_device_hook and shim
Daniel Axtens
2015-04-11
2
-3
/
+17
*
powerpc: Create pci_controller_ops.probe_mode and shim
Daniel Axtens
2015-04-11
5
-11
/
+22
*
powerpc: Create pci_controller_ops.dma_bus_setup and shim
Daniel Axtens
2015-04-11
2
-2
/
+12
*
powerpc: Create pci_controller_ops.dma_dev_setup and shim
Daniel Axtens
2015-04-11
2
-2
/
+22
*
powerpc: pcibios_enable_device_hook: return bool rather than int
Daniel Axtens
2015-04-11
5
-12
/
+12
*
powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.c
Daniel Axtens
2015-04-11
3
-18
/
+21
*
powerpc: move find_and_init_phbs() to pSeries specific code
Daniel Axtens
2015-04-11
3
-50
/
+47
*
powerpc: Drop return value of smp_ops->probe()
Michael Ellerman
2015-04-10
8
-29
/
+12
*
powerpc/cell: Fix cell iommu after it_page_shift changes
Michael Ellerman
2015-04-10
1
-1
/
+1
*
powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes
Michael Ellerman
2015-04-10
1
-1
/
+1
*
powerpc: Reword the "returning from prom_init" message
Michael Ellerman
2015-04-10
1
-2
/
+2
*
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
2015-04-10
7
-15
/
+10
*
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
2015-04-10
8
-14
/
+16
*
powerpc/mm: Change setbat() to take a pgprot_t rather than flags
Michael Ellerman
2015-04-07
2
-2
/
+3
*
powerpc/mm: Remove duplicate declaration of setbat()
Michael Ellerman
2015-04-07
1
-3
/
+0
*
powerpc: Remove the celleb support
Michael Ellerman
2015-04-07
31
-4580
/
+1
*
powerpc/powernv: Remove powernv RTAS support
Michael Ellerman
2015-04-07
4
-118
/
+19
*
Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...
Michael Ellerman
2015-04-07
19
-190
/
+139
|
\
|
*
powerpc: Remove unused st_le*() and ld_le* functions
David Gibson
2015-03-24
1
-26
/
+0
|
*
powerpc: Cleanup KVM emulated load/store endian handling
David Gibson
2015-03-24
2
-21
/
+19
|
*
powerpc: Remove arch specific byteswappers from the MXC MMC driver
David Gibson
2015-03-24
1
-1
/
+1
|
*
media/bt8xx: Remove old powerpc cruft
Benjamin Herrenschmidt
2015-03-24
2
-23
/
+0
|
*
powerpc: Move Power Macintosh drivers to generic byteswappers
David Gibson
2015-03-23
13
-119
/
+119
*
|
Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...
Michael Ellerman
2015-04-07
28
-1648
/
+1652
|
\
\
|
*
|
powerpc/powernv: Don't map M64 segments using M32DT
Gavin Shan
2015-03-31
1
-1
/
+2
|
*
|
powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()
Gavin Shan
2015-03-31
1
-6
/
+7
|
*
|
powerpc/eeh: Remove device_node dependency
Gavin Shan
2015-03-24
9
-81
/
+55
|
*
|
powerpc/eeh: Replace device_node with pci_dn in eeh_ops
Gavin Shan
2015-03-24
5
-97
/
+87
|
*
|
powerpc/eeh: Do probe on pci_dn
Gavin Shan
2015-03-24
8
-138
/
+172
|
*
|
powerpc/eeh: Create eeh_dev from pci_dn instead of device_node
Gavin Shan
2015-03-24
6
-11
/
+69
|
*
|
powerpc/pci: Trace more information from pci_dn
Gavin Shan
2015-03-24
2
-0
/
+13
|
*
|
powerpc/powernv: Use pci_dn, not device_node, in PCI config accessor
Gavin Shan
2015-03-24
3
-47
/
+40
|
*
|
powerpc/pci: Refactor pci_dn
Gavin Shan
2015-03-24
3
-6
/
+141
|
*
|
net/ethernet/sfc: Don't use of_node_to_eeh_dev()
Benjamin Herrenschmidt
2015-03-24
2
-5
/
+2
|
*
|
powerpc/powernv: Remove unused file
Gavin Shan
2015-03-17
4
-55
/
+1
|
*
|
powerpc/powernv: Drop PHB operation reset()
Gavin Shan
2015-03-17
4
-244
/
+223
|
*
|
powerpc/powernv: Drop PHB operation next_error()
Gavin Shan
2015-03-17
3
-359
/
+327
|
*
|
powerpc/powernv: Drop PHB operation get_state()
Gavin Shan
2015-03-17
3
-186
/
+170
[next]