summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-212-0/+14
* kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek2015-02-211-14/+28
* kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-181-1/+1
* uprobes/x86: Fix 2-byte opcode tableDenys Vlasenko2015-02-181-35/+17
* uprobes/x86: Fix 1-byte opcode tablesDenys Vlasenko2015-02-181-48/+18
* uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support...Denys Vlasenko2015-02-181-19/+134
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-092-10/+41
|\
| * Merge tag 'please-pull-einj-mmcfg' of git://git.kernel.org/pub/scm/linux/kern...Ingo Molnar2015-01-151-0/+28
| |\
| | * ACPI, EINJ: Enhance error injection tolerance levelChen, Gong2014-12-151-0/+28
| * | Merge tag 'ras_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/...Ingo Molnar2015-01-151-11/+14
| |\ \
| | * | x86, mce: Fix sparse errorsBorislav Petkov2014-12-221-3/+3
| | * | x86, mce: Improve timeout error messagesAndy Lutomirski2014-12-221-8/+11
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-02-092-23/+11
|\ \ \ \
| * | | | x86, e820: Clean up sanitize_e820_map() usersWANG Chao2015-01-231-18/+8
| * | | | x86, setup: Let early_memremap() handle page alignmentWANG Chao2015-01-231-5/+3
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-093-25/+86
|\ \ \ \ \
| * | | | | x86: pmc_atom: Expose contents of PSSAndy Shevchenko2015-01-202-3/+80
| * | | | | x86: pmc_atom: Clean up init functionAndy Shevchenko2015-01-201-7/+3
| * | | | | x86: pmc-atom: Remove unused macroAndy Shevchenko2015-01-201-2/+0
| * | | | | x86: pmc_atom: don%27t check for NULL twiceAndy Shevchenko2015-01-201-4/+0
| * | | | | x86: pmc-atom: Assign debugfs node as soon as possibleAndy Shevchenko2015-01-201-1/+3
| * | | | | x86/platform: Remove unused function from apb_timer.cRickard Strandqvist2014-12-231-8/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-094-25/+42
|\ \ \ \ \
| * | | | | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov2015-01-203-7/+20
| * | | | | x86, fpu: Don't abuse has_fpu in __kernel_fpu_begin/end()Oleg Nesterov2015-01-201-13/+6
| * | | | | x86, fpu: Introduce per-cpu in_kernel_fpu stateOleg Nesterov2015-01-202-1/+10
| * | | | | x86/fpu: Use a symbolic name for asm operandBorislav Petkov2014-12-231-4/+6
| |/ / / /
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-091-7/+7
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-291-7/+7
| |\ \ \ \ \
| | * | | | | arm64/efi: efistub: Apply __init annotationArd Biesheuvel2015-01-151-7/+7
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-095-18/+14
|\ \ \ \ \ \ \
| * | | | | | | x86/rtc: Remove duplicate const specifierColin King2015-01-231-1/+1
| * | | | | | | Merge tag 'x86_queue' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp ...Ingo Molnar2015-01-154-17/+13
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | x86, early_serial_console: Remove unnecessary checkAlexander Kuleshov2015-01-131-2/+2
| | * | | | | | x86, early_serial_console: Remove unused macro XMTRDYAlexander Kuleshov2015-01-131-2/+0
| | * | | | | | x86, setup: Rename BOOT_ISDIGIT_H to BOOT_CTYPE_HAlexander Kuleshov2015-01-131-3/+2
| | * | | | | | x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman2015-01-112-10/+9
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-0913-301/+308
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'pr-20150201-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-02-032-54/+77
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski2015-02-011-47/+5
| | * | | | | | | | x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski2015-02-011-0/+54
| | * | | | | | | | x86, traps: Fix ist_enter from userspaceAndy Lutomirski2015-02-011-7/+18
| * | | | | | | | | Merge tag 'pr-20150201-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-02-031-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86, vdso: teach 'make clean' remove vdso64 binariesAndrey Skvortsov2015-01-281-1/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar2015-02-03125-482/+860
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-2812-252/+235
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko2015-01-131-46/+42
| | * | | | | | | | | x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko2015-01-131-2/+2
| | * | | | | | | | | x86: entry_64.S: delete unused codeDenys Vlasenko2015-01-132-35/+0
| | * | | | | | | | | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-074-94/+26