summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-2313-33/+544
|\
| * 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-085-19/+58
| * x86/olpc/xo1/sci: Report RTC wakeup eventsDaniel Drake2012-05-072-2/+16
| * 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/+31
|\ \
| * | 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/+1
| * | x86: Drop obsolete ARCH_BOOTMEM supportSam Ravnborg2012-04-142-10/+0
| * | x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha2012-03-221-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
|\ \ \
| * \ \ Merge tag 'amd-thresholding-fixes-for-3.5' of git://git.kernel.org/pub/scm/li...Ingo Molnar2012-05-042-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-2341-149/+63
|\ \ \ \ \
| * | | | | x86, fpu: drop the fpu state during thread exitSuresh Siddha2012-05-161-6/+13
| * | | | | x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()Suresh Siddha2012-05-161-2/+0
| * | | | | coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha2012-05-161-1/+14
| * | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-1639-140/+36
* | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-2333-456/+1118
|\ \ \ \ \ \
| * | | | | | Revert "x86, extable: Disable presorted exception table for now"David Daney2012-04-241-0/+1
| * | | | | | scripts/sortextable: Handle relative entries, and other cleanupsDavid Daney2012-04-243-88/+164
| * | | | | | x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-203-22/+146
| * | | | | | x86, extable: Disable presorted exception table for nowH. Peter Anvin2012-04-201-1/+0
| * | | | | | x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2012-04-202-12/+24
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+1
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-8/+2
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-3/+2
| * | | | | | x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin2012-04-201-2/+0
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-a...H. Peter Anvin2012-04-201-4/+2
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/um/checks...H. Peter Anvin2012-04-201-6/+3
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...H. Peter Anvin2012-04-201-7/+5
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-...H. Peter Anvin2012-04-201-12/+4
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-27/+23
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-37/+26
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/lib/check...H. Peter Anvin2012-04-201-6/+3
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/te...H. Peter Anvin2012-04-201-8/+2
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-12/+4
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-33/+14
| * | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2
| * | | | | | x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin2012-04-201-10/+10
| * | | | | | x86, doc: Revert "x86: Document rdmsr_safe restrictions"H. Peter Anvin2012-04-191-8/+1
| * | | | | | x86-32: Handle exception table entries during early bootH. Peter Anvin2012-04-191-94/+129
OpenPOWER on IntegriCloud