1. 825e1e2 parisc: fix warning in traps.c by Grant Grundler · 17 years ago
  2. 2678251 parisc: Set correct bit in protection flags by John David Anglin · 17 years ago
  3. b4f2e2a parisc: Fix GOT overflow during module load on 64bit kernel by John David Anglin · 17 years ago
  4. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 17 years ago
  5. 2d4618d parisc: perf: wire up sys_perf_counter_open by Kyle McMartin · 17 years ago
  6. 538e236 parisc: wire sys_perf_counter_open to sys_ni_syscall by Kyle McMartin · 17 years ago
  7. 0d56d1a parisc: inventory.c, fix bloated stack frame by Kyle McMartin · 17 years ago
  8. 64a0cdb parisc: processor.c, fix bloated stack frame by Kyle McMartin · 17 years ago
  9. c3301ab parisc: remove dead code from sys_parisc32.c by Christoph Hellwig · 17 years ago
  10. 4435607 parisc: wire up rt_tgsigqueueinfo by Kyle McMartin · 17 years ago
  11. e82a3b7 parisc: ensure broadcast tlb purge runs single threaded by Helge Deller · 17 years ago
  12. 84be31b parisc: fix "delay!" timer handling by Grant Grundler · 17 years ago
  13. ebc30a0 parisc: add parameter to read_cr16() by Coly Li · 17 years ago
  14. dfe0756 parisc: remove obsolete hw_interrupt_type by Thomas Gleixner · 17 years ago
  15. 47b4150 parisc: fix irq compile bugs in arch/parisc/kernel/irq.c by Helge Deller · 17 years ago
  16. 071327e parisc: remove CVS keywords by Alexander Beregalov · 17 years ago
  17. 90eab5e parisc: wire up preadv/pwritev syscalls by Kyle McMartin · 17 years ago
  18. bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 17 years ago
  19. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 17 years ago
  20. 5933048 module: cleanup FIXME comments about trimming exception table entries. by Rusty Russell · 17 years ago
  21. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 17 years ago
  22. 3ba113d Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 17 years ago
  23. bad6a5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc by Linus Torvalds · 17 years ago
  24. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 17 years ago
  25. b609308 parisc: move dereference_function_descriptor to process.c by Kyle McMartin · 17 years ago
  26. bf589a3 parisc: Move kernel Elf_Fdesc define to <asm/elf.h> by Kyle McMartin · 17 years ago
  27. 7cec2ef Merge branch 'rusty-cpumask-parisc' into parisc by Kyle McMartin · 17 years ago
  28. 3afe6d0 parisc: rtc: Rename rtc-parisc to rtc-generic by Geert Uytterhoeven · 17 years ago
  29. cd875d4 rtc-parisc: remove unnecessary ret variable by dann frazier · 17 years ago
  30. d09c091 rtc-parisc: declare rtc_parisc_dev as static by dann frazier · 17 years ago
  31. c48faf8 parisc: oops_enter()/oops_exit() in die() by Helge Deller · 17 years ago
  32. c84c3a6 parisc: document light weight syscall ABI by Helge Deller · 18 years ago
  33. d75f054 parisc: add ftrace (function and graph tracer) functionality by Helge Deller · 17 years ago
  34. 803094f parisc: simplify sys_clone() by Helge Deller · 17 years ago
  35. 548f117 parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORT by Helge Deller · 17 years ago
  36. afca252 parisc: allow to build with 16k default kernel page size by Helge Deller · 17 years ago
  37. 445c088 parisc: expose 32/64-bit capabilities in cpuinfo by Colin Watson · 17 years ago
  38. 1152a68 parisc: use constants instead of numbers in assembly by Helge Deller · 17 years ago
  39. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  40. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  41. 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 18 years ago
  42. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 17 years ago
  43. edb3502 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 17 years ago
  44. 9bc181d cpumask: Use accessors code.: parisc by Rusty Russell · 17 years ago
  45. bd071e1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc by Rusty Russell · 17 years ago
  46. 91887a3 cpumask: arch_send_call_function_ipi_mask: parisc by Rusty Russell · 17 years ago
  47. 8b6649c parisc: convert cpu_check_affinity to new cpumask api by Kyle McMartin · 17 years ago
  48. 7c4be70 parisc: fix use of new cpumask api in irq.c by Kyle McMartin · 17 years ago
  49. 5a8247c parisc: update parisc for new irq_desc by Mike Travis · 18 years ago
  50. 2cfeb9a parisc: add braces around arguments in assembler macros by Helge Deller · 17 years ago
  51. 24dc029 parisc: fix section mismatch warnings by Helge Deller · 18 years ago
  52. 8980a7b parisc: BUG_ON() cleanup by Helge Deller · 18 years ago
  53. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 17 years ago
  54. c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 17 years ago
  55. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 17 years ago
  56. e65e49d irq: update all arches for new irq_desc by Mike Travis · 18 years ago
  57. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 18 years ago
  58. 29a41e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  59. ae16489 parisc: export length of os_hpmc vector by Kyle McMartin · 18 years ago
  60. c61c25e parisc: fix kernel crash (protection id trap) when compiling ruby1.9 by Kyle McMartin · 18 years ago
  61. aefa8b6 parisc: Use DEFINE_SPINLOCK by Julia Lawall · 18 years ago
  62. 7246c31 parisc: add uevent helper for parisc bus by Helge Deller · 18 years ago
  63. ef017be parisc: Replace NR_CPUS in parisc code by Helge Deller · 18 years ago
  64. 7f2347a parisc: trivial fixes by Helge Deller · 18 years ago
  65. e0e7ed4 parisc: fix GFP_KERNEL use while atomic in unwinder by Helge Deller · 18 years ago
  66. 0063507 parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions by FUJITA Tomonori · 18 years ago
  67. c298be7 parisc: fix module loading failure of large kernel modules by Helge Deller · 18 years ago
  68. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  69. 18d8fda take init_fs to saner place by Al Viro · 18 years ago
  70. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 18 years ago
  71. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 18 years ago
  72. ec98ce4 Merge branch 'master' into next by James Morris · 18 years ago
  73. 90f6713 parisc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 18 years ago
  74. 7a3f513 parisc: fix kernel crash when unwinding a userspace process by Helge Deller · 18 years ago
  75. ed79b86 parisc: fix bug in compat_arch_ptrace by Helge Deller · 18 years ago
  76. 25e1573 CRED: Wrap task credential accesses in the PA-RISC arch by David Howells · 18 years ago
  77. e3d2f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 18 years ago
  78. 81e192d parisc: convert to generic compat_sys_ptrace by Helge Deller · 18 years ago
  79. e4856a7 Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  80. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 18 years ago
  81. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 18 years ago
  82. 0b59268 [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY by Martin Schwidefsky · 18 years ago
  83. 9eb1686 parisc: add rtc platform driver by Kyle McMartin · 18 years ago
  84. f0514ae parisc: initialize unwinder much earlier by James Bottomley · 18 years ago
  85. 0be7d1f parisc: add new syscalls by Kyle McMartin · 18 years ago
  86. 089d552 parisc: hijack jump to start_kernel by Kyle McMartin · 18 years ago
  87. 24b574d parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked by Kyle McMartin · 18 years ago
  88. 6c86cb8 parisc: move pdc_result to real2.S by Kyle McMartin · 18 years ago
  89. dae2cdf parisc: add arch/parisc/kernel/.gitignore by Kyle McMartin · 18 years ago
  90. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 18 years ago
  91. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 18 years ago
  92. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  93. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 18 years ago
  94. b691750 parisc-kernel-perf: BKL pushdown by Arnd Bergmann · 18 years ago
  95. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 18 years ago
  96. dbcf478 parisc: convert to generic helpers for IPI function calls by Jens Axboe · 18 years ago
  97. 6d72b79 Merge branch 'linus' into core/rodata by Ingo Molnar · 18 years ago
  98. f4441b6 parisc: fix off by one in setup_sigcontext32 by Kyle McMartin · 18 years ago
  99. db51d92 parisc: export copy_user_page_asm by Kyle McMartin · 18 years ago
  100. 1138a72 parisc: move head.S to head.text section by Kyle McMartin · 18 years ago