summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro1-6/+0
2012-09-27kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek1-1/+1
2012-09-27crypto: cast5/avx - fix storing of new IV in CBC encryptionJussi Kivilinna1-1/+1
2012-09-27perf/x86: Fix typo in uncore_pmu_to_boxYan, Zheng1-1/+1
2012-09-26x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin3-15/+31
2012-09-26x86-32: Start out eflags and cr4 cleanH. Peter Anvin1-15/+16
2012-09-26Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk4-1/+3
2012-09-26x86: Exit RCU extended QS on notify resumeFrederic Weisbecker2-0/+5
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker2-4/+17
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker3-28/+86
2012-09-26x86: Unspaghettize do_general_protection()Frederic Weisbecker1-22/+16
2012-09-26x86: Syscall hooks for userspace RCU extended QSFrederic Weisbecker2-3/+12
2012-09-26x86: Unspaghettize do_trap()Frederic Weisbecker1-31/+29
2012-09-26x86_64: Work around old GAS bugTao Guo2-35/+33
2012-09-26x86/api: Rename mp_register_lapic in a commentYasuaki Ishimatsu1-1/+1
2012-09-26x86: Remove the useless branch in c_start()Michael Wang1-4/+1
2012-09-25x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin2-3/+20
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney16-34/+115
2012-09-25cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker1-11/+1
2012-09-24Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas1-2/+1
2012-09-24Merge tag 'stable/for-linus-3.6-rc7-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+4
2012-09-24x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann1-0/+9
2012-09-24Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar5-223/+230
2012-09-24xen/vga: add the xen EFI video mode supportJan Beulich1-0/+7
2012-09-24xen/x86: retrieve keyboard shift status flags from hypervisor.Konrad Rzeszutek Wilk1-0/+8
2012-09-24xen/boot: Disable NUMA for PV guests.Konrad Rzeszutek Wilk1-0/+4
2012-09-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-1/+1
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-23Use get_online_cpus to avoid races involving CPU hotplugSilas Boyd-Wickizer1-0/+5
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka4-43/+24
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-0/+4
2012-09-22Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7Konrad Rzeszutek Wilk2-5/+44
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin26-938/+813
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha4-15/+40
2012-09-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+5
2012-09-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-1/+57
2012-09-21x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin1-0/+26
2012-09-21x86/PCI: Clear host bridge aperture struct resourceYinghai Lu1-2/+1
2012-09-21x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin3-23/+27
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin1-0/+18
2012-09-21x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin1-0/+26
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin14-32/+106
2012-09-21x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin3-6/+3
2012-09-21x86, smap: Add a header file with macros for STAC/CLACH. Peter Anvin2-0/+102
2012-09-21x86, alternative: Add header guards to <asm/alternative-asm.h>H. Peter Anvin1-0/+5
2012-09-21x86, alternative: Use .pushsection/.popsectionH. Peter Anvin2-18/+18
2012-09-21x86, smap: Add CR4 bit for SMAPH. Peter Anvin1-0/+1
2012-09-21x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin1-1/+1
2012-09-21Merge tag 'stable/for-linus-3.6-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-17/+17
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong5-223/+230