summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-112-0/+2
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-103-7/+99
|\
| * x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-091-0/+1
| * x86/pkeys: Allocation/free syscallsDave Hansen2016-09-093-7/+84
| * x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen2016-09-091-0/+2
| * mm: Implement new pkey_mprotect() system callDave Hansen2016-09-092-7/+19
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-102-15/+6
|\ \
| * | x86/pkeys: Make protection keys an "eager" featureDave Hansen2016-10-081-3/+4
| * | x86/unwind: Fix oprofile module link errorJosh Poimboeuf2016-10-061-12/+2
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-4/+8
* | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-2/+3
* | | mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-2/+0
* | | Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-071-0/+14
|\ \ \
| * | | x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2016-09-231-0/+14
* | | | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-11/+0
|\ \ \ \
| * | | | xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-11/+0
* | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-062-39/+44
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | KVM: x86: Hyper-V tsc page setupPaolo Bonzini2016-09-201-0/+2
| * | | | KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-201-2/+3
| * | | | kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-161-1/+0
| * | | | kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino2016-09-161-0/+1
| * | | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-09-131-36/+36
| |\ \ \ \
| | * | | | KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh2016-09-081-36/+36
| | |/ / /
| * | | | svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit2016-09-081-0/+1
| * | | | svm: Introduces AVIC per-VM IDSuravee Suthikulpanit2016-09-081-0/+1
| |/ / /
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-035-4/+22
|\ \ \ \
| * | | | x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-142-0/+10
| * | | | x86/coredump: Use pr_reg size, rather that TIF_IA32 flagDmitry Safonov2016-09-141-4/+4
| * | | | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-142-0/+8
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-034-5/+48
|\ \ \ \ \
| * | | | | x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman2016-09-221-0/+30
| * | | | | x86/platform/uv/BAU: Add generic function pointersAndrew Banman2016-09-221-0/+11
| * | | | | x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman2016-09-221-2/+0
| * | | | | x86/platform/uv/BAU: Clean up pq_init()Andrew Banman2016-09-221-1/+1
| * | | | | Merge branch 'linus' into x86/platform, to pick up fixesIngo Molnar2016-09-221-63/+16
| |\ \ \ \ \
| * | | | | | x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2016-09-081-2/+2
| * | | | | | x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2016-09-082-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-2/+4
|\ \ \ \ \ \
| * | | | | | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-0320-299/+237
|\ \ \ \ \ \
| * | | | | | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-304-21/+8
| * | | | | | Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-1/+1
| |\ \ \ \ \ \
| * | | | | | | x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf2016-09-241-2/+6
| * | | | | | | x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf2016-09-201-36/+0
| * | | | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf2016-09-201-6/+4
| * | | | | | | x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-201-0/+73
| * | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-1/+5
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf2016-09-161-2/+2
| * | | | | | | x86: Move thread_info into task_structAndy Lutomirski2016-09-151-46/+0
| * | | | | | | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-153-34/+21
OpenPOWER on IntegriCloud