开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-01-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-26
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
2023-01-24
module: Don't wait for GOING modules
Petr Pavlu
2023-01-22
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-01-21
Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-21
Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-21
prlimit: do_prlimit needs to have a speculation check
Greg Kroah-Hartman
2023-01-20
Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
2023-01-19
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
2023-01-19
Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-01-19
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
2023-01-18
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
Yonghong Song
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
2023-01-18
kheaders: explicitly validate existence of cpio command
Thomas Weißschuh
2023-01-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-16
kernel/printk/printk.c: Fix W=1 kernel-doc warning
Anuradha Weeraman
2023-01-16
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
John Ogness
2023-01-16
sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...
Waiman Long
2023-01-14
Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-13
kallsyms: Fix scheduling with interrupts disabled in self-test
Nicholas Piggin
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
2023-01-13
sched/fair: Fixes for capacity inversion detection
Qais Yousef
2023-01-13
sched/uclamp: Fix a uninitialized variable warnings
Qais Yousef
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-12
Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-01-12
Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-01-10
Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2023-01-09
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
2023-01-09
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2023-01-09
sched/core: Use kfree_rcu() in do_set_cpus_allowed()
Waiman Long
2023-01-09
sched/core: Fix use-after-free bug in dup_user_cpus_ptr()
Waiman Long
2023-01-07
sched/core: Fix arch_scale_freq_tick() on tickless systems
Yair Podemsky
2023-01-06
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-01-03
time: Fix various kernel-doc problems
Randy Dunlap
2023-01-02
kcsan: test: don't put the expect array on the stack
Max Filippov
2023-01-01
Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-12-28
bpf: Always use maximal size for copy_array()
Kees Cook
2022-12-28
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
2022-12-28
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
2022-12-27
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
2022-12-27
perf: Fix use-after-free in error path
Peter Zijlstra
2022-12-27
perf/core: Fix cgroup events tracking
Chengming Zhou
2022-12-27
perf core: Return error pointer if inherit_event() fails to find pmu_ctx
Ravi Bangoria
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-12-23
Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
[next]