summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-064-2/+4
|\
| * x86_64: expand kernel stack to 16KMinchan Kim2014-05-301-1/+1
| * x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos2014-05-131-0/+1
| * x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macroAndres Freund2014-05-091-1/+1
| * x86/hpet: Make boot_hpet_disable externFeng Tang2014-05-081-0/+1
* | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-06-051-1/+1
|\ \
| * | uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2014-06-051-1/+1
* | | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-053-1/+10
|\ \ \ | |/ / |/| |
| * | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-1/+1
| * | kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu2014-04-241-0/+2
| * | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+7
| |/
* | x86/traps: Make math_error() staticOleg Nesterov2014-05-141-1/+0
* | uprobes/x86: Simplify rip-relative handlingDenys Vlasenko2014-05-141-3/+0
* | uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logicOleg Nesterov2014-04-301-0/+1
* | uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8Oleg Nesterov2014-04-301-1/+1
* | uprobes/x86: Move default_xol_ops's data into arch_uprobe->defOleg Nesterov2014-04-301-5/+7
* | Merge branch 'perf/urgent' into perf/core, to pick up PMU driver fixes.Ingo Molnar2014-04-181-1/+1
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-141-1/+1
| |\
| | * KVM: Remove SMAP bit from CR4_RESERVED_BITSFeng Wu2014-04-141-1/+1
* | | uprobes/x86: Emulate relative call'sOleg Nesterov2014-04-171-0/+1
* | | uprobes/x86: Emulate unconditional relative jmp'sOleg Nesterov2014-04-171-1/+7
* | | uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->opsOleg Nesterov2014-04-171-1/+6
|/ /
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-6/+4
|\ \
| * | audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris2014-03-201-1/+1
| * | syscall_get_arch: remove useless function argumentsEric Paris2014-03-201-5/+3
* | | x86: use generic early_ioremapMark Salter2014-04-073-14/+8
* | | x86/mm: sparse warning fix for early_memremapDave Young2014-04-071-1/+2
* | | percpu: add raw_cpu_opsChristoph Lameter2014-04-072-57/+57
* | | x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett2014-04-071-3/+0
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-1/+41
|\ \ \
| * | | random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-191-0/+3
| * | | x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-191-1/+38
* | | | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-031-2/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-2/+9
* | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-024-4/+21
|\ \ \ \
| * | | | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+2
| * | | | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-111-1/+5
| * | | | KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-111-2/+2
| * | | | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-111-0/+2
| * | | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-045-9/+20
| |\ \ \ \
| * | | | | x86: kvm: introduce periodic global clock updatesAndrew Jones2014-03-041-0/+1
| * | | | | x86: kvm: rate-limit global clock updatesAndrew Jones2014-03-041-0/+1
| * | | | | KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong2014-02-243-0/+6
| * | | | | KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2014-02-221-0/+2
| * | | | | KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti2014-02-041-1/+0
* | | | | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-0210-485/+0
|\ \ \ \ \ \
| * | | | | | x86, platforms: Remove NUMAQH. Peter Anvin2014-02-273-180/+0
| * | | | | | x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-277-305/+0
* | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-028-50/+136
|\ \ \ \ \ \ \
| * | | | | | | x86, vdso: Finish removing VDSO32_PRELINKAndy Lutomirski2014-03-201-2/+0
OpenPOWER on IntegriCloud