Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | x86/asm/decoder: Use explicitly signed chars | Josh Poimboeuf | 2016-03-03 | 1 | -3/+3 | |
| * | | | | | | | | | | | | objtool: Enable stack metadata validation on 64-bit x86 | Josh Poimboeuf | 2016-02-29 | 1 | -0/+1 | |
| * | | | | | | | | | | | | x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard | Josh Poimboeuf | 2016-02-29 | 1 | -0/+2 | |
| * | | | | | | | | | | | | x86/xen: Mark xen_cpuid() stack frame as non-standard | Josh Poimboeuf | 2016-02-29 | 1 | -1/+2 | |
| * | | | | | | | | | | | | objtool: Add STACK_FRAME_NON_STANDARD() macro | Josh Poimboeuf | 2016-02-29 | 1 | -1/+4 | |
| * | | | | | | | | | | | | objtool: Mark non-standard object files and directories | Josh Poimboeuf | 2016-02-29 | 9 | -9/+29 | |
| * | | | | | | | | | | | | Merge branch 'ras/core' into core/objtool, to pick up the new exception table... | Ingo Molnar | 2016-02-25 | 10 | -121/+254 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes | Ingo Molnar | 2016-02-25 | 115 | -1119/+1325 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]() | Josh Poimboeuf | 2016-02-24 | 1 | -2/+11 | |
| | * | | | | | | | | | | | | | x86/kvm: Add output operand in vmx_handle_external_intr inline asm | Chris J Arges | 2016-02-24 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | x86/locking: Create stack frame in PV unlock | Josh Poimboeuf | 2016-02-24 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | x86/kvm: Make test_cc() always inline | Josh Poimboeuf | 2016-02-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | x86/kvm: Set ELF function type for fastop functions | Josh Poimboeuf | 2016-02-24 | 1 | -8/+21 | |
| | * | | | | | | | | | | | | | x86/kprobes: Get rid of kretprobe_trampoline_holder() | Josh Poimboeuf | 2016-02-24 | 1 | -29/+28 | |
| | * | | | | | | | | | | | | | x86/asm/bpf: Create stack frames in bpf_jit.S | Josh Poimboeuf | 2016-02-24 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | x86/asm/bpf: Annotate callable functions | Josh Poimboeuf | 2016-02-24 | 1 | -23/+16 | |
| | * | | | | | | | | | | | | | x86/uaccess: Add stack frame output operand in get_user() inline asm | Chris J Arges | 2016-02-24 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | | x86/asm/power: Create stack frames in hibernate_asm_64.S | Josh Poimboeuf | 2016-02-24 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | x86/asm/efi: Create a stack frame in efi_call() | Josh Poimboeuf | 2016-02-24 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | x86/asm: Create stack frames in rwsem functions | Josh Poimboeuf | 2016-02-24 | 1 | -1/+10 | |
| | * | | | | | | | | | | | | | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel() | Josh Poimboeuf | 2016-02-24 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | x86/asm/entry: Create stack frames in thunk functions | Josh Poimboeuf | 2016-02-24 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | x86/asm/crypto: Create stack frames in crypto functions | Josh Poimboeuf | 2016-02-24 | 11 | -27/+148 | |
| | * | | | | | | | | | | | | | x86/asm/crypto: Don't use RBP as a scratch register | Josh Poimboeuf | 2016-02-24 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | x86/asm/crypto: Simplify stack usage in sha-mb functions | Josh Poimboeuf | 2016-02-24 | 2 | -55/+6 | |
| | * | | | | | | | | | | | | | x86/asm/crypto: Move jump_table to .rodata section | Josh Poimboeuf | 2016-02-24 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | x86/asm/crypto: Move .Lbswap_mask data to .rodata section | Josh Poimboeuf | 2016-02-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | x86/amd: Set ELF function type for vide() | Josh Poimboeuf | 2016-02-24 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK | Josh Poimboeuf | 2016-02-24 | 1 | -2/+7 | |
| | * | | | | | | | | | | | | | x86/paravirt: Add stack frame dependency to PVOP inline asm calls | Josh Poimboeuf | 2016-02-24 | 1 | -8/+10 | |
| | * | | | | | | | | | | | | | x86/asm/xen: Create stack frames in xen-asm.S | Josh Poimboeuf | 2016-02-24 | 1 | -1/+9 | |
| | * | | | | | | | | | | | | | x86/asm/xen: Set ELF function type for xen_adjust_exception_frame() | Josh Poimboeuf | 2016-02-24 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | x86/xen: Add stack frame dependency to hypercall inline asm calls | Josh Poimboeuf | 2016-02-24 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | x86/kallsyms: fix GOLD link failure with new relative kallsyms table format | Ard Biesheuvel | 2016-03-20 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-03-20 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next | Al Viro | 2016-03-18 | 2 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | x86: wire up preadv2 and pwritev2 | Christoph Hellwig | 2016-03-04 | 2 | -0/+4 | |
| | |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 10 | -31/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 2016-03-14 | 4 | -5/+4 | |
| * | | | | | | | | | | | | | | | | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-14 | 3 | -13/+10 | |
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 19 | -53/+109 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 9 | -53/+123 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | perf: generalize perf_callchain | Alexei Starovoitov | 2016-02-20 | 5 | -13/+20 | |
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-19 | 3 | -12/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | param: convert some "on"/"off" users to strtobool | Kees Cook | 2016-03-17 | 1 | -10/+2 | |
| * | | | | | | | | | | | | | | | | | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-03-18 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | klp: remove CONFIG_LIVEPATCH dependency from klp headers | Jiri Kosina | 2016-03-06 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | klp: remove superfluous errors in asm/livepatch.h | Miroslav Benes | 2016-03-06 | 1 | -2/+0 |