1. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  2. 96c557d avr32: remove km_type definitions by Cong Wang · 13 years ago
  3. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  4. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  5. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  6. 9a07880 avr32: struct old_sigaction is never used by Al Viro · 12 years ago
  7. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  8. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  9. 167d821 avr32: fix nop compile fails from system.h split up by Paul Gortmaker · 12 years ago
  10. 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
  11. 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
  12. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  13. ae47394 Disintegrate asm/system.h for AVR32 by David Howells · 12 years ago
  14. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  15. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  16. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  17. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  18. 0967504 avr32: Use generic posix_types.h by H. Peter Anvin · 12 years ago
  19. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
  20. 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
  21. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  22. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  23. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  24. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  25. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  26. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  27. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  28. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  29. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  30. a4e0527 asm-generic: move archictures to common delay.h by Jonas Bonn · 13 years ago
  31. ff71db2f avr32, exec: remove redundant set_fs(USER_DS) by Mathias Krause · 13 years ago
  32. 571503e Merge branch 'setns' by Linus Torvalds · 13 years ago
  33. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  34. a2812e1 arch: add #define for each of optimized find bitops by Akinobu Mita · 13 years ago
  35. 24a1a47 avr32: add ATAG_BOARDINFO by Andreas Bießmann · 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. 6cb8e87 avr32: add missing include causing undefined pgtable_page_* references by Hans-Christian Egtvedt · 13 years ago
  41. 992a88b avr32: make architecture sys_clone prototype match asm-generic prototype by Hans-Christian Egtvedt · 14 years ago
  42. 664cb71 avr32: use syscall prototypes from asm-generic instead of arch by Hans-Christian Egtvedt · 14 years ago
  43. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  44. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  45. 94da7d6 ioctl: Use asm-generic/ioctls.h on avr32 (enables termiox) by Jeff Mahoney · 14 years ago
  46. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  47. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  48. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  49. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  50. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  51. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  52. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  53. a3c8ed6 tty: remove remaining Hayes ESP ioctls by Greg Kroah-Hartman · 14 years ago
  54. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  55. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  56. f7512e7 serial: fix rs485 for atmel_serial on avr32 by Peter Huewe · 14 years ago
  57. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  58. 81a7919 avr32: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  59. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  60. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  61. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  62. 1d83931 avr32: use generic ptrace_resume code by Christoph Hellwig · 14 years ago
  63. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  64. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  65. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  66. 050cbb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  67. ce378f7 avr32: convert to asm-generic/hardirq.h by Christoph Hellwig · 15 years ago
  68. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  69. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  70. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  71. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  72. 27d16d0 avr32: Convert BUG() to use unreachable() by David Daney · 15 years ago
  73. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  74. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  75. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  76. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  77. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  78. d0420c8 KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] by David Howells · 15 years ago
  79. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  80. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  81. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  82. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  83. c99e6ef sched: INIT_PREEMPT_COUNT by Peter Zijlstra · 15 years ago
  84. 84c48e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  85. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  86. c31ae4b asm-generic: introduce asm/bitsperlong.h by Arnd Bergmann · 15 years ago
  87. 63b852a asm-generic: rename termios.h, signal.h and mman.h by Arnd Bergmann · 15 years ago
  88. 334034c avr32: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  89. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  90. 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
  91. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  92. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  93. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 15 years ago
  94. cb9eff0 net: new user space API for time stamping of incoming and outgoing packets by Patrick Ohly · 15 years ago
  95. 5a5fb7d preempt-count: force hardirq-count to max of 10 by Steven Rostedt · 15 years ago
  96. 1c6ce70 headers_check fix: avr32, swab.h by Jaswinder Singh Rajput · 15 years ago
  97. 61f3632 avr32: fix out-of-range rjmp instruction on large kernels by Haavard Skinnemoen · 16 years ago
  98. 74d96f0 byteorder: make swab.h include asm/swab.h like a regular header by Harvey Harrison · 16 years ago
  99. 183b3af avr32: Move syscalls.h under arch/avr32/include/asm/ by Haavard Skinnemoen · 16 years ago
  100. 52435bf Merge branches 'fixes', 'cleanups' and 'boards' by Haavard Skinnemoen · 16 years ago