index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-01
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2
-2
/
+14
2023-06-30
pid: Replace struct pid 1-element array with flex-array
Kees Cook
3
-4
/
+7
2023-06-30
csky: fix up lock_mm_and_find_vma() conversion
Linus Torvalds
1
-1
/
+1
2023-06-30
parisc: fix expand_stack() conversion
Linus Torvalds
1
-1
/
+1
2023-06-30
sparc32: fix lock_mm_and_find_vma() conversion
Linus Torvalds
1
-1
/
+1
2023-06-30
objtool: Remove btrfs_assertfail() from the noreturn exceptions list
Ingo Molnar
1
-1
/
+0
2023-06-30
sysctl: fix unused proc_cap_handler() function warning
Arnd Bergmann
1
-1
/
+1
2023-06-29
gup: avoid stack expansion warning for known-good case
Linus Torvalds
1
-0
/
+4
2023-06-29
mm/khugepaged: fix regression in collapse_file()
Hugh Dickins
1
-4
/
+3
2023-06-29
LoongArch: Remove five DIE_* definitions in kdebug.h
Tiezhu Yang
1
-5
/
+0
2023-06-29
LoongArch: Add uprobes support
Tiezhu Yang
5
-5
/
+197
2023-06-29
LoongArch: Use larch_insn_gen_break() for kprobes
Tiezhu Yang
2
-20
/
+15
2023-06-29
LoongArch: Add larch_insn_gen_break() to generate break insns
Tiezhu Yang
2
-0
/
+26
2023-06-29
LoongArch: Check for AMO instructions in insns_not_supported()
Tiezhu Yang
2
-0
/
+32
2023-06-29
LoongArch: Move three functions from kprobes.c to inst.c
Tiezhu Yang
3
-44
/
+45
2023-06-29
LoongArch: Replace kretprobe with rethook
Haoran Jiang
7
-28
/
+44
2023-06-29
LoongArch: Add jump-label implementation
Youling Tang
5
-1
/
+77
2023-06-29
LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleak
Tiezhu Yang
2
-1
/
+2
2023-06-29
LoongArch: Export some arch-specific pm interfaces
Yinbo Zhu
3
-6
/
+16
2023-06-29
LoongArch: Introduce hardware page table walker
Huacai Chen
10
-7
/
+56
2023-06-29
LoongArch: Support dbar with different hints
Huacai Chen
6
-81
/
+78
2023-06-29
LoongArch: Add SMT (Simultaneous Multi-Threading) support
Huacai Chen
7
-15
/
+62
2023-06-29
LoongArch: Add vector extensions support
Huacai Chen
11
-23
/
+1452
2023-06-29
LoongArch: Add support to clone a time namespace
Tiezhu Yang
7
-24
/
+121
2023-06-29
Makefile: Add loongarch target flag for Clang compilation
WANG Xuerui
1
-0
/
+1
2023-06-29
LoongArch: Mark Clang LTO as working
WANG Xuerui
1
-0
/
+2
2023-06-29
LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
WANG Xuerui
1
-1
/
+1
2023-06-29
LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
WANG Xuerui
1
-4
/
+1
2023-06-29
LoongArch: Tweak CFLAGS for Clang compatibility
WANG Xuerui
3
-10
/
+19
2023-06-29
LoongArch: Simplify the invtlb wrappers
WANG Xuerui
1
-24
/
+19
2023-06-29
LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-ins
WANG Xuerui
3
-56
/
+15
2023-06-29
LoongArch: Prepare for assemblers with proper FCSR class support
WANG Xuerui
3
-1
/
+18
2023-06-29
LoongArch: extable: Also recognize ABI names of registers
WANG Rui
1
-0
/
+30
2023-06-29
LoongArch: Calculate various sizes in the linker script
WANG Rui
3
-7
/
+16
2023-06-29
LoongArch: Add guard for the larch_insn_gen_xxx functions
WANG Rui
3
-5
/
+34
2023-06-29
LoongArch: Delete unnecessary debugfs checking
Dan Carpenter
1
-2
/
+0
2023-06-29
LoongArch: Set CPU#0 as the io master for FDT
Huacai Chen
1
-0
/
+1
2023-06-29
modules: catch concurrent module loads, treat them as idempotent
Linus Torvalds
1
-2
/
+71
2023-06-29
module: split up 'finit_module()' into init_module_from_file() helper
Linus Torvalds
1
-15
/
+27
2023-06-28
x86/mem_encrypt: Remove stale mem_encrypt_init() declaration
Linus Torvalds
1
-1
/
+0
2023-06-28
mm: fix __access_remote_vm() GUP failure case
Linus Torvalds
1
-0
/
+1
2023-06-28
selftests/user_events: Add test cases when event is disabled
sunliming
1
-0
/
+4
2023-06-28
selftests/user_events: Enable the event before write_fault test in ftrace sel...
sunliming
1
-0
/
+4
2023-06-28
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
1
-1
/
+2
2023-06-28
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
1
-4
/
+5
2023-06-28
Revert "nios2: Convert __pte_free_tlb() to use ptdescs"
Dinh Nguyen
1
-4
/
+4
2023-06-27
dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmalloc
Mikulas Patocka
2
-21
/
+1
2023-06-27
dm integrity: scale down the recalculate buffer if memory allocation fails
Mikulas Patocka
1
-5
/
+11
2023-06-27
dm integrity: only allocate recalculate buffer when needed
Mikulas Patocka
1
-26
/
+26
2023-06-27
dm integrity: reduce vmalloc space footprint on 32-bit architectures
Mikulas Patocka
1
-2
/
+2
[next]