summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-36/+31
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-155/+306
2012-10-01Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+39
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-0/+12
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-0/+20
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker1-3/+7
2012-09-26x86_64: Work around old GAS bugTao Guo1-25/+23
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+2
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong4-134/+230
2012-09-19x86: Use REP BSF unconditionallyJan Beulich1-17/+2
2012-09-15uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"Oleg Nesterov1-1/+1
2012-09-15uprobes/x86: Xol should send SIGTRAP if X86_EFLAGS_TF was setOleg Nesterov1-2/+1
2012-09-15uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov1-0/+2
2012-09-15uprobes/x86: Implement x86 specific arch_uprobe_*_stepSebastian Andrzej Siewior1-0/+2
2012-09-13x86: Prefer TZCNT over BFSJan Beulich1-2/+17
2012-09-13x86/64: Adjust types of temporaries used by ffs()/fls()/fls64()Jan Beulich1-6/+4
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell1-1/+0
2012-09-12xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini1-1/+2
2012-09-01hpet: Remove unused PCI Vendor ID #defineJon Mason1-2/+0
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+1
2012-08-23ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt1-1/+6
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-2/+2
2012-08-22x86/spinlocks: Fix comment in spinlock.hRichard Weinberger1-2/+1
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar36-87/+458
2012-08-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-19/+31
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker1-0/+2
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+33
2012-08-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+8
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+8
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds1-19/+0
2012-08-01x86: OLPC: switch over to using new EC driver on x86Andres Salomon1-5/+0
2012-08-01drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon1-1/+0
2012-08-01Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon1-16/+3
2012-08-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra1-3/+8
2012-07-31kprobes/x86: ftrace based optimization for x86Masami Hiramatsu1-0/+1
2012-07-31ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-1/+0
2012-07-27Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-56/+83
2012-07-27Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2012-07-27Merge branches 'x86-cleanups-for-linus' and 'x86-cpufeature-for-linus' of git...Linus Torvalds1-0/+2
2012-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-2/+226
2012-07-26x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck1-0/+8
2012-07-26perf/x86: Fix missing struct before structure nameJovi Zhang1-1/+1
2012-07-25Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2012-07-25Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+7
2012-07-25Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+8
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-5/+59
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel1-1/+0
2012-07-23Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+21