1. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  2. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  3. 5f054e3 documentation: remove references to cpu_*_map. by Rusty Russell · 12 years ago
  4. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 12 years ago
  5. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  6. 3fc498f smp: introduce a generic on_each_cpu_mask() function by Gilad Ben-Yossef · 12 years ago
  7. 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
  8. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  9. bd119c6 Disintegrate asm/system.h for Tile by David Howells · 12 years ago
  10. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  11. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  12. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  13. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  14. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago
  15. ce06b0f arch/tile/configs: convert to minimal configs via "make savedefconfig" by Chris Metcalf · 12 years ago
  16. ad09233 tile: Use set_current_blocked() and block_sigmask() by Matt Fleming · 13 years ago
  17. cf8c1da arch/tile: misplaced parens near likely by roel · 13 years ago
  18. 7ed725c arch/tile: sync up the defconfig files to the tip by Chris Metcalf · 12 years ago
  19. 688b4db arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639 by Chris Metcalf · 12 years ago
  20. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  21. dca88ad Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 13 years ago
  22. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 13 years ago
  23. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 13 years ago
  24. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  25. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 13 years ago
  26. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  27. cf1c523 PCI: TILE: convert pcibios_set_master() to a non-inlined function by Myron Stowe · 13 years ago
  28. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  29. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  30. 1632b9e UAPI: Split trivial #if defined(__KERNEL__) && X conditionals by David Howells · 13 years ago
  31. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  32. a95f881 tile: Make tile use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  33. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  34. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  35. 8455012 tile: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  36. 8593dd3 tile: don't panic on iomap by Michael S. Tsirkin · 13 years ago
  37. 0c90547 arch/tile: use new generic {enable,disable}_percpu_irq() routines by Chris Metcalf · 13 years ago
  38. c2851a9 arch/tile: fix double-free bug in homecache_free_pages() by Chris Metcalf · 13 years ago
  39. 3989efb arch/tile: add a few #includes and an EXPORT to catch up with kernel changes. by Chris Metcalf · 13 years ago
  40. 1583171 Merge branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tile by Linus Torvalds · 13 years ago
  41. eb7c792 arch/tile: factor out <arch/opcode.h> header by Chris Metcalf · 13 years ago
  42. aeddea5 arch/tile: add the <arch> headers to the set of installed kernel headers by Chris Metcalf · 13 years ago
  43. f319d6e arch/tile: avoid exporting a symbol no longer used by gcc by Chris Metcalf · 13 years ago
  44. e0b1f39 arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h> by Chris Metcalf · 13 years ago
  45. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  46. d52104b tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files by Chris Metcalf · 13 years ago
  47. dcb6929 time: Cleanup old CONFIG_GENERIC_TIME references that snuck in by John Stultz · 13 years ago
  48. c0c770e Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  49. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  50. df013ff Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG by Huang Ying · 13 years ago
  51. 1850536 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  52. d1afa65 arch/tile/mm/init.c: trivial: use BUG_ON by Julia Lawall · 13 years ago
  53. 3d071cd3 Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Chris Metcalf · 13 years ago
  54. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  55. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  56. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  57. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  58. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  59. 0e9a6cb ptrace: unify show_regs() prototype by Mike Frysinger · 13 years ago
  60. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  61. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  62. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  63. e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 13 years ago
  64. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  65. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  66. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  67. c6830c2 Fix node_start/end_pfn() definition for mm/page_cgroup.c by KAMEZAWA Hiroyuki · 13 years ago
  68. cf8e98d arch/tile: remove useless set_fixmap_nocache() macro by Chris Metcalf · 13 years ago
  69. dbcb4a1 arch/tile: add hypervisor-based character driver for SPI flash ROM by Chris Metcalf · 13 years ago
  70. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  71. 2c007a9 tile: use generic-y format for one-line asm-generic headers by Chris Metcalf · 13 years ago
  72. 9f14517 clocksource: tile: convert to use clocksource_register_hz by John Stultz · 13 years ago
  73. 57ed609 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  74. f133ecc arch/tile: more /proc and /sys file support by Chris Metcalf · 13 years ago
  75. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 13 years ago
  76. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  77. 6738d32 arch/tile: prefer "tilepro" as the name of the 32-bit architecture by Chris Metcalf · 13 years ago
  78. 5ca43f6 lib: consolidate DEBUG_STACK_USAGE option by Stephen Boyd · 13 years ago
  79. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  80. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  81. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 13 years ago
  82. 818d846 arch/tile: cleanups for tilegx compat mode by Chris Metcalf · 13 years ago
  83. f4de51d arch/tile: allocate PCI IRQs later in boot by Chris Metcalf · 13 years ago
  84. 571d76a arch/tile: support signal "exception-trace" hook by Chris Metcalf · 13 years ago
  85. 8aaf1dd arch/tile: use better definitions of xchg() and cmpxchg() by Chris Metcalf · 13 years ago
  86. dd196a2 tile: add an RTC driver for the Tilera hypervisor by Chris Metcalf · 13 years ago
  87. 18aecc2 arch/tile: finish enabling support for TILE-Gx 64-bit chip by Chris Metcalf · 13 years ago
  88. be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 13 years ago
  89. d2e48c1 arch/tile: update defconfig file to something more useful by Chris Metcalf · 13 years ago
  90. ceca3c1 tile: do_hardwall_trap: do not play with task->sighand by Oleg Nesterov · 13 years ago
  91. dc0b124 tile: replace mm->cpu_vm_mask with mm_cpumask() by KOSAKI Motohiro · 13 years ago
  92. ef0aaf8 tile,mn10300: add device parameter to dma_cache_sync() by James Hogan · 13 years ago
  93. d07bd86 arch/tile: clarify flush_buffer()/finv_buffer() function names by Chris Metcalf · 13 years ago
  94. 5386e73 arch/tile: kernel-related cleanups from removing static page size by Chris Metcalf · 13 years ago
  95. 28d7174 arch/tile: various header improvements for building drivers by Chris Metcalf · 13 years ago
  96. dbb43421 arch/tile: disable GX prefetcher during cache flush by Chris Metcalf · 13 years ago
  97. 43d9ebb arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD by Chris Metcalf · 13 years ago
  98. 229f4df arch/tile: properly flush the I$ when unloading kernel modules by Chris Metcalf · 13 years ago
  99. 7194988 arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domain by Chris Metcalf · 13 years ago
  100. df29ccb arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls by Chris Metcalf · 13 years ago