summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-062-3/+3
|\
| * x86: Use "do { } while(0)" for empty lock_cmos()/unlock_cmos() macrosJesper Juhl2011-12-181-2/+2
| * x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macroJesper Juhl2011-12-181-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-0612-232/+204
|\ \
| * | x86: Fix atomic64_xxx_cx8() functionsEric Dumazet2012-01-041-2/+2
| * | x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich2012-01-043-89/+23
| * | Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-045-7/+49
| |\ \
| * | | x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-161-5/+62
| * | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-161-9/+2
| * | | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21
| * | | x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten2011-12-071-2/+0
| * | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-061-0/+1
| * | | x86/div64: Add a micro-optimization shortcut if base is power of twoSebastian Andrzej Siewior2011-12-051-8/+14
| * | | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-0/+6
| * | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-052-2/+3
| * | | Merge branch 'upstream/ticketlock-cleanup' of git://git.kernel.org/pub/scm/li...Ingo Molnar2011-12-052-84/+71
| |\ \ \ | | |_|/ | |/| |
| | * | x86: consolidate xchg and xadd macrosJeremy Fitzhardinge2011-11-251-78/+36
| | * | x86/cmpxchg: add a locked add() helperJeremy Fitzhardinge2011-11-252-14/+43
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-067-2/+185
|\ \ \ \
| * | | | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu2011-12-231-0/+1
| * | | | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu2011-12-232-0/+5
| * | | | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-211-2/+0
| * | | | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2011-12-182-2/+1
| * | | | x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao2011-12-141-0/+3
| * | | | x86: Add NumaChip supportSteffen Persvold2011-12-051-0/+167
| * | | | x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2011-12-051-0/+3
| * | | | x86: Make flat_init_apic_ldr() availableDaniel J Blueman2011-12-051-0/+7
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-062-1/+3
|\ \ \ \
| * \ \ \ Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-051-1/+1
| |\ \ \ \
| | * | | | time: x86: Remove CLOCK_TICK_RATE from mach_timer.hDeepak Saxena2011-11-221-1/+1
| * | | | | x86, tsc: Skip TSC synchronization checks for tsc=reliableSuresh Siddha2011-12-051-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-191-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-1512-14/+74
| | |\ \ \ \
| | * | | | | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-1/+1
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-062-7/+44
|\ \ \ \ \ \ \
| * | | | | | | perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-211-7/+8
| * | | | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-2010-9/+66
| |\| | | | | |
| * | | | | | | perf, x86: Expose perf capability to other modulesGleb Natapov2011-12-061-0/+15
| * | | | | | | x86, perf: Disable non available architectural eventsGleb Natapov2011-12-061-0/+14
| * | | | | | | x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu2011-11-101-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-202-24/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into x86/memblockTejun Heo2011-11-2892-2738/+2862
| |\ \ \ \ \ \
| * | | | | | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-7/+0
| * | | | | | | memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config optionTejun Heo2011-07-141-2/+0
| * | | | | | | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo2011-07-141-2/+0
| * | | | | | | memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-141-2/+0
| * | | | | | | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-141-3/+0
| * | | | | | | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-141-1/+0
| * | | | | | | x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2011-07-141-3/+0