Age | Commit message (Expand) | Author | Files | Lines |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2014-05-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2014-05-23 | x86/gart: Tidy messages and add bridge device info | Bjorn Helgaas | 1 | -16/+21 |
2014-05-23 | x86/gart: Replace printk() with pr_info() | Bjorn Helgaas | 1 | -28/+26 |
2014-05-23 | x86/PCI: Move pcibios_assign_resources() annotation to definition | Bjorn Helgaas | 1 | -6/+6 |
2014-05-22 | KVM: vmx: DR7 masking on task switch emulation is wrong | Nadav Amit | 1 | -1/+1 |
2014-05-22 | x86: fix page fault tracing when KVM guest support enabled | Dave Hansen | 2 | -1/+6 |
2014-05-22 | KVM: x86: get CPL from SS.DPL | Paolo Bonzini | 3 | -42/+18 |
2014-05-22 | KVM: x86: check CS.DPL against RPL during task switch | Paolo Bonzini | 1 | -14/+17 |
2014-05-22 | KVM: x86: drop set_rflags callback | Paolo Bonzini | 2 | -7/+0 |
2014-05-22 | KVM: x86: use new CS.RPL as CPL during task switch | Paolo Bonzini | 1 | -27/+33 |
2014-05-22 | Merge 3.15-rc6 into staging-next. | Greg Kroah-Hartman | 34 | -75/+206 |
2014-05-22 | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes | Ingo Molnar | 34 | -75/+206 |
2014-05-22 | Merge remote-tracking branch 'origin/x86/espfix' into x86/vdso | H. Peter Anvin | 41 | -90/+515 |
2014-05-22 | x86_64, entry: Merge paranoidzeroentry_ist into idtentry | Andy Lutomirski | 1 | -25/+22 |
2014-05-22 | x86_64, entry: Merge most 64-bit asm entry macros | Andy Lutomirski | 1 | -88/+64 |
2014-05-22 | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations | Andy Lutomirski | 1 | -0/+2 |
2014-05-22 | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 1 | -1/+2 |
2014-05-22 | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfix | H. Peter Anvin | 32 | -74/+195 |
2014-05-21 | x86/PCI: Work around AMD Fam15h BIOSes that fail to provide _PXM | Suravee Suthikulpanit | 1 | -4/+21 |
2014-05-21 | x86/PCI: Warn if we have to "guess" host bridge node information | Myron Stowe | 1 | -1/+5 |
2014-05-21 | Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option" | H. Peter Anvin | 2 | -11/+1 |
2014-05-21 | x86, microcode: Add a disable chicken bit | Borislav Petkov | 3 | -0/+44 |
2014-05-21 | x86, boot: Carve out early cmdline parsing function | Borislav Petkov | 3 | -1/+91 |
2014-05-20 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Rob Herring | 1 | -0/+3 |
2014-05-20 | x86, mm: Replace arch_vma_name with vm_ops->name for vsyscalls | Andy Lutomirski | 1 | -8/+9 |
2014-05-20 | x86, mm: Improve _install_special_mapping and fix x86 vdso naming | Andy Lutomirski | 5 | -21/+25 |
2014-05-20 | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET | Andy Lutomirski | 1 | -1/+2 |
2014-05-19 | fix Haswell precise store data source encoding | Stephane Eranian | 1 | -3/+19 |
2014-05-16 | x86, irq: Remove pointless irq_reserve_irqs() call | Thomas Gleixner | 1 | -3/+0 |
2014-05-16 | x86: Remove create/destroy_irq() | Thomas Gleixner | 1 | -105/+1 |
2014-05-16 | iommu: dmar: Provide arch specific irq allocation | Thomas Gleixner | 1 | -0/+3 |
2014-05-16 | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2 | -7/+0 |
2014-05-16 | x86: ioapic: Use irq_alloc/free_hwirq() | Thomas Gleixner | 1 | -13/+10 |
2014-05-16 | x86: uv: Use irq_alloc/free_hwirq() | Thomas Gleixner | 1 | -6/+4 |
2014-05-16 | x86: hpet: Use irq_alloc/free_hwirq() | Thomas Gleixner | 1 | -3/+2 |
2014-05-16 | x86: Implement arch_setup/teardown_hwirq() | Thomas Gleixner | 2 | -0/+34 |
2014-05-16 | net: filter: x86: internal BPF JIT | Alexei Starovoitov | 2 | -654/+737 |
2014-05-16 | net: filter: x86: split bpf_jit_compile() | Alexei Starovoitov | 1 | -65/+92 |
2014-05-16 | goldfish: Allow 64bit builds | Alan | 1 | -1/+0 |
2014-05-15 | x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range() | David Vrabel | 1 | -3/+1 |
2014-05-15 | x86/xen: set regions above the end of RAM as 1:1 | David Vrabel | 2 | -1/+10 |
2014-05-15 | x86/xen: only warn once if bad MFNs are found during setup | David Vrabel | 1 | -3/+3 |
2014-05-15 | x86/xen: compactly store large identity ranges in the p2m | David Vrabel | 1 | -50/+105 |
2014-05-15 | x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFN | David Vrabel | 1 | -1/+4 |
2014-05-15 | x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle() | David Vrabel | 1 | -6/+6 |
2014-05-15 | xen/x86: set panic notifier priority to minimum | Radim Krčmář | 1 | -0/+1 |
2014-05-15 | x86-64, modify_ldt: Make support for 16-bit segments a runtime option | Linus Torvalds | 2 | -1/+11 |
2014-05-14 | KVM: x86: disable master clock if TSC is reset during suspend | Marcelo Tosatti | 1 | -1/+5 |
2014-05-14 | ftrace/x86: Move the mcount/fentry code out of entry_64.S | Steven Rostedt | 3 | -204/+218 |