Age | Commit message (Expand) | Author | Files | Lines |
2015-12-14 | powerpc/mm: Don't hardcode page table size | Aneesh Kumar K.V | 4 | -25/+40 |
2015-12-14 | powerpc/mm: Add a _PAGE_PTE bit | Aneesh Kumar K.V | 8 | -33/+35 |
2015-12-14 | powerpc/mm: Move THP headers around | Aneesh Kumar K.V | 6 | -423/+201 |
2015-12-14 | powerpc/mm: Move hugetlb related headers | Aneesh Kumar K.V | 6 | -110/+129 |
2015-12-14 | powerpc/mm: Move WIMG update to helper. | Aneesh Kumar K.V | 5 | -31/+12 |
2015-12-14 | powerpc/mm: Add helper for converting pte bit to hpte bits | Aneesh Kumar K.V | 6 | -67/+21 |
2015-12-14 | powerpc/mm: Convert 4k insert from asm to C | Aneesh Kumar K.V | 4 | -360/+142 |
2015-12-14 | powerpc/mm: Convert __hash_page_64K to C | Aneesh Kumar K.V | 4 | -308/+134 |
2015-12-14 | powerpc/mm: Increase the width of #define | Aneesh Kumar K.V | 1 | -13/+13 |
2015-12-14 | powerpc/mm: Remove pte_val usage for the second half of pgtable_t | Aneesh Kumar K.V | 2 | -2/+3 |
2015-12-14 | powerpc/mm: Don't track subpage valid bit in pte_t | Aneesh Kumar K.V | 7 | -54/+48 |
2015-12-14 | powerpc/mm: Remove the dependency on pte bit position in asm code | Aneesh Kumar K.V | 2 | -14/+33 |
2015-12-14 | powerpc/mm: Convert 4k hash insert to C | Aneesh Kumar K.V | 4 | -381/+208 |
2015-12-14 | powerpc/booke: Move nohash headers | Aneesh Kumar K.V | 11 | -41/+41 |
2015-12-14 | powerpc/mm: Move PTE bits from generic functions to hash64 functions. | Aneesh Kumar K.V | 4 | -204/+340 |
2015-12-14 | powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h | Aneesh Kumar K.V | 3 | -451/+448 |
2015-12-14 | powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue | Aneesh Kumar K.V | 11 | -57/+154 |
2015-12-14 | powerpc/mm: Don't use pte_val as lvalue | Aneesh Kumar K.V | 3 | -57/+139 |
2015-12-14 | powerpc/mm: Drop pte-common.h from BOOK3S 64 | Aneesh Kumar K.V | 4 | -12/+111 |
2015-12-14 | powerpc/mm: Don't have generic headers introduce functions touching pte bits | Aneesh Kumar K.V | 3 | -191/+376 |
2015-12-14 | powerpc/mm: Delete booke bits from book3s | Aneesh Kumar K.V | 3 | -131/+49 |
2015-12-14 | powerpc/mm: Move hash specific pte width and other defines to book3s | Aneesh Kumar K.V | 3 | -9/+129 |
2015-12-14 | powerpc/mm: make a separate copy for book3s | Aneesh Kumar K.V | 7 | -7/+981 |
2015-12-14 | powerpc/mm: move pte headers to book3s directory | Aneesh Kumar K.V | 6 | -10/+10 |
2015-12-14 | powerpc/mm: Fix infinite loop in hash fault with 4K page size | Aneesh Kumar K.V | 1 | -1/+2 |
2015-12-10 | powerpc: Fix DSCR inheritance over fork() | Anton Blanchard | 3 | -17/+1 |
2015-12-10 | powerpc: Call restore_sprs() before _switch() | Anton Blanchard | 1 | -6/+9 |
2015-12-10 | powerpc: Call check_if_tm_restore_required() in enable_kernel_*() | Anton Blanchard | 1 | -3/+10 |
2015-12-02 | powerpc: clean up asm/switch_to.h | Anton Blanchard | 2 | -26/+11 |
2015-12-02 | powerpc: Rearrange __switch_to() | Anton Blanchard | 1 | -26/+26 |
2015-12-02 | powerpc: create flush_all_to_thread() | Anton Blanchard | 4 | -10/+22 |
2015-12-02 | powerpc: create giveup_all() | Anton Blanchard | 3 | -30/+64 |
2015-12-01 | powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() | Anton Blanchard | 4 | -30/+4 |
2015-12-01 | powerpc: Add ppc_strict_facility_enable boot option | Anton Blanchard | 4 | -7/+49 |
2015-12-01 | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() | Anton Blanchard | 15 | -0/+39 |
2015-12-01 | powerpc: Create msr_check_and_{set,clear}() | Anton Blanchard | 1 | -55/+52 |
2015-12-01 | crypto: vmx: Only call enable_kernel_vsx() | Anton Blanchard | 4 | -17/+0 |
2015-12-01 | powerpc: Move part of giveup_vsx into c | Anton Blanchard | 4 | -19/+23 |
2015-12-01 | powerpc: Move part of giveup_fpu,altivec,spe into c | Anton Blanchard | 6 | -48/+65 |
2015-12-01 | powerpc: Remove NULL task struct pointer checks in FP and vector code | Anton Blanchard | 4 | -19/+0 |
2015-12-01 | powerpc: Create mtmsrd_isync() | Anton Blanchard | 2 | -8/+30 |
2015-12-01 | powerpc: Simplify TM restore checks | Anton Blanchard | 1 | -34/+19 |
2015-12-01 | powerpc: Remove UP only lazy floating point and vector optimisations | Anton Blanchard | 9 | -304/+1 |
2015-12-01 | powerpc: Remove redundant mflr in _switch | Anton Blanchard | 1 | -3/+1 |
2015-12-01 | powerpc: Create context switch helpers save_sprs() and restore_sprs() | Anton Blanchard | 4 | -82/+82 |
2015-12-01 | powerpc: Don't disable MSR bits in do_load_up_transact_*() functions | Anton Blanchard | 2 | -8/+0 |
2015-12-01 | powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch | Anton Blanchard | 1 | -14/+1 |
2015-12-01 | powerpc/64: Include KVM guest test in all interrupt vectors | Paul Mackerras | 2 | -35/+20 |
2015-11-26 | powerpc/axonram: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-11-26 | powerpc/rackmeter: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |