index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
11
-9
/
+24
*
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
2021-02-10
14
-12
/
+13
*
x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK
Thomas Gleixner
2021-02-10
3
-12
/
+10
*
x86/softirq: Remove indirection in do_softirq_own_stack()
Thomas Gleixner
2021-02-10
3
-76
/
+17
*
x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall
Thomas Gleixner
2021-02-10
1
-13
/
+6
*
x86/entry: Convert device interrupts to inline stack switching
Thomas Gleixner
2021-02-10
4
-34
/
+36
*
x86/entry: Convert system vectors to irq stack macro
Thomas Gleixner
2021-02-10
3
-30
/
+66
*
x86/irq: Provide macro for inlining irq stack switching
Thomas Gleixner
2021-02-10
1
-0
/
+98
*
x86/apic: Split out spurious handling code
Thomas Gleixner
2021-02-10
1
-12
/
+19
*
x86/irq/64: Adjust the per CPU irq stack pointer by 8
Thomas Gleixner
2021-02-10
5
-16
/
+27
*
x86/irq: Sanitize irq stack tracking
Thomas Gleixner
2021-02-10
4
-10
/
+10
*
x86/entry: Fix instrumentation annotation
Thomas Gleixner
2021-02-10
1
-1
/
+1
*
Merge branch 'objtool/core' into x86/entry
Thomas Gleixner
2021-02-10
49
-597
/
+963
|
\
|
*
objtool: Support stack-swizzle
Peter Zijlstra
2021-02-10
1
-0
/
+45
|
*
objtool,x86: Additionally decode: mov %rsp, (%reg)
Peter Zijlstra
2021-02-10
1
-8
/
+34
|
*
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
2021-02-10
2
-2
/
+5
|
*
x86/power: Support objtool validation in hibernate_asm_64.S
Josh Poimboeuf
2021-01-26
2
-5
/
+4
|
*
x86/power: Move restore_registers() to top of the file
Josh Poimboeuf
2021-01-26
1
-46
/
+46
|
*
x86/power: Annotate indirect branches as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+3
|
*
x86/acpi: Support objtool validation in wakeup_64.S
Josh Poimboeuf
2021-01-26
2
-1
/
+2
|
*
x86/acpi: Annotate indirect branch as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+2
|
*
x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.S
Josh Poimboeuf
2021-01-26
1
-3
/
+2
|
*
x86/xen/pvh: Annotate indirect branch as safe
Josh Poimboeuf
2021-01-26
1
-0
/
+2
|
*
x86/xen: Support objtool vmlinux.o validation in xen-head.S
Josh Poimboeuf
2021-01-26
1
-2
/
+3
|
*
x86/xen: Support objtool validation in xen-asm.S
Josh Poimboeuf
2021-01-26
2
-11
/
+19
|
*
objtool: Add xen_start_kernel() to noreturn list
Josh Poimboeuf
2021-01-26
1
-0
/
+1
|
*
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
8
-40
/
+29
|
*
objtool: Add asm version of STACK_FRAME_NON_STANDARD
Josh Poimboeuf
2021-01-26
2
-0
/
+16
|
*
objtool: Assume only ELF functions do sibling calls
Josh Poimboeuf
2021-01-26
1
-14
/
+22
|
*
x86/ftrace: Add UNWIND_HINT_FUNC annotation for ftrace_stub
Josh Poimboeuf
2021-01-26
1
-0
/
+1
|
*
objtool: Support retpoline jump detection for vmlinux.o
Josh Poimboeuf
2021-01-26
1
-4
/
+4
|
*
objtool: Fix ".cold" section suffix check for newer versions of GCC
Josh Poimboeuf
2021-01-26
1
-2
/
+2
|
*
objtool: Fix retpoline detection in asm code
Josh Poimboeuf
2021-01-26
3
-2
/
+14
|
*
objtool: Fix error handling for STD/CLD warnings
Josh Poimboeuf
2021-01-26
1
-2
/
+6
|
*
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
2021-01-14
4
-111
/
+159
|
*
objtool: Add 'alt_group' struct
Josh Poimboeuf
2021-01-14
2
-7
/
+35
|
*
objtool: Refactor ORC section generation
Josh Poimboeuf
2021-01-14
7
-159
/
+140
|
*
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2021-01-14
4
-18
/
+42
|
*
objtool: Rework header include paths
Vasily Gorbik
2021-01-14
26
-47
/
+48
|
*
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
2021-01-14
8
-6
/
+80
|
*
objtool: Fix reloc generation on big endian cross-compiles
Martin Schwidefsky
2021-01-14
1
-15
/
+19
|
*
x86/insn: Support big endian cross-compiles
Martin Schwidefsky
2021-01-14
5
-112
/
+160
|
*
x86/tools: Use tools headers for instruction decoder selftests
Vasily Gorbik
2021-01-14
1
-4
/
+4
|
*
objtool: Make SP memory operation match PUSH/POP semantics
Julien Thierry
2021-01-14
1
-0
/
+20
|
*
objtool: Support addition to set CFA base
Julien Thierry
2021-01-14
1
-0
/
+11
|
*
objtool: Fully validate the stack frame
Julien Thierry
2021-01-14
1
-4
/
+11
*
|
x86/entry: Remove put_ret_addr_in_rdi THUNK macro argument
Borislav Petkov
2021-01-19
1
-6
/
+1
*
|
x86/entry: Emit a symbol for register restoring thunk
Nick Desaulniers
2021-01-14
3
-4
/
+14
|
/
*
Linux 5.11-rc3
v5.11-rc3
Linus Torvalds
2021-01-10
1
-1
/
+1
*
Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-01-10
6
-14
/
+6
|
\
[next]