summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Support for instruction breakpointsFrederic Weisbecker2010-06-242-16/+30
* x86: Set resume bit before returning from breakpoint exceptionFrederic Weisbecker2010-06-241-0/+7
* x86, perf: Add power_end event to process_*.c cpu_idle routineRobert Schöne2010-06-182-0/+9
* Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1823-52/+189
|\
| * Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-06-113-0/+8
| |\
| | * PM / x86: Save/restore MISC_ENABLE registerOndrej Zary2010-06-083-0/+8
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+2
| |\ \
| | * | PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+2
| * | | KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity2010-06-091-0/+3
| * | | KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti2010-06-091-0/+2
| * | | KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2010-06-092-0/+82
| * | | KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel2010-06-091-1/+14
| | |/ | |/|
| * | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-06-043-17/+37
| |\ \
| | * | i7core_edac: do not export static functionsStephen Rothwell2010-05-101-1/+0
| | * | i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-101-0/+1
| | * | pci: Add a probing code that seeks for an specific busAristeu Rozanski2010-05-102-17/+27
| | * | edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-101-0/+10
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-06-035-23/+27
| |\ \ \
| | * | | x86, smpboot: Fix cores per node printing on bootBorislav Petkov2010-06-021-1/+1
| | * | | Merge branch 'amd-iommu/2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-06-012-10/+26
| | |\ \ \
| | | * | | x86/amd-iommu: Fall back to GART if initialization failsJoerg Roedel2010-06-012-4/+9
| | | * | | x86/amd-iommu: Fix crash when request_mem_region failsJoerg Roedel2010-06-011-3/+8
| | | * | | Merge commit 'v2.6.35-rc1' into amd-iommu/2.6.35Joerg Roedel2010-06-01186-8175/+11259
| | | |\ \ \
| | | * | | | arch/x86/kernel: Add missing spin_unlockJulia Lawall2010-05-271-3/+9
| | * | | | | x86/mm: Remove unused DBG() macroAkinobu Mita2010-05-312-12/+0
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-06-031-2/+2
| |\ \ \ \ \
| | * | | | | xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell2010-06-031-2/+2
| | |/ / / /
| * | | | | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-06-031-0/+22
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-018-9/+12
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | add random binaries to .gitignoreJan III Sobieski2010-04-081-0/+3
| | * | | | | Rename .data.init to .data..init.Denys Vlasenko2010-03-031-1/+1
| | * | | | | Rename .text.page_aligned to .text..page_aligned.Denys Vlasenko2010-03-032-2/+2
| | * | | | | Rename .rodata.compressed to .rodata..compressed.Denys Vlasenko2010-03-032-3/+3
| | * | | | | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| | * | | | | Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-1/+1
| | * | | | | Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott2010-03-031-1/+1
* | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-098-93/+78
|\ \ \ \ \ \ \
| * | | | | | | x86: Unify save_stack_address() and save_stack_address_nosched()Oleg Nesterov2010-06-091-14/+10
| * | | | | | | x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendlyOleg Nesterov2010-06-091-1/+5
| * | | | | | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-083-21/+15
| * | | | | | | x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-087-65/+56
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-9/+9
* | | | | | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
* | | | | | | perf, x86: Make a second write to performance counter if neededCyrill Gorcunov2010-06-092-1/+20
* | | | | | | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-9/+5
* | | | | | | perf, x86: Small fix to cpuid10_edxLivio Soares2010-06-081-2/+3
| |_|_|/ / / |/| | | | |
* | | | | | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-311-0/+22
| |/ / / / |/| | | |
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-301-12/+0
|\ \ \ \ \
| * | | | | x86: remove rdc321x_defs.hFlorian Fainelli2010-05-281-12/+0
| |/ / / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-3010-26/+92
|\ \ \ \ \