aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAge
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-08-21
|\
| * kprobes/x86: ftrace based optimization for x86Masami Hiramatsu2012-07-31
| * ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-19
| * ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-19
| * ftrace/x86_32: Push ftrace_ops in as 3rd parameter to function tracerSteven Rostedt2012-07-19
| * ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-19
* | perf/x86: Fix missing struct before structure nameJovi Zhang2012-07-26
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-22
|\ \
| * | x86/uv: Work around UV2 BAU hangsCliff Wickman2012-06-25
| * | x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/Cliff Wickman2012-06-25
* | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-22
|\ \ \
| * | | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin2012-06-17
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-22
|\ \ \ \
| * | | | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-06
| * | | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-06
| * | | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-18
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-15
| | |\ \ \ \
| | | * | | | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang2012-05-24
| | * | | | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-14
| | * | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-08
| | * | | | | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-08
| | * | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-08
| | * | | | | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-08
| | * | | | | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-06
| | * | | | | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-06
| | * | | | | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-06
| * | | | | | x86/platform: Introduce APIC post-initialization callbackIdo Yariv2012-06-06
| |/ / / / /
* | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-22
|\ \ \ \ \ \
| * | | | | | x86/nmi: Clean up register_nmi_handler() usageLi Zhong2012-06-20
| * | | | | | Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-20
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-06
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-22
|\ \ \ \ \ \
| * | | | | | x86/copy_user_generic: Optimize copy_user_generic with CPU erms featureFenghua Yu2012-06-29
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-22
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | smp: Remove num_booting_cpus()Thomas Gleixner2012-06-05
| | |/ / / | |/| | |
* | | | | perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra2012-07-05
* | | | | perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-05
* | | | | perf/x86: Rename Intel specific macrosRobert Richter2012-07-05
* | | | | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-05
|\ \ \ \ \
| * | | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin2012-06-07
| * | | | | x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov2012-06-07
| * | | | | x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2012-06-07
| |/ / / /
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-07-05
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-29
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-06-25
| | | |/ / | | |/| |
| * / | | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-20
| |/ / /
* | | | Merge tag 'v3.5-rc2' into perf/coreIngo Molnar2012-06-11
|\| | |
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-08
| |\ \ \
| | * | | x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2012-06-08
| | * | | x86/uv: Fix UV2 BAU legacy modeCliff Wickman2012-06-08
| | |/ /