Age | Commit message (Expand) | Author | Files | Lines |
2014-02-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -21/+18 |
2014-02-23 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -26/+52 |
2014-02-22 | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter table | Stephane Eranian | 1 | -1/+9 |
2014-02-22 | perf/x86: Correctly use FEATURE_PDCM | Peter Zijlstra | 1 | -4/+1 |
2014-02-22 | perf, nmi: Fix unknown NMI warning | Markus Metzger | 1 | -4/+2 |
2014-02-20 | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds | 1 | -1/+3 |
2014-02-19 | x86: tsc: Add missing Baytrail frequency to the table | Mika Westerberg | 1 | -1/+1 |
2014-02-19 | x86, tsc: Fallback to normal calibration if fast MSR calibration fails | Thomas Gleixner | 3 | -20/+17 |
2014-02-16 | Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -36/+47 |
2014-02-16 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -4/+20 |
2014-02-14 | Merge remote-tracking branch 'efi/urgent' into x86/urgent | H. Peter Anvin | 5 | -4/+20 |
2014-02-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -8/+17 |
2014-02-14 | x86/efi: Check status field to validate BGRT header | Matt Fleming | 1 | -1/+1 |
2014-02-14 | x86/efi: Fix 32-bit fallout | Borislav Petkov | 4 | -3/+19 |
2014-02-13 | x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is off | H. Peter Anvin | 1 | -5/+9 |
2014-02-13 | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled | H. Peter Anvin | 1 | -1/+6 |
2014-02-12 | ftrace/x86: Use breakpoints for converting function graph caller | Steven Rostedt (Red Hat) | 1 | -36/+47 |
2014-02-11 | x86: dma-mapping: fix GFP_ATOMIC macro usage | Marek Szyprowski | 1 | -1/+3 |
2014-02-11 | xen: properly account for _PAGE_NUMA during xen pte translations | Mel Gorman | 2 | -4/+14 |
2014-02-09 | x86: Use preempt_disable_notrace() in cycles_2_ns() | Steven Rostedt | 1 | -2/+2 |
2014-02-09 | perf/x86: Fix Userspace RDPMC switch | Peter Zijlstra | 1 | -1/+1 |
2014-02-09 | perf/x86/intel/p6: Add userspace RDPMC quirk for PPro | Peter Zijlstra | 3 | -16/+39 |
2014-02-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 14 | -82/+123 |
2014-02-07 | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 86 | -576/+4228 |
2014-02-07 | arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo... | Tang Chen | 1 | -8/+11 |
2014-02-07 | arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho... | Tang Chen | 1 | -1/+1 |
2014-02-06 | x86, microcode, AMD: Unify valid container checks | Borislav Petkov | 1 | -14/+29 |
2014-02-06 | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 3 | -5/+29 |
2014-02-06 | x86/efi: Allow mapping BGRT on x86-32 | Matt Fleming | 1 | -4/+6 |
2014-02-06 | x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigs | Ingo Molnar | 1 | -0/+1 |
2014-02-04 | xen/pvh: set CR4 flags for APs | Mukesh Rathor | 1 | -0/+12 |
2014-02-03 | Revert "xen/grant-table: Avoid m2p_override during mapping" | Konrad Rzeszutek Wilk | 2 | -5/+17 |
2014-02-02 | x86: Fix the initialization of physnode_map | Petr Tesarik | 1 | -0/+2 |
2014-01-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -22/+46 |
2014-01-31 | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc... | Linus Torvalds | 3 | -18/+7 |
2014-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -36/+89 |
2014-01-31 | xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pages | Dave Jones | 1 | -1/+2 |
2014-01-31 | xen/grant-table: Avoid m2p_override during mapping | Zoltan Kiss | 2 | -17/+5 |
2014-01-31 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 1 | -1/+2 |
2014-01-31 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 10 | -34/+37 |
2014-01-31 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -43/+91 |
2014-01-31 | Merge branch 'drop-time' of git://git.kernel.org/pub/scm/linux/kernel/git/mma... | Linus Torvalds | 1 | -5/+0 |
2014-01-31 | mm: don't lose the SOFT_DIRTY flag on mprotect | Andrey Vagin | 1 | -1/+2 |
2014-01-31 | x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() | Prarit Bhargava | 1 | -1/+8 |
2014-01-30 | x86, build: Build 16-bit code with -m16 where possible | David Woodhouse | 1 | -4/+12 |
2014-01-30 | x86, boot: Fix word-size assumptions in has_eflag() inline asm | David Woodhouse | 1 | -5/+20 |
2014-01-30 | x86, asmlinkage, xen: Fix type of NMI | Andi Kleen | 1 | -2/+2 |
2014-01-30 | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visible | Andi Kleen | 2 | -2/+2 |
2014-01-30 | x86: Use inline assembler instead of global register variable to get sp | Andi Kleen | 1 | -3/+5 |
2014-01-30 | x86, asmlinkage, paravirt: Make paravirt thunks global | Andi Kleen | 4 | -17/+17 |