Age | Commit message (Expand) | Author | Files | Lines |
2020-05-11 | powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN() | Christophe Leroy | 1 | -7/+0 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -7/+2 |
2020-02-17 | powerpc/hugetlb: Fix 8M hugepages on 8xx | Christophe Leroy | 1 | -0/+5 |
2020-01-07 | powerpc32/booke: consistently return phys_addr_t in __pa() | Bai Yingjie | 1 | -1/+1 |
2019-12-01 | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+7 |
2019-11-13 | powerpc/fsl_booke/kaslr: dump out kernel offset information on panic | Jason Yan | 1 | -0/+5 |
2019-11-13 | powerpc: introduce kernstart_virt_addr to store the kernel base | Jason Yan | 1 | -0/+2 |
2019-11-01 | dma/direct: turn ARCH_ZONE_DMA_BITS into a variable | Nicolas Saenz Julienne | 1 | -9/+0 |
2019-08-20 | powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses | Nicholas Piggin | 1 | -2/+12 |
2019-06-22 | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+7 |
2019-06-19 | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac | Christoph Hellwig | 1 | -0/+7 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-02 | powerpc/mm: cleanup HPAGE_SHIFT setup | Christophe Leroy | 1 | -3/+8 |
2019-05-02 | powerpc/mm: move hugetlb_disabled into asm/hugetlb.h | Christophe Leroy | 1 | -1/+0 |
2019-04-21 | powerpc/mm: Drop the unnecessary region check | Aneesh Kumar K.V | 1 | -12/+0 |
2019-04-21 | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 1 | -1/+2 |
2019-02-23 | powerpc/kconfig: define PAGE_SHIFT inside Kconfig | Christophe Leroy | 1 | -11/+2 |
2019-02-04 | powerpc: Drop page_is_ram() and walk_system_ram_range() | Christophe Leroy | 1 | -1/+0 |
2018-12-20 | powerpc: use mm zones more sensibly | Christoph Hellwig | 1 | -0/+2 |
2018-12-04 | powerpc/mm: Move pgtable_t into platform headers | Christophe Leroy | 1 | -14/+0 |
2018-11-25 | powerpc: mark 64-bit PD_HUGE constant as unsigned long | Daniel Axtens | 1 | -1/+1 |
2018-07-30 | powerpc: move ASM_CONST and stringify_in_c() into asm-const.h | Christophe Leroy | 1 | -1/+1 |
2018-07-30 | powerpc: remove kdump.h from page.h | Christophe Leroy | 1 | -1/+0 |
2018-05-03 | powerpc/fadump: Do not use hugepages when fadump is active | Hari Bathini | 1 | -0/+1 |
2018-03-13 | powerpc: Avoid comparison of unsigned long >= 0 in pfn_valid() | Mathieu Malaterre | 1 | -1/+9 |
2018-03-06 | powerpc/mm/slice: create header files dedicated to slices | Christophe Leroy | 1 | -0/+1 |
2017-05-19 | powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash | Michael Ellerman | 1 | -0/+12 |
2017-02-23 | powerpc: do not make the entire heap executable | Denys Vlasenko | 1 | -1/+3 |
2017-01-18 | powerpc/mm: Fix little-endian 4K hugetlb | Aneesh Kumar K.V | 1 | -3/+0 |
2016-07-19 | powerpc/32: Remove RELOCATABLE_PPC32 | Kevin Hao | 1 | -3/+3 |
2016-05-11 | powerpc/mm: Make 4K and 64K use pte_t for pgtable_t | Aneesh Kumar K.V | 1 | -1/+9 |
2016-05-01 | powerpc/mm: Use big endian Linux page tables for book3s 64 | Aneesh Kumar K.V | 1 | -0/+4 |
2016-03-03 | powerpc/mm: Split pgtable types to separate header | Aneesh Kumar K.V | 1 | -103/+1 |
2016-02-29 | powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels | Paul Mackerras | 1 | -0/+7 |
2015-12-14 | powerpc/mm: Move hugetlb related headers | Aneesh Kumar K.V | 1 | -38/+4 |
2015-12-14 | powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue | Aneesh Kumar K.V | 1 | -8/+26 |
2015-12-14 | powerpc/mm: Don't use pte_val as lvalue | Aneesh Kumar K.V | 1 | -2/+8 |
2015-10-28 | powerpc/booke: Only use VIRT_PHYS_OFFSET on booke32 | Scott Wood | 1 | -3/+4 |
2015-10-12 | powerpc/mm: Disable hugepd for 64K page size. | Aneesh Kumar K.V | 1 | -0/+15 |
2015-10-09 | powerpc: Fix _ALIGN_* errors due to type difference. | Aneesh Kumar K.V | 1 | -2/+3 |
2015-10-01 | powerpc/mm: Add virt_to_pfn and use this instead of opencoding | Aneesh Kumar K.V | 1 | -2/+3 |
2015-05-11 | powerpc: Make STRICT_MM_TYPECHECKS a config option | Michael Ellerman | 1 | -3/+1 |
2014-11-14 | powerpc/mm: Switch to generic RCU get_user_pages_fast | Aneesh Kumar K.V | 1 | -1/+2 |
2014-11-14 | mm: Update generic gup implementation to handle hugepage directory | Aneesh Kumar K.V | 1 | -0/+1 |
2014-08-09 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 1 | -3/+0 |
2013-10-30 | powerpc: Fix 64K page size support for PPC44x | Alistair Popple | 1 | -1/+1 |
2013-10-30 | powerpc: Fix a typo in comments of va to pa conversion | Vaishnavi Bhat | 1 | -1/+1 |
2013-08-27 | powerpc: Work around gcc miscompilation of __pa() on 64-bit | Paul Mackerras | 1 | -0/+10 |
2013-04-30 | powerpc: Reduce PTE table memory wastage | Aneesh Kumar K.V | 1 | -0/+4 |
2013-04-30 | powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo... | Aneesh Kumar K.V | 1 | -0/+2 |