1. 7b770a6 tile: mark pcibios_init() as __init by Chris Metcalf · 11 years ago
  2. 9a55fed tile: check for correct compiler earlier in asm-offsets.c by Chris Metcalf · 11 years ago
  3. 729b25a tile: use standard 'generic-y' model for <asm/hw_irq.h> by Chris Metcalf · 11 years ago
  4. 4c63de8 tile: use asm-generic version of <asm/local64.h> by Chris Metcalf · 11 years ago
  5. 5e7705d tile PCI RC: add comment about "PCI hole" problem by Chris Metcalf · 11 years ago
  6. bdb8205 tile: remove DEBUG_EXTRA_FLAGS kernel config option by Chris Metcalf · 11 years ago
  7. 640710a tile: add virt_to_kpte() API and clean up and document behavior by Chris Metcalf · 11 years ago
  8. 49cf78e tile: support FRAME_POINTER by Chris Metcalf · 11 years ago
  9. 80f1841 tile: support reporting Tilera hypervisor statistics by Chris Metcalf · 11 years ago
  10. 8157107 tilegx: support KGDB by Chris Metcalf · 11 years ago
  11. 6ec006e tilegx: provide kernel support for the tilegx UART shim by Chris Metcalf · 11 years ago
  12. acbde1d tile: parameterize VA and PA space more cleanly by Chris Metcalf · 11 years ago
  13. 051168d tile: don't assume user privilege is zero by Chris Metcalf · 11 years ago
  14. 309272f9 tile: clean up relocate_kernel_64 debug code by Chris Metcalf · 11 years ago
  15. a718e10 tile: handle super huge pages in virt_to_pte by Chris Metcalf · 11 years ago
  16. 35f0597 tilegx: change how we find the kernel stack by Chris Metcalf · 11 years ago
  17. 4036c7d tile: don't call show_regs_print_info() with corrupt current by Chris Metcalf · 11 years ago
  18. 6fbeee2 tile: fix some -Wsign-compare warnings by Chris Metcalf · 11 years ago
  19. e56059f tile: group .hottext* sections properly in vmlinux.lds by Chris Metcalf · 11 years ago
  20. c0f0601 tile: fix strncpy_from_user bug by Chris Metcalf · 11 years ago
  21. 084fe6a tile: remove set/clear_fixmap APIs by Chris Metcalf · 11 years ago
  22. abe3265 tile: do less L1 I-cache eviction by Chris Metcalf · 11 years ago
  23. 6f0142d tile: allow "initrd" boot argument for kexec by Chris Metcalf · 11 years ago
  24. b2eca42 tile: support ASLR fully by Tony Lu · 11 years ago
  25. 9b5bbf7 tile: correct r1 value during syscall tracing by Chris Metcalf · 11 years ago
  26. 8d8cf06 tile: fix panic with large IRQ number by Chris Metcalf · 11 years ago
  27. d4d9eab tile: use proper .align directives on __ex_table sections by Chris Metcalf · 11 years ago
  28. 3fa17c3 tile: support kprobes on tilegx by Tony Lu · 11 years ago
  29. a61fd5e tile: support ftrace on tilegx by Tony Lu · 11 years ago
  30. a58674f PCI: Simplify pcie_bus_configure_settings() interface by Bjorn Helgaas · 11 years ago
  31. bfa664f Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc by Kevin Hilman · 11 years ago
  32. 9ae0983 tile: provide traceability for hypervisor calls by Chris Metcalf · 11 years ago
  33. fad052d tile: avoid struct vm_struct leak by Chris Metcalf · 11 years ago
  34. 4a556f4 tile: implement gettimeofday() via vDSO by Chris Metcalf · 11 years ago
  35. 0c1d191 tile: support simulator notification for ET_DYN objects by Chris Metcalf · 11 years ago
  36. 70d2b59 tile: improve illegal translation interrupt handling by Chris Metcalf · 11 years ago
  37. dadf78b tile: make register dumps more readable by Chris Metcalf · 11 years ago
  38. ba02f0e tile: improve big-endian support by Chris Metcalf · 11 years ago
  39. bc1a298 tile: support CONFIG_PREEMPT by Chris Metcalf · 11 years ago
  40. 1182b69 tile: remove calls to arch_flush_lazy_mmu_mode() by Chris Metcalf · 11 years ago
  41. a0bd12d tile: fix some issues in hugepage support by Chris Metcalf · 11 years ago
  42. 3ef2311 tile: avoid recursive backtrace faults by Chris Metcalf · 11 years ago
  43. 2f9ac29 tile: fast-path unaligned memory access for tilegx by Chris Metcalf · 11 years ago
  44. f10da54 tile: remove unnecessary backslashes in asm-offsets.c by Chris Metcalf · 11 years ago
  45. e5f7bd4 tile: fix tilegx vmalloc_sync_all BUG_ON by Chris Metcalf · 11 years ago
  46. b63ea71 tile: fix comment bug in sys_cmpxchg description by Chris Metcalf · 11 years ago
  47. 77f8c74 tile: support "memmap" boot parameter by Chris Metcalf · 11 years ago
  48. bda0f5b tile: various console improvements by Chris Metcalf · 11 years ago
  49. ebd97be PCI: remove ARCH_SUPPORTS_MSI kconfig option by Thomas Petazzoni · 11 years ago
  50. 7c29b78 tile PCI RC: remove stale include of linux/numa.h by Chris Metcalf · 11 years ago
  51. ae2031f tile PCI RC: reduce driver's vmalloc space usage by Chris Metcalf · 11 years ago
  52. 5026daf tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 system by Chris Metcalf · 11 years ago
  53. 02b67e0 tile PCI DMA: fix bug in non-page-aligned accessors by Chris Metcalf · 11 years ago
  54. dc7d5cf tile PCI RC: add dma_get_required_mask() by Chris Metcalf · 11 years ago
  55. 8d9e53b tile PCI RC: use proper accessor function by Chris Metcalf · 11 years ago
  56. eafa5c8 tile PCI RC: bomb comments and whitespace format by Chris Metcalf · 11 years ago
  57. f62f73f tile PCI RC: include pci/pcie/Kconfig by Chris Metcalf · 11 years ago
  58. 11981687 tile PCI RC: eliminate pci_controller.mem_resources field by Chris Metcalf · 11 years ago
  59. 1c43649 tile PCI RC: restructure TRIO initialization by Chris Metcalf · 11 years ago
  60. 9b6846c tile PCI DMA: handle a NULL dev argument properly by Chris Metcalf · 11 years ago
  61. cf89c42 tile PCI RC: support I/O space access by Chris Metcalf · 11 years ago
  62. a3c4f2f tile PCI RC: gentler warning for missing plug-in PCI by Chris Metcalf · 11 years ago
  63. 90d9dd6 tile PCI RC: support more MSI-X interrupt vectors by Chris Metcalf · 11 years ago
  64. 803c874 tile: support LSI MEGARAID SAS HBA hybrid dma_ops by Chris Metcalf · 11 years ago
  65. 26cde05 tile PCI RC: handle case that PCI link is already up by Chris Metcalf · 11 years ago
  66. b3ad73a tile PCI RC: tweak the the pcie_rc_delay support by Chris Metcalf · 11 years ago
  67. 2be7055 tile PCI RC: support pci=off boot arg for tilepro by Chris Metcalf · 11 years ago
  68. 523c178 tile PCI RC: tilepro conflict with PCI and RAM addresses by Chris Metcalf · 11 years ago
  69. 9bbb08f tile PCI RC: cleanups for tilepro PCI RC by Chris Metcalf · 11 years ago
  70. 5916700 tile: optimize strnlen using SIMD instructions by Ken Steele · 11 years ago
  71. 9ab5ec5 tile: support PTP using the tilegx mPIPE (IEEE 1588) by Chris Metcalf · 11 years ago
  72. f3286a3 tile: support multiple mPIPE shims in tilegx network driver by Chris Metcalf · 11 years ago
  73. 2628e8a tile: support jumbo frames in the tilegx network driver by Chris Metcalf · 11 years ago
  74. c53c70a tile: optimize and clean up string functions by Chris Metcalf · 11 years ago
  75. dd78bc1 tile: convert uses of "inv" to "finv" by Chris Metcalf · 11 years ago
  76. 7d93771 tile: various minor cleanups to hardwall subsystem by Chris Metcalf · 11 years ago
  77. e70b091 tile / cpu topology: remove stale Macro arch_provides_topology_pointers by Hanjun Guo · 11 years ago
  78. cf3a13d arch: tile: include: asm: add cmpxchg64() definition by Chen Gang · 11 years ago
  79. 18f894c tile: delete __cpuinit usage from all tile files by Paul Gortmaker · 11 years ago
  80. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  81. 609838c mm: invoke oom-killer from remaining unconverted page fault handlers by Johannes Weiner · 11 years ago
  82. e61aca5 Merge branch 'kconfig-diet' from Dave Hansen by Linus Torvalds · 11 years ago
  83. d1a1dc0 consolidate per-arch stack overflow debugging options by Dave Hansen · 11 years ago
  84. 3f29c33 mm/tile: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  85. 40a3b8d tile: normalize global variables exported by vmlinux.lds by Jiang Liu · 11 years ago
  86. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  87. abd1b6d mm/tile: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  88. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  91. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 11 years ago
  92. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  93. 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 11 years ago
  94. 3cb3f83 tilepro: work around module link error with gcc 4.7 by Chris Metcalf · 11 years ago
  95. f8abe86 tile: uaccess s/might_sleep/might_fault/ by Michael S. Tsirkin · 11 years ago
  96. b32729b Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 11 years ago
  97. 4833d7f arch/tile: remove inline marking of EXPORT_SYMBOL functions by Denis Efremov · 11 years ago
  98. c539914 tile: support new Tilera hypervisor by Chris Metcalf · 11 years ago
  99. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  100. 8a72f38 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 11 years ago