summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-131-8/+0
* x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-211-0/+3
* x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-211-9/+0
* x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-211-0/+5
* x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-211-2/+0
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+2
* x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-211-2/+19
* x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-211-0/+2
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-0/+5
* x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-211-0/+2
* x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-211-4/+0
* x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-212-12/+7
* x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-213-18/+2
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-124-7/+15
|\
| * Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-064-2/+4
| |\
| * \ 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 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-123-0/+25
|\ \ \ \
| * | | | x86, locking/rwlocks: Enable qrwlocks on x86Waiman Long2014-06-063-0/+25
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+8
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-243-1/+3
| |\ \ \ \ \
| * | | | | | net: Change x86_64 add32_with_carry to allow memory operandTom Herbert2014-05-051-1/+1
| * | | | | | x86_64: csum_add for x86_64Tom Herbert2014-05-051-0/+7
| | |_|_|_|/ | |/| | | |
* | | | | | signals: kill sigfindinword()Oleg Nesterov2014-06-061-6/+0
* | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-052-71/+39
|\ \ \ \ \ \
| * | | | | | x86/efi: Save and restore FPU context around efi_calls (i386)Ricardo Neri2014-04-171-2/+15
| * | | | | | x86/efi: Save and restore FPU context around efi_calls (x86_64)Ricardo Neri2014-04-171-0/+3
| * | | | | | x86/efi: Implement a __efi_call_virt macroRicardo Neri2014-04-171-0/+10
| * | | | | | x86, fpu: Extend the use of static_cpu_has_safeMatt Fleming2014-04-171-5/+5
| * | | | | | x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-171-66/+8
* | | | | | | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-058-106/+60
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-216-1/+23
| |\ \ \ \ \ \ \
| * | | | | | | | x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-201-1/+5
| * | | | | | | | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-053-32/+6
| * | | | | | | | x86, vdso: Move the 32-bit vdso special pages after the textAndy Lutomirski2014-05-053-16/+7
| * | | | | | | | x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-053-49/+30
| * | | | | | | | x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.cAndy Lutomirski2014-05-051-2/+0
| * | | | | | | | x86, vdso: Clean up 32-bit vs 64-bit vdso paramsAndy Lutomirski2014-05-051-7/+13
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-053-0/+20
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin2014-05-213-1/+3
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
OpenPOWER on IntegriCloud