summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-12/+0
|\
| * Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-0221-82/+190
| |\
| * | vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas2017-10-181-12/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-154-3/+4
|\ \ \
| * | | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-152-2/+2
| * | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
| * | | mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+1
* | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-4/+2
|\ \ \ \
| * \ \ \ Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-141-2/+2
| |\ \ \ \
| | * | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-051-2/+2
| | | |/ / | | |/| |
| * / | | PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| |/ / /
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \ \
| * | | | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
* | | | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-144-21/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-092-2/+1
| |\ \ \ \ \
| | * | | | | kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-1/+1
| | * | | | | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
| * | | | | | powerpc: pseries: only store the device node basename in full_nameRob Herring2017-10-032-19/+7
| |/ / / / /
* | | | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-142-9/+0
|\ \ \ \ \ \
| * | | | | | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-5/+0
| * | | | | | powerpc: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-2/+0
| * | | | | | floppy: consolidate the dummy fd_cacheflush definitionChristoph Hellwig2017-10-191-2/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-10/+7
|\ \ \ \ \ \
| * | | | | | powerpc/watchdog: Convert timers to use timer_setup()Kees Cook2017-11-021-3/+2
| * | | | | | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-7/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-3/+9
|\ \ \ \ \ \
| * | | | | | resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-3/+9
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-133-8/+3
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07426-27/+469
| |\| | | | | |
| * | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
| * | | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-244-38/+53
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...Will Deacon2017-10-181-1/+1
| * | | | | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-3/+1
| * | | | | | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-3/+0
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-082-10/+29
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updatesPaul Mackerras2017-11-082-10/+29
* | | | | | | Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-035-13/+26
|\ \ \ \ \ \ \
| * | | | | | | powerpc/perf: Fix core-imc hotplug callback failure during imc initializationMadhavan Srinivasan2017-11-031-0/+14
| * | | | | | | powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-011-1/+6
| * | | | | | | Revert "powerpc64/elfv1: Only dereference function descriptor for non-text sy...Naveen N. Rao2017-11-011-9/+1
| * | | | | | | powerpc/64s/radix: Fix preempt imbalance in TLB flushNicholas Piggin2017-10-251-0/+2
| * | | | | | | powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras2017-10-251-1/+1
| * | | | | | | powerpc/perf: Fix IMC allocation routineGuilherme G. Piccoli2017-10-251-2/+2
* | | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02418-0/+418
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0225-0/+25
| * | | | | | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0215-0/+15
| * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02378-0/+378
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-10-193-14/+25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |