summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irq: Don't re-enable interrupts at the end of irq_exitFrederic Weisbecker2013-02-281-6/+1
* irq: Remove IRQ_EXIT_OFFSET workaroundFrederic Weisbecker2013-02-222-4/+1
* Revert "nohz: Make tick_nohz_irq_exit() irq safe"Thomas Gleixner2013-02-211-6/+1
* irq: Sanitize invoke_softirqThomas Gleixner2013-02-211-10/+2
* irq: Ensure irq_exit() code runs with interrupts disabledThomas Gleixner2013-02-211-0/+11
* nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker2013-02-211-1/+6
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-196-410/+1354
|\
| * x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis2013-02-111-2479/+1
| * x86, uv, uv3: Check current gru hub support for SGI UV3Mike Travis2013-02-111-1/+1
| * x86, uv, uv3: Update Time Support for SGI UV3Mike Travis2013-02-111-6/+7
| * x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis2013-02-111-35/+171
| * x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis2013-02-111-8/+36
| * x86, uv, uv3: Update ACPI Check to include SGI UV3Mike Travis2013-02-111-2/+1
| * x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis2013-02-111-108/+3366
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-1915-79/+563
|\ \
| * | x86: Add TS-5500 platform supportVivien Didelot2013-01-256-0/+402
| * | x86/srat: Simplify memory affinity init error handlingDavidlohr Bueso2013-01-241-14/+15
| * | x86/apb/timer: Remove unnecessary "if"Cong Ding2013-01-241-1/+1
| * | Merge tag 'numascale' into x86/platformH. Peter Anvin2013-01-225-64/+80
| |\ \
| | * | amd64_edac: Fix type usage in NB IDs and memory rangesDaniel J Blueman2013-01-102-16/+16
| | * | amd64_edac: Fix PCI function lookupDaniel J Blueman2013-01-101-34/+38
| | * | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman2013-01-103-5/+6
| | * | x86, AMD, NB: Add multi-domain supportDaniel J Blueman2013-01-103-9/+20
| * | | goldfish: platform device for x86Jun Nakajima2013-01-214-0/+65
* | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-197-9/+78
|\ \ \ \
| * | | | x86, hyperv: HYPERV depends on X86_LOCAL_APICH. Peter Anvin2013-02-121-1/+1
| * | | | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-126-7/+68
| * | | | X86: Add a check to catch Xen emulation of Hyper-VK. Y. Srinivasan2013-02-121-0/+7
| * | | | x86: Hyper-V: register clocksource only if its advertisedOlaf Hering2013-02-121-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-195-14/+9
|\ \ \ \
| * | | | x86/memtest: Shorten time for testsAlexander Holler2013-02-181-8/+2
| * | | | x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich2013-01-243-3/+3
| * | | | x86/EFI: Properly init-annotate BGRT codeJan Beulich2013-01-241-3/+4
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-194-10/+6
|\ \ \ \ \
| * | | | | x86: ptrace.c only needs export.h and not the full module.hPaul Gortmaker2013-02-141-1/+1
| * | | | | x86, apb_timer: remove unused variable percpu_timerSasha Levin2012-12-201-6/+2
| * | | | | um: don't compare a pointer to 0Sasha Levin2012-12-201-1/+1
| * | | | | arch/x86/platform/uv: use ARRAY_SIZE where possibleSasha Levin2012-12-201-2/+2
* | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-195-6/+10
|\ \ \ \ \ \
| * | | | | | timeconst.pl: Eliminate Perl warningH. Peter Anvin2013-02-071-4/+2
| * | | | | | x86: Default to ARCH=x86 to avoid overriding CONFIG_64BITDavid Woodhouse2012-12-204-2/+8
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-195-0/+46
|\ \ \ \ \ \ \
| * | | | | | | x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-295-0/+46
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-1912-679/+574
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, head_32: Give the 6 label a real nameBorislav Petkov2013-02-121-6/+6
| * | | | | | | | x86, head_32: Remove second CPUID detection from default_entryBorislav Petkov2013-02-121-13/+4
| * | | | | | | | x86: Detect CPUID support early at bootBorislav Petkov2013-02-121-25/+25
| * | | | | | | | x86, head_32: Remove i386 piecesBorislav Petkov2013-02-121-17/+5
| * | | | | | | | Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin2013-02-12507-2605/+4455
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse2013-01-281-1/+7
OpenPOWER on IntegriCloud