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