summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-222-3/+7
* Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-196-31/+103
|\
| * powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-192-5/+10
| * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-196-29/+72
| * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-194-1/+25
* | powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha2020-11-061-3/+9
* | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-053-37/+21
* | powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-243-3/+16
|\
| * powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2020-10-222-2/+15
| * powerpc/64s: Remove TM from Power10 featuresJordan Niethe2020-10-201-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-0/+1
|\ \
| * \ Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-09-221-0/+1
| |\ \
| | * | KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-031-0/+1
* | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+8
|\ \ \ \
| * | | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+8
| | |/ / | |/| |
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-223-57/+22
|\ \ \ \
| * | | | powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-083-57/+6
| * | | | powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-081-0/+16
* | | | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-1637-285/+280
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert "powerpc/pci: unmap legacy INTx interrupts when a PHB is removed"Qian Cai2020-10-151-6/+0
| * | | | powerpc/time: Make get_tb() common to PPC32 and PPC64Christophe Leroy2020-10-081-7/+3
| * | | | powerpc/time: Make get_tbl() common to PPC32 and PPC64Christophe Leroy2020-10-081-7/+0
| * | | | powerpc/time: Remove get_tbu()Christophe Leroy2020-10-081-5/+0
| * | | | powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy2020-10-082-5/+5
| * | | | powerpc/time: Make mftb() common to PPC32 and PPC64Christophe Leroy2020-10-081-10/+4
| * | | | powerpc/time: Rename mftbl() to mftb()Christophe Leroy2020-10-082-4/+3
| * | | | powerpc/time: Remove ifdef in get_dec() and set_dec()Christophe Leroy2020-10-083-14/+12
| * | | | powerpc: Remove get_tb_or_rtc()Christophe Leroy2020-10-081-5/+0
| * | | | powerpc: Remove __USE_RTC()Christophe Leroy2020-10-081-27/+1
| * | | | powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-085-19/+5
| * | | | powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-081-4/+0
| * | | | powerpc: Remove CONFIG_PPC601_SYNC_FIXChristophe Leroy2020-10-081-6/+0
| * | | | powerpc/book3s64/radix: Make radix_mem_block_size 64bitAneesh Kumar K.V2020-10-081-1/+1
| * | | | powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V2020-10-081-2/+2
| * | | | powerpc/security: Fix link stack flush instructionNicholas Piggin2020-10-081-1/+3
| * | | | powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran2020-10-071-1/+0
| * | | | pseries/hotplug-memory: hot-add: skip redundant LMB lookupScott Cheloha2020-10-061-0/+3
| * | | | powerpc/smp: Remove get_physical_package_idSrikar Dronamraju2020-10-061-5/+0
| * | | | powerpc/smp: Stop updating cpu_core_maskSrikar Dronamraju2020-10-061-5/+0
| * | | | powerpc/topology: Update topology_core_cpumaskSrikar Dronamraju2020-10-061-1/+1
| * | | | powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero2020-10-061-0/+1
| * | | | powerpc/eeh: Clean up PE addressingOliver O'Halloran2020-10-061-3/+1
| * | | | powerpc/eeh: Delete eeh_ops->initOliver O'Halloran2020-10-061-1/+0
| * | | | powerpc/eeh: Rework EEH initialisationOliver O'Halloran2020-10-061-2/+1
| * | | | powerpc/64e: remove PACA_IRQ_EE_EDGENicholas Piggin2020-10-061-3/+2
| * | | | powerpc/pseries: add new branch prediction security bits for link stackNicholas Piggin2020-10-061-0/+2
| * | | | powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer addressNicholas Piggin2020-10-061-1/+18
| * | | | powerpc: untangle cputable mce includeNicholas Piggin2020-10-061-5/+0