Age | Commit message (Expand) | Author | Files | Lines |
2015-12-14 | powerpc: Make value-returning atomics fully ordered | Boqun Feng | 1 | -1/+1 |
2015-12-14 | powerpc/mm: Use H_READ with H_READ_4 | Aneesh Kumar K.V | 1 | -0/+17 |
2015-12-14 | powerpc/nohash: we don't use real_pte_t for nohash | Aneesh Kumar K.V | 1 | -33/+0 |
2015-12-14 | powerpc/nohash: Update 64K nohash config to have 32 pte fragement | Aneesh Kumar K.V | 1 | -3/+3 |
2015-12-14 | powerpc/mm: Don't hardcode the hash pte slot shift | Aneesh Kumar K.V | 3 | -3/+3 |
2015-12-14 | powerpc/mm: Don't hardcode page table size | Aneesh Kumar K.V | 3 | -21/+40 |
2015-12-14 | powerpc/mm: Add a _PAGE_PTE bit | Aneesh Kumar K.V | 5 | -25/+28 |
2015-12-14 | powerpc/mm: Move THP headers around | Aneesh Kumar K.V | 3 | -422/+180 |
2015-12-14 | powerpc/mm: Move hugetlb related headers | Aneesh Kumar K.V | 4 | -38/+111 |
2015-12-14 | powerpc/mm: Add helper for converting pte bit to hpte bits | Aneesh Kumar K.V | 1 | -0/+1 |
2015-12-14 | powerpc/mm: Convert __hash_page_64K to C | Aneesh Kumar K.V | 1 | -1/+2 |
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 | 1 | -1/+3 |
2015-12-14 | powerpc/mm: Don't track subpage valid bit in pte_t | Aneesh Kumar K.V | 3 | -42/+13 |
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 | 9 | -42/+140 |
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-04 | lcoking/barriers, arch: Use smp barriers in smp_store_release() | Davidlohr Bueso | 1 | -1/+1 |
2015-12-02 | powerpc: clean up asm/switch_to.h | Anton Blanchard | 1 | -25/+10 |
2015-12-02 | powerpc: create flush_all_to_thread() | Anton Blanchard | 1 | -0/+1 |
2015-12-02 | powerpc: create giveup_all() | Anton Blanchard | 1 | -0/+1 |
2015-12-01 | powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() | Anton Blanchard | 1 | -2/+0 |
2015-12-01 | powerpc: Add ppc_strict_facility_enable boot option | Anton Blanchard | 2 | -5/+28 |
2015-12-01 | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() | Anton Blanchard | 1 | -0/+5 |
2015-12-01 | powerpc: Move part of giveup_fpu,altivec,spe into c | Anton Blanchard | 1 | -10/+11 |
2015-12-01 | powerpc: Remove NULL task struct pointer checks in FP and vector code | Anton Blanchard | 1 | -1/+0 |
2015-12-01 | powerpc: Create mtmsrd_isync() | Anton Blanchard | 1 | -0/+8 |
2015-12-01 | powerpc: Remove UP only lazy floating point and vector optimisations | Anton Blanchard | 2 | -14/+0 |
2015-12-01 | powerpc: Create context switch helpers save_sprs() and restore_sprs() | Anton Blanchard | 2 | -11/+1 |
2015-12-01 | powerpc/64: Include KVM guest test in all interrupt vectors | Paul Mackerras | 1 | -18/+3 |
2015-11-26 | powerpc: Standardise on NR_syscalls rather than __NR_syscalls. | Rashmica Gupta | 2 | -3/+2 |
2015-11-23 | powerpc/tm: Block signal return setting invalid MSR state | Michael Neuling | 1 | -0/+1 |
2015-11-16 | powerpc: Wire up sys_mlock2() | Michael Ellerman | 3 | -1/+3 |
2015-11-10 | kmap_atomic_to_page() has no users, remove it | Nicolas Pitre | 1 | -13/+0 |
2015-11-06 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 12 | -213/+131 |
2015-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2015-11-06 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage | Eric B Munson | 1 | -0/+1 |
2015-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -0/+13 |
2015-11-05 | Merge branch 'next' of git://git.denx.de/linux-denx-agust into next | Michael Ellerman | 2 | -2/+59 |
2015-11-04 | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -0/+2 |
2015-10-28 | powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl... | Kevin Hao | 1 | -5/+6 |
2015-10-28 | Merge branch 'clock' into HEAD | Scott Wood | 1 | -192/+0 |