Age | Commit message (Expand) | Author | Files | Lines |
2013-04-17 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky | 2 | -1/+6 |
2013-04-05 | signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer | Ben Hutchings | 1 | -0/+2 |
2013-02-28 | x86-32, mm: Remove reference to resume_map_numa_kva() | H. Peter Anvin | 1 | -6/+0 |
2013-02-17 | x86/mm: Check if PUD is large when validating a kernel address | Mel Gorman | 1 | -0/+5 |
2013-01-28 | x86: Use enum instead of literals for trap values [PARTIAL] | Kees Cook | 1 | -0/+26 |
2012-12-04 | x86-32: Fix invalid stack address while in softirq | Robert Richter | 1 | -11/+4 |
2012-11-05 | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility | Len Brown | 1 | -7/+0 |
2012-10-21 | x86, random: Verify RDRAND functionality and allow it to be disabled | H. Peter Anvin | 1 | -0/+2 |
2012-10-21 | x86, random: Architectural inlines to get random integers with RDRAND | H. Peter Anvin | 1 | -0/+73 |
2012-10-13 | mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP | Andrea Arcangeli | 1 | -3/+8 |
2012-08-15 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 1 | -2/+0 |
2012-07-16 | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM | H. Peter Anvin | 1 | -1/+1 |
2012-06-09 | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli | 1 | -0/+50 |
2012-04-13 | sched/x86: Fix overflow in cyc2ns_offset | Salman Qazi | 1 | -6/+2 |
2012-04-02 | KVM: x86: fix missing checks in syscall emulation | Stephan Bärwolf | 1 | -0/+13 |
2012-04-02 | KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" | Stephan Bärwolf | 1 | -0/+3 |
2012-03-01 | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds | 1 | -17/+93 |
2012-03-01 | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds | 3 | -24/+23 |
2012-03-01 | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds | 1 | -19/+0 |
2012-03-01 | i387: do not preload FPU state at task switch time | Linus Torvalds | 1 | -1/+0 |
2012-03-01 | i387: don't ever touch TS_USEDFPU directly, use helper functions | Linus Torvalds | 1 | -20/+55 |
2012-03-01 | i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers | Linus Torvalds | 1 | -3/+6 |
2012-03-01 | i387: fix x86-64 preemption-unsafe user stack save/restore | Linus Torvalds | 1 | -0/+42 |
2012-03-01 | i387: fix sense of sanity check | Linus Torvalds | 1 | -1/+1 |
2012-03-01 | i387: make irq_fpu_usable() tests more robust | Linus Torvalds | 1 | -8/+46 |
2012-03-01 | i387: math_state_restore() isn't called from asm | Linus Torvalds | 1 | -1/+1 |
2012-02-03 | x86/uv: Fix uv_gpa_to_soc_phys_ram() shift | Russ Anderson | 1 | -2/+2 |
2012-01-26 | x86/PCI: amd: factor out MMCONFIG discovery | Bjorn Helgaas | 1 | -0/+2 |
2011-12-09 | sched, x86: Avoid unnecessary overflow in sched_clock | Salman Qazi | 1 | -1/+22 |
2011-11-11 | apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches | Jan Beulich | 1 | -1/+1 |
2011-11-11 | x86: uv2: Workaround for UV2 Hub bug (system global address format) | Jack Steiner | 2 | -3/+35 |
2011-08-30 | xen/x86: replace order-based range checking of M2P table by linear one | Jan Beulich | 1 | -2/+2 |
2011-08-05 | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS | Len Brown | 1 | -0/+3 |
2011-07-01 | x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ... | Tejun Heo | 1 | -0/+2 |
2011-06-28 | watchdog: Intel SCU Watchdog: Fix build and remove duplicate code | Jesper Juhl | 1 | -1/+1 |
2011-06-28 | Fix node_start/end_pfn() definition for mm/page_cgroup.c | KAMEZAWA Hiroyuki | 2 | -14/+0 |
2011-06-20 | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+7 |
2011-06-19 | KVM: Fix register corruption in pvclock_scale_delta | Zachary Amsden | 1 | -2/+7 |
2011-06-19 | x86, efi: Do not reserve boot services regions within reserved areas | Maarten Lankhorst | 1 | -1/+1 |
2011-05-29 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -4/+4 |
2011-05-29 | x86 idle: clarify AMD erratum 400 workaround | Len Brown | 3 | -4/+4 |
2011-05-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -486/+1345 |
2011-05-28 | Merge branch 'setns' | Linus Torvalds | 2 | -1/+4 |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman | 2 | -1/+4 |
2011-05-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -7/+0 |
2011-05-27 | x86, asm: Clean up desc.h a bit | Ingo Molnar | 1 | -76/+76 |
2011-05-27 | kgdbts: unify/generalize gdb breakpoint adjustment | Mike Frysinger | 1 | -0/+1 |
2011-05-27 | x86: convert to asm-generic ptrace.h | Mike Frysinger | 1 | -13/+5 |
2011-05-26 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -26/+58 |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm... | Linus Torvalds | 1 | -0/+7 |