summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-161-9/+2Star
| * | | | | | | | | | | | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21Star
| * | | | | | | | | | | | x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel2011-12-151-1/+2
| * | | | | | | | | | | | x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan2011-12-121-5/+3Star
| * | | | | | | | | | | | x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten2011-12-071-2/+0Star
| * | | | | | | | | | | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-063-2/+3
| * | | | | | | | | | | | x86: Clean up and extend do_int3()Srikar Dronamraju2011-12-061-6/+1Star
| * | | | | | | | | | | | x86: Call do_notify_resume() with interrupts enabledSrikar Dronamraju2011-12-061-0/+4
| * | | | | | | | | | | | x86/div64: Add a micro-optimization shortcut if base is power of twoSebastian Andrzej Siewior2011-12-051-8/+14
| * | | | | | | | | | | | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-052-4/+5
| * | | | | | | | | | | | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-053-26/+24Star
| * | | | | | | | | | | | x86-64: Reduce amount of redundant code generated for invalidate_interruptNNJan Beulich2011-12-051-3/+12
| * | | | | | | | | | | | x86-64: Slightly shorten int_ret_from_sys_callJan Beulich2011-12-051-3/+1Star
| * | | | | | | | | | | | x86, efi: Convert efi_phys_get_time() args to physical addressesMaurice Ma2011-12-051-1/+2
| * | | | | | | | | | | | x86: Default to vsyscall=emulateAndy Lutomirski2011-12-051-1/+1
| * | | | | | | | | | | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-055-17/+87
| * | | | | | | | | | | | Merge branch 'upstream/ticketlock-cleanup' of git://git.kernel.org/pub/scm/li...Ingo Molnar2011-12-052-84/+71Star
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | x86: consolidate xchg and xadd macrosJeremy Fitzhardinge2011-11-251-78/+36Star
| | * | | | | | | | | | | 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-0625-60/+627
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha2011-12-231-1/+2
| * | | | | | | | | | | | | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu2011-12-232-10/+28
| * | | | | | | | | | | | | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu2011-12-234-18/+64
| * | | | | | | | | | | | | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu2011-12-232-3/+14
| * | | | | | | | | | | | | x86, apic: Add probe() for apic_flatYinghai Lu2011-12-231-1/+6
| * | | | | | | | | | | | | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2011-12-218-30/+4Star
| * | | | | | | | | | | | | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao2011-12-184-10/+4Star
| * | | | | | | | | | | | | x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao2011-12-143-0/+14
| * | | | | | | | | | | | | x86: Fix the !CONFIG_NUMA build of the new CPU ID fixup code supportSteffen Persvold2011-12-061-0/+2
| * | | | | | | | | | | | | x86: Add NumaChip supportSteffen Persvold2011-12-054-0/+475
| * | | | | | | | | | | | | x86: Add x86_init platform override to fix up NUMA core numberingDaniel J Blueman2011-12-054-0/+20
| * | | | | | | | | | | | | x86: Make flat_init_apic_ldr() availableDaniel J Blueman2011-12-052-1/+8
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-064-6/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-052-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | time: x86: Remove CLOCK_TICK_RATE from mach_timer.hDeepak Saxena2011-11-221-1/+1
| | * | | | | | | | | | | | | time: x86: Remove CLOCK_TICK_RATE from tsc codeDeepak Saxena2011-11-221-2/+2
| * | | | | | | | | | | | | | x86, tsc: Skip TSC synchronization checks for tsc=reliableSuresh Siddha2011-12-053-3/+5
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | 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-1550-142/+542
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | 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-0617-462/+1030
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian2011-12-211-0/+1
| * | | | | | | | | | | | | | perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian2011-12-213-18/+20
| * | | | | | | | | | | | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-2040-131/+468
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf, x86: Expose perf capability to other modulesGleb Natapov2011-12-062-0/+27
| * | | | | | | | | | | | | | | perf, x86: Implement arch event mask as quirkPeter Zijlstra2011-12-063-33/+68
| * | | | | | | | | | | | | | | x86, perf: Disable non available architectural eventsGleb Natapov2011-12-063-5/+42
| * | | | | | | | | | | | | | | jump_label, x86: Fix section mismatchPeter Zijlstra2011-12-061-1/+1
| * | | | | | | | | | | | | | | perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra2011-12-061-5/+14