aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-01
|\
| * x86: Document x86_init.paging.pagetable_init()Attilio Rao2012-09-12
| * x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-12
| * x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-12
| * x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-12
| * x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao2012-09-12
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-01
|\ \
| * | x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama2012-09-28
| * | x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich2012-09-07
| * | x86, cpu: Preset default tlb_flushall_shift on AMDBorislav Petkov2012-08-06
| * | x86, cpu: Add AMD TLB size detectionBorislav Petkov2012-08-06
| * | x86, cpu: Push TLB detection CPUID check downBorislav Petkov2012-08-06
| * | x86, cpu: Fixup tlb_flushall_shift formattingBorislav Petkov2012-08-06
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \ \
| * \ \ Merge tag 'please-pull-naveen' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-09-29
| |\ \ \
| | * | | x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-27
| |/ / /
| * | | Merge tag 'ras_queue_for_3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-09-19
| |\ \ \
| | * | | x86, MCE: Remove unused definesBorislav Petkov2012-09-17
| | * | | x86, mce: Enable MCA support by defaultBorislav Petkov2012-09-17
| * | | | Merge tag 'v3.6-rc6' into x86/mceIngo Molnar2012-09-19
| |\| | |
| * | | | x86/mce: Add CMCI poll modeChen Gong2012-08-09
| * | | | x86/mce: Make cmci_discover() quietTony Luck2012-08-09
| * | | | x86: mce: Remove the frozen cases in the hotplug codeThomas Gleixner2012-08-03
| * | | | x86: mce: Split timer initThomas Gleixner2012-08-03
| * | | | x86: mce: Serialize mce injectionThomas Gleixner2012-08-03
| * | | | x86: mce: Disable preemption when calling raise_local()Thomas Gleixner2012-08-03
| | |/ / | |/| |
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \ \ \
| * | | | x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2012-09-21
| * | | | x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha2012-09-18
| * | | | x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha2012-09-18
| * | | | x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha2012-09-18
| * | | | x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-18
| * | | | x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-18
| * | | | lguest, x86: handle guest TS bit for lazy/non-lazy fpu host modelsSuresh Siddha2012-09-18
| * | | | x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usageSuresh Siddha2012-09-18
| * | | | x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha2012-09-18
| * | | | x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2012-09-18
| * | | | x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2012-09-18
| * | | | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-18
| * | | | x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha2012-09-18
| * | | | x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2012-09-18
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-01
|\ \ \ \ \
| * | | | | efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2012-09-29
| * | | | | efi: Add a function to look up existing IO memory mappingsJosh Triplett2012-09-29
| * | | | | efi: Defer freeing boot services memory until after ACPI initJosh Triplett2012-09-29
| * | | | | Merge branch 'x86/efi/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-09-19
| |\ \ \ \ \
| | * | | | | x86, EFI: Calculate the EFI framebuffer size instead of trusting the firmwareMatthew Garrett2012-09-17
| | * | | | | efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett2012-09-17
| | * | | | | efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi2012-09-17
| | * | | | | efi: Build EFI stub with EFI-appropriate optionsMatthew Garrett2012-09-17