summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-2043-185/+358
|\
| * x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
| * objtool: Enable stack metadata validation on 64-bit x86Josh Poimboeuf2016-02-291-0/+1
| * x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf2016-02-291-0/+2
| * x86/xen: Mark xen_cpuid() stack frame as non-standardJosh Poimboeuf2016-02-291-1/+2
| * objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf2016-02-291-1/+4
| * objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-299-9/+29
| * Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-2510-121/+254
| |\
| * \ Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-25115-1119/+1325
| |\ \
| | * | sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()Josh Poimboeuf2016-02-241-2/+11
| | * | x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges2016-02-241-1/+3
| | * | x86/locking: Create stack frame in PV unlockJosh Poimboeuf2016-02-241-0/+4
| | * | x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1
| | * | x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf2016-02-241-8/+21
| | * | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28
| | * | x86/asm/bpf: Create stack frames in bpf_jit.SJosh Poimboeuf2016-02-241-2/+7
| | * | x86/asm/bpf: Annotate callable functionsJosh Poimboeuf2016-02-241-23/+16
| | * | x86/uaccess: Add stack frame output operand in get_user() inline asmChris J Arges2016-02-241-2/+3
| | * | x86/asm/power: Create stack frames in hibernate_asm_64.SJosh Poimboeuf2016-02-241-0/+7
| | * | x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf2016-02-241-0/+3
| | * | x86/asm: Create stack frames in rwsem functionsJosh Poimboeuf2016-02-241-1/+10
| | * | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()Josh Poimboeuf2016-02-241-0/+3
| | * | x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-241-0/+4
| | * | x86/asm/crypto: Create stack frames in crypto functionsJosh Poimboeuf2016-02-2411-27/+148
| | * | x86/asm/crypto: Don't use RBP as a scratch registerJosh Poimboeuf2016-02-241-4/+4
| | * | x86/asm/crypto: Simplify stack usage in sha-mb functionsJosh Poimboeuf2016-02-242-55/+6
| | * | x86/asm/crypto: Move jump_table to .rodata sectionJosh Poimboeuf2016-02-241-4/+4
| | * | x86/asm/crypto: Move .Lbswap_mask data to .rodata sectionJosh Poimboeuf2016-02-241-0/+2
| | * | x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
| | * | x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNKJosh Poimboeuf2016-02-241-2/+7
| | * | x86/paravirt: Add stack frame dependency to PVOP inline asm callsJosh Poimboeuf2016-02-241-8/+10
| | * | x86/asm/xen: Create stack frames in xen-asm.SJosh Poimboeuf2016-02-241-1/+9
| | * | x86/asm/xen: Set ELF function type for xen_adjust_exception_frame()Josh Poimboeuf2016-02-241-0/+1
| | * | x86/xen: Add stack frame dependency to hypercall inline asm callsJosh Poimboeuf2016-02-241-2/+3
* | | | x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel2016-03-201-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-192-0/+4
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-182-0/+4
| |\ \ \ \ \
| | | * | | | x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-042-0/+4
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1910-31/+34
|\ \ \ \ \ \
| * | | | | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-134-5/+4
| * | | | | | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-133-13/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0819-53/+109
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-239-53/+123
| |\ \ \ \ \ \ \
| * | | | | | | | perf: generalize perf_callchainAlexei Starovoitov2016-02-205-13/+20
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-183-12/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-10/+2
| * | | | | | | | | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
| * | | | | | | | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | klp: remove CONFIG_LIVEPATCH dependency from klp headersJiri Kosina2016-03-061-2/+0
OpenPOWER on IntegriCloud