| Age | Commit message (Expand) | Author |
| 2012-05-07 | x86, efi: Add dedicated EFI stub entry point | Matt Fleming |
| 2012-05-07 | x86, boot: Correct CFLAGS for hostprogs | H. Peter Anvin |
| 2012-05-07 | x86, efi: Fix endian issues and unaligned accesses | Matt Fleming |
| 2012-05-07 | x86, boot: Restrict CFLAGS for hostprogs | Matt Fleming |
| 2012-05-07 | x86, mkpiggy: Don't open code put_unaligned_le32() | Matt Fleming |
| 2012-05-07 | x86, efi: Fix pointer math issue in handle_ramdisks() | Dan Carpenter |
| 2012-05-07 | i387: ptrace breaks the lazy-fpu-restore logic | Oleg Nesterov |
| 2012-05-07 | xen/smp: Fix crash when booting with ACPI hotplug CPUs. | Konrad Rzeszutek Wilk |
| 2012-05-07 | xen: correctly check for pending events when restoring irq flags | David Vrabel |
| 2012-05-07 | x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() | Andreas Herrmann |
| 2012-05-07 | x86, apic: APIC code touches invalid MSR on P5 class machines | Bryan O'Donoghue |
| 2012-05-07 | x86, microcode: Ensure that module is only loaded on supported AMD CPUs | Andreas Herrmann |
| 2012-05-07 | x86, microcode: Fix sysfs warning during module unload on unsupported CPUs | Andreas Herrmann |
| 2012-04-22 | x86: Use correct byte-sized register constraint in __add() | H. Peter Anvin |
| 2012-04-22 | x86: Use correct byte-sized register constraint in __xchg_op() | Jeremy Fitzhardinge |
| 2012-04-13 | sched/x86: Fix overflow in cyc2ns_offset | Salman Qazi |
| 2012-04-13 | Revert "x86/ioapic: Add register level checks to detect bogus io-apic entries" | Greg Kroah-Hartman |
| 2012-04-13 | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() | Jason Wessel |
| 2012-04-13 | x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND | Feiran Zhuang |
| 2012-04-02 | x86, tls: Off by one limit check | Dan Carpenter |
| 2012-04-02 | x86, tsc: Skip refined tsc calibration on systems with reliable TSC | Alok Kataria |
| 2012-04-02 | net: bpf_jit: fix BPF_S_LDX_B_MSH compilation | Eric Dumazet |
| 2012-04-02 | x86-32: Fix endless loop when processing signals for kernel tasks | Dmitry Adamushko |
| 2012-04-02 | x86-32: Fix typo for mq_getsetattr in syscall table | Thierry Reding |
| 2012-04-02 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli |
| 2012-04-02 | x86/ioapic: Add register level checks to detect bogus io-apic entries | Suresh Siddha |
| 2012-03-12 | perf/x86: Fix local vs remote memory events for NHM/WSM | Peter Zijlstra |
| 2012-03-09 | x86: Derandom delay_tsc for 64 bit | Thomas Gleixner |
| 2012-03-06 | x86: fix typo in recent find_vma_prev purge | Linus Torvalds |
| 2012-03-06 | vm: avoid using find_vma_prev() unnecessarily | Linus Torvalds |
| 2012-03-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds |
| 2012-03-05 | aout: move setup_arg_pages() prior to reading/mapping the binary | Al Viro |
| 2012-03-02 | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled | Joerg Roedel |
| 2012-03-01 | x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version | Jonathan Nieder |
| 2012-02-28 | x86/PCI: use host bridge _CRS info on MSI MS-7253 | Jonathan Nieder |
| 2012-02-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
| 2012-02-26 | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
| 2012-02-23 | PCI: fix memleak when ACPI _CRS is not used. | Yinghai Lu |
| 2012-02-22 | x86/mce/AMD: Fix UP build error | Borislav Petkov |
| 2012-02-20 | i387: export 'fpu_owner_task' per-cpu variable | Linus Torvalds |
| 2012-02-20 | x86: Specify a size for the cmp in the NMI handler | Steven Rostedt |
| 2012-02-20 | i387: support lazy restore of FPU state | Linus Torvalds |
| 2012-02-20 | i387: use 'restore_fpu_checking()' directly in task switching code | Linus Torvalds |
| 2012-02-20 | i387: fix up some fpu_counter confusion | Linus Torvalds |
| 2012-02-20 | xen/pat: Disable PAT support for now. | Konrad Rzeszutek Wilk |
| 2012-02-20 | xen/setup: Remove redundant filtering of PTE masks. | Konrad Rzeszutek Wilk |
| 2012-02-20 | x86/nmi: Test saved %cs in NMI to determine nested NMI case | Steven Rostedt |
| 2012-02-18 | i387: re-introduce FPU state preloading at context switch time | Linus Torvalds |
| 2012-02-18 | i387: move TS_USEDFPU flag from thread_info to task_struct | Linus Torvalds |
| 2012-02-16 | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore | Linus Torvalds |