1. 93c2d65 frv: delete incorrect task prototypes causing compile fail by Paul Gortmaker · 12 years ago
  2. 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
  3. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  4. 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 12 years ago
  5. 40ab331 Disintegrate asm/system.h for FRV by David Howells · 12 years ago
  6. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  7. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  8. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  9. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  10. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  11. 4fb16b5 frv: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  12. 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 12 years ago
  13. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 13 years ago
  14. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
  15. 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
  16. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  17. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  18. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  19. 35edc2a perf, arch: Rework perf_event_index() by Peter Zijlstra · 13 years ago
  20. cb0d935 UAPI: Make FRV use asm-generic/param.h by David Howells · 13 years ago
  21. 5322418 frv: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  22. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  23. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  24. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  25. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  28. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  29. adc400f frv, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  30. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  31. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  32. 3542580 PM / Hibernate: Remove arch_prepare_suspend() by Rafael J. Wysocki · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. 5ca7202 FRV: Do some cleanups by Amerigo Wang · 13 years ago
  35. 5ef9bdd FRV: Missing node arg in alloc_thread_info_node() macro by David Howells · 13 years ago
  36. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  37. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  38. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  39. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  40. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  41. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 13 years ago
  42. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 13 years ago
  43. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 13 years ago
  44. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  45. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  46. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  47. 4735d23 ioctl: Use asm-generic/ioctls.h on frv (enables termiox) by Jeff Mahoney · 14 years ago
  48. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  49. bf56fba archs: replace unifdef-y with header-y by Sam Ravnborg · 14 years ago
  50. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  51. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  52. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  53. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  54. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  55. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  56. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  57. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  58. 8507bb0 FRV: ARCH_KMALLOC_MINALIGN was already defined by David Howells · 14 years ago
  59. 3e6e3da frv: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  60. 69dcf3d frv: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  61. 7ca8b9c frv: extend gdbstub to support more features of gdb by David Howells · 14 years ago
  62. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  63. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  64. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  65. 08dc179 frv: fix kernel/user segment handling in NOMMU mode by David Howells · 14 years ago
  66. 027491f dma-mapping: frv: remove the obsolete and unnecessary DMA API comments by FUJITA Tomonori · 14 years ago
  67. f41b177 pci-dma: add linux/pci-dma.h to linux/pci.h by FUJITA Tomonori · 14 years ago
  68. 272ecbe pci-dma: frv: use include/linux/pci-dma.h by FUJITA Tomonori · 14 years ago
  69. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  70. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  71. 6822190 frv: remove pci_dma_sync_single() and pci_dma_sync_sg() by FUJITA Tomonori · 14 years ago
  72. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  73. 04e4f2b FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack by Mike Frysinger · 15 years ago
  74. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  75. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  76. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  77. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  78. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  79. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  80. a7077099 FRV: Use asm/generic-hardirq.h by Christoph Hellwig · 15 years ago
  81. cf63ff5f misc: remove redundant start_kernel prototypes by Rusty Russell · 15 years ago
  82. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  83. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  84. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  85. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  86. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  87. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  88. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  89. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  90. 42ca4fb FRV: Add basic performance counter support by David Howells · 15 years ago
  91. 00460f4 FRV: Implement atomic64_t by David Howells · 15 years ago
  92. aee3ff1 FRV: Wire up new syscalls by David Howells · 15 years ago
  93. 5c55b40 FRV: Fix interaction with new generic header stuff by David Howells · 15 years ago
  94. 5b02ee3 asm-generic: merge branch 'master' of torvalds/linux-2.6 by Arnd Bergmann · 15 years ago
  95. d7c4f1b asm-generic: make pci.h usable directly by Arnd Bergmann · 15 years ago
  96. 5b17e1c asm-generic: rename page.h and uaccess.h by Arnd Bergmann · 15 years ago
  97. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  98. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  99. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 15 years ago
  100. 4a3b989 FRV: Implement new-style ptrace by David Howells · 15 years ago