| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-12-14 | 8 | -12/+139 |
|\ |
|
| * | KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h | Paul Mackerras | 2016-12-01 | 2 | -44/+42 |
| * | KVM: PPC: Decrease the powerpc default halt poll max value | Suraj Jitindar Singh | 2016-11-28 | 1 | -1/+1 |
| * | KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest | Paul Mackerras | 2016-11-23 | 1 | -0/+1 |
| * | KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9 | Paul Mackerras | 2016-11-23 | 1 | -3/+4 |
| * | KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9 | Paul Mackerras | 2016-11-23 | 1 | -0/+1 |
| * | KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs | Paul Mackerras | 2016-11-23 | 2 | -0/+6 |
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2016-11-23 | 4 | -8/+62 |
| |\ |
|
| | * | powerpc/powernv: Define and set POWER9 HFSCR doorbell bit | Michael Neuling | 2016-11-23 | 1 | -0/+2 |
| | * | powerpc/reg: Add definition for LPCR_PECE_HVEE | Michael Ellerman | 2016-11-23 | 1 | -0/+1 |
| | * | powerpc/64: Define new ISA v3.00 logical PVR value and PCR register value | Suraj Jitindar Singh | 2016-11-23 | 1 | -0/+7 |
| | * | powerpc/powernv: Define real-mode versions of OPAL XICS accessors | Paul Mackerras | 2016-11-23 | 1 | -0/+3 |
| | * | powerpc/64: Provide functions for accessing POWER9 partition table | Paul Mackerras | 2016-11-23 | 1 | -0/+5 |
| | * | powerpc/64: Add some more SPRs and SPR bits for POWER9 | Paul Mackerras | 2016-11-22 | 1 | -0/+5 |
| | * | powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format | Paul Mackerras | 2016-11-16 | 1 | -8/+39 |
| * | | KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state | Paul Mackerras | 2016-11-21 | 2 | -0/+2 |
| * | | KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries | Yongji Xie | 2016-11-21 | 1 | -0/+21 |
| * | | KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler | Daniel Axtens | 2016-11-21 | 1 | -0/+44 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-13 | 2 | -1/+28 |
|\ \ |
|
| * | | mm: THP page cache support for ppc64 | Aneesh Kumar K.V | 2016-12-13 | 1 | -0/+10 |
| * | | mm: move vma_is_anonymous check within pmd_move_must_withdraw | Aneesh Kumar K.V | 2016-12-13 | 1 | -1/+2 |
| * | | mm: add tlb_remove_check_page_size_change to track page size change | Aneesh Kumar K.V | 2016-12-13 | 1 | -0/+16 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-13 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | powerpc/virtex: Use generic xilinx irqchip driver | Zubair Lutfullah Kakakhel | 2016-11-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-12-12 | 1 | -14/+0 |
|\ \ |
|
| * \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-12-11 | 3 | -4/+23 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-11-23 | 2 | -3/+13 |
| |\ \ \ |
|
| * | | | | sched/cputime, powerpc: Remove cputime_to_scaled() | Stanislaw Gruszka | 2016-11-15 | 1 | -7/+0 |
| * | | | | sched/cputime, powerpc: Remove cputime_last_delta global variable | Stanislaw Gruszka | 2016-11-15 | 1 | -7/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-12-12 | 3 | -134/+8 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-12-11 | 3 | -4/+23 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | locking/core, powerpc: Implement vcpu_is_preempted(cpu) | Pan Xinhui | 2016-11-22 | 1 | -0/+8 |
| * | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-22 | 2 | -3/+13 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 2016-11-17 | 1 | -2/+0 |
| * | | | | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 2016-11-16 | 1 | -1/+0 |
| * | | | | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 2016-11-16 | 1 | -0/+1 |
| * | | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2016-11-11 | 4 | -9/+33 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | locking/mutex: Kill arch specific code | Peter Zijlstra | 2016-10-25 | 1 | -132/+0 |
* | | | | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 2016-11-30 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge tag 'powerpc-4.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-11-26 | 3 | -4/+23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | powerpc/mm: Fixup kernel read only mapping | Aneesh Kumar K.V | 2016-11-25 | 1 | -4/+10 |
| * | | | powerpc: Fix missing CRCs, add more asm-prototypes.h declarations | Nicholas Piggin | 2016-11-22 | 1 | -0/+12 |
| * | | | powerpc: Set missing wakeup bit in LPCR on POWER9 | Benjamin Herrenschmidt | 2016-11-22 | 1 | -0/+1 |
* | | | | Merge tag 'powerpc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-11-19 | 2 | -3/+13 |
|\| | |
| |_|/
|/| | |
|
| * | | powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1 | Michael Neuling | 2016-11-18 | 1 | -0/+1 |
| * | | powerpc: Fix exception vector build with 2.23 era binutils | Hugh Dickins | 2016-11-12 | 1 | -1/+1 |
| * | | powerpc/64s: Fix system reset interrupt winkle wakeups | Nicholas Piggin | 2016-11-12 | 1 | -2/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-30 | 1 | -8/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofold | Ivan Vecera | 2016-10-29 | 1 | -8/+4 |
* | | | powerpc/64s: relocation, register save fixes for system reset interrupt | Nicholas Piggin | 2016-10-27 | 1 | -0/+16 |