1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  3. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  4. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  5. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  6. 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
  7. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  8. aac7227 rwsem: Move duplicate function prototypes to linux/rwsem.h by Thomas Gleixner · 14 years ago
  9. 41e5887 rwsem: Unify the duplicate rwsem_is_locked() inlines by Thomas Gleixner · 14 years ago
  10. 12249b3 rwsem: Move duplicate init macros and functions to linux/rwsem.h by Thomas Gleixner · 14 years ago
  11. 1c8ed64 rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h by Thomas Gleixner · 14 years ago
  12. c16a87c rwsem: Cleanup includes by Thomas Gleixner · 14 years ago
  13. 235454c xtensa: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
  14. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 14 years ago
  15. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 14 years ago
  16. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  17. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  18. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  19. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  20. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  21. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  22. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  23. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  24. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  25. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  26. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  27. eef35c2 Fix spelling fuction -> function in comments by Stefan Weil · 14 years ago
  28. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  29. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  30. 66630f7 Merge remote branch 'origin/master' by Chris Zankel · 14 years ago
  31. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  32. 6ba6867 xtensa: use use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  33. e520c41 xtensa: convert to asm-generic/hardirq.h by Christoph Hellwig · 14 years ago
  34. 498900f xtensa: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  35. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  36. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  37. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  38. d1eca29 xtensa: Add missing include in coprocessor.h by Chris Zankel · 14 years ago
  39. 4573e39 xtensa: Shuffle include statements to fix linker script by Chris Zankel · 14 years ago
  40. 91e0806 xtensa: Fix FLUSH_DCACHE macro for some variants. by Chris Zankel · 14 years ago
  41. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  42. 479ea1e pci-dma: xtensa: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  43. 6d75ca1 xtensa: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  44. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  45. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  46. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  47. 853b3da sanitize do_pipe_flags() callers in arch by Al Viro · 15 years ago
  48. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  49. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  50. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  51. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  52. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  53. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  54. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  55. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  56. d19f352 ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE by Hugh Dickins · 15 years ago
  57. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  58. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  59. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  60. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  61. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  62. 0b3eb21 xtensa: support s6000 gpio irqs and alternate function selection by Daniel Glöckner · 15 years ago
  63. 1beee21 xtensa: allow variant to initialize own irq chips by Daniel Glöckner · 15 years ago
  64. bd97424 xtensa: cache inquiry and unaligned cache handling functions by Oskar Schirmer · 15 years ago
  65. e4c9dd0 kmap_types: make most arches use generic header file by Randy Dunlap · 15 years ago
  66. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  67. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  68. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  69. d15f05e xtensa: fix wrong extern declaration renamed in code using it by Oskar Schirmer · 15 years ago
  70. 7dbe5c5 xtensa: Fix checksum header file by Chris Zankel · 15 years ago
  71. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  72. 4476c96 xtensa: remove platform rtc hooks by Johannes Weiner · 15 years ago
  73. 000af2c xtensa: s6000 variant by Johannes Weiner · 15 years ago
  74. 4c0d214 xtensa: variant irq set callbacks by Johannes Weiner · 15 years ago
  75. e5083a6 xtensa: nommu support by Johannes Weiner · 15 years ago
  76. 7789f89 xtensa: add flat support by Oskar Schirmer · 15 years ago
  77. a81cbd2 xtensa: enforce slab alignment to maximum register width by Oskar Schirmer · 15 years ago
  78. c947a58 xtensa: cope with ram beginning at higher addresses by Johannes Weiner · 15 years ago
  79. 4f682fb xtensa: remove redefinition of XCHAL_MMU_ASID_BITS by Johannes Weiner · 15 years ago
  80. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  81. 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
  82. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  83. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 15 years ago
  84. cb9eff0 net: new user space API for time stamping of incoming and outgoing packets by Patrick Ohly · 15 years ago
  85. 1ff8f73 headers_check fix: xtensa, swab.h by Jaswinder Singh Rajput · 16 years ago
  86. 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
  87. 8903709 xtensa: introduce swab.h by Harvey Harrison · 16 years ago
  88. 52fefce Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 by Linus Torvalds · 16 years ago
  89. 91a1502 xtensa: switch to packed struct unaligned access implementation by Harvey Harrison · 16 years ago
  90. 367b811 xtensa: move headers files to arch/xtensa/include by Chris Zankel · 16 years ago