aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-9/+4
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+4
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds6-21/+27
2015-01-30powerpc/fsl_pci: Convert PCI to use generic config accessorsRob Herring1-43/+3
2015-01-29powerpc/qe: Use strlcpy()Rickard Strandqvist1-3/+3
2015-01-29powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARNKim Phillips2-15/+21
2015-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve2-2/+2
2015-01-13Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe1-13/+4
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-13/+4
2015-01-13axonram: Fix bug in direct_accessMatthew Wilcox1-1/+1
2014-12-29powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds10-10/+0
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds17-22/+126
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-13/+13
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner5-8/+8
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu5-5/+5
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-1/+0
2014-11-18Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman2-0/+117
2014-11-17powerpc/fsl_msi: mark the msi cascade handler IRQF_NO_THREADKevin Hao1-1/+1
2014-11-12powerpc/fsl-rio: add support for mapping inbound windowsMartijn de Gouw2-0/+117
2014-11-10powerpc/mpc5xxx: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-11-10powerpc/fsl: fsl_soc: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-11-10powerpc/4xx/cpm: delete unneeded test before of_node_putJulia Lawall1-4/+4
2014-11-10powerpc: make __ffs return unsigned longAnton Blanchard1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard10-10/+0
2014-11-05Merge branch 'topic/get-cpu-var' into nextMichael Ellerman1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman10-10/+0
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-1/+1
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-31/+35
2014-10-20powerpc: sysdev: qe_lib: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20powerpc: sysdev: drop owner assignment from platform_driversWolfram Sang9-9/+0
2014-10-15powerpc/msi: Use WARN_ON() in msi bitmap selftestsMichael Ellerman1-30/+24
2014-10-15powerpc/msi: Fix the msi bitmap alignment testsMichael Ellerman1-8/+18
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds13-68/+116
2014-10-08powerpc/msi: Improve IRQ bitmap allocatorIan Munsie1-11/+25
2014-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.gitMichael Ellerman3-47/+55
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev5-60/+28
2014-09-25powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras1-0/+25
2014-09-25powerpc: make of_device_ids constUwe Kleine-König6-6/+6
2014-09-25powerpc: Export dcr_ind_lock to fix build errorPranith Kumar1-0/+1
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard2-4/+4
2014-09-19Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"Scott Wood3-50/+11
2014-09-04powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu3-11/+50
2014-09-04powerpc/fsl_msi: show more meaningful names in /proc/interruptsTudor Laurentiu1-1/+15
2014-09-04powerpc/fsl_msi: change the irq handler from chained to normalTudor Laurentiu1-38/+18
2014-09-04powerpc/fsl_msi: reorganize structs to improve clarity and flexibilityTudor Laurentiu2-7/+14
2014-09-03powerpc: fsl_pci: Add forced PCI Agent enumerationAaron Sierra1-1/+2
2014-09-03powerpc/fsl_msi: support vmpic msi with mpic 4.3Tudor Laurentiu1-2/+8