index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
livepatch
/
livepatch-shadow-mod.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
2
-24
/
+26
2023-06-07
objtool: Allocate relocs in advance for new rela sections
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
2
-12
/
+18
2023-06-07
objtool: Don't free memory in elf_close()
Josh Poimboeuf
1
-20
/
+4
2023-06-07
objtool: Keep GElf_Rel[a] structs synced
Josh Poimboeuf
1
-41
/
+14
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
6
-157
/
+184
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
2
-16
/
+29
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
2
-10
/
+14
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
3
-159
/
+68
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
3
-149
/
+151
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
4
-15
/
+18
2023-06-07
objtool: Tidy elf.h
Josh Poimboeuf
1
-49
/
+47
2023-06-07
drm/vmwgfx: Add unwind hints around RBP clobber
Josh Poimboeuf
2
-4
/
+21
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
2
-0
/
+13
2023-06-07
x86/entry: Move thunk restore code into thunk functions
Josh Poimboeuf
1
-12
/
+8
2023-06-07
Revert "x86/orc: Make it callthunk aware"
Josh Poimboeuf
3
-26
/
+2
2023-06-07
lkdtm: Avoid objtool/ibt warning
Peter Zijlstra
1
-0
/
+1
2023-06-07
tools: Remove unnecessary variables
Lu Hongfei
1
-4
/
+3
2023-06-02
objtool: Add __kunit_abort() to noreturns
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Move noreturn function list to separate file
Josh Poimboeuf
3
-44
/
+50
2023-05-16
tools/lib/subcmd: Replace NORETURN usage with __noreturn
Josh Poimboeuf
2
-9
/
+4
2023-05-16
objtool: Remove superfluous global_noreturns entries
Josh Poimboeuf
1
-2
/
+0
2023-05-16
objtool: Ignore exc_double_fault() __noreturn warnings
Josh Poimboeuf
1
-1
/
+30
2023-05-16
objtool: Detect missing __noreturn annotations
Josh Poimboeuf
2
-1
/
+19
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
3
-24
/
+20
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
4
-0
/
+88
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
3
-3
/
+10
2023-05-16
x86/unwind/orc: Add 'unwind_debug' cmdline option
Josh Poimboeuf
2
-1
/
+54
2023-05-16
start_kernel: Omit prevent_tail_call_optimization() for newer toolchains
ndesaulniers@google.com
1
-0
/
+6
2023-05-16
start_kernel: Add __no_stack_protector function attribute
ndesaulniers@google.com
3
-1
/
+15
2023-05-16
x86/unwind/orc: Use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2023-05-14
Linux 6.4-rc2
v6.4-rc2
Linus Torvalds
1
-1
/
+1
2023-05-14
parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag
Helge Deller
1
-4
/
+4
2023-05-14
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-14
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-14
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
1
-4
/
+6
2023-05-14
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-14
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-14
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
2023-05-14
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-14
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-14
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-14
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
3
-13
/
+40
2023-05-14
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
1
-2
/
+3
2023-05-14
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
1
-1
/
+5
2023-05-14
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
5
-29
/
+82
2023-05-13
cxl: Add missing return to cdat read error path
Dave Jiang
1
-0
/
+1
2023-05-13
tools/testing/cxl: Use DEFINE_STATIC_SRCU()
Dan Williams
1
-1
/
+1
2023-05-13
x86/retbleed: Fix return thunk alignment
Borislav Petkov (AMD)
1
-2
/
+2
[next]