index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2024-09-01
watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...
Waiman Long
2024-09-01
locking/ww_mutex/test: add MODULE_DESCRIPTION()
Jeff Johnson
2024-09-01
crash: fix crash memory reserve exceed system memory bug
Jinjie Ruan
2024-09-01
kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
Uros Bizjak
2024-09-01
mm: create promo_wmark_pages and clean up open-coded sites
Kaiyang Zhao
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
2024-09-01
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
2024-09-01
task_stack: uninline stack_not_used
Pasha Tatashin
2024-09-01
vmstat: kernel stack usage histogram
Pasha Tatashin
2024-09-01
memory tiering: introduce folio_use_access_time() check
Zi Yan
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
2024-09-01
kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
Petr Tesarik
2024-09-01
Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-01
Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-09-01
tinyconfig: remove unnecessary 'is not set' for choice blocks
Masahiro Yamada
2024-08-30
sched_ext: Use sched_clock_cpu() instead of rq_clock_task() in touch_core_sch...
Tejun Heo
2024-08-30
sched_ext: Use task_can_run_on_remote_rq() test in dispatch_to_local_dsq()
Tejun Heo
2024-08-30
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1
Chen Ridong
2024-08-30
cgroup/cpuset: rename functions shared between v1 and v2
Chen Ridong
2024-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
2024-08-30
cgroup/cpuset: introduce cpuset-v1.c
Chen Ridong
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
2024-08-30
bpf: Fix a crash when btf_parse_base() returns an error pointer
Martin KaFai Lau
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
2024-08-30
bpf: Remove custom build rule
Alexey Gladkov
2024-08-30
drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
James Clark
2024-08-30
padata: Honor the caller's alignment in case of chunk_size 0
Kamlesh Gurudasani
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
2024-08-29
irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()
Hongbo Li
2024-08-29
genirq/msi: Use kmemdup_array() instead of kmemdup()
Jinjie Ruan
2024-08-29
genirq/proc: Change the return value for set affinity permission error
Jeff Xie
2024-08-29
genirq/proc: Use irq_move_pending() in show_irq_affinity()
Jinjie Ruan
2024-08-29
genirq/proc: Correctly set file permissions for affinity control files
Jeff Xie
2024-08-29
timers: Remove historical extra jiffie for timeout in msleep()
Anna-Maria Behnsen
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
2024-08-28
audit: use task_tgid_nr() instead of task_pid_nr()
Ricardo Robaina
2024-08-27
sched_ext: Add missing cfi stub for ops.tick
Tejun Heo
2024-08-27
rcu/kvfree: Add kvfree_rcu_barrier() API
Uladzislau Rezki (Sony)
[prev]
[next]