1. 5dfe4c9 [PATCH] mark struct file_operations const 2 by Arjan van de Ven · 17 years ago
  2. 7a3a06d0 [PATCH] Dynamic kernel command-line: fixups by Alon Bar-Lev · 17 years ago
  3. 668f993 [PATCH] Dynamic kernel command-line: parisc by Alon Bar-Lev · 17 years ago
  4. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 17 years ago
  5. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 17 years ago
  6. 67d3822 [PATCH] disable init/initramfs.c: architectures by Jean-Paul Saman · 17 years ago
  7. 0059283 [PATCH] optional ZONE_DMA: remove ZONE_DMA remains from parisc by Christoph Lameter · 17 years ago
  8. b282b6f [PATCH] Change cpu_up and co from __devinit to __cpuinit by Gautham R Shenoy · 18 years ago
  9. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  10. e34067f [PATCH] Generic ioremap_page_range: parisc conversion by Haavard Skinnemoen · 18 years ago
  11. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  12. 0c5a556 [PATCH] struct path: convert parisc by Josef Sipek · 18 years ago
  13. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 18 years ago
  14. 6edaf68 [PATCH] mm: arch do_page_fault() vs in_atomic() by Peter Zijlstra · 18 years ago
  15. 7814e4b [NET]: PARISC checksum annotations and cleanups. by Al Viro · 18 years ago
  16. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 18 years ago
  17. 9ab6a45 [PATCH] remove bogus arch-specific syscall exports by Al Viro · 18 years ago
  18. c7753f1 [PARISC] More pt_regs removal by Matthew Wilcox · 18 years ago
  19. 09690b1 [PARISC] Make firmware calls irqsafe-ish... by Kyle McMartin · 18 years ago
  20. ba0e427 [PA-RISC] Fix boot breakage by Matthew Wilcox · 18 years ago
  21. e11e30a [PARISC] Use set_irq_regs by Matthew Wilcox · 18 years ago
  22. be577a5 Build fixes for struct pt_regs removal by Matthew Wilcox · 18 years ago
  23. 1604f31 [PA-RISC] Fix time.c for new do_timer() calling convention by Matthew Wilcox · 18 years ago
  24. 1070c96 [PA-RISC] Fix must_check warnings in drivers.c by Matthew Wilcox · 18 years ago
  25. f64ef29 [PA-RISC] Fix parisc_newuname() by Matthew Wilcox · 18 years ago
  26. ccd6c35 [PA-RISC] Remove warning from pci.c by Matthew Wilcox · 18 years ago
  27. 15c130c [PA-RISC] Fix filldir warnings by Matthew Wilcox · 18 years ago
  28. 17cca07 [PA-RISC] Fix sys32_sysctl by Matthew Wilcox · 18 years ago
  29. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  30. 5f024a2 [PARISC] Kill wall_jiffies use by Andrew Morton · 18 years ago
  31. 22fced8 [PARISC] Honour "panic_on_oops" sysctl by Helge Deller · 18 years ago
  32. 8d0b7d1 [PARISC] Export clear_user_page to modules by Matthew Wilcox · 18 years ago
  33. d207ac0 [PARISC] Fix CONFIG_DEBUG_SPINLOCK by Matthew Wilcox · 18 years ago
  34. 32f4681 [PARISC] Fix HPUX compat compile with current GCC by Matthew Wilcox · 18 years ago
  35. 01232e9 [PARISC] Fix iounmap compile warning by Matthew Wilcox · 18 years ago
  36. 8a63674 [PARISC] Add hardware found in the rp8400 by Matthew Wilcox · 18 years ago
  37. 7085689 [PARISC] Allow nested interrupts by James Bottomley · 18 years ago
  38. 6e5dc42 [PARISC] Further updates to timer_interrupt() by Grant Grundler · 18 years ago
  39. 6b799d9 [PARISC] remove halftick and copy clocktick to local var (gcc can optimize usage) by Grant Grundler · 18 years ago
  40. bed583f [PARISC] Rewrite timer_interrupt() and gettimeoffset() using "unsigned" math. by Grant Grundler · 18 years ago
  41. 56f335c [PARISC] Add new function to start local Interval Timer, start_cpu_itimer() by Grant Grundler · 18 years ago
  42. 7908a0c [PARISC] Prevent processor_probe() from clobbering cpu_data[0] by Grant Grundler · 18 years ago
  43. 9c2c545 [PARISC] [BUGFIX] nullify branch delay slot of the jump back to by Kyle McMartin · 18 years ago
  44. 75a4958 [PARISC] Allow overriding personality with sys_personality by Kyle McMartin · 18 years ago
  45. df570b9 [PARISC] Switch is_compat_task to use TIF_32BIT by Kyle McMartin · 18 years ago
  46. 20f4d3c [PARISC] parisc specific kmap API implementation for pa8800 by James Bottomley · 18 years ago
  47. 5cfe87d [PARISC] Fix up parisc irq handling for genirq changes by Kyle McMartin · 18 years ago
  48. 3d73cf5 [PARISC] Abstract shift register left in .S by Kyle McMartin · 18 years ago
  49. c51d476 [PARISC] Remove variables decls duplicated from asm-generic/sections.h by Kyle McMartin · 18 years ago
  50. 32104b2 [PARISC] PA7200 also supports prefetch for read by Kyle McMartin · 18 years ago
  51. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  52. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  53. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  54. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  55. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  56. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  57. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  58. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  59. c53421b [PATCH] proper flags type of spin_lock_irqsave() by Alexey Dobriyan · 18 years ago
  60. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  61. 959ed34 [PATCH] Fix conflict with the is_init identifier on parisc by Eric Biederman · 18 years ago
  62. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  63. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  64. 0b0bf7a [PATCH] vDSO hash-style fix by Roland McGrath · 18 years ago
  65. a8f340e [PATCH] vt: Remove VT-specific declarations and definitions from tty.h by Jon Smirl · 18 years ago
  66. 733ea86 [PATCH] irq-flags: PARISC: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  67. a581c2a [PATCH] add __[start|end]_rodata sections to asm-generic/sections.h by Heiko Carstens · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. 4d3ce21 Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  70. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  71. c0ad90a [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() by Ingo Molnar · 18 years ago
  72. 0d7012a [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU by Ingo Molnar · 18 years ago
  73. a53da52 [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] by Ingo Molnar · 18 years ago
  74. d1bef4e [PATCH] genirq: rename desc->handler to desc->chip by Ingo Molnar · 18 years ago
  75. 76b67ed [PATCH] node hotplug: register cpu: remove node struct by KAMEZAWA Hiroyuki · 18 years ago
  76. 61c3401 [PARISC] Fix do_gettimeofday() hang by James Bottomley · 18 years ago
  77. 6e1b958 [PARISC] Fix PCREL22F relocation problem for most modules by James Bottomley · 18 years ago
  78. 1c63b4b [PARISC] Refactor show_regs in traps.c by Kyle McMartin · 18 years ago
  79. ec1fdc2 [PARISC] OS_ID_LINUX == 0x0006 by Kyle McMartin · 18 years ago
  80. a9d2d38 [PARISC] Ensure Space ID hashing is turned off by Kyle McMartin · 18 years ago
  81. e5a2e7f [PARISC] Match show_cache_info with reality by Kyle McMartin · 18 years ago
  82. 667baef [PARISC] Remove unused macro fixup_branch in syscall.S by Kyle McMartin · 18 years ago
  83. a3ea84f [PARISC] Add is_compat_task() helper by Kyle McMartin · 18 years ago
  84. 3f9edb5 [PARISC] pdc_stable version 0.30 by Thibaut Varene · 18 years ago
  85. 9b0703f [PARISC] Work around machines which do not support chassis warnings by Thibaut Varene · 18 years ago
  86. 8ffaeaf [PARISC] PDC_CHASSIS is implemented on all machines by Thibaut Varene · 18 years ago
  87. 7514b7a [PARISC] Remove dead function pc_in_user_space by Kyle McMartin · 18 years ago
  88. 3fd3a74 [PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber list by Carlos O'Donell · 18 years ago
  89. 64f4953 [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0 by Kyle McMartin · 18 years ago
  90. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  91. d09042d [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes by Laurent MEYER · 18 years ago
  92. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  93. 6ca773c [PARISC] Add new entries to the syscall table by Kyle McMartin · 18 years ago
  94. 2fd8303 [PARISC] Further work for multiple page sizes by Helge Deller · 18 years ago
  95. 8ea6947 [PARISC] defconfig updates by Helge Deller · 18 years ago
  96. 67a5a59 [PARISC] Misc. janitorial work by Helge Deller · 18 years ago
  97. b2d6b9f [PARISC] EISA regions must be mapped NO_CACHE by Helge Deller · 18 years ago
  98. 894b577 [PATCH] No arch-specific strpbrk implementations by Kyle McMartin · 18 years ago
  99. c80d79d [PATCH] Configurable NODES_SHIFT by Yasunori Goto · 18 years ago
  100. a2d3380 [PARISC] Enabled some NLS modules in a500, b180 and c3000 defconfigs by Stuart Brady · 18 years ago