index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
objtool: Rename some variables and functions
Josh Poimboeuf
2016-03-09
3
-52
/
+54
*
objtool: Remove superflous INIT_LIST_HEAD
Josh Poimboeuf
2016-03-09
1
-2
/
+0
*
objtool: Add helper macros for traversing instructions
Josh Poimboeuf
2016-03-09
1
-73
/
+55
*
objtool: Fix false positive warnings related to sibling calls
Josh Poimboeuf
2016-03-09
1
-1
/
+6
*
objtool: Compile with debugging symbols
Josh Poimboeuf
2016-03-09
1
-1
/
+1
*
objtool: Detect infinite recursion
Josh Poimboeuf
2016-03-09
1
-12
/
+33
*
objtool: Prevent infinite recursion in noreturn detection
Josh Poimboeuf
2016-03-09
1
-4
/
+20
*
objtool: Detect and warn if libelf is missing and don't break the build
Josh Poimboeuf
2016-03-05
2
-1
/
+14
*
tools: Support relative directory path for 'O='
Josh Poimboeuf
2016-03-03
1
-2
/
+2
*
objtool: Support CROSS_COMPILE
Josh Poimboeuf
2016-03-03
2
-9
/
+14
*
x86/asm/decoder: Use explicitly signed chars
Josh Poimboeuf
2016-03-03
3
-9
/
+9
*
objtool: Enable stack metadata validation on 64-bit x86
Josh Poimboeuf
2016-02-29
1
-0
/
+1
*
objtool: Add CONFIG_STACK_VALIDATION option
Josh Poimboeuf
2016-02-29
4
-5
/
+57
*
objtool: Add tool to perform compile-time stack metadata validation
Josh Poimboeuf
2016-02-29
24
-6
/
+5178
*
x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard
Josh Poimboeuf
2016-02-29
1
-0
/
+2
*
sched: Always inline context_switch()
Josh Poimboeuf
2016-02-29
1
-1
/
+1
*
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
2016-02-29
1
-0
/
+2
*
bpf: Mark __bpf_prog_run() 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
2
-1
/
+27
*
objtool: Mark non-standard object files and directories
Josh Poimboeuf
2016-02-29
11
-9
/
+32
*
Merge branch 'ras/core' into core/objtool, to pick up the new exception table...
Ingo Molnar
2016-02-25
12
-121
/
+321
|
\
|
*
x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entries
Tony Luck
2016-02-18
2
-36
/
+56
|
*
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-02-18
8
-57
/
+176
|
*
Merge tag 'v4.5-rc4' into ras/core, to pick up fixes
Ingo Molnar
2016-02-18
735
-56897
/
+6588
|
|
\
|
*
|
x86/mce/AMD: Set MCAX Enable bit
Aravind Gopalakrishnan
2016-02-01
2
-0
/
+18
|
*
|
x86/mce/AMD: Carve out threshold block preparation
Borislav Petkov
2016-02-01
1
-38
/
+49
|
*
|
x86/mce/AMD: Fix LVT offset configuration for thresholding
Aravind Gopalakrishnan
2016-02-01
1
-1
/
+26
|
*
|
x86/mce/AMD: Reduce number of blocks scanned per bank
Aravind Gopalakrishnan
2016-02-01
1
-1
/
+1
|
*
|
x86/mce/AMD: Do not perform shared bank check for future processors
Aravind Gopalakrishnan
2016-02-01
1
-0
/
+7
|
*
|
x86/mce: Fix order of AMD MCE init function call
Aravind Gopalakrishnan
2016-02-01
1
-1
/
+1
*
|
|
Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes
Ingo Molnar
2016-02-25
129
-1172
/
+1841
|
\
\
\
|
*
|
|
watchdog/hpwdt: Fix build on certain configs
Ingo Molnar
2016-02-25
1
-0
/
+1
|
*
|
|
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
|
*
|
|
watchdog/hpwdt: Create stack frame in asminline_call()
Josh Poimboeuf
2016-02-24
1
-4
/
+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
[next]