summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/entry.S
AgeCommit message (Expand)Author
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin
2018-01-02parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller
2017-12-17Revert "parisc: Re-enable interrupts early"John David Anglin
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2016-12-12parisc: Re-enable interrupts earlyHelge Deller
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller
2016-05-23parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller
2016-04-14parisc: Fix ftrace function tracerHelge Deller
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller
2013-05-24parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin
2013-05-11parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin
2013-05-07parisc: implement irq stacksHelge Deller
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin
2013-05-06parisc: use long branch in fork_like macroJohn David Anglin
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-20parisc: Fix comment describing setup of access rights in entry.SJohn David Anglin
2013-02-03parisc: switch to generic sigaltstackAl Viro
2013-01-07parisc: improve ptrace support for gdb single-stepJohn David Anglin
2012-11-28parisc: switch to generic fork/vfork/cloneAl Viro
2012-10-21parisc: switch to saner kernel_execve() semanticsAl Viro
2012-10-14parisc: optimizations in copy_thread() and friendsAl Viro
2012-10-14parisc: switch to generic sys_execve()Al Viro
2012-10-14parisc: switch to generic kernel_execve()Al Viro
2012-10-14parisc: switch to generic kernel_thread()Al Viro
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-25[PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley
2012-05-23parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro
2012-05-16[PARISC] fix PA1.1 oops on bootJames Bottomley
2011-04-15[PARISC] only make executable areas executableJames Bottomley
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-15eliminate special FLUSH flag from page tableJames Bottomley
2011-01-15parisc: flush pages through tmpalias spaceJames Bottomley
2010-05-30parisc: Remove unnecessary macros from entry.SJohn David Anglin
2010-05-30parisc: Delete unnecessary nop's in entry.SJohn David Anglin
2010-05-30parisc: Avoid interruption in critical region in entry.SJohn David Anglin
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells
2009-08-02parisc: Set correct bit in protection flagsJohn David Anglin
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller
2009-03-31parisc: allow to build with 16k default kernel page sizeHelge Deller
2009-03-31parisc: use constants instead of numbers in assemblyHelge Deller
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller
2008-06-13Revert "parisc: fix trivial section name warnings"Kyle McMartin