summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-01-07Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds23-299/+339
2012-01-07Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-60/+627
2012-01-07Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+8
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-462/+1030
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-13/+21
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds26-568/+155
2012-01-04x86: Fix atomic64_xxx_cx8() functionsEric Dumazet1-2/+2
2012-01-04x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich3-89/+23
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar29-123/+264
2011-12-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-10/+9
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-12-23x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha1-1/+2
2011-12-23x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu2-10/+28
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu4-18/+64
2011-12-23x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu2-3/+14
2011-12-23x86, apic: Add probe() for apic_flatYinghai Lu1-1/+6
2011-12-23perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter1-1/+1
2011-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2011-12-21perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLESStephane Eranian1-0/+1
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian3-18/+20
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester8-30/+4
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar40-131/+468
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar26-568/+155
2011-12-20x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2-8/+8
2011-12-20net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter1-2/+2
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky1-1/+1
2011-12-18x86: Convert per-cpu counter icr_read_retry_count into a member of irq_statFernando Luis Vazquez Cao4-10/+4
2011-12-16x86_64, asm: Optimise fls(), ffs() and fls64()David Howells1-5/+62
2011-12-16x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin1-9/+2
2011-12-15Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-3/+15
2011-12-15xen: only limit memory map to maximum reservation for domain 0.Ian Campbell1-3/+15
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar50-142/+542
2011-12-15x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich1-32/+21
2011-12-15x86: Report cpb and eff_freq_ro flags correctlyJoerg Roedel1-1/+2
2011-12-14x86: Add per-cpu stat counter for APIC ICR read triesFernando Luis Vázquez Cao3-0/+14
2011-12-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-13/+21
2011-12-12x86/i386: Use less assembly in strlen(), speed things up a bitAlexey Dobriyan1-5/+3
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard6-48/+35
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker5-9/+9
2011-12-11x86: Enter rcu extended qs after idle notifier callFrederic Weisbecker1-2/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2-4/+4
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2-4/+4
2011-12-10x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming1-46/+2
2011-12-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-44/+68
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song1-0/+2
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming6-35/+48
2011-12-09x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf1-7/+14