Age | Commit message (Expand) | Author | Files | Lines |
2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -28/+47 |
2020-10-14 | arch, drivers: replace for_each_membock() with for_each_mem_range() | Mike Rapoport | 2 | -13/+13 |
2020-10-08 | powerpc/lmb-size: Use addr #size-cells value when fetching lmb-size | Aneesh Kumar K.V | 1 | -3/+4 |
2020-10-08 | powerpc/book3s64/radix: Make radix_mem_block_size 64bit | Aneesh Kumar K.V | 1 | -1/+1 |
2020-10-06 | powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer address | Nicholas Piggin | 2 | -10/+10 |
2020-09-18 | powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning | Michael Ellerman | 2 | -2/+4 |
2020-09-18 | Merge branch 'topic/irqs-off-activate-mm' into next | Michael Ellerman | 1 | -7/+16 |
2020-09-16 | powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm | Nicholas Piggin | 1 | -7/+16 |
2020-09-15 | powerepc/book3s64/hash: Align start/end address correctly with bolt mapping | Aneesh Kumar K.V | 2 | -3/+10 |
2020-09-15 | powerpc/mm/book3s: Split radix and hash MAX_PHYSMEM limit | Aneesh Kumar K.V | 1 | -2/+2 |
2020-08-28 | powerpc/book3s64/radix: Fix boot failure with large amount of guest memory | Aneesh Kumar K.V | 1 | -15/+0 |
2020-08-24 | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio | 1 | -0/+2 |
2020-08-17 | powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled | Aneesh Kumar K.V | 1 | -1/+3 |
2020-08-10 | powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000) | Aneesh Kumar K.V | 2 | -9/+8 |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -4/+0 |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 4 | -4/+0 |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 5 | -237/+397 |
2020-07-30 | powerpc: fix function annotations to avoid section mismatch warnings with gcc-10 | Vladis Dronov | 1 | -2/+2 |
2020-07-29 | powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests only | Bharata B Rao | 1 | -1/+7 |
2020-07-27 | powerpc/64s/hash: Fix hash_preload running with interrupts enabled | Nicholas Piggin | 1 | -0/+25 |
2020-07-26 | powerpc/book3s64/pkey: Disable pkey on POWER6 and before | Aneesh Kumar K.V | 1 | -0/+6 |
2020-07-23 | powerpc/mm/hash64: Remove comment that is no longer valid | Santosh Sivaraj | 1 | -4/+0 |
2020-07-21 | powerpc/64s: Remove PROT_SAO support | Nicholas Piggin | 1 | -2/+0 |
2020-07-21 | powerpc/book3s64/pkeys: Remove is_pkey_enabled() | Aneesh Kumar K.V | 1 | -20/+11 |
2020-07-20 | powerpc/book3s64/kuap: Move UAMOR setup to key init function | Aneesh Kumar K.V | 3 | -17/+20 |
2020-07-20 | powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec | Aneesh Kumar K.V | 1 | -0/+3 |
2020-07-20 | powerpc/book3s64/keys: Print information during boot. | Aneesh Kumar K.V | 1 | -0/+1 |
2020-07-20 | powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static key | Aneesh Kumar K.V | 1 | -10/+7 |
2020-07-20 | powerpc/book3s64/pkeys: Use pkey_execute_disable_supported | Aneesh Kumar K.V | 1 | -3/+3 |
2020-07-20 | powerpc/book3s64/kuep: Add MMU_FTR_KUEP | Aneesh Kumar K.V | 1 | -1/+3 |
2020-07-20 | powerpc/book3s64/pkeys: Add MMU_FTR_PKEY | Aneesh Kumar K.V | 1 | -22/+30 |
2020-07-20 | powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved | Aneesh Kumar K.V | 1 | -2/+3 |
2020-07-20 | powerpc/book3s64/pkeys: Make initial_allocation_mask static | Aneesh Kumar K.V | 1 | -2/+5 |
2020-07-20 | powerpc/book3s64/pkeys: Convert pkey_total to num_pkey | Aneesh Kumar K.V | 1 | -7/+7 |
2020-07-20 | powerpc/book3s64/pkeys: Simplify pkey disable branch | Aneesh Kumar K.V | 1 | -4/+3 |
2020-07-20 | powerpc/book3s64/pkeys: Prevent key 1 modification from userspace. | Aneesh Kumar K.V | 1 | -0/+1 |
2020-07-20 | powerpc/book3s64/pkeys: Simplify the key initialization | Aneesh Kumar K.V | 1 | -83/+116 |
2020-07-20 | powerpc/book3s64/pkeys: Explain key 1 reservation details | Aneesh Kumar K.V | 1 | -1/+4 |
2020-07-20 | powerpc/book3s64/pkeys: Use PVR check instead of cpu feature | Aneesh Kumar K.V | 1 | -6/+10 |
2020-07-20 | powerpc/mm/radix: Create separate mappings for hot-plugged memory | Aneesh Kumar K.V | 1 | -11/+80 |
2020-07-20 | powerpc/mm/radix: Remove split_kernel_mapping() | Bharata B Rao | 1 | -76/+19 |
2020-07-20 | powerpc/mm/radix: Free PUD table when freeing pagetable | Bharata B Rao | 1 | -0/+16 |
2020-07-20 | powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings | Aneesh Kumar K.V | 2 | -5/+15 |
2020-07-18 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -8/+7 |
2020-07-16 | powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSE | Nicholas Piggin | 1 | -7/+75 |
2020-07-13 | powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkey | Aneesh Kumar K.V | 1 | -5/+7 |
2020-06-29 | powerpc/mm/pkeys: Make pkey access check work on execute_only_key | Aneesh Kumar K.V | 1 | -3/+0 |
2020-06-22 | powerpc/mm/book3s64: Skip 16G page reservation with radix | Aneesh Kumar K.V | 1 | -1/+1 |
2020-06-22 | powerpc/mm: Fix typo in IS_ENABLED() | Joe Perches | 1 | -3/+2 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2 | -3/+3 |