summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-05-241-475/+318Star
|\
| * crypto: aesni-intel - move more common code to ablk_init_commonJussi Kivilinna2012-05-151-55/+15Star
| * crypto: aesni-intel - use crypto_[un]register_algsJussi Kivilinna2012-05-151-420/+303Star
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-231-1/+10
|\ \ \
| * | | perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter2012-05-181-1/+10
* | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-232-192/+185Star
|\ \ \ \
| * | | | x86/reboot: Update nonmi_ipi parameterDon Zickus2012-05-141-8/+4Star
| * | | | x86/reboot: Use NMI to assist in shutting down if IRQ failsDon Zickus2012-05-141-5/+56
| * | | | Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus"Don Zickus2012-05-141-57/+2Star
| * | | | x86/reboot: Clean up coding styleMichael D Labriola2012-02-071-59/+70
| * | | | x86/reboot: Reduce to a single DMI table for reboot quirksMichael D Labriola2012-02-071-93/+83Star
| * | | | Merge branch 'linus' into x86/bootIngo Molnar2012-02-0714-45/+111
| |\ \ \ \
* | \ \ \ \ Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-2310-21/+516
|\ \ \ \ \ \
| * | | | | | x86/vsmp: Fix number of CPUs when vsmp is disabledShai Fultheim2012-05-142-0/+41
| * | | | | | keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-083-7/+31
| * | | | | | x86/olpc/xo1/sci: Report RTC wakeup eventsDaniel Drake2012-05-071-2/+15
| * | | | | | x86/olpc/xo1/sci: Produce wakeup events for buttons and switchesDaniel Drake2012-05-071-5/+21
| * | | | | | x86, platform: Initial support for sta2x11 I/O hubAlessandro Rubini2012-04-123-5/+391
| * | | | | | x86: Introduce CONFIG_X86_DMA_REMAPAlessandro Rubini2012-04-122-0/+10
| * | | | | | x86-32: Introduce CONFIG_X86_DEV_DMA_OPSAlessandro Rubini2012-04-123-3/+8
* | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-236-37/+31Star
|\ \ \ \ \ \ \
| * | | | | | | x86-64: Fix accounting in kernel_physical_mapping_init()Jan Beulich2012-05-181-10/+13
| * | | | | | | x86/tlb: Clean up and unify TLB_FLUSH_ALL definitionAlex Shi2012-05-181-5/+1Star
| * | | | | | | x86: Drop obsolete ARCH_BOOTMEM supportSam Ravnborg2012-04-142-10/+0Star
| * | | | | | | x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha2012-03-231-3/+5
| * | | | | | | x86/mm: Fix the size calculation of mapping tablesWANG Cong2012-03-061-9/+12
* | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-14/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, MCE, AMD: Disable error thresholding bank 4 on some modelsBorislav Petkov2012-04-301-0/+37
| * | | | | | | | x86, MCE, AMD: Hide interrupt_enable sysfs nodeBorislav Petkov2012-04-301-2/+7
| * | | | | | | | x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov2012-04-301-12/+44
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-235-29/+19Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, fpu: drop the fpu state during thread exitSuresh Siddha2012-05-171-6/+13
| * | | | | | | | | x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()Suresh Siddha2012-05-171-2/+0Star
| * | | | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-174-21/+6Star
* | | | | | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-2325-455/+580
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "x86, extable: Disable presorted exception table for now"David Daney2012-04-241-0/+1
| * | | | | | | | | | x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-213-22/+146
| * | | | | | | | | | x86, extable: Disable presorted exception table for nowH. Peter Anvin2012-04-211-1/+0Star
| * | | | | | | | | | x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2012-04-212-12/+24
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-211-3/+1Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-8/+2Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-3/+2Star
| * | | | | | | | | | x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin2012-04-201-2/+0Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-a...H. Peter Anvin2012-04-201-4/+2Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/um/checks...H. Peter Anvin2012-04-201-6/+3Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...H. Peter Anvin2012-04-201-7/+5Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-...H. Peter Anvin2012-04-201-12/+4Star
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-27/+23Star