1. 1684251 powerpc/64s: Add MMU type to __die() output by Michael Ellerman · 7 years ago
  2. 1840513 powerpc: Show PAGE_SIZE in __die() output by Michael Ellerman · 7 years ago
  3. 7822744 powerpc: Stop using pr_cont() in __die() by Michael Ellerman · 7 years ago
  4. a652758 powerpc: Use ALIGN instead of BLOCK by Joel Stanley · 7 years ago
  5. 607ea50 powerpc/irq: drop arch_early_irq_init() by Christophe Leroy · 7 years ago
  6. fae1383 powerpc: use a CONSOLE_LOGLEVEL_DEBUG macro by Sergey Senozhatsky · 7 years ago
  7. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 7 years ago
  8. d538d94 Merge branch 'master' into fixes by Michael Ellerman · 7 years ago
  9. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 7 years ago
  10. 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  11. fcf0104 Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 7 years ago
  12. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  13. cc02829 kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops by Christophe Leroy · 7 years ago
  14. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 7 years ago
  15. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 7 years ago
  16. 039daac powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup' by Diana Craciun · 7 years ago
  17. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  18. c06e9ef Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  19. 8d69733 Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  20. 42b00f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  21. 5694cec Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  22. 12526b0 Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 7 years ago
  23. 0fad8bf powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack by Steven Rostedt (VMware) · 7 years ago
  24. 505a314 powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y by Benjamin Herrenschmidt · 7 years ago
  25. 2c8e65b powerpc: Use of_node_name_eq for node name comparisons by Rob Herring · 7 years ago
  26. 0deae39 powerpc/83xx: handle machine check caused by watchdog timer by Christophe Leroy · 7 years ago
  27. c4e9d3c powerpc/powernv/pseries: Rework device adding to IOMMU groups by Alexey Kardashevskiy · 7 years ago
  28. c10c21e powerpc/vfio/iommu/kvm: Do not pin device memory by Alexey Kardashevskiy · 7 years ago
  29. ab66dcc powerpc: generate uapi header and system call table files by Firoz Khan · 7 years ago
  30. aff8503 powerpc: add system call table generation support by Firoz Khan · 7 years ago
  31. fbf508d powerpc: split compat syscall table out from native table by Firoz Khan · 7 years ago
  32. a11b763 powerpc: move macro definition from asm/systbl.h by Firoz Khan · 7 years ago
  33. 6f5b9f0 powerpc/tm: Unset MSR[TS] if not recheckpointing by Breno Leitao · 7 years ago
  34. 11be395 powerpc/tm: Print scratch value by Breno Leitao · 7 years ago
  35. 63a0d6b powerpc/tm: Save MSR to PACA before RFID by Breno Leitao · 7 years ago
  36. e1c3743 powerpc/tm: Set MSR[TS] just prior to recheckpoint by Breno Leitao · 7 years ago
  37. 0db6896 powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. by Mahesh Salgaonkar · 7 years ago
  38. f86593b powerpc/fadump: Throw proper error message on fadump registration failure by Mahesh Salgaonkar · 7 years ago
  39. a4e92ce powerpc/fadump: Reservationless firmware assisted dump by Mahesh Salgaonkar · 7 years ago
  40. cfdfaf4 Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  41. 8c6c942 powerpc/eeh: Fix debugfs_simple_attr.cocci warnings by YueHaibing · 7 years ago
  42. dfa8865 powerpc/fsl: Update Spectre v2 reporting by Diana Craciun · 7 years ago
  43. 3bc8ea8 powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used by Diana Craciun · 7 years ago
  44. 7fef436 powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit) by Diana Craciun · 7 years ago
  45. 10c5e83 powerpc/fsl: Flush the branch predictor at each kernel entry (64bit) by Diana Craciun · 7 years ago
  46. f633a8a powerpc/fsl: Add nospectre_v2 command line argument by Diana Craciun · 7 years ago
  47. 7d8bad9 powerpc/fsl: Fix spectre_v2 mitigations reporting by Diana Craciun · 7 years ago
  48. 76a5eaa powerpc/fsl: Add infrastructure to fixup branch predictor flush by Diana Craciun · 7 years ago
  49. f242e0a powerpc/prom: move the device tree if not in declared memory. by Christophe Leroy · 7 years ago
  50. 2fea82d powerpc: eeh_event: convert semaphore to completion by Arnd Bergmann · 7 years ago
  51. 8dbdec0 powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handling by Dmitry V. Levin · 7 years ago
  52. 25078dc powerpc: use mm zones more sensibly by Christoph Hellwig · 7 years ago
  53. 44a0337 powerpc/dma: split the two __dma_alloc_coherent implementations by Christoph Hellwig · 7 years ago
  54. 9c15a87 powerpc/dma: remove the unused dma_iommu_ops export by Christoph Hellwig · 7 years ago
  55. acddff9 powerpc/dma: remove the unused ISA_DMA_THRESHOLD export by Christoph Hellwig · 7 years ago
  56. 0aeba2d powerpc/dma: properly wire up the unmap_page and unmap_sg methods by Christoph Hellwig · 7 years ago
  57. b18f0ae powerpc/prom: fix early DEBUG messages by Christophe Leroy · 7 years ago
  58. 03ebe48 Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 7 years ago
  59. 385e89d powerpc/mm: add exec protection on powerpc 603 by Christophe Leroy · 7 years ago
  60. c62ce9e powerpc: remove remaining bits from CONFIG_APUS by Christophe Leroy · 7 years ago
  61. 0ed5b55 powerpc/8xx: add exception frame marker by Christophe Leroy · 7 years ago
  62. 6c16816 powerpc/44x: use patch_sites for TLB handlers patching by Christophe Leroy · 7 years ago
  63. d16952a powerpc/signal: Use code patching instead of hardcoding by Christophe Leroy · 7 years ago
  64. 4a3a224 powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S by Christophe Leroy · 7 years ago
  65. 04b0a72 powerpc/32: use patch_site_addr() in machine_init() by Christophe Leroy · 7 years ago
  66. 4d6a198 Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  67. bf8763d powerpc/iommu: Use device_iommu_mapped() by Joerg Roedel · 7 years ago
  68. d7b4561 KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2 by Suraj Jitindar Singh · 7 years ago
  69. 4645453 Merge tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  70. 55897af dma-direct: merge swiotlb_dma_ops into the dma_direct code by Christoph Hellwig · 7 years ago
  71. a225f15 powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call by Elvira Khabirova · 7 years ago
  72. d11e3d3 powerpc/iommu: remove the mapping_error dma_map_ops method by Christoph Hellwig · 7 years ago
  73. b0cbeae dma-direct: remove the mapping_error dma_map_ops method by Christoph Hellwig · 7 years ago
  74. 735c2f9 powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem() by AKASHI Takahiro · 7 years ago
  75. b14fc50 powerpc/8xx: regroup TLB handler routines by Christophe Leroy · 7 years ago
  76. 74fabca powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers by Christophe Leroy · 7 years ago
  77. 6a8f911 powerpc/8xx: Use hardware assistance in TLB handlers by Christophe Leroy · 7 years ago
  78. 5af543b powerpc/8xx: Temporarily disable 16k pages and hugepages by Christophe Leroy · 7 years ago
  79. 8cfe4f5 powerpc/8xx: Move SW perf counters in first 32kb of memory by Christophe Leroy · 7 years ago
  80. 994da93 powerpc/mm: move platform specific mmu-xxx.h in platform directories by Christophe Leroy · 7 years ago
  81. 8ad9402 powerpc: annotate implicit fall throughs by Stephen Rothwell · 7 years ago
  82. ea84b58 pstore: Convert buf_lock to semaphore by Kees Cook · 7 years ago
  83. bf3d6af powerpc: Look for "stdout-path" when setting up legacy consoles by Benjamin Herrenschmidt · 7 years ago
  84. 78e7b15 powerpc/msi: Fix NULL pointer access in teardown code by Radu Rendec · 7 years ago
  85. fe60522 powerpc/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 7 years ago
  86. 68289ae powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 7 years ago
  87. d7cceda powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32 by Christophe Leroy · 7 years ago
  88. e5480bd powerpc: Use device_type helpers to access the node type by Rob Herring · 7 years ago
  89. 5b8d6be powerpc: Rework btext_find_display to use of_stdout and device_type helpers by Rob Herring · 7 years ago
  90. d64cf54 powerpc64/ftrace: Drop pointless static qualifier in is_b_op() by YueHaibing · 7 years ago
  91. f6cee26 powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 7 years ago
  92. beba24a powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly by Mathieu Malaterre · 7 years ago
  93. c36c5ff powerpc/eeh: Declare pci_ers_result_name() as static by Breno Leitao · 7 years ago
  94. 42e2acd powerpc/64s: Include cpu header by Breno Leitao · 7 years ago
  95. 66f93c5 powerpc/64: Fix kernel stack 16-byte alignment by Nicholas Piggin · 7 years ago
  96. b69f9e1 Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  97. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 7 years ago
  98. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 7 years ago
  99. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 7 years ago
  100. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 7 years ago