index
:
kernel/git/peterz/queue.git
auto-latest
core/bugs
core/build
core/core
core/debugobjects
core/documentation
core/entry
core/headers
core/kprobes
core/merge
core/mm
core/rcu
core/rseq
core/static_call
core/urgent
debug/experimental
efi/core
efi/urgent
futex/scope
irq/core
irq/msi
irq/urgent
locking/core
locking/debug
locking/futex
locking/header
locking/kcsan
locking/nmi
locking/rcuref
locking/rwsem
locking/test
locking/urgent
locking/wwmutex
master
mm/core
module/namespace
objtool/core
objtool/urgent
perf/core
perf/guards
perf/kprobes
perf/pmu-unregister
perf/resched
perf/uprobes
perf/urgent
perf/vlbr
perf/wip.self
ras/core
ras/urgent
rcu/urgent
sched/arm64
sched/cleanup
sched/cleanup-pick
sched/core
sched/dl-server
sched/eevdf
sched/exp
sched/fifo
sched/flat
sched/hrtick
sched/lazy
sched/migrate-disable
sched/more
sched/newidle
sched/prep
sched/psi
sched/reweight
sched/rt
sched/scx
sched/smp
sched/ttwu
sched/urgent
sched/wip
smp/core
smp/urgent
timers/core
timers/nohz
timers/urgent
tip
unwind/cleanup
x86/acpi
x86/alternatives
x86/apic
x86/asm
x86/boot
x86/bugs
x86/build
x86/cache
x86/call-stuff
x86/cc
x86/cfi
x86/cleanups
x86/core
x86/cpu
x86/entry
x86/fineibt-bhi
x86/fineibt-bhi2
x86/fpu
x86/fsgsbase
x86/headers
x86/hyperv
x86/ibt
x86/irq
x86/kaslr
x86/kdump
x86/kvm
x86/lazy
x86/merge
x86/microcode
x86/misc
x86/mm
x86/mtrr
x86/paravirt
x86/pasid
x86/percpu
x86/platform
x86/sev
x86/seves
x86/sgx
x86/shstk
x86/splitlock
x86/tdx
x86/text_poke_early
x86/timers
x86/urgent
x86/vdso
x86/vmware
peterz's fork of tip.git
Peter Zijlstra
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
fail_function.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
kernel/fail_function: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2022-09-11
fail_function: fix wrong use of fei_attr_remove()
Yang Yingliang
1
-1
/
+1
2022-09-11
fail_function: refactor code of checking return value of register_kprobe()
Yang Yingliang
1
-6
/
+5
2022-09-11
fail_function: switch to memdup_user_nul() helper
Yang Yingliang
1
-9
/
+4
2020-12-15
fault-injection: handle EI_ETYPE_TRUE
Barnabás Pőcze
1
-3
/
+3
2020-11-19
fail_function: Remove a redundant mutex unlock
Luo Meng
1
-2
/
+3
2019-06-03
fail_function: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-18
/
+5
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-1
/
+1
2018-10-31
kernel/fail_function.c: remove meaningless null pointer check before debugfs_...
zhong jiang
1
-2
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-3
/
+0
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-03-12
error-injection: Fix to prohibit jump optimization
Masami Hiramatsu
1
-0
/
+10
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
1
-0
/
+349