| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 12 | -78/+116 |
|\ |
|
| * | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-09-19 | 1 | -23/+1 |
| |\ |
|
| | * | vgaarb: Don't default exclusively to first video device with mem+io | Bruno Prémont | 2014-09-16 | 1 | -23/+1 |
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-09-19 | 1 | -1/+3 |
| |\ \ |
|
| | * | | kprobes/x86: Free 'optinsn' cache when range check fails | Wang Nan | 2014-08-27 | 1 | -1/+3 |
| | |/ |
|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-09-19 | 6 | -37/+98 |
| |\ \ |
|
| | * \ | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2014-09-09 | 3 | -36/+92 |
| | |\ \ |
|
| | | * | | x86/efi: Fixup GOT in all boot code paths | Matt Fleming | 2014-09-08 | 2 | -29/+81 |
| | | * | | x86/efi: Only load initrd above 4g on second try | Yinghai Lu | 2014-09-08 | 1 | -7/+11 |
| | | |/ |
|
| | * | | x86/mm: Apply the section attribute to the variable, not its type | Jan-Simon Möller | 2014-09-09 | 1 | -1/+1 |
| | * | | x86-64, ptdump: Mark espfix area only if existent | Mathias Krause | 2014-09-08 | 1 | -0/+4 |
| | * | | x86, irq: Fix build error caused by 9eabc99a635a77cbf09 | Jiang Liu | 2014-09-01 | 1 | -0/+1 |
| * | | | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 2014-09-13 | 2 | -2/+1 |
| * | | | Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-09-11 | 2 | -15/+13 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | x86/xen: don't copy bogus duplicate entries into kernel page tables | Stefan Bader | 2014-09-10 | 2 | -15/+13 |
* | | | | net: bpf: be friendly to kmemcheck | Daniel Borkmann | 2014-09-09 | 1 | -1/+1 |
* | | | | net: bpf: consolidate JIT binary allocator | Daniel Borkmann | 2014-09-09 | 1 | -39/+11 |
* | | | | net: filter: add "load 64-bit immediate" eBPF instruction | Alexei Starovoitov | 2014-09-09 | 1 | -0/+17 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-07 | 16 | -29/+82 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-29 | 6 | -4/+33 |
| |\ \ \ |
|
| | * | | | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu | 2014-08-29 | 4 | -2/+16 |
| | * | | | x86: irq: Fix bug in setting IOAPIC pin attributes | Jiang Liu | 2014-08-27 | 1 | -1/+14 |
| | * | | | x86: Fix non-PC platform kernel crash on boot due to NULL dereference | Andy Shevchenko | 2014-08-25 | 2 | -1/+3 |
| | | |/
| | |/| |
|
| * | | | kexec: purgatory: add clean-up for purgatory directory | Michael Welling | 2014-08-29 | 1 | -0/+1 |
| * | | | x86/purgatory: use approprate -m64/-32 build flag for arch/x86/purgatory | Vivek Goyal | 2014-08-29 | 1 | -0/+1 |
| * | | | kexec: create a new config option CONFIG_KEXEC_FILE for new syscall | Vivek Goyal | 2014-08-29 | 7 | -20/+31 |
| * | | | x86,mm: fix pte_special versus pte_numa | Hugh Dickins | 2014-08-29 | 1 | -2/+7 |
| |/ / |
|
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-24 | 2 | -3/+9 |
| |\ \ |
|
| | * \ | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2014-08-22 | 94 | -1400/+3547 |
| | |\ \ |
|
| | * | | | x86_32, entry: Clean up sysenter_badsys declaration | Stefan Bader | 2014-08-15 | 1 | -1/+1 |
| | * | | | x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia... | Jeremiah Mahler | 2014-08-10 | 1 | -1/+1 |
| | * | | | x86/mm: Fix RCU splat from new TLB tracepoints | Dave Hansen | 2014-08-08 | 1 | -1/+7 |
* | | | | | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann | 2014-09-05 | 1 | -12/+6 |
* | | | | | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT | Alexei Starovoitov | 2014-08-25 | 1 | -0/+42 |
|/ / / / |
|
* | | | | Revert "KVM: x86: Increase the number of fixed MTRR regs to 10" | Paolo Bonzini | 2014-08-19 | 1 | -1/+1 |
* | | | | KVM: x86: do not check CS.DPL against RPL during task switch | Paolo Bonzini | 2014-08-19 | 1 | -3/+0 |
* | | | | KVM: x86: Avoid emulating instructions on #UD mistakenly | Nadav Amit | 2014-08-19 | 1 | -4/+4 |
| |/ /
|/| | |
|
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2014-08-16 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | intel_idle: Disable Baytrail Core and Module C6 auto-demotion | Len Brown | 2014-08-15 | 1 | -0/+3 |
* | | | | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-14 | 2 | -6/+6 |
|\ \ \ \ |
|
| * | | | | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 2 | -6/+6 |
* | | | | | Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-08-14 | 2 | -6/+6 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | x86/xen: use vmap() to map grant table pages in PVH guests | David Vrabel | 2014-08-11 | 1 | -5/+5 |
| * | | | | x86/xen: resume timer irqs early | David Vrabel | 2014-08-11 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-13 | 32 | -1076/+912 |
|\ \ \ \ |
|
| * | | | | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation | Jiang Liu | 2014-08-08 | 2 | -2/+3 |
| * | | | | x86/apic/vsmp: Make is_vsmp_box() static | H. Peter Anvin | 2014-08-01 | 1 | -2/+2 |
| * | | | | x86, apic: Remove enable_apic_mode callback | David Rientjes | 2014-07-31 | 10 | -12/+0 |
| * | | | | x86, apic: Remove setup_portio_remap callback | David Rientjes | 2014-07-31 | 10 | -14/+0 |
| * | | | | x86, apic: Remove multi_timer_check callback | David Rientjes | 2014-07-31 | 10 | -26/+0 |