aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-3/+1
2017-02-01powerpc, sched/cputime: Remove unused cputime definitionsGravatar Frederic Weisbecker 2-191/+2
2017-02-01sched/cputime: Push time to account_system_time() in nsecsGravatar Frederic Weisbecker 1-7/+8
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-02-01sched/cputime: Push time to account_user_time() in nsecsGravatar Frederic Weisbecker 1-1/+1
2017-02-01sched/cputime: Convert task/group cputime to nsecsGravatar Frederic Weisbecker 1-2/+2
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchGravatar Ingo Molnar 20-58/+131
2017-01-20powerpc: Ignore reserved field in DCSR and PVR reads and writesGravatar Anton Blanchard 1-5/+5
2017-01-20powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeGravatar Dave Martin 1-0/+7
2017-01-20powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeGravatar Dave Martin 1-0/+7
2017-01-18powerpc/perf: Use MSR to report privilege level on P9 DD1Gravatar Madhavan Srinivasan 3-1/+4
2017-01-18powerpc/eeh: Enable IO path on permanent errorGravatar Gavin Shan 1-1/+9
2017-01-18powerpc/perf: Fix PM_BRU_CMPL event code for power9Gravatar Madhavan Srinivasan 1-1/+1
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbGravatar Aneesh Kumar K.V 8-25/+44
2017-01-18powerpc/mm/hugetlb: Don't panic when we don't find the default huge page sizeGravatar Aneesh Kumar K.V 1-3/+0
2017-01-18powerpc: Fix pgtable pmd cache initGravatar Nicholas Piggin 2-13/+6
2017-01-17powerpc/icp-opal: Fix missing KVM case and harden replayGravatar Benjamin Herrenschmidt 1-7/+24
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixGravatar Reza Arbab 3-2/+24
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Gravatar Frederic Weisbecker 1-4/+2
2017-01-14sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/tas...Gravatar Frederic Weisbecker 1-43/+77
2017-01-14sched/cputime, powerpc: Migrate stolen_time field to the accounting structureGravatar Frederic Weisbecker 3-5/+4
2017-01-14sched/cputime, powerpc: Prepare accounting structure for cputime flush on tickGravatar Frederic Weisbecker 4-25/+34
2017-01-14sched/cputime, powerpc32: Fix stale scaled stime on context switchGravatar Frederic Weisbecker 1-0/+1
2016-12-25powerpc: Fix build warning on 32-bit PPCGravatar Larry Finger 1-1/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-11/+10
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2016-12-25ktime: Cleanup ktime_set() usageGravatar Thomas Gleixner 2-4/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-7/+7
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 105-105/+105
2016-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-3/+0
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Gravatar Madalin Bucur 1-3/+0
2016-12-20powerpc: ima: send the kexec buffer to the next kernelGravatar Thiago Jung Bauermann 5-6/+129
2016-12-20powerpc: ima: get the kexec buffer passed by the previous kernelGravatar Thiago Jung Bauermann 6-1/+155
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 174-1793/+4610
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Gravatar Michael Ellerman 34-360/+803
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-6/+10
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-6/+11
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressGravatar Jan Kara 1-5/+3
2016-12-14arch/powerpc: add option to skip DMA sync as a part of mappingGravatar Alexander Duyck 1-1/+8
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 28-246/+825
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-13/+29
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-212/+7
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-77/+21
2016-12-12mm: THP page cache support for ppc64Gravatar Aneesh Kumar K.V 1-0/+10
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawGravatar Aneesh Kumar K.V 1-1/+2