summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2021-10-07powerpc/traps: do not enable irqs in _exceptionNicholas Piggin-3/+9
2021-10-07powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin-7/+10
2021-10-07powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao-0/+5
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs-0/+4
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs-10/+11
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-10/+10
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu-1/+1
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu-11/+0
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu-3/+3
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel-2/+0
2021-09-30sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel-2/+2
2021-09-30powerpc/iommu: Report the correct most efficient DMA mask for PCI devicesAlexey Kardashevskiy-0/+9
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson-3/+1
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran-1/+1
2021-09-13powerpc/mce: Fix access error in mce handlerGanesh Goudar-2/+15
2021-09-13powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin-0/+13
2021-09-13powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin-41/+30
2021-09-08compat: remove some compat entry pointsArnd Bergmann-5/+5
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+0
2021-09-08trap: cleanup trap_init()Kefeng Wang-5/+0
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+3
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-245/+267
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan-0/+2
2021-09-03Merge branch 'fixes' into nextMichael Ellerman-51/+46
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+2
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+1
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-6/+0
2021-08-27powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras-30/+31
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju-0/+3
2021-08-27powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju-1/+1
2021-08-27powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju-6/+5
2021-08-27powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju-1/+1
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy-10/+7
2021-08-26powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()Christophe Leroy-2/+0
2021-08-26powerpc/64e: Get dear offset with _DEAR macroXiongwei Song-14/+7
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song-1/+3
2021-08-26powerpc/64e: Get esr offset with _ESR macroXiongwei Song-6/+6
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song-2/+4
2021-08-25powerpc/syscalls: Simplify do_mmap2()Christophe Leroy-11/+4
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy-4/+4
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy-13/+13
2021-08-25powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...Christophe Leroy-2/+2
2021-08-23powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not setCédric Le Goater-2/+3
2021-08-20powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin-3/+4
2021-08-20powerpc/tau: Add 'static' storage qualifier to 'tau_work' definitionFinn Thain-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan-3/+3
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-08-18powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}Christophe Leroy-5/+2