1. 3dab04e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 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. 5a4b65a MN10300: gcc 4.6 vs am33 inline assembly by Richard Henderson · 13 years ago
  6. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  7. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  8. 5141c46 MN10300: Emulate single stepping in KGDB on MN10300 by David Howells · 13 years ago
  9. e460d64 MN10300: Use KGDB by David Howells · 13 years ago
  10. 67ddb40 MN10300: Create generic kernel debugger hooks by David Howells · 13 years ago
  11. 7f386ac MN10300: Create general kernel debugger cache flushing by David Howells · 13 years ago
  12. 792576b MN10300: Introduce a general config option for kernel debugger hooks by David Howells · 13 years ago
  13. a494d3d MN10300: Remove unused mn10300_intc_* functions by Thomas Gleixner · 13 years ago
  14. af79420 MN10300: atomic_read() should ensure it emits a load by David Howells · 13 years ago
  15. 6fc3443 MN10300: Proper use of macros get_user() in the case of incremented pointers by Tkhai Kirill · 13 years ago
  16. a9df42e MN10300: Implement asm/syscall.h by David Howells · 14 years ago
  17. bdab225 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 14 years ago
  18. 2027394 mm: fix race in kunmap_atomic() by Peter Zijlstra · 14 years ago
  19. 7c7fcf7 MN10300: Save frame pointer in thread_info struct rather than global var by David Howells · 14 years ago
  20. 62747cd MN10300: ASB2364: Add support for SMSC911X and SMC911X by Akira Takeuchi · 14 years ago
  21. 6044cf1 MN10300: ASB2364: Handle the IRQ multiplexer in the FPGA by David Howells · 14 years ago
  22. 730c1fa MN10300: Generic time support by Mark Salter · 14 years ago
  23. 2502c64 MN10300: Specify an ELF HWCAP flag for MN10300 Atomic Operations Unit support by Mark Salter · 14 years ago
  24. 5a226c6 MN10300: Map userspace atomic op regs as a vmalloc page by Mark Salter · 14 years ago
  25. 368dd5a MN10300: And Panasonic AM34 subarch and implement SMP by Akira Takeuchi · 14 years ago
  26. 04157a6 MN10300: Delete idle_timestamp from irq_cpustat_t by Akira Takeuchi · 14 years ago
  27. 37e4ec9 MN10300: Make various interrupt priority settings configurable by Akira Takeuchi · 14 years ago
  28. 4f81ca1 MN10300: Implement atomic ops using atomic ops unit by Mark Salter · 14 years ago
  29. 278d91c MN10300: Make the FPU operate in non-lazy mode under SMP by Akira Takeuchi · 14 years ago
  30. 965ea4b MN10300: SMP TLB flushing by Akira Takeuchi · 14 years ago
  31. dccbf48 MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB control by Akira Takeuchi · 14 years ago
  32. a9bc60e MN10300: Make the use of PIDR to mark TLB entries controllable by Akira Takeuchi · 14 years ago
  33. 492e675 MN10300: Rename __flush_tlb*() to local_flush_tlb*() by David Howells · 14 years ago
  34. b478491 MN10300: Allow some cacheflushes to be avoided if cache snooping is available by David Howells · 14 years ago
  35. 0bd3eb6 MN10300: SMP: Differentiate local cache flushing by Akira Takeuchi · 14 years ago
  36. 9b287bf MN10300: Cacheflush functions should take unsigned long addresses by Akira Takeuchi · 14 years ago
  37. 93c10d3 MN10300: Reorder asm/cacheflush.h to put primitives first by David Howells · 14 years ago
  38. 344af92 MN10300: Provide a MN10300_CACHE_ENABLED config option by David Howells · 14 years ago
  39. 86c0f93 MN10300: Remove monitor/JTAG functions by Akira Takeuchi · 14 years ago
  40. 8fbbf7c MN10300: Add CPU register bits for AM34 by Akira Takeuchi · 14 years ago
  41. 06019be MN10300: Don't hard code the cacheline size in register defs by Akira Takeuchi · 14 years ago
  42. a116956 MN10300: Move DMA engine control reg defs to MN103E010 processor directory by Akira Takeuchi · 14 years ago
  43. 9f200d3 MN10300: Provide the functions to fully disable maskable interrupts by Akira Takeuchi · 14 years ago
  44. 9f59f7d MN10300: Add reads[bwl]() and writes[bwl]() by Akira Takeuchi · 14 years ago
  45. 3195d0b MN10300: Don't cast away the volatile in test_bit() by Akira Takeuchi · 14 years ago
  46. e4acfca bitops: Change the bitmap index from int to unsigned long [mn10300] by Justin Chen · 14 years ago
  47. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  48. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  49. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  50. 00c9c56 ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox) by Jeff Mahoney · 14 years ago
  51. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  52. a6ef9c8 MN10300: Fix SIGRTMAX by Mark Salter · 14 years ago
  53. fd429a0 MN10300: Fix endianess of ext2 bitops by Mark Salter · 14 years ago
  54. 95f4572 MN10300: Use no_printk() for disabled gdbstub debugging functions by David Howells · 14 years ago
  55. 3ad001c MN10300: Fix size_t and ssize_t by David Howells · 14 years ago
  56. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  57. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  58. a6eb9fe dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN by FUJITA Tomonori · 14 years ago
  59. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  60. 26df6d1 tty: Add EXTPROC support for LINEMODE by hyc@symas.com · 14 years ago
  61. a3c8ed6 tty: remove remaining Hayes ESP ioctls by Greg Kroah-Hartman · 14 years ago
  62. 597781f kmap_atomic: make kunmap_atomic() harder to misuse by Cesar Eduardo Barros · 14 years ago
  63. 7e005f7 remove needless ISA_DMA_THRESHOLD by FUJITA Tomonori · 14 years ago
  64. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  65. 7676679 mn10300: use asm-generic/scatterlist.h by FUJITA Tomonori · 14 years ago
  66. 6cdafaa mn10300: set ARCH_KMALLOC_MINALIGN by FUJITA Tomonori · 14 years ago
  67. 36683161 mn10300: use generic atomic.h by Mathieu Desnoyers · 14 years ago
  68. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  69. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 14 years ago
  70. 0ddc932 add descriptive comment for TIF_MEMDIE task flag declaration. by Andreas Dilger · 14 years ago
  71. 06db881 dma-mapping: mn10300: remove the obsolete and unnecessary DMA API comments by FUJITA Tomonori · 14 years ago
  72. dacbe41 ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h by Christoph Hellwig · 14 years ago
  73. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  74. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  75. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  76. e5d20d0 mn10300: wire up missing new syscalls by David Howells · 15 years ago
  77. d6bb7a1 mn10300: add cc clobbers to asm statements by Mark Salter · 15 years ago
  78. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  79. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  80. 559df2e kbuild: move asm-offsets.h to include/generated by Sam Ravnborg · 15 years ago
  81. 564b3bf arch_mmap_check() on mn10300 by Al Viro · 15 years ago
  82. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  83. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  84. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  85. d22a001 mn10300: fix kernel build failures when using gcc-4.x by Mark Salter · 15 years ago
  86. 7ce1df4 cpumask: use mm_cpumask() wrapper: mn10300 by Rusty Russell · 15 years ago
  87. cf63ff5f misc: remove redundant start_kernel prototypes by Rusty Russell · 15 years ago
  88. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  89. 6e17b17 mm: remove duplicate asm/mman.h files by Arnd Bergmann · 15 years ago
  90. 90f72aa mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions by Arnd Bergmann · 15 years ago
  91. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  92. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  93. 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
  94. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  95. a7db504 PCI: remove pcibios_scan_all_fns() by Alex Chiang · 15 years ago
  96. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. 04e3535 MN10300: includecheck fix: mn10300, pci.h by Jaswinder Singh Rajput · 15 years ago
  98. 0d6038e net: implement a SO_DOMAIN getsockoption by Jan Engelhardt · 15 years ago
  99. 49c794e net: implement a SO_PROTOCOL getsockoption by Jan Engelhardt · 15 years ago
  100. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago