1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 8547727 remove dma64_addr_t by FUJITA Tomonori · 13 years ago
  3. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  4. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  5. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  6. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  7. 4e76ae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 by Linus Torvalds · 13 years ago
  8. 69ebb83 mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionally by Huang Ying · 13 years ago
  9. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  10. 5229645 vfs: add nonconflicting values for O_PATH by Stephen Rothwell · 13 years ago
  11. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  12. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  13. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  14. 1c0f647 Merge branch 'irq' into for-next by James Bottomley · 13 years ago
  15. 2c250ad Merge branch 'fixes' into for-next by James Bottomley · 13 years ago
  16. e9a623b Merge branch 'tmpalias-flush' into for-next by James Bottomley · 13 years ago
  17. 4c4231e [PARISC] Convert to new irq_chip functions by Thomas Gleixner · 13 years ago
  18. 8e1964a [PARISC] fix vmap flush/invalidate by James Bottomley · 13 years ago
  19. 1153742 parisc: fix compile breakage caused by inlining maybe_mkwrite by James Bottomley · 13 years ago
  20. 8b4ae33 eliminate special FLUSH flag from page table by James Bottomley · 14 years ago
  21. f311847 parisc: flush pages through tmpalias space by James Bottomley · 14 years ago
  22. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 13 years ago
  23. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 13 years ago
  24. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  25. e430426 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  26. 765aaaf parisc: fix compile failure with kmap_atomic changes by James Bottomley · 14 years ago
  27. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  28. b97680c parisc: remove homegrown L1_CACHE_ALIGN macro by FUJITA Tomonori · 14 years ago
  29. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  30. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  31. 7da1272 parisc: kill __do_IRQ by Kyle McMartin · 14 years ago
  32. 4d4f681 parisc: convert cpu interrupts to proper flow handlers by Kyle McMartin · 14 years ago
  33. ba20085 parisc: lay groundwork for killing __do_IRQ by Kyle McMartin · 14 years ago
  34. caf9619 parisc: add prlimit64 syscall by Kyle McMartin · 14 years ago
  35. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  36. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  37. bf56fba archs: replace unifdef-y with header-y by Sam Ravnborg · 14 years ago
  38. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  39. 7896bfa dma-mapping: parisc: set ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  40. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  41. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  42. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  43. a3c8ed6 tty: remove remaining Hayes ESP ioctls by Greg Kroah-Hartman · 14 years ago
  44. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  45. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  46. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  47. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  48. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  49. 06b2e98 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  50. 210501a parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomic by John David Anglin · 14 years ago
  51. f6ae31c parisc: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  52. 0961d65 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  53. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  54. b2be052 panic: Allow warnings to set different taint flags by Ben Hutchings · 14 years ago
  55. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  56. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  57. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  58. 74a0bd6 pci-dma: parisc: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  59. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  60. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 14 years ago
  61. eef83af parisc: Simplify param.h by including <asm-generic/param.h> by Robert P. J. Day · 15 years ago
  62. 1d747c7 parisc: drop unnecessary cast in __ldcw_align() macro by Helge Deller · 14 years ago
  63. 888c31f parisc: add strict copy size checks (v2) by Helge Deller · 14 years ago
  64. 81e4a5e parisc: ditto sys_accept4 by Kyle McMartin · 15 years ago
  65. 9ceb38e parisc: wire up sys_recvmmsg by Helge Deller · 15 years ago
  66. a7df554 Rename .data.lock_aligned to .data..lock_aligned. by Denys Vlasenko · 14 years ago
  67. 54cb27a Rename .data.read_mostly to .data..read_mostly. by Denys Vlasenko · 14 years ago
  68. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  69. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  70. ef7cc35 parisc: add mm API for DMA to vmalloc/vmap areas by James Bottomley · 14 years ago
  71. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  72. b2adf0c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  73. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  74. 0592079 parisc: Convert BUG() to use unreachable() by David Daney · 15 years ago
  75. 11e17809 parisc: add CALLER_ADDR{0-6} macros by Helge Deller · 15 years ago
  76. e593194 locking: Convert raw_rwlock functions to arch_rwlock by Thomas Gleixner · 15 years ago
  77. fb3a6bb locking: Convert raw_rwlock to arch_rwlock by Thomas Gleixner · 15 years ago
  78. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  79. edc35bd locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED by Thomas Gleixner · 15 years ago
  80. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  81. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  82. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  83. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  84. 220d0b1 Merge branch 'master' into for-2.6.33 by Jens Axboe · 15 years ago
  85. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  86. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. a08e37f fcntl: Use consistent values for F_[GS]ETOWN_EX by Stephen Rothwell · 15 years ago
  88. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  89. 9609bfe parisc: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  90. f32ed39 parisc: Make THREAD_SIZE available to assembly files and linker scripts. by Tim Abbott · 15 years ago
  91. 4255f0d parisc: rename parisc's vmalloc_start to parisc_vmalloc_start by Helge Deller · 15 years ago
  92. 40e03b6 parisc: add skeleton syscall.h by Kyle McMartin · 15 years ago
  93. ecd3d4b parisc: stop using task->ptrace for {single,block}step flags by Kyle McMartin · 15 years ago
  94. ba0a6c9 fcntl: add F_[SG]ETOWN_EX by Peter Zijlstra · 15 years ago
  95. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  96. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  97. d19f352 ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE by Hugh Dickins · 15 years ago
  98. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  99. 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
  100. 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