1. 606ed72 Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  2. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  3. 3f8c245 sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  4. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  5. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  6. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  7. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  8. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  9. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  10. b46dcfa xtensa: allow merging vectors into .text section by Max Filippov · 8 years ago
  11. 4ab1870 xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD by Max Filippov · 8 years ago
  12. 3fce371 mm: add new mmget() helper by Vegard Nossum · 8 years ago
  13. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  14. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  15. 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
  16. e4178c7 Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  17. 4b3e6f2 xtensa: fix noMMU build on cores with MMU by Max Filippov · 8 years ago
  18. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  19. 3ddc76d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  22. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  23. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  24. ec92b88 Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  25. 9d2ffe5 xtensa: enable HAVE_DMA_CONTIGUOUS by Max Filippov · 9 years ago
  26. 4bfa135 arch/xtensa: add option to skip DMA sync as a part of mapping by Alexander Duyck · 8 years ago
  27. 3863c58 xtensa: move S32C1I self-test to a separate file by Max Filippov · 8 years ago
  28. 03eae3a xtensa: fix screen_info, clean up unused declarations in setup.c by Max Filippov · 8 years ago
  29. d4eccaf xtensa: clean up printk usage for boot/crash logging by Max Filippov · 8 years ago
  30. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  31. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  32. d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  33. 7658023 xtensa: split uaccess.h into C and asm sides by Al Viro · 8 years ago
  34. 205ad54 xtensa: rearrange CCOUNT calibration by Max Filippov · 8 years ago
  35. bf15f86 xtensa: initialize MMU before jumping to reset vector by Max Filippov · 8 years ago
  36. ea951c3 xtensa: fix icountlevel setting in cpu_reset by Max Filippov · 8 years ago
  37. 4f20568 xtensa: extract common CPU reset code into separate function by Max Filippov · 8 years ago
  38. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  39. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  40. e973f4e xtensa: Partially Revert "xtensa: Remove unnecessary of_platform_populate with default match table" by Rob Herring · 8 years ago
  41. d02014b xtensa: Fix build error due to missing include file by Guenter Roeck · 8 years ago
  42. 0e46c11 xtensa: drop sysmem and switch to memblock by Max Filippov · 9 years ago
  43. 3de0048 xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE} by Max Filippov · 8 years ago
  44. a9f2fc6 xtensa: cleanup MMU setup and kernel layout macros by Max Filippov · 9 years ago
  45. 25a77b5 xtensa/perf: Convert the hotplug notifier to state machine callbacks by Sebastian Andrzej Siewior · 8 years ago
  46. 69d99e6 xtensa: Remove unnecessary of_platform_populate with default match table by Kefeng Wang · 9 years ago
  47. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 9 years ago
  49. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 9 years ago
  50. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 9 years ago
  51. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  52. c91e02b xtensa: support hardware breakpoints/watchpoints by Max Filippov · 9 years ago
  53. 6ec7026 xtensa: use context structure for debug exceptions by Max Filippov · 9 years ago
  54. 816aa58 xtensa: remove remaining non-functional KGDB bits by Max Filippov · 9 years ago
  55. 7de7ac7 xtensa: clear all DBREAKC registers on start by Max Filippov · 9 years ago
  56. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 9 years ago
  57. e462919 xtensa: make fake NMI configurable by Max Filippov · 9 years ago
  58. 3510ca1 Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  59. c7ca9fe xtensa: support DMA to high memory by Max Filippov · 9 years ago
  60. 0d848af xtensa: drop unused sections and remapped reset handlers by Max Filippov · 9 years ago
  61. ab45fb1 xtensa: fix secondary core boot in SMP by Max Filippov · 9 years ago
  62. 260c64b xtensa: nommu: provide correct KIO addresses by Max Filippov · 9 years ago
  63. 5029615 xtensa: fixes for configs without loop option by Max Filippov · 9 years ago
  64. 3722ed2 clocksource: cosmetic: Drop OF 'dependency' from symbols by Marc Zyngier · 9 years ago
  65. 237865f PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" by Bjorn Helgaas · 9 years ago
  66. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  67. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. 26f8b7e Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  69. 895fb31 xtensa: improve vmlinux.lds.S sed post-processing by Max Filippov · 9 years ago
  70. 69034db xtensa: drop unused irq_err_count by Max Filippov · 9 years ago
  71. 38fef73 xtensa: implement fake NMI by Max Filippov · 9 years ago
  72. 98e2983 xtensa: don't touch EXC_TABLE_FIXUP in _switch_to by Max Filippov · 9 years ago
  73. 77d6273 xtensa: fix kernel register spilling by Max Filippov · 9 years ago
  74. 7d5f6a9 xtensa: reorganize irq flags tracing by Max Filippov · 9 years ago
  75. 9bd46da xtensa: implement counting and sampling perf events by Max Filippov · 10 years ago
  76. ae0b713 xtensa: add profiling IRQ type to xtensa_irq_map by Max Filippov · 10 years ago
  77. 5fdf377 xtensa: move oprofile stack tracing to stacktrace.c by Max Filippov · 10 years ago
  78. b656943 xtensa: keep exception/interrupt stack continuous by Max Filippov · 10 years ago
  79. c75959a xtensa: reimplement DMA API using common helpers by Max Filippov · 10 years ago
  80. 8e40fc4 xtensa/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  81. 1559f3b xtensa/irq: Use access helper irq_data_get_affinity_mask() by Jiang Liu · 9 years ago
  82. dff22d2 PCI: Call pci_read_bridge_bases() from core instead of arch code by Lorenzo Pieralisi · 9 years ago
  83. 4229fb12 xtensa: fix threadptr reload on return to userspace by Max Filippov · 10 years ago
  84. 96d928e Merge tag 'xtensa-20150416' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 10 years ago
  85. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  86. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. 7ead5b7 Merge tag 'v4.0' into for_next by Chris Zankel · 10 years ago
  88. 3e66701 xtensa: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  89. cb418fd xtensa: Autogenerate offsets in struct thread_info by Richard Weinberger · 10 years ago
  90. 74008b3 whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup by Al Viro · 10 years ago
  91. 834a316 xtensa: Fix fix linker script transformation for .text / .text.fixup by Guenter Roeck · 10 years ago
  92. b97ea28 PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) by Yijing Wang · 10 years ago
  93. 62518994 xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  94. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  95. c0d7aa0 Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xtensa into for_next by Chris Zankel · 10 years ago
  96. 5349012 xtensa: move vecbase SR initialization to _startup by Max Filippov · 10 years ago
  97. d10fa7c xtensa: nommu: don't provide arch_get_unmapped_area by Max Filippov · 10 years ago
  98. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  99. 9139740 ARCH: AUDIT: audit_syscall_entry() should not require the arch by Eric Paris · 11 years ago
  100. 05bdb8c Merge tag 'xtensa-20140830' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 10 years ago