| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | powerpc/8xx: Add Kernel Userspace Execution Prevention | Christophe Leroy | 2019-04-21 | 1 | -0/+12 |
| * | powerpc/mm: Detect bad KUAP faults | Michael Ellerman | 2019-04-21 | 1 | -3/+22 |
| * | powerpc/64s: Implement KUAP for Radix MMU | Michael Ellerman | 2019-04-21 | 2 | -0/+20 |
| * | powerpc/mm/radix: Use KUEP API for Radix MMU | Russell Currey | 2019-04-21 | 1 | -3/+9 |
| * | powerpc/64: Setup KUP on secondary CPUs | Russell Currey | 2019-04-21 | 1 | -1/+1 |
| * | powerpc: Add a framework for Kernel Userspace Access Protection | Christophe Leroy | 2019-04-21 | 2 | -4/+25 |
| * | powerpc: Add skeleton for Kernel Userspace Execution Prevention | Christophe Leroy | 2019-04-21 | 2 | -5/+15 |
| * | powerpc: Add framework for Kernel Userspace Protection | Christophe Leroy | 2019-04-21 | 2 | -0/+8 |
| * | powerpc/numa: document topology_updates_enabled, disable by default | Nathan Lynch | 2019-04-20 | 1 | -4/+10 |
| * | powerpc/numa: improve control of topology updates | Nathan Lynch | 2019-04-20 | 1 | -6/+12 |
| * | powerpc: Remove duplicate headers | Jagadeesh Pagadala | 2019-04-20 | 1 | -1/+0 |
| * | powerpc/mm: move warning from resize_hpt_for_hotplug() | Laurent Vivier | 2019-04-20 | 2 | -13/+9 |
| * | powerpc/highmem: Change BUG_ON() to WARN_ON() | Christophe Leroy | 2019-04-20 | 1 | -10/+4 |
* | | powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWX | Christophe Leroy | 2019-05-02 | 1 | -4/+14 |
* | | powerpc/mm_iommu: Allow pinning large regions | Alexey Kardashevskiy | 2019-04-17 | 1 | -4/+20 |
* | | powerpc/mm_iommu: Fix potential deadlock | Alexey Kardashevskiy | 2019-04-17 | 1 | -36/+39 |
|/ |
|
* | powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32 | Christophe Leroy | 2019-03-19 | 1 | -4/+4 |
* | Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-03-16 | 1 | -0/+3 |
|\ |
|
| * | powerpc/mm: Disable kcov for SLB routines | Mahesh Salgaonkar | 2019-03-12 | 1 | -0/+3 |
* | | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 6 | -3/+36 |
* | | memblock: drop memblock_alloc_base() | Mike Rapoport | 2019-03-12 | 1 | -2/+6 |
* | | memblock: memblock_phys_alloc_try_nid(): don't panic | Mike Rapoport | 2019-03-12 | 1 | -0/+4 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-07 | 5 | -33/+14 |
|\ \ |
|
| * | | arch: simplify several early memory allocations | Mike Rapoport | 2019-03-07 | 1 | -2/+1 |
| * | | powerpc: prefer memblock APIs returning virtual address | Mike Rapoport | 2019-03-07 | 4 | -31/+13 |
* | | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-03-07 | 29 | -246/+366 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | powerpc/mm: fix "section_base" set but not used | Qian Cai | 2019-03-02 | 1 | -2/+0 |
| * | powerpc/mm: Fix "sz" set but not used warning | Qian Cai | 2019-03-02 | 1 | -2/+1 |
| * | powerpc/mm: Check secondary hash page table | Rashmica Gupta | 2019-03-02 | 1 | -1/+1 |
| * | powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ... | Aneesh Kumar K.V | 2019-02-26 | 1 | -4/+6 |
| * | powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback | Aneesh Kumar K.V | 2019-02-26 | 1 | -2/+3 |
| * | powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU | Christophe Leroy | 2019-02-23 | 1 | -9/+4 |
| * | powerpc: Enable kcov | Andrew Donnellan | 2019-02-23 | 1 | -0/+5 |
| * | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX | Christophe Leroy | 2019-02-23 | 3 | -3/+32 |
| * | powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX | Christophe Leroy | 2019-02-23 | 4 | -10/+99 |
| * | powerpc/mm/32s: add setibat() clearibat() and update_bats() | Christophe Leroy | 2019-02-23 | 1 | -0/+32 |
| * | powerpc/mmu: add is_strict_kernel_rwx() helper | Christophe Leroy | 2019-02-23 | 1 | -3/+1 |
| * | powerpc/mm/32s: use _PAGE_EXEC in setbat() | Christophe Leroy | 2019-02-23 | 1 | -4/+6 |
| * | powerpc/32: always populate page tables for Abatron BDI. | Christophe Leroy | 2019-02-23 | 1 | -1/+4 |
| * | powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks. | Christophe Leroy | 2019-02-23 | 1 | -18/+9 |
| * | powerpc/mm/32s: rework mmu_mapin_ram() | Christophe Leroy | 2019-02-23 | 1 | -22/+41 |
| * | powerpc/mm/32: add base address to mmu_mapin_ram() | Christophe Leroy | 2019-02-23 | 7 | -9/+9 |
| * | powerpc/8xx: Map 32Mb of RAM at init. | Christophe Leroy | 2019-02-23 | 1 | -2/+5 |
| * | powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c | Christophe Leroy | 2019-02-23 | 1 | -25/+19 |
| * | Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling" | Michael Ellerman | 2019-02-23 | 1 | -2/+4 |
| * | powerpc: Move page table dump files in a dedicated subdirectory | Christophe Leroy | 2019-02-22 | 10 | -13/+14 |
| * | powerpc: dump as a single line areas mapping a single physical page. | Christophe Leroy | 2019-02-22 | 1 | -6/+12 |
| * | powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling | Christophe Leroy | 2019-02-22 | 1 | -4/+2 |
| * | powerpc/hash32: use physical address directly in hash handlers. | Christophe Leroy | 2019-02-22 | 2 | -37/+31 |
| * | powerpc/6xx: Store PGDIR physical address in a SPRG | Christophe Leroy | 2019-02-22 | 1 | -2/+1 |