aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14powerpc/mm: Don't use pte_val as lvalueAneesh Kumar K.V3-57/+139
2015-12-14powerpc/mm: Drop pte-common.h from BOOK3S 64Aneesh Kumar K.V4-12/+111
2015-12-14powerpc/mm: Don't have generic headers introduce functions touching pte bitsAneesh Kumar K.V3-191/+376
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V3-131/+49
2015-12-14powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V3-9/+129
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V7-7/+981
2015-12-14powerpc/mm: move pte headers to book3s directoryAneesh Kumar K.V6-10/+10
2015-12-14powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V1-1/+2
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard1-1/+1
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard1-6/+9
2015-12-10powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard1-3/+10
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard2-26/+11
2015-12-02powerpc: Rearrange __switch_to()Anton Blanchard1-26/+26
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard4-10/+22
2015-12-02powerpc: create giveup_all()Anton Blanchard3-30/+64
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard4-30/+4
2015-12-01powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard3-7/+43
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard10-0/+25
2015-12-01powerpc: Create msr_check_and_{set,clear}()Anton Blanchard1-55/+52
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard4-19/+23
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard6-48/+65
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard4-19/+0
2015-12-01powerpc: Create mtmsrd_isync()Anton Blanchard2-8/+30
2015-12-01powerpc: Simplify TM restore checksAnton Blanchard1-34/+19
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard9-304/+1
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard1-3/+1
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard4-82/+82
2015-12-01powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard2-8/+0
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard1-14/+1
2015-12-01powerpc/64: Include KVM guest test in all interrupt vectorsPaul Mackerras2-35/+20
2015-11-26powerpc/axonram: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-11-26powerpc: Add rN aliases to the pt_regs_offset table.Rashmica Gupta1-0/+1
2015-11-26powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta8-9/+8
2015-11-26powerpc: Remove unused function trace_syscall()Rashmica Gupta1-7/+0
2015-11-26powerpc/boot: allow wrapper to work on non-english systemLaurent Vivier1-1/+1
2015-11-26powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlersJohn Ogness1-1/+2
2015-11-24powerpc/powernv: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-11-16powerpc: Wire up sys_mlock2()Michael Ellerman3-1/+3
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+13
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre1-13/+0
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-12/+2
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds262-1678/+5022
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+3
2015-11-06KVM: PPC: Book3S HV: Don't dynamically split core when already splitPaul Mackerras1-1/+1
2015-11-06KVM: PPC: Book3S HV: Synthesize segment fault if SLB lookup failsPaul Mackerras1-8/+12
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-0/+1
2015-11-05arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T1-1/+1
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1