summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-252-1/+1
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-245-2/+9
* Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-235-3/+8
|\
| * powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-161-0/+2
| * powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy2022-01-161-1/+1
| * powerpc/audit: Fix syscall_get_arch()Christophe Leroy2022-01-152-2/+4
| * powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao2022-01-151-0/+1
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+0
|\ \
| * | include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-162-9/+7
|\ \ \ | |_|/ |/| |
| * | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-198-21/+29
| |\ \
| * | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
| * | | KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-081-0/+1
| * | | KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-081-4/+0
| * | | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-4/+6
| | |/ | |/|
* | | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-1471-562/+938
|\ \ \
| * | | powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren2022-01-041-5/+1
| * | | powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-041-3/+5
| * | | powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy2021-12-231-0/+8
| * | | powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy2021-12-231-0/+15
| * | | powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-233-7/+10
| * | | powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy2021-12-231-1/+0
| * | | powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy2021-12-231-0/+2
| * | | powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy2021-12-231-0/+2
| * | | powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-7/+5
| * | | powerpc/toc: Future proof kernel tocAlan Modra2021-12-231-8/+8
| * | | powerpc/pseries: Add __init attribute to eligible functionsNick Child2021-12-233-3/+3
| * | | powerpc/powernv: Add __init attribute to eligible functionsNick Child2021-12-232-2/+2
| * | | powerpc/powermac: Add __init attribute to eligible functionsNick Child2021-12-232-2/+2
| * | | powerpc/xmon: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
| * | | powerpc/sysdev: Add __init attribute to eligible functionsNick Child2021-12-235-8/+8
| * | | powerpc/perf: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
| * | | powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-232-2/+2
| * | | powerpc/lib: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
| * | | powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-238-18/+18
| * | | powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin2021-12-161-4/+10
| * | | powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin2021-12-161-10/+47
| * | | powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin2021-12-161-0/+2
| * | | powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-161-4/+23
| * | | powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if po...Nicholas Piggin2021-12-161-1/+18
| * | | powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2021-12-091-1/+24
| * | | powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy2021-12-094-11/+13
| * | | powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-091-2/+13
| * | | powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-094-31/+31
| * | | powerpc/inst: Refactor ___get_user_instr()Christophe Leroy2021-12-091-11/+2
| * | | powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-093-0/+117
| * | | powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-093-2/+11
| * | | powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-094-8/+8
| * | | powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-094-6/+26
| * | | powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-094-18/+2