summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-022-12/+12
|\
| * mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
| * mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-022-4/+4
| * fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski2018-04-021-1/+1
| * fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-021-2/+2
| * fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
| * fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
| * fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* | powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRsNicholas Piggin2018-03-261-1/+1
* | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+3
* | powerpc/64s: Fix lost pending interrupt due to race causing lost update to ir...Nicholas Piggin2018-03-231-0/+8
* | powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU featuresMichael Ellerman2018-03-141-0/+3
|/
* powerpc/pseries: Fix vector5 in ibm architecture vector tableBharata B Rao2018-03-061-1/+0
* powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann2018-02-221-1/+1
* powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez2018-02-211-1/+2
* powerpc: Expose TSCR via sysfs only on powernvCyril Bur2018-02-151-2/+4
* Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-142-3/+5
|\
| * powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin2018-02-082-3/+5
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* | Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-101-2/+3
|\ \
| * | powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy2018-02-101-2/+3
* | | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+4
|\ \ \ | |_|/ |/| |
| * | Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-02-012-28/+118
| |\ \
| | * | KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless cededBenjamin Herrenschmidt2018-01-191-0/+3
| | * | KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalationsBenjamin Herrenschmidt2018-01-191-0/+1
* | | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-065-25/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-312-13/+14
| |\ \ \
| | * | | powerpc/pci: Unroll two pass loop when scanning bridgesAndy Shevchenko2017-12-181-5/+12
| | * | | powerpc/pci: Use for_each_pci_bridge() helperAndy Shevchenko2017-12-182-10/+4
| * | | | Merge branch 'pci/dt-resources' into nextBjorn Helgaas2018-01-311-8/+2
| |\ \ \ \
| | * | | | powerpc/pci: Use of_irq_parse_and_map_pci() helperRob Herring2018-01-171-8/+2
| | |/ / /
| * / / / powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
| |/ / /
* | | | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-0246-747/+980
|\ \ \ \
| * | | | powerpc/watchdog: Print the NIP in soft_nmi_interrupt()Michael Ellerman2018-01-281-1/+1
| * | | | powerpc/watchdog: regs can't be null in soft_nmi_interrupt()Michael Ellerman2018-01-281-4/+1
| * | | | powerpc/watchdog: Tweak watchdog printksMichael Ellerman2018-01-281-6/+9
| * | | | powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu2018-01-271-6/+9
| * | | | powerpc/pseries: Add Initialization of VF BarsBryant G. Ly2018-01-271-1/+1
| * | | | powerpc/eeh: Add EEH notify resume sysfsBryant G. Ly2018-01-271-0/+62
| * | | | PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly2018-01-271-0/+6
| * | | | powerpc/eeh: Update VF config space after EEHBryant G. Ly2018-01-271-0/+59
| * | | | powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2018-01-233-54/+38
| * | | | powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin2018-01-221-0/+24
| * | | | powerpc/tm: Fix endianness flip on trapGustavo Romero2018-01-221-1/+7
| * | | | powerpc: Expose TSCR via sysfsAnton Blanchard2018-01-221-0/+8
| * | | | powerpc: Use octal numbers for file permissionsRussell Currey2018-01-226-13/+13
| * | | | Merge branch 'fixes' into nextMichael Ellerman2018-01-219-54/+343
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-211-28/+114
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras2018-01-181-28/+114