Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-08Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-10-08powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-04powerpc/bpf: Implement support for tail callsNaveen N. Rao
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur
2016-10-04powerpc: Remove do_load_up_transact_{fpu,altivec}Cyril Bur
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur
2016-10-04powerpc: signals: Stop using current in signal codeCyril Bur
2016-10-04powerpc: Return the new MSR from msr_check_and_set()Cyril Bur
2016-10-04powerpc/powernv: Specify proper data type for PCI_SLOT_ID_PREFIXGavin Shan
2016-10-04powerpc: Remove static branch prediction in atomic{, 64}_add_unlessAnton Blanchard
2016-10-04powerpc: During context switch, check before setting mm_cpumaskAnton Blanchard
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin
2016-10-04powerpc/64s: Consolidate exception handler alignmentNicholas Piggin
2016-10-04powerpc/64s: Add new exception vector macrosMichael Ellerman
2016-09-29KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh
2016-09-29drivers/pci/hotplug: Support surprise hotplug in powernv driverGavin Shan
2016-09-27KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth
2016-09-27KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbieBalbir Singh
2016-09-27KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras
2016-09-23powerpc/32: Remove CLR_TOP32Christophe Leroy
2016-09-23powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy
2016-09-23powerpc/pseries: Remove unnecessary syscall trampolineNicholas Piggin
2016-09-23powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V
2016-09-23powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman
2016-09-19powerpc: Don't change the section in _GLOBAL()Michael Ellerman
2016-09-19powerpc/kernel: Use kprobe blacklist for asm functionsNicholas Piggin
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin
2016-09-17Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-14ppc32: fix copy_from_user()Al Viro
2016-09-13powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V
2016-09-13powerpc/mm/radix: Use different RTS encoding for different POWER9 revsAneesh Kumar K.V
2016-09-13powerpc/book3s: Add a cpu table entry for different POWER9 revsAneesh Kumar K.V
2016-09-13powerpc/64: Do load of PACAKBASE in LOAD_HANDLERMichael Ellerman
2016-09-13powerpc/64: Correct comment on LOAD_HANDLER()Michael Ellerman
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2016-09-13powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens
2016-09-12powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bitMichael Ellerman
2016-09-12KVM: PPC: Book3S HV: Counters for passthrough IRQ statsSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras
2016-09-12KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Complete passthrough interrupt in hostSuresh Warrier
2016-09-12KVM: PPC: Book3S HV: Handle passthrough interrupts in guestSuresh Warrier
2016-09-09KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmapSuresh Warrier
2016-09-09KVM: PPC: select IRQ_BYPASS_MANAGERSuresh Warrier