1. 5f6164f [PATCH] add asm-generic/mman.h by Michael S. Tsirkin · 18 years ago
  2. f822566 [PATCH] madvise MADV_DONTFORK/MADV_DOFORK by Michael S. Tsirkin · 18 years ago
  3. 68ee3eb [PARISC] New syscalls (inotify, *at, pselect6/ppoll, migrate_pages) by Kyle McMartin · 18 years ago
  4. f671c45 [PARISC] Arch-specific compat signals by Kyle McMartin · 19 years ago
  5. 1bcdd85 [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only data by Helge Deller · 19 years ago
  6. 2e13b31 [PARISC] atomic64 support by Kyle McMartin · 19 years ago
  7. c475eea [PARISC] Drop unused do_check_pgt_cache() by Helge Deller · 19 years ago
  8. 2c9aada [PARISC] Remove unnecessary extern declarations from asm/pci.h by Grant Grundler · 19 years ago
  9. cb6fc18 [PARISC] Use kzalloc and other janitor-style cleanups by Helge Deller · 19 years ago
  10. f5a61d0 [PATCH] death of get_thread_info/put_thread_info by Al Viro · 19 years ago
  11. 4dc7a0b [PATCH] sched: add cacheflush() asm by Ingo Molnar · 19 years ago
  12. 02d7980 [PARISC] Use C99 initializers in asm-parisc/processor.h by Alexey Dobriyan · 19 years ago
  13. 9b9ff2e [PARISC] Make PCI_HOST_ADDR and PCI_BUS_ADDR symmetrical by Grant Grundler · 19 years ago
  14. 110957f [PARISC] Add __iomem to __raw_check_addr() by Alexey Dobriyan · 19 years ago
  15. e8b736c [PARISC] Add some defines for HugeTLB pages by Helge Deller · 19 years ago
  16. 1b2425e [PARISC] Make local cache flushes take a void * by Matthew Wilcox · 19 years ago
  17. 2acbb8c [PATCH] mutex subsystem, add default include/asm-*/mutex.h files by Arjan van de Ven · 19 years ago
  18. ffbf670 [PATCH] mutex subsystem, add atomic_xchg() to all arches by Ingo Molnar · 19 years ago
  19. f8aaeace [PATCH] consolidate asm/futex.h by Jeff Dike · 19 years ago
  20. 1fd73c6 [PATCH] Kill L1_CACHE_SHIFT_MAX by Ravikiran G Thirumalai · 19 years ago
  21. d3cb487 [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 by Christoph Lameter · 19 years ago
  22. f6b3ec2 [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store by Badari Pulavarty · 19 years ago
  23. 3821af2 [FLS64]: generic version by Stephen Hemminger · 19 years ago
  24. 29a622d [PARISC] Always spinlock tlb flush operations to ensure preempt safety by Matthew Wilcox · 19 years ago
  25. 08dc2ca [PARISC] Fix our spinlock implementation by James Bottomley · 19 years ago
  26. c2ab64d [PARISC] Add IRQ affinities by James Bottomley · 19 years ago
  27. 1d4c452 [PARISC] Fix uniprocessor build by dummying smp_send_all_nop() by Kyle McMartin · 19 years ago
  28. d911aed [PARISC] Fix our interrupts not to use smp_call_function by James Bottomley · 19 years ago
  29. 8426e1f [PATCH] atomic: inc_not_zero by Nick Piggin · 19 years ago
  30. 4a6dae6 [PATCH] atomic: cmpxchg by Nick Piggin · 19 years ago
  31. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  32. 727a53b [PATCH] semaphore: Remove __MUTEX_INITIALIZER() by Arthur Othieno · 19 years ago
  33. 7024a9b [PATCH] adjust parisc sys_ptrace prototype by Christoph Hellwig · 19 years ago
  34. d61780c [PATCH] remove some more check_region stuff by Jeff Garzik · 19 years ago
  35. 2774812 [PATCH] memory hotplug prep: kill local_mapnr by Dave Hansen · 19 years ago
  36. 92dc6fc [PATCH] mm: parisc pte atomicity by Hugh Dickins · 19 years ago
  37. 663b97f [PATCH] mm: flush_tlb_range outside ptlock by Hugh Dickins · 19 years ago
  38. 210cc67 Auto-update from upstream by Kyle McMartin · 19 years ago
  39. 5c1fb41 [PATCH] gfp_t: dma-mapping (parisc) by Al Viro · 19 years ago
  40. 61520e1 [PARISC] Specify level to fix binutils level promotion bug by Grant Grundler · 19 years ago
  41. 63af965 [PARISC] Define pgprot_noncached macro in pgtable.h by Grant Grundler · 19 years ago
  42. b4b4531 [PARISC] Add other CRT_ID for newer cards to grfioctl.h by Kyle McMartin · 19 years ago
  43. 05aa10d [PARISC] Add ECANCELED to errno.h by Grant Grundler · 19 years ago
  44. 618febd [PARISC] Fix the alloc_slabmgmt panic by James Bottomley · 19 years ago
  45. 74d13f8 [PARISC] Fix compile warning in pci.h by Matthew Wilcox · 19 years ago
  46. 3499495 [PARISC] Use work queue in LED/LCD driver instead of tasklet. by Grant Grundler · 19 years ago
  47. ba1f188 [PARISC] Add new ioprio_{set,get} syscalls by Jens Axboe · 19 years ago
  48. a366064 [PARISC] Update bitops from parisc tree by Grant Grundler · 19 years ago
  49. f053725 [PARISC] Add ability for prctl to change unaligned trap behaviour by Kyle McMartin · 19 years ago
  50. 5cd55b0 [PARISC] Take into account nullified insn and lock functions for profiling by Randolph Chung · 19 years ago
  51. 14e256c [PARISC] Update spinlocks from parisc tree by Matthew Wilcox · 19 years ago
  52. 04d472d [PARISC] Move pa_tlb_lock to tlb_flush.h by Grant Grundler · 19 years ago
  53. 896a375 [PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docs by Grant Grundler · 19 years ago
  54. 53f01bb [PARISC] Convert parisc_device to use struct resource for hpa by Matthew Wilcox · 19 years ago
  55. 5658374 [PARISC] Convert parisc_device tree to use struct device klists by Matthew Wilcox · 19 years ago
  56. 676067c [PATCH] Remove unused var from asm/futex.h by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  57. 33bf561 [PATCH] feature removal of io_remap_page_range() by Randy Dunlap · 19 years ago
  58. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
  59. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  60. 0013a85 kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  61. 085ae41 [PATCH] Make sparc64 use setup-res.c by David S. Miller · 19 years ago
  62. 8d286aa [PATCH] Clean up struct flock64 definitions by Stephen Rothwell · 19 years ago
  63. 5ac353f [PATCH] Clean up struct flock definitions by Stephen Rothwell · 19 years ago
  64. 1abf62a [PATCH] Clean up the fcntl operations by Stephen Rothwell · 19 years ago
  65. e64ca97 [PATCH] Clean up the open flags by Stephen Rothwell · 19 years ago
  66. 9317259 [PATCH] Create asm-generic/fcntl.h by Stephen Rothwell · 19 years ago
  67. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 19 years ago
  68. c8d1274 [PATCH] remove asm-*/hdreg.h by Christoph Hellwig · 19 years ago
  69. f26fdd5 [PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ() by Karsten Wiese · 19 years ago
  70. 36d57ac [PATCH] auxiliary vector cleanups by H. J. Lu · 19 years ago
  71. 202e597 [PATCH] compat: be more consistent about [ug]id_t by Stephen Rothwell · 19 years ago
  72. 4732efb [PATCH] FUTEX_WAKE_OP: pthread_cond_signal() speedup by Jakub Jelinek · 19 years ago
  73. fa5b08d [PATCH] sab: consolidate kmem_bufctl_t by Kyle Moffett · 19 years ago
  74. fd4fd5a [PATCH] mm: consolidate get_order by Stephen Rothwell · 19 years ago
  75. b0573de [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options by Patrick McHardy · 19 years ago
  76. 43c3473 [PATCH] pci and yenta: pcibios_bus_to_resource by Dominik Brodowski · 19 years ago
  77. 7c90347 [PATCH] Add emergency_restart() by Eric W. Biederman · 19 years ago
  78. 026d02a [PATCH] Serial: Split 8250 port table (part 2) by Russell King · 19 years ago
  79. bb4a61b [PATCH] PCI: fix up errors after dma bursting patch and CONFIG_PCI=n by Andrew Morton · 19 years ago
  80. e24c2d9 [PATCH] PCI: DMA bursting advice by David S. Miller · 19 years ago
  81. 0d77e5a [PATCH] compat: introduce compat_time_t by Stephen Rothwell · 19 years ago
  82. dcd497f [PATCH] streamline preempt_count type across archs by Jesper Juhl · 19 years ago
  83. 408fde8 [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map by Dave Hansen · 19 years ago
  84. 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 19 years ago
  85. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  86. e49332b [PATCH] misc verify_area cleanups by Jesper Juhl · 19 years ago
  87. 4750e2c [PATCH] add EOWNERDEAD and ENOTRECOVERABLE version 2 by Joe Korty · 19 years ago
  88. 7f261b5 [PATCH] move SA_xxx defines to linux/signal.h by Stas Sergeev · 19 years ago
  89. c8538a7 [PATCH] remove all kernel BUGs by Matt Mackall · 19 years ago
  90. d455a36 [PATCH] freepgt: arch FIRST_USER_ADDRESS 0 by Hugh Dickins · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago