summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-12-18x86: Use "do { } while(0)" for empty flush_tlb_fix_spurious_fault() macroJesper Juhl1-1/+1
2011-12-16x86: add IRQ context simulation in module mce-injectChen Gong2-8/+35
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-15x86, centaur: Enable cx8 for VIA Eden tooTimo Teräs1-1/+1
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-15Merge branch 'early-mce-decode' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-8/+59
2011-12-15Merge branch 'ucode-verify-size' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar3-95/+121
2011-12-15x86, mce, therm_throt: Don't report power limit and package level thermal thr...Fenghua Yu1-22/+7
2011-12-14x86, MCE: Drain mcelog bufferBorislav Petkov1-0/+39
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2-8/+20
2011-12-14x86, microcode, AMD: Update copyrightsBorislav Petkov1-3/+7
2011-12-14x86, microcode, AMD: Exit early on successBorislav Petkov1-13/+9
2011-12-14x86, microcode, AMD: Simplify ucode verificationBorislav Petkov1-86/+93
2011-12-14x86, microcode, AMD: Add a reusable bufferBorislav Petkov1-0/+8
2011-12-14x86, microcode, AMD: Add a vendor-specific exit functionBorislav Petkov3-0/+11
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-09typo fixes: aera -> area, exntension -> extensionWang YanQing1-1/+1
2011-12-09x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming6-35/+48
2011-12-09x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov1-4/+1
2011-12-09x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf1-7/+14
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-3/+0
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-2/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo3-6/+0
2011-12-07x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten1-2/+0
2011-12-06perf, x86: Expose perf capability to other modulesGleb Natapov2-0/+27
2011-12-06perf, x86: Implement arch event mask as quirkPeter Zijlstra3-33/+68
2011-12-06x86, perf: Disable non available architectural eventsGleb Natapov3-5/+42
2011-12-06jump_label, x86: Fix section mismatchPeter Zijlstra1-1/+1
2011-12-06x86/intel_mid: Kconfig select fixAlan Cox1-0/+3
2011-12-06x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox1-2/+3
2011-12-06x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi3-2/+3
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-1/+1
2011-12-06perf, x86: Prefer fixed-purpose counters when schedulingPeter Zijlstra1-5/+14
2011-12-06perf, x86: Fix event scheduler for constraints with overlapping countersRobert Richter3-5/+72