summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-05-2013-203/+223
|\
| * x86, cpu: Fix detection of Celeron Covington stepping A1 and B0Ondrej Zary2011-05-161-6/+4Star
| * x86, AMD, cacheinfo: Fix L3 cache index disable checksFrank Arnold2011-05-161-15/+4Star
| * x86, AMD, cacheinfo: Fix fallout caused by max3 conversionBorislav Petkov2011-05-161-1/+0Star
| * x86, cpu: Change NOP selection for certain Intel CPUsH. Peter Anvin2011-04-191-1/+13
| * x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-196-161/+190
| * x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin2011-04-191-1/+1
| * x86, cpu: Move AMD Elan Kconfig under "Processor family"Ian Campbell2011-04-085-21/+14Star
| |
| \
| \
| \
*---. \ Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds2011-05-205-35/+101
|\ \ \ \
| | | * | x86: Fix mrst sparse complaintsLuis R. Rodriguez2011-05-071-2/+2
| | | * | Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-0773-506/+677
| | | |\ \
| | | * | | x86: Fix spelling error in the memcpy() source code commentBart Van Assche2011-05-011-1/+1
| | | * | | x86, mpparse: Remove unnecessary variableRakib Mullick2011-03-241-3/+1Star
| | * | | | x86: Demacro CONFIG_PARAVIRT cpu accessorsAvi Kivity2011-04-241-14/+71
| * | | | | x86, apic: Print verbose error interrupt reason on apic=debugYouquan Song2011-04-191-15/+26
* | | | | | Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-202-61/+17Star
|\ \ \ \ \ \
| * | | | | | x86: hpet: Cleanup the clockevents init and register codeThomas Gleixner2011-05-191-56/+16Star
| * | | | | | x86: Convert PIT to clockevents_config_and_register()Thomas Gleixner2011-05-191-5/+1Star
* | | | | | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-208-106/+9Star
|\| | | | | |
| * | | | | | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-14257-4571/+7012
| |\ \ \ \ \ \
| | * | | | | | clocksource: convert x86 to generic i8253 clocksourceRussell King2011-05-143-78/+4Star
| * | | | | | | x86: Convert remaining x86 clocksources to clocksource_register_hz/khzJohn Stultz2011-02-216-32/+6Star
| | | | | | | |
| \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-202-6/+4Star
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-1223-160/+358
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-215-5/+53
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-142-6/+4Star
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-2024-155/+291
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'x86/mem' into perf/coreIngo Molnar2011-05-1811-54/+219
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-182-3/+3
| | * | | | | | | | | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-12/+42
| | * | | | | | | | | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-1/+28
| | * | | | | | | | | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-13/+32
| | * | | | | | | | | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-10/+55
| | * | | | | | | | | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-9/+24
| | * | | | | | | | | | x86, alternative: Add altinstruction_entry macroFenghua Yu2011-05-181-0/+9
| | * | | | | | | | | | x86, alternative, doc: Add comment for applying alternatives orderFenghua Yu2011-05-181-0/+9
| | * | | | | | | | | | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-4/+15
| | * | | | | | | | | | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu2011-05-171-0/+1
| | * | | | | | | | | | x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu2011-05-171-2/+1Star
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | ftrace/x86: mcount offset calculationMartin Schwidefsky2011-05-161-4/+3Star
| * | | | | | | | | | ftrace/x86: Do not trace .discard.text sectionSteven Rostedt2011-05-161-1/+1
| * | | | | | | | | | x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-125-58/+0Star
| * | | | | | | | | | Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar2011-05-1011-65/+221
| |\| | | | | | | | |
| * | | | | | | | | | Merge branch 'perf/stat' into perf/coreIngo Molnar2011-05-062-16/+29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf events, x86: Add Westmere stalled-cycles-frontend/backend eventsIngo Molnar2011-04-291-0/+6
| | * | | | | | | | | | perf, x86: Add new stalled cycles events for Intel and AMD CPUsIngo Molnar2011-04-292-7/+11
| | * | | | | | | | | | perf events: Add generic front-end and back-end stalled cycle event definitionsIngo Molnar2011-04-291-1/+1
| | * | | | | | | | | | perf event, x86: Use better stalled cycles metricIngo Molnar2011-04-281-2/+2
| | * | | | | | | | | | perf events, x86: Mark constrant tables read mostlyIngo Molnar2011-04-261-10/+10
| | * | | | | | | | | | perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar2011-04-261-0/+3