1. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  2. 637e49a Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  3. 459dac8 Remove useless wrappers of asm-generic/rmap.h by Paul Bolle · 12 years ago
  4. da87058 Remove useless wrappers of asm-generic/cpumask.h by Paul Bolle · 12 years ago
  5. 03240b2 fixups for signal breakage by Al Viro · 12 years ago
  6. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  7. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  8. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  9. a53bb24 xtensa: add handling of TIF_NOTIFY_RESUME by Al Viro · 12 years ago
  10. b1175ed xtensa: xtensa_sigaction doesn't exist by Al Viro · 12 years ago
  11. 9ccc9c7 xtensa: switch to generic rt_sigsuspend(2) by Al Viro · 12 years ago
  12. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  13. 7563bbf gpiolib/arches: Centralise bolierplate asm/gpio.h by Mark Brown · 12 years ago
  14. 8e12a03 xtensa: fix build fail on undefined ack_bad_irq by Paul Gortmaker · 12 years ago
  15. bfae8ee xtensa: fix build error in xtensa/include/asm/io.h by Paul Gortmaker · 12 years ago
  16. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  17. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  19. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  20. f9aa7e1 Disintegrate asm/system.h for Xtensa by David Howells · 12 years ago
  21. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 12 years ago
  22. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  23. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  24. 2759e65 xtensa: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  25. a1b58c2 xtensa: fix memscan() by Akinobu Mita · 12 years ago
  26. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  27. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  28. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  29. 9cdce18 PCI: Xtensa: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  30. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  31. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  32. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  33. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  34. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  35. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  36. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  37. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  38. 5296f6d h8300/m68k/xtensa: __FD_ISSET should return 0/1 by Andrew Morton · 13 years ago
  39. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  40. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  41. 90b03f5 xtensa: fix a build error in arch/xtensa/include/asm/uaccess.h by WANG Cong · 13 years ago
  42. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  43. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  44. 851cc85 xtensa/mm: remove WANT_PAGE_VIRTUAL by Sebastian Andrzej Siewior · 13 years ago
  45. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  46. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  47. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  48. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  49. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  50. 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
  51. 3c95c98 tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys by Kay Sievers · 13 years ago
  52. aac7227 rwsem: Move duplicate function prototypes to linux/rwsem.h by Thomas Gleixner · 14 years ago
  53. 41e5887 rwsem: Unify the duplicate rwsem_is_locked() inlines by Thomas Gleixner · 14 years ago
  54. 12249b3 rwsem: Move duplicate init macros and functions to linux/rwsem.h by Thomas Gleixner · 14 years ago
  55. 1c8ed64 rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h by Thomas Gleixner · 14 years ago
  56. c16a87c rwsem: Cleanup includes by Thomas Gleixner · 14 years ago
  57. 235454c xtensa: Replace deprecated spinlock initialization by Thomas Gleixner · 14 years ago
  58. 1ddd6db thp: mm: define MADV_NOHUGEPAGE by Andrea Arcangeli · 14 years ago
  59. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 14 years ago
  60. b7b8de0 TTY: Add tty ioctl to figure device node of the system console. by Werner Fink · 14 years ago
  61. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  62. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  63. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  64. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  65. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  66. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  67. 6396fc3 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  68. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  69. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  70. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  71. eef35c2 Fix spelling fuction -> function in comments by Stefan Weil · 14 years ago
  72. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  73. 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
  74. 66630f7 Merge remote branch 'origin/master' by Chris Zankel · 14 years ago
  75. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  76. 6ba6867 xtensa: use use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  77. e520c41 xtensa: convert to asm-generic/hardirq.h by Christoph Hellwig · 14 years ago
  78. 498900f xtensa: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  79. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  80. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  81. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  82. d1eca29 xtensa: Add missing include in coprocessor.h by Chris Zankel · 14 years ago
  83. 4573e39 xtensa: Shuffle include statements to fix linker script by Chris Zankel · 14 years ago
  84. 91e0806 xtensa: Fix FLUSH_DCACHE macro for some variants. by Chris Zankel · 14 years ago
  85. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  86. 479ea1e pci-dma: xtensa: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  87. 6d75ca1 xtensa: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  88. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  89. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  90. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  91. 853b3da sanitize do_pipe_flags() callers in arch by Al Viro · 15 years ago
  92. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  93. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  94. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  95. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  96. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  97. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  98. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  99. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  100. d19f352 ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE by Hugh Dickins · 15 years ago