aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/entry.S
AgeCommit message (Expand)AuthorFilesLines
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-10-30parisc: Add nop instructions after TLB insertsJohn David Anglin1-29/+52
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller1-24/+23
2022-10-14parisc: Fix userspace graphics card breakage due to pgtable special bitHelge Deller1-0/+8
2022-05-23parisc: Optimize tmpalias function callsHelge Deller1-9/+4
2022-05-23parisc: Don't hardcode assembler bit definitions in tmpalias codeJohn David Anglin1-5/+6
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin1-67/+5
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller1-11/+3
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle1-1/+1
2021-11-01parisc: Move thread_info into task structHelge Deller1-28/+22
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle1-24/+0
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller1-1/+1
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller1-6/+6
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle1-2/+2
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller1-65/+51
2021-01-26parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller1-3/+10
2020-11-11parisc: Use _TIF_USER_WORK_MASK in entry.SHelge Deller1-2/+2
2020-10-15parisc: Fix comments and enable interrupts laterJohn David Anglin1-7/+7
2020-07-28parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin1-2/+7
2020-07-28Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller1-23/+20
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONThomas Gleixner1-5/+5
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle1-1/+1
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle1-0/+99
2019-07-17parisc: Wire up clone3 syscallHelge Deller1-0/+1
2019-06-08parisc: add dynamic ftraceSven Schnelle1-0/+64
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka1-6/+2
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin1-20/+23
2018-10-26parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller1-2/+3
2018-10-19parisc: Drop two instructions from pte lookup codeHelge Deller1-3/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller1-3/+7
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin1-1/+1
2018-10-17parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin1-3/+1
2018-10-17parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin1-6/+6
2018-10-17parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller1-1/+1
2018-08-21parisc: Fix boot failure of 64-bit kernelHelge Deller1-16/+11
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller1-24/+28
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller1-32/+21
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin1-0/+2
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller1-2/+11
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin1-3/+9
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2016-12-12parisc: Re-enable interrupts earlyHelge Deller1-9/+3
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller1-22/+24
2016-05-23parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller1-1/+10
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller1-1/+1
2016-04-14parisc: Fix ftrace function tracerHelge Deller1-19/+74
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller1-14/+31
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller1-8/+3
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin1-84/+79
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov1-2/+2
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller1-20/+0
2013-05-24parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin1-9/+10
2013-05-11parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin1-72/+83
2013-05-07parisc: implement irq stacksHelge Deller1-0/+41
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin1-5/+9
2013-05-06parisc: use long branch in fork_like macroJohn David Anglin1-1/+2
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller1-1/+9
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-38/+0
2013-02-20parisc: Fix comment describing setup of access rights in entry.SJohn David Anglin1-2/+2
2013-02-03parisc: switch to generic sigaltstackAl Viro1-38/+0
2013-01-07parisc: improve ptrace support for gdb single-stepJohn David Anglin1-5/+13
2012-11-28parisc: switch to generic fork/vfork/cloneAl Viro1-30/+8
2012-10-21parisc: switch to saner kernel_execve() semanticsAl Viro1-19/+3
2012-10-14parisc: optimizations in copy_thread() and friendsAl Viro1-67/+19
2012-10-14parisc: switch to generic sys_execve()Al Viro1-46/+0
2012-10-14parisc: switch to generic kernel_execve()Al Viro1-22/+6
2012-10-14parisc: switch to generic kernel_thread()Al Viro1-52/+1
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+2
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-05-25[PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley1-13/+17
2012-05-23parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro1-1/+1
2012-05-16[PARISC] fix PA1.1 oops on bootJames Bottomley1-0/+4
2011-04-15[PARISC] only make executable areas executableJames Bottomley1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-01-15eliminate special FLUSH flag from page tableJames Bottomley1-58/+3
2011-01-15parisc: flush pages through tmpalias spaceJames Bottomley1-52/+142
2010-05-30parisc: Remove unnecessary macros from entry.SJohn David Anglin1-33/+7
2010-05-30parisc: Delete unnecessary nop's in entry.SJohn David Anglin1-7/+0
2010-05-30parisc: Avoid interruption in critical region in entry.SJohn David Anglin1-2/+3
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin1-10/+11
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells1-1/+1
2009-08-02parisc: Set correct bit in protection flagsJohn David Anglin1-1/+1
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-0/+27
2009-03-31parisc: allow to build with 16k default kernel page sizeHelge Deller1-8/+17
2009-03-31parisc: use constants instead of numbers in assemblyHelge Deller1-4/+4
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller1-3/+3
2008-06-13Revert "parisc: fix trivial section name warnings"Kyle McMartin1-2/+1
2008-05-15parisc: use conditional macro for 64-bit wide opsKyle McMartin1-27/+19
2008-05-15parisc: fix trivial section name warningsHelge Deller1-1/+2
2007-10-18[PARISC] Kill off broken irqstack codeKyle McMartin1-34/+3
2007-10-18[PARISC] Remove hardcoded uses of PAGE_SIZEKyle McMartin1-2/+2
2007-05-30[PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin1-3/+2
2007-05-30[PARISC] remove remnants of parisc-specific softirq codeGrant Grundler1-34/+1
2007-02-17[PARISC] do not export get_register/set_registerHelge Deller1-4/+2
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller1-48/+47
2007-02-17[PARISC] use less assembler statements in syscall pathHelge Deller1-8/+5
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin1-83/+58
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller1-10/+6
2006-10-04[PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin1-1/+1
2006-10-04[PARISC] Abstract shift register left in .SKyle McMartin1-15/+4
2006-10-03Attack of "the the"s in archMatt LaPlante1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin1-3/+3
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller1-14/+22
2006-03-30[PARISC] Add PREEMPT supportKyle McMartin1-3/+36
2006-03-30[PARISC] Fix IOREMAP with a 64-bit kernelHelge Deller1-3/+3
2005-11-17[PARISC] Document some register usages in assembly filesCarlos O'Donell1-0/+1
2005-10-21[PARISC] Remove the spurious do_softirq calls from entry.SJames Bottomley1-27/+0
2005-10-21[PARISC] Fix the alloc_slabmgmt panicJames Bottomley1-0/+2
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler1-49/+49
2005-10-21[PARISC] Replace some calls to bl with b,l or bv to use longer offsetsRandolph Chung1-3/+13
2005-10-21[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docsGrant Grundler1-27/+24
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2426