summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* parisc: Wire up clone3 syscallHelge Deller2019-07-171-0/+1
* parisc: add dynamic ftraceSven Schnelle2019-06-081-0/+64
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
* parisc: Use per-pagetable spinlockMikulas Patocka2019-05-031-6/+2Star
* parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-031-20/+23
* parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller2018-10-261-2/+3
* parisc: Drop two instructions from pte lookup codeHelge Deller2018-10-191-3/+1Star
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-3/+7
* parisc: Fix address in HPMC IVAJohn David Anglin2018-10-171-1/+1
* parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-171-3/+1Star
* parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin2018-10-171-6/+6
* parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller2018-10-171-1/+1
* parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-211-16/+11Star
* parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-171-24/+28
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-131-32/+21Star
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-081-0/+2
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-021-2/+11
* Revert "parisc: Re-enable interrupts early"John David Anglin2017-12-171-3/+9
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-1/+1
* parisc: Re-enable interrupts earlyHelge Deller2016-12-121-9/+3Star
* parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2016-10-051-22/+24
* parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller2016-05-231-1/+10
* parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller2016-05-221-1/+1
* parisc: Fix ftrace function tracerHelge Deller2016-04-141-19/+74
* parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-221-14/+31
* parisc: Initialize the fault vector earlier in the boot process.Helge Deller2015-11-221-8/+3Star
* parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-101-84/+79Star
* parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-2/+2
* parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-161-20/+0Star
* parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-241-9/+10
* parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin2013-05-111-72/+83
* parisc: implement irq stacksHelge Deller2013-05-071-0/+41
* parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin2013-05-071-5/+9
* parisc: use long branch in fork_like macroJohn David Anglin2013-05-061-1/+2
* parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-38/+0Star
|\
| * parisc: switch to generic sigaltstackAl Viro2013-02-041-38/+0Star
* | parisc: Fix comment describing setup of access rights in entry.SJohn David Anglin2013-02-201-2/+2
* | parisc: improve ptrace support for gdb single-stepJohn David Anglin2013-01-071-5/+13
|/
* parisc: switch to generic fork/vfork/cloneAl Viro2012-11-291-30/+8Star
* parisc: switch to saner kernel_execve() semanticsAl Viro2012-10-221-19/+3Star
* parisc: optimizations in copy_thread() and friendsAl Viro2012-10-151-67/+19Star
* parisc: switch to generic sys_execve()Al Viro2012-10-151-46/+0Star
* parisc: switch to generic kernel_execve()Al Viro2012-10-151-22/+6Star
* parisc: switch to generic kernel_thread()Al Viro2012-10-151-52/+1Star
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+1
|\
| * parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro2012-05-241-1/+1
* | [PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley2012-05-251-13/+17
|/
* [PARISC] fix PA1.1 oops on bootJames Bottomley2012-05-161-0/+4