aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| | * | | | | | uprobes/x86: Make good_insns_* depend on CONFIG_X86_*Oleg Nesterov2014-04-30
| | * | | | | | uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...Oleg Nesterov2014-04-30
| | * | | | | | uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()Oleg Nesterov2014-04-30
| | * | | | | | uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()Oleg Nesterov2014-04-30
| | * | | | | | uprobes/x86: Refuse to attach uprobe to "word-sized" branch insnsDenys Vlasenko2014-04-30
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-12
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, locking/rwlocks: Enable qrwlocks on x86Waiman Long2014-06-06
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-11
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-04
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-15
| * | | | | | | | | | | net: filter: x86: split bpf_jit_compile()Alexei Starovoitov2014-05-15
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-12
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | net: Change x86_64 add32_with_carry to allow memory operandTom Herbert2014-05-05
| * | | | | | | | | | | | x86_64: csum_add for x86_64Tom Herbert2014-05-05
* | | | | | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä2014-05-13
| * | | | | | | | | | | | | x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau2014-05-13
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2014-06-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | x86: intel-mid: add watchdog platform code for MerrifieldDavid Cohen2014-06-10
* | | | | | | | | | | | | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ftrace/x86: Call text_ip_addr() instead of the duplicated codePetr Mladek2014-06-03
| * | | | | | | | | | | | ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt2014-05-14
| * | | | | | | | | | | | ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)2014-05-14
| * | | | | | | | | | | | ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)2014-05-14
| * | | | | | | | | | | | ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)2014-05-14
| * | | | | | | | | | | | ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek2014-04-21
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-08
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, vdso: Use <tools/le_byteshift.h> for littleendian accessH. Peter Anvin2014-06-06
* | | | | | | | | | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-08
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu2014-04-04
| * | | | | | | | | | | | | | signals: kill sigfindinword()Oleg Nesterov2014-06-06
| * | | | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | x86/efi: Save and restore FPU context around efi_calls (i386)Ricardo Neri2014-04-17
| | * | | | | | | | | | | | | x86/efi: Save and restore FPU context around efi_calls (x86_64)Ricardo Neri2014-04-17
| | * | | | | | | | | | | | | x86/efi: Implement a __efi_call_virt macroRicardo Neri2014-04-17
| | * | | | | | | | | | | | | x86, fpu: Extend the use of static_cpu_has_safeMatt Fleming2014-04-17
| | * | | | | | | | | | | | | x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-17
| | * | | | | | | | | | | | | efi: x86: Handle arbitrary Unicode charactersH. Peter Anvin2014-04-17
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2014-06-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | x86/vdso, build: Make LE access macros clearer, host-safeH. Peter Anvin2014-05-31
| | * | | | | | | | | | | | | x86/vdso, build: Fix cross-compilation from big-endian architecturesAndy Lutomirski2014-05-30
| | * | | | | | | | | | | | | x86/vdso, build: When vdso2c fails, unlink the outputAndy Lutomirski2014-05-30
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/x86/espfix' into x86/vdsoH. Peter Anvin2014-05-21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | x86, mm: Replace arch_vma_name with vm_ops->name for vsyscallsAndy Lutomirski2014-05-20
| | * | | | | | | | | | | | | | x86, mm: Improve _install_special_mapping and fix x86 vdso namingAndy Lutomirski2014-05-20
| | * | | | | | | | | | | | | | x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPETAndy Lutomirski2014-05-20