1. d6a9996 powerpc/mm: vmalloc abstraction in preparation for radix by Aneesh Kumar K.V · 9 years ago
  2. 4dfb88c powerpc/mm: Update pte filter for radix by Aneesh Kumar K.V · 9 years ago
  3. a2f41eb9 powerpc/mm: Add radix pgalloc details by Aneesh Kumar K.V · 9 years ago
  4. 934828e powerpc/mm: Make 4K and 64K use pte_t for pgtable_t by Aneesh Kumar K.V · 9 years ago
  5. 74701d5 powerpc/mm: Rename function to indicate we are allocating fragments by Aneesh Kumar K.V · 9 years ago
  6. bcbe7f7 powerpc/mm: Simplify the code dropping 4-level table #ifdef by Aneesh Kumar K.V · 9 years ago
  7. 2720920 powerpc/mm: Revert changes made to nohash pgalloc-64.h by Aneesh Kumar K.V · 9 years ago
  8. 75a9b8a powerpc/mm: Copy pgalloc (part 2) by Aneesh Kumar K.V · 9 years ago
  9. 101ad5c powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s by Aneesh Kumar K.V · 9 years ago
  10. b5dcc60 powerpc/mm/radix: Update PTCR on secondary CPUs by Aneesh Kumar K.V · 9 years ago
  11. 7a0eede powerpc/mm/radix: Pick the address layout for radix config by Aneesh Kumar K.V · 9 years ago
  12. 177ba7c powerpc/mm/radix: Limit paca allocation in radix by Aneesh Kumar K.V · 9 years ago
  13. 764041e powerpc/mm/radix: Add checks in slice code to catch radix usage by Aneesh Kumar K.V · 9 years ago
  14. d8c476e powerpc/mm/radix: Isolate hash table function from pseries guest code by Aneesh Kumar K.V · 9 years ago
  15. caca285 powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code by Aneesh Kumar K.V · 9 years ago
  16. a8ed87c powerpc/mm/radix: Add MMU_FTR_RADIX by Aneesh Kumar K.V · 9 years ago
  17. 773edea powerpc/mm: Add mask of possible MMU features by Michael Ellerman · 9 years ago
  18. 1a472c9 powerpc/mm/radix: Add tlbflush routines by Aneesh Kumar K.V · 9 years ago
  19. 676012a powerpc/mm: Hash abstraction for tlbflush routines by Aneesh Kumar K.V · 9 years ago
  20. f5df4b4 powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c by Aneesh Kumar K.V · 9 years ago
  21. 7e381c0 powerpc/mm/radix: Add mmu context handling callback for radix by Aneesh Kumar K.V · 9 years ago
  22. d2adba3 powerpc/mm: Abstraction for switch_mmu_context() by Aneesh Kumar K.V · 9 years ago
  23. d9225ad powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page() by Aneesh Kumar K.V · 9 years ago
  24. 31a14fa powerpc/mm: Abstraction for vmemmap and map_kernel_page() by Aneesh Kumar K.V · 9 years ago
  25. 2bfd65e powerpc/mm/radix: Add radix callbacks for early init routines by Aneesh Kumar K.V · 9 years ago
  26. 756d08d powerpc/mm: Abstract early MMU init in preparation for radix by Aneesh Kumar K.V · 9 years ago
  27. 6cc1a0e powerpc/mm/radix: Add radix callback for pmd accessors by Aneesh Kumar K.V · 9 years ago
  28. a9252aae powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h by Aneesh Kumar K.V · 9 years ago
  29. ac94ac79 powerpc/mm: Add radix callbacks to pte accessors by Aneesh Kumar K.V · 9 years ago
  30. 566ca99 powerpc/mm/radix: Add dummy radix_enabled() by Aneesh Kumar K.V · 9 years ago
  31. b0b5e9b powerpc/mm/radix: Add radix pte #defines by Aneesh Kumar K.V · 9 years ago
  32. 34fbadd powerpc/mm: Move pte related functions together by Aneesh Kumar K.V · 9 years ago
  33. aba480e powerpc/mm: Move page table index and and vaddr to pgtable.h by Aneesh Kumar K.V · 9 years ago
  34. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  35. 13f829a powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h by Aneesh Kumar K.V · 9 years ago
  36. 2e87351 powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h by Aneesh Kumar K.V · 9 years ago
  37. d2cf005 powerpc/mm: Handle _PTE_NONE_MASK by Aneesh Kumar K.V · 9 years ago
  38. 945537d powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix by Aneesh Kumar K.V · 9 years ago
  39. eee24b5 powerpc/mm: Move hash and no hash code to separate files by Aneesh Kumar K.V · 9 years ago
  40. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 9 years ago
  41. e998334 powerpc/mm/radix: Add partition table format & callback by Aneesh Kumar K.V · 9 years ago
  42. 11a6f6a powerpc/mm: Move radix/hash common data structures to book3s64 headers by Aneesh Kumar K.V · 9 years ago
  43. 33d336d powerpc/mm: Use generic version of ptep_clear_flush_young() by Aneesh Kumar K.V · 9 years ago
  44. ff844b7 powerpc/mm: Use generic version of pmdp_clear_flush_young() by Aneesh Kumar K.V · 9 years ago
  45. 30bda41 powerpc/mm: Drop WIMG in favour of new constants by Aneesh Kumar K.V · 9 years ago
  46. 72176dd powerpc/mm: Use a helper for finding pte bits mapping I/O area by Aneesh Kumar K.V · 9 years ago
  47. e58e87a powerpc/mm: Update _PAGE_KERNEL_RO by Aneesh Kumar K.V · 9 years ago
  48. 96270b1 powerpc/mm: Remove RPN_SHIFT and RPN_SIZE by Aneesh Kumar K.V · 9 years ago
  49. ac29c64 powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED by Aneesh Kumar K.V · 9 years ago
  50. e7bfc46 powerpc/mm: Use pte_user() instead of open coding by Aneesh Kumar K.V · 9 years ago
  51. 7e1e63c powerpc/mm: Convert pte_user() to static inline by Michael Ellerman · 9 years ago
  52. 73a1441 powerpc/mm/subpage: Clear RWX bit to indicate no access by Aneesh Kumar K.V · 9 years ago
  53. c7d5484 powerpc/mm: Use _PAGE_READ to indicate Read access by Aneesh Kumar K.V · 9 years ago
  54. ee3caed powerpc/mm: Use pte_raw() in pte_same()/pmd_same() by Michael Ellerman · 9 years ago
  55. 5dc1ef8 powerpc/mm: Use big endian Linux page tables for book3s 64 by Aneesh Kumar K.V · 9 years ago
  56. 3910a7f powerpc/mm: Add pte_xchg() helper by Michael Ellerman · 9 years ago
  57. 4bece39 powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update() by Aneesh Kumar K.V · 9 years ago
  58. 670eea9 powerpc/mm: Always use STRICT_MM_TYPECHECKS by Michael Ellerman · 9 years ago
  59. 5bcca74 powerpc/perf: Replace raw event hex values with #defines by Madhavan Srinivasan · 9 years ago
  60. 7132e2d ftrace: Match dot symbols when searching functions on ppc64 by Thiago Jung Bauermann · 9 years ago
  61. 8fe0888 powerpc: rework sparse for lib/xor_vmx.c by Daniel Axtens · 9 years ago
  62. 8a64904 powerpc: Add support for userspace P9 copy paste by Chris Smart · 9 years ago
  63. 4ad5e88 powerpc/mpic: handle subsys_system_register() failure by Andrew Donnellan · 9 years ago
  64. 2d52178 powerpc/eeh: fix misleading indentation by Andrew Donnellan · 9 years ago
  65. ed4a4ef powerpc/perf: Add support for sampling interrupt register state by Anju T · 9 years ago
  66. 1bfadab powerpc/perf: Assign an id to each powerpc register by Anju T · 9 years ago
  67. 057b6d7 powerpc/book3s64: Remove __end_handlers marker by Hari Bathini · 9 years ago
  68. 8ed8ab4 powerpc/book3s64: Fix branching to OOL handlers in relocatable kernel by Hari Bathini · 9 years ago
  69. 8404410 Merge branch 'topic/livepatch' into next by Michael Ellerman · 9 years ago
  70. 85baa09 powerpc/livepatch: Add live patching support on ppc64le by Michael Ellerman · 9 years ago
  71. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  72. f63e6d8 powerpc/livepatch: Add livepatch header by Michael Ellerman · 9 years ago
  73. 7f92bc5 powerpc: sparse: Include headers for __weak symbols by Daniel Axtens · 9 years ago
  74. 635218c powerpc: sparse: static-ify some things by Daniel Axtens · 9 years ago
  75. 86c9ffc powerpc: Define PVR value for POWER8NVL processor by Philippe Bergheaud · 9 years ago
  76. b3d79ea powerpc/opal: Assign numbers to OPAL_MSG macros of enum opal_msg_type by Vipin K Parashar · 9 years ago
  77. e3824e4 powerpc/swsusp: Only use tlbie in POWER4 mode by Russell Currey · 9 years ago
  78. a7ee539 powerpc/Kconfig: Update config option based on page size. by Rashmica Gupta · 9 years ago
  79. c0c5238 powerpc: make kernel/nvram_64.c explicitly non-modular by Paul Gortmaker · 9 years ago
  80. 8038665 powerpc/cell: Make spu_base.c explicitly non-modular by Paul Gortmaker · 9 years ago
  81. 8ee2653 powerpc/eeh: rename EEH from "extended" to "enhanced" error handling by Russell Currey · 9 years ago
  82. b4c6afd powerpc: Make generic_memcpy() private to copy_32.S by Michael Ellerman · 9 years ago
  83. b05fac7 powerpc: Remove orphaned asm implementation of abs() by Michael Ellerman · 9 years ago
  84. 1f4c66e8 powerpc/mm: Remove long disabled SLB code by Michael Ellerman · 9 years ago
  85. f8a25db powerpc/powernv: Use the "unknown" checkstop type as a fallback by Russell Currey · 9 years ago
  86. bdf5fc6 powerpc/pseries: Update LMB associativity index during DLPAR add/remove by Nathan Fontenot · 9 years ago
  87. 4a4bdfe powerpc/pseries: Refactor dlpar_add_lmb() code by Nathan Fontenot · 9 years ago
  88. 08b15d1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  89. 5b5b7fd Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  90. 40bca9d Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  91. cb910c1 parisc: Update comment regarding relative extable support by Helge Deller · 9 years ago
  92. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 9 years ago
  93. ef72f311 parisc: Fix kernel crash with reversed copy_from_user() by Helge Deller · 9 years ago
  94. e389302 parisc: Avoid function pointers for kernel exception routines by Helge Deller · 9 years ago
  95. 592570c parisc: Handle R_PARISC_PCREL32 relocations in kernel modules by Helge Deller · 9 years ago
  96. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 9 years ago
  97. 208fae5 ARM: 8550/1: protect idiv patching against undefined gcc behavior by Nicolas Pitre · 9 years ago
  98. f2335a2 ARM: wire up preadv2 and pwritev2 syscalls by Russell King · 9 years ago
  99. 5a63426 tools/power turbostat: print IRTL MSRs by Len Brown · 9 years ago
  100. c4004b02 x86: remove the kernel code/data/bss resources from /proc/iomem by Linus Torvalds · 9 years ago