summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/smp: Remove unnecessary variableSrikar Dronamraju2020-10-191-9/+4
| * powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hashGanesh Goudar2020-10-161-4/+3
| * powerpc/opal_elog: Handle multiple writes to ack attributeAneesh Kumar K.V2020-10-161-3/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2313-49/+111
|\ \
| * | KVM: PPC: Book3S HV: Make struct kernel_param_ops definition constJoe Perches2020-10-211-1/+1
| * | Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-09-2213-48/+110
| |\ \
| | * | KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-227-7/+7
| | * | KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| | * | KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-221-11/+1
| | * | KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDECPaul Mackerras2020-09-172-5/+18
| | * | KVM: PPC: Book3S HV: Do not allocate HPT for a nested guestFabiano Rosas2020-09-171-0/+6
| | * | KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz2020-09-172-5/+5
| | * | KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-033-19/+72
* | | | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\ \ \ \
| * | | | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-224-3/+2
|\ \ \ \ \
| * | | | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-242-1/+0
| * | | | | arch: vdso: add vdso linker script to 'targets' instead of extra-yMasahiro Yamada2020-09-072-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-225-63/+25
|\ \ \ \ \
| * | | | | powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-096-64/+9
| * | | | | powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-091-0/+16
| * | | | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-091-0/+1
* | | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-16169-2310/+2639
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert "powerpc/pci: unmap legacy INTx interrupts when a PHB is removed"Qian Cai2020-10-152-120/+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-083-7/+7
| * | | | 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/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.SChristophe Leroy2020-10-081-15/+0
| * | | | powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy2020-10-083-3/+5
| * | | | powerpc/32s: Setup the early hash table at all time.Christophe Leroy2020-10-084-38/+17
| * | | | 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-083-9/+4
| * | | | powerpc: Remove __USE_RTC()Christophe Leroy2020-10-082-71/+9
| * | | | powerpc: Tidy up a bit after removal of PowerPC 601.Christophe Leroy2020-10-082-32/+24
| * | | | powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-0817-206/+17
| * | | | powerpc: Remove PowerPC 601Christophe Leroy2020-10-082-24/+2
| * | | | powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-087-45/+2
| * | | | powerpc: Remove CONFIG_PPC601_SYNC_FIXChristophe Leroy2020-10-082-21/+0
| * | | | powerpc: Remove SYNC on non 6xxChristophe Leroy2020-10-083-3/+0
| * | | | powerpc/papr_scm: Add PAPR command family to pass-through command-setVaibhav Jain2020-10-081-0/+3
| * | | | powerpc/lmb-size: Use addr #size-cells value when fetching lmb-sizeAneesh Kumar K.V2020-10-082-7/+13
| * | | | powerpc/book3s64/radix: Make radix_mem_block_size 64bitAneesh Kumar K.V2020-10-082-2/+2
| * | | | powerpc/memhotplug: Make lmb size 64bitAneesh Kumar K.V2020-10-081-14/+29
| * | | | powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V2020-10-081-2/+2
| * | | | powerpc/security: Fix link stack flush instructionNicholas Piggin2020-10-083-13/+33
| * | | | powerpc/hv-gpci: Add sysfs files inside hv-gpci device to show cpumaskKajol Jain2020-10-071-0/+18