Age | Commit message (Expand) | Author | Files | Lines |
2017-07-03 | x86/xen: allow userspace access during hypercalls | Marek Marczykowski-Górecki | 1 | -1/+8 |
2017-07-03 | kvm: x86: mmu: allow A/D bits to be disabled in an mmu | Peter Feiner | 1 | -1/+2 |
2017-06-30 | randstruct: opt-out externally exposed function pointer structs | Kees Cook | 1 | -8/+8 |
2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook | 1 | -1/+1 |
2017-06-30 | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -22/+25 |
2017-06-29 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -2/+0 |
2017-06-28 | x86/PCI: Remove duplicate defines | Thomas Gleixner | 1 | -7/+1 |
2017-06-28 | x86: remove arch specific dma_supported implementation | Christoph Hellwig | 2 | -3/+2 |
2017-06-28 | x86: remove DMA_ERROR_CODE | Christoph Hellwig | 1 | -2/+0 |
2017-06-28 | x86, libnvdimm, pmem: remove global pmem api | Dan Williams | 1 | -47/+0 |
2017-06-28 | x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimm | Dan Williams | 1 | -5/+0 |
2017-06-27 | Merge back PM tools material for v4.13. | Rafael J. Wysocki | 1 | -6/+12 |
2017-06-25 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-06-24 | x86/paravirt: Remove unnecessary return from void function | Anton Vasilyev | 1 | -1/+1 |
2017-06-24 | x86/mshyperv: Remove excess #includes from mshyperv.h | Thomas Gleixner | 1 | -2/+1 |
2017-06-22 | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid() | Thomas Gleixner | 1 | -0/+5 |
2017-06-22 | x86/apic: Move cpumask and to core code | Thomas Gleixner | 1 | -9/+6 |
2017-06-22 | x86/apic: Move flat_cpu_mask_to_apicid_and() into C source | Thomas Gleixner | 1 | -22/+6 |
2017-06-22 | genirq/cpuhotplug: Add support for cleaning up move in progress | Thomas Gleixner | 1 | -1/+0 |
2017-06-22 | x86/msi: Remove unused remap irq domain interface | Thomas Gleixner | 1 | -1/+0 |
2017-06-22 | x86/msi: Provide new iommu irqdomain interface | Thomas Gleixner | 1 | -0/+2 |
2017-06-22 | KVM: x86: fix singlestepping over syscall | Paolo Bonzini | 1 | -0/+1 |
2017-06-22 | x86/mm: Remove reset_lazy_tlbstate() | Andy Lutomirski | 1 | -8/+0 |
2017-06-22 | x86/ldt: Simplify the LDT switching logic | Andy Lutomirski | 1 | -0/+26 |
2017-06-22 | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-06-22 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-06-22 | x86/power/64: Use char arrays for asm function names | Kees Cook | 1 | -3/+2 |
2017-06-20 | Merge branch 'WIP.sched/core' into sched/core | Ingo Molnar | 2 | -0/+2 |
2017-06-20 | Merge tag 'v4.12-rc6' into perf/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-06-16 | x86, dax, libnvdimm: remove wb_cache_pmem() indirection | Dan Williams | 1 | -21/+0 |
2017-06-16 | x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush | Dan Williams | 1 | -13/+0 |
2017-06-16 | filesystem-dax: convert to dax_copy_from_iter() | Dan Williams | 1 | -50/+0 |
2017-06-14 | x86/mce: Get rid of register_mce_write_callback() | Borislav Petkov | 1 | -4/+0 |
2017-06-14 | x86/mce: Merge mce_amd_inj into mce-inject | Borislav Petkov | 1 | -0/+5 |
2017-06-14 | Merge tag 'v4.12-rc5' into ras/core, to pick up fixes | Ingo Molnar | 1 | -5/+6 |
2017-06-13 | x86/boot/64: Add support of additional page table level during early boot | Kirill A. Shutemov | 1 | -0/+2 |
2017-06-13 | x86/boot/64: Rename init_level4_pgt and early_level4_pgt | Kirill A. Shutemov | 2 | -3/+3 |
2017-06-13 | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 4 | -13/+115 |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 7 | -9/+57 |
2017-06-13 | x86/time: Make setup_default_timer_irq() static | Dou Liyang | 1 | -1/+0 |
2017-06-12 | x86/debug: Handle early WARN_ONs proper | Peter Zijlstra | 1 | -0/+1 |
2017-06-12 | Merge 4.12-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-09 | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 2 | -0/+16 |
2017-06-08 | xen: fix HYPERVISOR_dm_op() prototype | Sergey Dyasli | 1 | -1/+3 |
2017-06-08 | locking/x86: Remove the unused atomic_inc_short() methd | Dmitry Vyukov | 1 | -13/+0 |
2017-06-08 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -0/+1 |
2017-06-08 | x86/ldt: Rename ldt_struct::size to ::nr_entries | Borislav Petkov | 1 | -2/+2 |
2017-06-07 | kvm: vmx: Check value written to IA32_BNDCFGS | Jim Mattson | 1 | -0/+2 |
2017-06-05 | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant | Andy Lutomirski | 1 | -0/+19 |