1. b63a2bb parisc: make interrupt and interruption stack allocation reentrant by John David Anglin · 12 years ago
  2. f0a1881 parisc: fix SMP races when updating PTE and TLB entries in entry.S by John David Anglin · 12 years ago
  3. 200c880 parisc: implement irq stacks by Helge Deller · 12 years ago
  4. c207a76 parisc: only re-enable interrupts if we need to schedule or deliver signals when returning to userspace by John David Anglin · 12 years ago
  5. bbbfde7 parisc: use long branch in fork_like macro by John David Anglin · 12 years ago
  6. 6a45716 parisc: fix partly 16/64k PAGE_SIZE boot by Helge Deller · 12 years ago
  7. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  8. 1c4c659 parisc: Fix comment describing setup of access rights in entry.S by John David Anglin · 12 years ago
  9. 6e26aab parisc: switch to generic sigaltstack by Al Viro · 12 years ago
  10. 34360f0 parisc: improve ptrace support for gdb single-step by John David Anglin · 12 years ago
  11. 415bfae parisc: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  12. 363806d parisc: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  13. ff0ab8a parisc: optimizations in copy_thread() and friends by Al Viro · 12 years ago
  14. 7f1f311 parisc: switch to generic sys_execve() by Al Viro · 12 years ago
  15. 4e5ed85 parisc: switch to generic kernel_execve() by Al Viro · 12 years ago
  16. a44e060 parisc: switch to generic kernel_thread() by Al Viro · 12 years ago
  17. 6fd84c0 TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set by Al Viro · 13 years ago
  18. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  19. 2f649c1 [PARISC] fix TLB fault path on PA2.0 narrow systems by James Bottomley · 13 years ago
  20. 617c62a parisc: need to check NOTIFY_RESUME when exiting from syscall by Al Viro · 13 years ago
  21. 5e18558 [PARISC] fix PA1.1 oops on boot by James Bottomley · 13 years ago
  22. d7dd2ff [PARISC] only make executable areas executable by James Bottomley · 14 years ago
  23. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  24. 8b4ae33 eliminate special FLUSH flag from page table by James Bottomley · 14 years ago
  25. f311847 parisc: flush pages through tmpalias space by James Bottomley · 14 years ago
  26. 9b437bc parisc: Remove unnecessary macros from entry.S by John David Anglin · 15 years ago
  27. c2dc988 parisc: Delete unnecessary nop's in entry.S by John David Anglin · 15 years ago
  28. 8f6c0c2 parisc: Avoid interruption in critical region in entry.S by John David Anglin · 15 years ago
  29. ecd3d4b parisc: stop using task->ptrace for {single,block}step flags by Kyle McMartin · 15 years ago
  30. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 15 years ago
  31. 2678251 parisc: Set correct bit in protection flags by John David Anglin · 15 years ago
  32. d75f054 parisc: add ftrace (function and graph tracer) functionality by Helge Deller · 16 years ago
  33. afca252 parisc: allow to build with 16k default kernel page size by Helge Deller · 16 years ago
  34. 1152a68 parisc: use constants instead of numbers in assembly by Helge Deller · 16 years ago
  35. 2cfeb9a parisc: add braces around arguments in assembler macros by Helge Deller · 16 years ago
  36. dfcf753 Revert "parisc: fix trivial section name warnings" by Kyle McMartin · 17 years ago
  37. 872f6de parisc: use conditional macro for 64-bit wide ops by Kyle McMartin · 17 years ago
  38. bd3bb8c parisc: fix trivial section name warnings by Helge Deller · 17 years ago
  39. 6cc4525 [PARISC] Kill off broken irqstack code by Kyle McMartin · 17 years ago
  40. 873d50e [PARISC] Remove hardcoded uses of PAGE_SIZE by Kyle McMartin · 17 years ago
  41. 376e210 [PARISC] fix "reduce size of task_struct on 64-bit machines" fallout by Kyle McMartin · 18 years ago
  42. 72738a9 [PARISC] remove remnants of parisc-specific softirq code by Grant Grundler · 18 years ago
  43. bcc0e04 [PARISC] do not export get_register/set_register by Helge Deller · 18 years ago
  44. c5e7655 [PARISC] implement standard ENTRY(), END() and ENDPROC() by Helge Deller · 18 years ago
  45. 3fe4c55 [PARISC] use less assembler statements in syscall path by Helge Deller · 18 years ago
  46. 4650f0a [PARISC] Add TIF_RESTORE_SIGMASK support by Kyle McMartin · 18 years ago
  47. df47b43 [PARISC] a and b in "break a,b" message were swapped by Helge Deller · 18 years ago
  48. 9c2c545 [PARISC] [BUGFIX] nullify branch delay slot of the jump back to by Kyle McMartin · 18 years ago
  49. 3d73cf5 [PARISC] Abstract shift register left in .S by Kyle McMartin · 18 years ago
  50. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. 64f4953 [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0 by Kyle McMartin · 19 years ago
  53. 2fd8303 [PARISC] Further work for multiple page sizes by Helge Deller · 19 years ago
  54. 50a34db [PARISC] Add PREEMPT support by Kyle McMartin · 19 years ago
  55. b9e71ac [PARISC] Fix IOREMAP with a 64-bit kernel by Helge Deller · 19 years ago
  56. aa0eecb [PARISC] Document some register usages in assembly files by Carlos O'Donell · 19 years ago
  57. dd0fd51 [PARISC] Remove the spurious do_softirq calls from entry.S by James Bottomley · 19 years ago
  58. 618febd [PARISC] Fix the alloc_slabmgmt panic by James Bottomley · 19 years ago
  59. 413059f [PARISC] Replace uses of __LP64__ with CONFIG_64BIT by Grant Grundler · 19 years ago
  60. 99ac794 [PARISC] Replace some calls to bl with b,l or bv to use longer offsets by Randolph Chung · 19 years ago
  61. 896a375 [PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docs by Grant Grundler · 19 years ago
  62. 0013a85 kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago