summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V
2015-12-14powerpc/mm: Increase the width of #defineAneesh Kumar K.V
2015-12-14powerpc/mm: Remove pte_val usage for the second half of pgtable_tAneesh Kumar K.V
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V
2015-12-14powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pte_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Drop pte-common.h from BOOK3S 64Aneesh Kumar K.V
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V
2015-12-14powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V
2015-12-14powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V
2015-12-14powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard
2015-12-10powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard
2015-12-02powerpc: Rearrange __switch_to()Anton Blanchard
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard
2015-12-02powerpc: create giveup_all()Anton Blanchard
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard
2015-12-01powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard
2015-12-01powerpc: Create msr_check_and_{set,clear}()Anton Blanchard
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard
2015-12-01powerpc: Create mtmsrd_isync()Anton Blanchard
2015-12-01powerpc: Simplify TM restore checksAnton Blanchard
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard
2015-12-01powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard
2015-12-01powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras
2015-11-26powerpc/axonram: Fix module autoload for OF platform driverLuis de Bethencourt
2015-11-26powerpc: Add rN aliases to the pt_regs_offset table.Rashmica Gupta