Age | Commit message (Expand) | Author |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-08-14 | x86/init: fix build with CONFIG_SWAP=n | Vlastimil Babka |
2018-08-14 | Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-08-14 | Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' | Rafael J. Wysocki |
2018-08-13 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-13 | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds |
2018-08-13 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-13 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-13 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-13 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-08-10 | x86/mm/pti: Move user W+X check into pti_finalize() | Joerg Roedel |
2018-08-10 | x86/microcode: Allow late microcode loading with SMT disabled | Josh Poimboeuf |
2018-08-09 | x86/relocs: Add __end_rodata_aligned to S_REL | Joerg Roedel |
2018-08-09 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2018-08-08 | x86/mm/kmmio: Make the tracer robust against L1TF | Andi Kleen |
2018-08-08 | x86/mm/pat: Make set_memory_np() L1TF safe | Andi Kleen |
2018-08-08 | x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert | Andi Kleen |
2018-08-08 | x86/speculation/l1tf: Invert all not present mappings | Andi Kleen |
2018-08-07 | x86/mm/pti: Clone kernel-image on PTE level for 32 bit | Joerg Roedel |
2018-08-07 | x86/mm/pti: Don't clear permissions in pti_clone_pmd() | Joerg Roedel |
2018-08-07 | x86/paravirt: Fix spectre-v2 mitigations for paravirt guests | Peter Zijlstra |
2018-08-07 | x86/mm/pti: Fix 32 bit PCID check | Joerg Roedel |
2018-08-07 | cpu/hotplug: Fix SMT supported evaluation | Thomas Gleixner |
2018-08-07 | crypto: x86/aegis,morus - Fix and simplify CPUID checks | Ondrej Mosnacek |
2018-08-06 | Merge branch 'x86/pti-urgent' into x86/pti | Thomas Gleixner |
2018-08-06 | x86/mm/init: Remove freed kernel image areas from alias mapping | Dave Hansen |
2018-08-05 | x86: vdso: Use $LD instead of $CC to link | Alistair Strachan |
2018-08-05 | x86/irqflags: Provide a declaration for native_save_fl | Nick Desaulniers |
2018-08-05 | x86/mm/init: Add helper for freeing kernel image pages | Dave Hansen |
2018-08-05 | x86/mm/init: Pass unconverted symbol addresses to free_init_pages() | Dave Hansen |
2018-08-05 | x86/mm/pti: Clear Global bit more aggressively | Dave Hansen |
2018-08-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-08-05 | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry | Paolo Bonzini |
2018-08-05 | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry | Paolo Bonzini |