summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/entry.S
AgeCommit message (Expand)AuthorLines
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro-2/+2
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2012-05-25[PARISC] fix TLB fault path on PA2.0 narrow systemsJames Bottomley-13/+17
2012-05-23parisc: need to check NOTIFY_RESUME when exiting from syscallAl Viro-1/+1
2012-05-16[PARISC] fix PA1.1 oops on bootJames Bottomley-0/+4
2011-04-15[PARISC] only make executable areas executableJames Bottomley-0/+3
2011-03-31Fix common misspellingsLucas De Marchi-5/+5
2011-01-15eliminate special FLUSH flag from page tableJames Bottomley-58/+3
2011-01-15parisc: flush pages through tmpalias spaceJames Bottomley-52/+142
2010-05-30parisc: Remove unnecessary macros from entry.SJohn David Anglin-33/+7
2010-05-30parisc: Delete unnecessary nop's in entry.SJohn David Anglin-7/+0
2010-05-30parisc: Avoid interruption in critical region in entry.SJohn David Anglin-2/+3
2009-09-27parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin-10/+11
2009-09-02KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]David Howells-1/+1
2009-08-02parisc: Set correct bit in protection flagsJohn David Anglin-1/+1
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller-0/+27
2009-03-31parisc: allow to build with 16k default kernel page sizeHelge Deller-8/+17
2009-03-31parisc: use constants instead of numbers in assemblyHelge Deller-4/+4
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller-3/+3
2008-06-13Revert "parisc: fix trivial section name warnings"Kyle McMartin-2/+1
2008-05-15parisc: use conditional macro for 64-bit wide opsKyle McMartin-27/+19
2008-05-15parisc: fix trivial section name warningsHelge Deller-1/+2
2007-10-18[PARISC] Kill off broken irqstack codeKyle McMartin-34/+3
2007-10-18[PARISC] Remove hardcoded uses of PAGE_SIZEKyle McMartin-2/+2
2007-05-30[PARISC] fix "reduce size of task_struct on 64-bit machines" falloutKyle McMartin-3/+2
2007-05-30[PARISC] remove remnants of parisc-specific softirq codeGrant Grundler-34/+1
2007-02-17[PARISC] do not export get_register/set_registerHelge Deller-4/+2
2007-02-17[PARISC] implement standard ENTRY(), END() and ENDPROC()Helge Deller-48/+47
2007-02-17[PARISC] use less assembler statements in syscall pathHelge Deller-8/+5
2007-02-17[PARISC] Add TIF_RESTORE_SIGMASK supportKyle McMartin-83/+58
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller-10/+6
2006-10-04[PARISC] [BUGFIX] nullify branch delay slot of the jump back toKyle McMartin-1/+1
2006-10-04[PARISC] Abstract shift register left in .SKyle McMartin-15/+4
2006-10-03Attack of "the the"s in archMatt LaPlante-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin-3/+3
2006-04-21[PARISC] Further work for multiple page sizesHelge Deller-14/+22
2006-03-30[PARISC] Add PREEMPT supportKyle McMartin-3/+36
2006-03-30[PARISC] Fix IOREMAP with a 64-bit kernelHelge Deller-3/+3
2005-11-17[PARISC] Document some register usages in assembly filesCarlos O'Donell-0/+1
2005-10-21[PARISC] Remove the spurious do_softirq calls from entry.SJames Bottomley-27/+0
2005-10-21[PARISC] Fix the alloc_slabmgmt panicJames Bottomley-0/+2
2005-10-21[PARISC] Replace uses of __LP64__ with CONFIG_64BITGrant Grundler-49/+49
2005-10-21[PARISC] Replace some calls to bl with b,l or bv to use longer offsetsRandolph Chung-3/+13
2005-10-21[PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docsGrant Grundler-27/+24
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+2426