summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into nextMichael Ellerman2020-11-2511-73/+137
|\
| * powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell2020-11-231-0/+2
| * Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman2020-11-236-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
| |/
* | powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1Athira Rajeev2020-11-191-0/+1
* | powerpc: Remove RFI macroChristophe Leroy2020-11-191-5/+0
* | powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy2020-11-191-1/+0
* | powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-11-191-5/+0
* | powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V2020-11-191-1/+16
* | powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy2020-11-191-2/+21
* | powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe2020-11-191-0/+12
|/
* 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-241-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-093-57/+6
| * | | | powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-091-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