summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/entry.S
AgeCommit message (Expand)AuthorLines
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller-0/+8
2022-05-23parisc: Optimize tmpalias function callsHelge Deller-9/+4
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin-5/+6
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin-67/+5
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller-11/+3
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle-1/+1
2021-11-01parisc: Move thread_info into task structHelge Deller-28/+22
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle-24/+0
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller-1/+1
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller-6/+6
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle-2/+2
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller-65/+51
2021-01-26parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller-3/+10
2020-11-11parisc: Use _TIF_USER_WORK_MASK in entry.SHelge Deller-2/+2
2020-10-15parisc: Fix comments and enable interrupts laterJohn David Anglin-7/+7
2020-07-28parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin-2/+7
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller-23/+20
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONThomas Gleixner-5/+5
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle-1/+1
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle-0/+99
2019-07-17parisc: Wire up clone3 syscallHelge Deller-0/+1
2019-06-08parisc: add dynamic ftraceSven Schnelle-0/+64
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-14/+1
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka-6/+2
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin-20/+23
2018-10-26parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller-2/+3
2018-10-19parisc: Drop two instructions from pte lookup codeHelge Deller-3/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller-3/+7
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin-1/+1
2018-10-17parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin-3/+1
2018-10-17parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin-6/+6
2018-10-17parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller-1/+1
2018-08-21parisc: Fix boot failure of 64-bit kernelHelge Deller-16/+11
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller-24/+28
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller-32/+21
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin-0/+2
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller-2/+11
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin-3/+9
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd-1/+1
2016-12-12parisc: Re-enable interrupts earlyHelge Deller-9/+3
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller-22/+24
2016-05-23parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller-1/+10
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller-1/+1
2016-04-14parisc: Fix ftrace function tracerHelge Deller-19/+74
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller-14/+31
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller-8/+3
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin-84/+79
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov-2/+2