1. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  2. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  3. ef7cc35 parisc: add mm API for DMA to vmalloc/vmap areas by James Bottomley · 15 years ago
  4. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  5. b2adf0c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  6. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  7. 0592079 parisc: Convert BUG() to use unreachable() by David Daney · 15 years ago
  8. 11e17809 parisc: add CALLER_ADDR{0-6} macros by Helge Deller · 15 years ago
  9. e593194 locking: Convert raw_rwlock functions to arch_rwlock by Thomas Gleixner · 15 years ago
  10. fb3a6bb locking: Convert raw_rwlock to arch_rwlock by Thomas Gleixner · 15 years ago
  11. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  12. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  13. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  14. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  15. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  16. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  17. 220d0b1 Merge branch 'master' into for-2.6.33 by Jens Axboe · 15 years ago
  18. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  19. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. a08e37f fcntl: Use consistent values for F_[GS]ETOWN_EX by Stephen Rothwell · 15 years ago
  21. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  22. 9609bfe parisc: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  23. f32ed39 parisc: Make THREAD_SIZE available to assembly files and linker scripts. by Tim Abbott · 15 years ago
  24. 4255f0d parisc: rename parisc's vmalloc_start to parisc_vmalloc_start by Helge Deller · 15 years ago
  25. 40e03b6 parisc: add skeleton syscall.h by Kyle McMartin · 15 years ago
  26. ecd3d4b parisc: stop using task->ptrace for {single,block}step flags by Kyle McMartin · 15 years ago
  27. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  28. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  29. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  30. d19f352 ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE by Hugh Dickins · 15 years ago
  31. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  32. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  33. 66a4fe0 Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 15 years ago
  34. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  35. a7db504 PCI: remove pcibios_scan_all_fns() by Alex Chiang · 15 years ago
  36. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 15 years ago
  37. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  39. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  40. 6a12235 agp: kill phys_to_gart() and gart_to_phys() by David Woodhouse · 15 years ago
  41. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  42. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  43. 64daa44 parisc: use generic atomic64 on 32-bit by Kyle McMartin · 15 years ago
  44. 2d4618d parisc: perf: wire up sys_perf_counter_open by Kyle McMartin · 15 years ago
  45. abf1e11 parisc: add task_pt_regs macro by Kyle McMartin · 15 years ago
  46. 538e236 parisc: wire sys_perf_counter_open to sys_ni_syscall by Kyle McMartin · 15 years ago
  47. 4435607 parisc: wire up rt_tgsigqueueinfo by Kyle McMartin · 15 years ago
  48. e82a3b7 parisc: ensure broadcast tlb purge runs single threaded by Helge Deller · 15 years ago
  49. 7d17e27 parisc: fix ldcw inline assembler by Helge Deller · 15 years ago
  50. 692c14a parisc: Remove casts from atomic macros by Bastian Blank · 15 years ago
  51. 071327e parisc: remove CVS keywords by Alexander Beregalov · 15 years ago
  52. 90eab5e parisc: wire up preadv/pwritev syscalls by Kyle McMartin · 15 years ago
  53. a6c1409 Delete pcibios_select_root by Matthew Wilcox · 15 years ago
  54. e4c9dd0 kmap_types: make most arches use generic header file by Randy Dunlap · 15 years ago
  55. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  56. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  57. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  58. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  59. 7d217d7 cfg80211: errno.h: define ERFKILL by Alexander Beregalov · 15 years ago
  60. 3ba113d Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  61. f5f7eac Allow rwlocks to re-enable interrupts by Robin Holt · 15 years ago
  62. bf589a3 parisc: Move kernel Elf_Fdesc define to <asm/elf.h> by Kyle McMartin · 15 years ago
  63. bb73501 parisc: fix build when ARCH_HAS_KMAP by Kyle McMartin · 15 years ago
  64. 7cec2ef Merge branch 'rusty-cpumask-parisc' into parisc by Kyle McMartin · 15 years ago
  65. d845e1f parisc: asm/pdc.h should include asm/page.h by Alexander Beregalov · 15 years ago
  66. 47e669c parisc: fix macro expansion in atomic.h by James Bottomley · 15 years ago
  67. d75f054 parisc: add ftrace (function and graph tracer) functionality by Helge Deller · 15 years ago
  68. 445c088 parisc: expose 32/64-bit capabilities in cpuinfo by Colin Watson · 16 years ago
  69. 48d27cb parisc: fix usage of 32bit PTE page table entries on 32bit kernels by Helge Deller · 16 years ago
  70. ba1eb95 Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  72. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  73. 91887a3 cpumask: arch_send_call_function_ipi_mask: parisc by Rusty Russell · 15 years ago
  74. 0cb385e parisc: define x->x mmio accessors by Kyle McMartin · 15 years ago
  75. 8b6649c parisc: convert cpu_check_affinity to new cpumask api by Kyle McMartin · 15 years ago
  76. 9dfe914 parisc: convert (read|write)bwlq to inlines by Kyle McMartin · 15 years ago
  77. c1da90f parisc: fix 64bit build by Helge Deller · 16 years ago
  78. 2cfeb9a parisc: add braces around arguments in assembler macros by Helge Deller · 16 years ago
  79. e448372 parisc: fix `struct pt_regs' declared inside parameter list warning by Helge Deller · 16 years ago
  80. cb9eff0 net: new user space API for time stamping of incoming and outgoing packets by Patrick Ohly · 15 years ago
  81. 726da1e headers_check fix: parisc, swab.h by Jaswinder Singh Rajput · 16 years ago
  82. 79f95ac headers_check fix: parisc, pdc.h by Jaswinder Singh Rajput · 16 years ago
  83. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 16 years ago
  84. 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
  85. e245b80 parisc: introduce asm/swab.h by Harvey Harrison · 16 years ago
  86. 29a41e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  87. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  88. c61c25e parisc: fix kernel crash (protection id trap) when compiling ruby1.9 by Kyle McMartin · 16 years ago
  89. 5fbf663 parisc: fix ipv6 checksum by Kyle McMartin · 16 years ago
  90. ef017be parisc: Replace NR_CPUS in parisc code by Helge Deller · 16 years ago
  91. 70da2d9 parisc: fix braino in commit adding __space_to_prot by Kyle McMartin · 16 years ago
  92. a60715f parisc: factor out sid to protid conversion by Kyle McMartin · 16 years ago
  93. 0ca5506 parisc: use leX_to_cpu in place of __fswabX by Kyle McMartin · 16 years ago
  94. 0063507 parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions by FUJITA Tomonori · 16 years ago
  95. d2e6675 parisc: use the new byteorder headers by Harvey Harrison · 16 years ago
  96. c298be7 parisc: fix module loading failure of large kernel modules by Helge Deller · 16 years ago
  97. 165ac43 parisc: remove gratuitous cpu_online_map declaration. by Rusty Russell · 16 years ago
  98. 5289f46 parisc: disable UP-optimized flush_tlb_mm by Kyle McMartin · 16 years ago
  99. a6e470f Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 16 years ago
  100. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 16 years ago