summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2022-02-03powerpc/epapr: Fix parmeters typoBhaskar Chowdhury-1/+1
2022-02-02KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy-4/+4
2022-01-30asm/user.h: killed unused macrosAl Viro-5/+0
2022-01-29agp: define proper stubs for empty helpersArnd Bergmann-2/+2
2022-01-25KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin-1/+1
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy-2/+9
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+8
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-2/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-9/+7
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy-0/+2
2022-01-16powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy-1/+1
2022-01-15include: move find.h from asm_generic to linuxYury Norov-2/+0
2022-01-15powerpc/audit: Fix syscall_get_arch()Christophe Leroy-2/+4
2022-01-15powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao-0/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-562/+938
2022-01-04powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren-5/+1
2022-01-04powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-3/+5
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy-0/+8
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy-0/+15
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy-7/+10
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy-1/+0
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy-0/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy-0/+2
2021-12-23powerpc/64/asm: Do not reassign labelsDaniel Axtens-7/+5
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra-8/+8
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child-3/+3
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child-2/+2
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child-2/+2
2021-12-23powerpc/xmon: Add __init attribute to eligible functionsNick Child-1/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child-8/+8
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child-2/+2
2021-12-23powerpc/lib: Add __init attribute to eligible functionsNick Child-1/+1
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child-18/+18
2021-12-19Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-21/+29
2021-12-16powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin-4/+10
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin-10/+47
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin-0/+2
2021-12-16powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin-4/+23
2021-12-16powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if po...Nicholas Piggin-1/+18
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy-1/+24
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy-11/+13
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy-2/+13
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy-31/+31
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy-11/+2
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy-0/+117
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy-2/+11
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy-8/+8
2021-12-09powerpc/kuap: Add kuap_lock()Christophe Leroy-6/+26
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy-18/+2