1. 5289f46 parisc: disable UP-optimized flush_tlb_mm by Kyle McMartin · 16 years ago
  2. a6e470f Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  3. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 16 years ago
  4. 90f6713 parisc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  5. 7a3f513 parisc: fix kernel crash when unwinding a userspace process by Helge Deller · 16 years ago
  6. 9860d1b parisc: __kernel_time_t is always long by Geert Uytterhoeven · 16 years ago
  7. ed79b86 parisc: fix bug in compat_arch_ptrace by Helge Deller · 16 years ago
  8. 906bf11 fix cpumask build breakage on parisc by Helge Deller · 16 years ago
  9. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  10. 92fb83a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
  11. 53c9c5c [PATCH] prepare vfs_readdir() callers to returning filldir result by Al Viro · 16 years ago
  12. e3d2f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  13. dc52ddc container freezer: implement freezer cgroup subsystem by Matt Helsley · 16 years ago
  14. 81e192d parisc: convert to generic compat_sys_ptrace by Helge Deller · 16 years ago
  15. e4856a7 Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  16. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  17. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  18. 0b59268 [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY by Martin Schwidefsky · 16 years ago
  19. 25ad291 oprofile: more whitespace fixes by Robert Richter · 16 years ago
  20. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  21. 9eb1686 parisc: add rtc platform driver by Kyle McMartin · 16 years ago
  22. f0514ae parisc: initialize unwinder much earlier by James Bottomley · 16 years ago
  23. 0be7d1f parisc: add new syscalls by Kyle McMartin · 16 years ago
  24. 089d552 parisc: hijack jump to start_kernel by Kyle McMartin · 16 years ago
  25. 24b574d parisc: add pdc_coproc_cfg_unlocked and set_firmware_width_unlocked by Kyle McMartin · 16 years ago
  26. deae26b parisc: move include/asm-parisc to arch/parisc/include/asm by Kyle McMartin · 16 years ago
  27. 6c86cb8 parisc: move pdc_result to real2.S by Kyle McMartin · 16 years ago
  28. dae2cdf parisc: add arch/parisc/kernel/.gitignore by Kyle McMartin · 16 years ago
  29. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 16 years ago
  30. 6b213e1 Remove redundant CONFIG_ARCH_SUPPORTS_AOUT by David Woodhouse · 16 years ago
  31. 2ecbf81 fix typo in arch/parisc/hpux/fs.c by Stephen Rothwell · 16 years ago
  32. da57498 [PATCH] fix hpux_getdents() by Al Viro · 16 years ago
  33. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  34. ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
  35. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  36. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  37. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  38. d18bb9a Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  39. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  40. b691750 parisc-kernel-perf: BKL pushdown by Arnd Bergmann · 16 years ago
  41. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  42. dbcf478 parisc: convert to generic helpers for IPI function calls by Jens Axboe · 16 years ago
  43. 6d72b79 Merge branch 'linus' into core/rodata by Ingo Molnar · 16 years ago
  44. f4441b6 parisc: fix off by one in setup_sigcontext32 by Kyle McMartin · 16 years ago
  45. 22febf1 parisc: export empty_zero_page by Kyle McMartin · 16 years ago
  46. db51d92 parisc: export copy_user_page_asm by Kyle McMartin · 16 years ago
  47. 1138a72 parisc: move head.S to head.text section by Kyle McMartin · 16 years ago
  48. dfcf753 Revert "parisc: fix trivial section name warnings" by Kyle McMartin · 16 years ago
  49. 6360b1f move BUG_TABLE into RODATA by Jan Beulich · 16 years ago
  50. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 16 years ago
  51. 713c051 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  52. c913f94 arch/parisc/kernel/perf_asm.S: build fix by Kyle McMartin · 16 years ago
  53. 3378f7e parisc: remove -traditional from assembler flags by Kyle McMartin · 16 years ago
  54. 872f6de parisc: use conditional macro for 64-bit wide ops by Kyle McMartin · 16 years ago
  55. e557d27 arch/parisc/kernel/unaligned.c: use time_* macros by S.Caglar Onur · 16 years ago
  56. b64af9b parisc: remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  57. 91bae23 parisc: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  58. bd3bb8c parisc: fix trivial section name warnings by Helge Deller · 16 years ago
  59. 4413a0f parisc: fix DISCONTIGMEM compile breakage by Mel Gorman · 16 years ago
  60. d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 16 years ago
  61. 943de37 parisc: use kbuild.h instead of defining macros in asm-offsets.c by Christoph Lameter · 16 years ago
  62. 6f1c86e parisc: use non-racy method for /proc/pcxl_dma creation by Denis V. Lunev · 16 years ago
  63. b70d3a2 iomap: fix 64 bits resources on 32 bits by Benjamin Herrenschmidt · 16 years ago
  64. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  65. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  66. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  67. c9e9e0b PCI: parisc: use generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  68. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  69. 64ac24e Generic semaphore implementation by Matthew Wilcox · 16 years ago
  70. cf39cc3 [PARISC] fix signal trampoline cache flushing by Kyle McMartin · 16 years ago
  71. 0c634cc [PARISC] head.S: section mismatch fixes by Helge Deller · 17 years ago
  72. ab86adb [PARISC] add back Crestone Peak cpu by Kyle McMartin · 16 years ago
  73. dc39455 [PARISC] clean up show_stack by Kyle McMartin · 16 years ago
  74. b23f5ba [PARISC] add pa8900 CPUs to hardware inventory by James Bottomley · 16 years ago
  75. c04f7ae [PARISC] move defconfig to arch/parisc/configs/ by Adrian Bunk · 16 years ago
  76. ef1afd4 [PARISC] pdc_console: fix bizarre panic on boot by Kyle McMartin · 16 years ago
  77. d0347b4 [PARISC] dump_stack in show_regs by Kyle McMartin · 16 years ago
  78. 179183b [PARISC] remove unused pdc_iodc_printf function by Kyle McMartin · 16 years ago
  79. ff80c66 [PARISC] wire up timerfd syscalls by Kyle McMartin · 16 years ago
  80. 0cb845e [PARISC] remove old timerfd syscall by Kyle McMartin · 16 years ago
  81. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  82. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  83. ec7748b ide: introduce HAVE_IDE by Sam Ravnborg · 16 years ago
  84. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 16 years ago
  85. b0b933c aout: mark arches that support A.OUT format by David Howells · 16 years ago
  86. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 16 years ago
  87. 20420bb alpha/parisc: remove config variable DEBUG_RWLOCK by Jiri Olsa · 16 years ago
  88. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  89. 9eea518 arch/parisc/: Spelling fixes by Joe Perches · 16 years ago
  90. 03502fa remove Documentation/smp.txt by Adrian Bunk · 16 years ago
  91. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 16 years ago
  92. 125e564 Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig by Mathieu Desnoyers · 16 years ago
  93. 42d4b83 Add HAVE_OPROFILE by Mathieu Desnoyers · 16 years ago
  94. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 16 years ago
  95. 01ba2bd all archs: consolidate init and exit sections in vmlinux.lds.h by Sam Ravnborg · 16 years ago
  96. 721fdf3 [PARISC] print more than one character at a time for pdc console by Kyle McMartin · 17 years ago
  97. 2421ba5 [PARISC] timer interrupt should not be IRQ_DISABLED by Kyle McMartin · 17 years ago
  98. 9d29213 Revert "[PARISC] import necessary bits of libgcc.a" by Kyle McMartin · 17 years ago
  99. b61e8f4 parisc: fix sg_page() fallout by FUJITA Tomonori · 17 years ago
  100. cfa76f0 Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 17 years ago