index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-12-18
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
Zqiang
2021-12-17
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
2021-12-16
Only output backtracking information in log level 2
Christy Lee
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-16
Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-15
audit: improve robustness of the audit queue handling
Paul Moore
2021-12-15
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-14
audit: use struct_size() helper in kmalloc()
Xiu Jianfeng
2021-12-14
signal: Skip the altstack update when not needed
Chang S. Bae
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
2021-12-14
perf: Add a counter for number of user access events in context
Rob Herring
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
2021-12-11
bpf: Silence coverity false positive warning.
Alexei Starovoitov
2021-12-11
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2021-12-11
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-12-11
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-12-10
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-12-10
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2021-12-09
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it
Marco Elver
2021-12-09
kcsan: Avoid nested contexts reading inconsistent reorder_access
Marco Elver
2021-12-09
kcsan: Make barrier tests compatible with lockdep
Marco Elver
2021-12-09
sched, kcsan: Enable memory barrier instrumentation
Marco Elver
2021-12-09
kcsan: selftest: Add test case to check memory barrier instrumentation
Marco Elver
2021-12-09
kcsan: test: Add test cases for memory barrier instrumentation
Marco Elver
2021-12-09
kcsan: test: Match reordered or normal accesses
Marco Elver
2021-12-09
kcsan: Show location access was reordered to
Marco Elver
2021-12-09
kcsan: Call scoped accesses reordered in reports
Marco Elver
2021-12-09
kcsan: Add core memory barrier instrumentation functions
Marco Elver
[prev]
[next]