1. 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
  2. 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
  3. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  4. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  5. 1ed41b5 Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next by Dan Williams · 7 years ago
  6. 49a695b Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  7. 3013e17 powerpc/powernv: Create platform devs for nvdimm buses by Oliver O'Halloran · 7 years ago
  8. 3c0d551 Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  9. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  10. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  11. 09135cc mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize() by Dan Williams · 7 years ago
  12. 3102535 mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE by Anshuman Khandual · 7 years ago
  13. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  14. 052c220 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  15. c1b25a1 powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep by Nicholas Piggin · 7 years ago
  16. 3a52f60 powerpc/64s: Fix POWER9 DD2.2 and above in cputable features by Nicholas Piggin · 7 years ago
  17. c130153 powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bit by Nicholas Piggin · 7 years ago
  18. a57ac41 powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits by Nicholas Piggin · 7 years ago
  19. a67cc59 Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead" by Michael Ellerman · 7 years ago
  20. 07c3d9e powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo} by Logan Gunthorpe · 7 years ago
  21. ef23703 powerpc: io.h: move iomap.h include so that it can use readq/writeq defs by Logan Gunthorpe · 7 years ago
  22. 5d6a03e powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports it by Naveen N. Rao · 7 years ago
  23. 7a22d63 powerpc/mm/radix: Update command line parsing for disable_radix by Aneesh Kumar K.V · 7 years ago
  24. cec4e9b powerpc/mm/radix: Parse disable_radix commandline correctly. by Aneesh Kumar K.V · 7 years ago
  25. 6fa5048 powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb by Aneesh Kumar K.V · 7 years ago
  26. fb4e5db powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix by Aneesh Kumar K.V · 7 years ago
  27. f2ed480 powerpc/mm/keys: Update documentation and remove unnecessary check by Aneesh Kumar K.V · 7 years ago
  28. b9ee31e1 powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead by Nicholas Piggin · 7 years ago
  29. d0b791c powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop() by Michael Ellerman · 7 years ago
  30. 3b24b83 Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  31. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  32. f2748bd powerpc/powernv: Always stop secondaries before reboot/shutdown by Nicholas Piggin · 7 years ago
  33. 855bfe0 powerpc: hard disable irqs in smp_send_stop loop by Nicholas Piggin · 7 years ago
  34. 6bed323 powerpc: use NMI IPI for smp_send_stop by Nicholas Piggin · 7 years ago
  35. a2b5e05 powerpc/powernv: Fix SMT4 forcing idle code by Nicholas Piggin · 7 years ago
  36. 6232774f powerpc/pseries: Restore default security feature flags on setup by Mauricio Faria de Oliveira · 7 years ago
  37. e7347a8 powerpc: Move default security feature flags by Mauricio Faria de Oliveira · 7 years ago
  38. 252988c powerpc: Don't write to DABR on >= Power8 if DAWR is disabled by Nicholas Piggin · 7 years ago
  39. e303c08 KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile error by Nicholas Piggin · 7 years ago
  40. a6201da powerpc: Fix oops due to bad access of lppaca on bare metal by Aneesh Kumar K.V · 7 years ago
  41. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  42. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  44. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  45. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  46. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  47. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  48. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  49. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  50. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  51. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. 19e68b2a powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT by Mathieu Malaterre · 7 years ago
  53. 0e524e7 powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAP by Matt Evans · 7 years ago
  54. 4b7e553 powerpc/64s: Add POWER9 CPU type selection by Nicholas Piggin · 7 years ago
  55. db5ae1c powerpc/64s: Refine feature sets for little endian builds by Nicholas Piggin · 7 years ago
  56. a73657e powerpc/64: Add GENERIC_CPU support for little endian by Nicholas Piggin · 7 years ago
  57. 471d7ff powerpc/64s: Remove POWER4 support by Nicholas Piggin · 7 years ago
  58. 3735eb8 powerpc: Remove unused CPU_FTR_ARCH_201 by Nicholas Piggin · 7 years ago
  59. 9e9626e powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU features by Nicholas Piggin · 7 years ago
  60. 15a3204 powerpc/64s: Set assembler machine type to POWER4 by Nicholas Piggin · 7 years ago
  61. d50614f powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLE by Nicholas Piggin · 7 years ago
  62. b842bd0 powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYS by Nicholas Piggin · 7 years ago
  63. 1477045 powerpc/boot: Remove duplicate typedefs from libfdt_env.h by Mark Greer · 7 years ago
  64. 8c1c7fb powerpc/64s/idle: avoid sync for KVM state when waking from idle by Nicholas Piggin · 7 years ago
  65. 3d4fbff powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug by Nicholas Piggin · 7 years ago
  66. d40b676 powerpc/64s: sreset panic if there is no debugger or crash dump handlers by Nicholas Piggin · 7 years ago
  67. 15b4dd7 powerpc/64s: return more carefully from sreset NMI by Nicholas Piggin · 7 years ago
  68. f0295e0 powerpc/eeh: Fix race with driver un/bind by Michael Neuling · 7 years ago
  69. bf8a1ab powerpc/kexec_file: Fix error code when trying to load kdump kernel by Thiago Jung Bauermann · 7 years ago
  70. 7e14059 powerpc/mm/32: Remove the reserved memory hack by Jonathan Neuschäfer · 7 years ago
  71. 57deb8f powerpc/wii: Don't rely on the reserved memory hack by Jonathan Neuschäfer · 7 years ago
  72. 2bbf632 powerpc/mm/32: Use page_is_ram to check for RAM by Jonathan Neuschäfer · 7 years ago
  73. f65e67c powerpc/mm: Use memblock API for PPC32 page_is_ram by Jonathan Neuschäfer · 7 years ago
  74. 2615c93 powerpc/mm: Simplify page_is_ram by using memblock_is_memory by Jonathan Neuschäfer · 7 years ago
  75. 041413b powerpc/wii.dts: Add drive slot LED by Jonathan Neuschäfer · 7 years ago
  76. 80873a0 powerpc/wii.dts: Add GPIO line names by Jonathan Neuschäfer · 7 years ago
  77. 9693d57 powerpc/wii.dts: Add ngpios property by Jonathan Neuschäfer · 7 years ago
  78. 9cbaaec powerpc/wii: Explicitly configure GPIO owner for poweroff pin by Jonathan Neuschäfer · 7 years ago
  79. 7ab96c0 powerpc/wii: Probe the whole devicetree by Jonathan Neuschäfer · 7 years ago
  80. 1d0afc0 powerpc/64e: Fix oops due to deferral of paca allocation by Michael Ellerman · 7 years ago
  81. ca9a16c powerpc/kvm: Fix guest boot failure on Power9 since DAWR changes by Aneesh Kumar K.V · 7 years ago
  82. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  83. 7257348 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  84. 872a100 powerpc/mm/hash: Don't memset pgd table if not needed by Aneesh Kumar K.V · 7 years ago
  85. c2b4d8b powerpc/mm/hash64: Increase the VA range by Aneesh Kumar K.V · 7 years ago
  86. f384796c powerpc/mm: Add support for handling > 512TB address in SLB miss by Aneesh Kumar K.V · 7 years ago
  87. 0dea04b powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area() by Aneesh Kumar K.V · 7 years ago
  88. 1a2f778 powerpc/mm/keys: Move pte bits to correct headers by Aneesh Kumar K.V · 7 years ago
  89. 16b19f1 powerpc/xive: Fix wrong xmon output caused by typo by Frederic Barrat · 7 years ago
  90. 0bfdf59 powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently by Nicholas Piggin · 7 years ago
  91. 9a2c1d3 powerpc/4xx: Fix error return code in ppc4xx_msi_probe() by Wei Yongjun · 7 years ago
  92. f208638 powerpc/mm: Fix thread_pkey_regs_init() by Ram Pai · 7 years ago
  93. e6e133c powerpc/kprobes: Fix call trace due to incorrect preempt count by Naveen N. Rao · 7 years ago
  94. 741de61 powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write() by Nicholas Piggin · 7 years ago
  95. 0f9bdfe powerpc/pseries: Fix clearing of security feature flags by Mauricio Faria de Oliveira · 7 years ago
  96. 29ab6c4 powerpc/mm: Pass node id into create_section_mapping by Nicholas Piggin · 7 years ago
  97. 2ad452f powerpc/64s/radix: Allocate kernel page tables node-local if possible by Nicholas Piggin · 7 years ago
  98. 0633daf powerpc/64s/radix: Split early page table mapping to its own function by Nicholas Piggin · 7 years ago
  99. f3865f9 powerpc/64: Allocate per-cpu stacks node-local if possible by Nicholas Piggin · 7 years ago
  100. 4890aea powerpc/64: Allocate pacas per node by Nicholas Piggin · 7 years ago