index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2024-09-03
sched: Combine the last put_prev_task() and the first set_next_task()
Peter Zijlstra
-16
/
+14
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
-74
/
+37
2024-09-03
sched: Split up put_prev_task_balance()
Peter Zijlstra
-6
/
+6
2024-09-03
sched: Clean up DL server vs core sched
Peter Zijlstra
-24
/
+8
2024-09-03
sched: Fixup set_next_task() implementations
Peter Zijlstra
-34
/
+34
2024-09-03
sched: Use set_next_task(.first) where required
Peter Zijlstra
-2
/
+6
2024-09-03
sched/fair: Properly deactivate sched_delayed task upon class change
Valentin Schneider
-8
/
+17
2024-09-03
sched/deadline: Fix schedstats vs deadline servers
Huang Shijie
-22
/
+16
2024-09-01
kthread: fix task state in kthread worker if being frozen
Chen Yu
-1
/
+9
2024-09-01
Document/kexec: generalize crash hotplug description
Sourabh Jain
-13
/
+20
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
-0
/
+1
2024-09-01
watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...
Waiman Long
-1
/
+4
2024-09-01
locking/ww_mutex/test: add MODULE_DESCRIPTION()
Jeff Johnson
-0
/
+1
2024-09-01
crash: fix crash memory reserve exceed system memory bug
Jinjie Ruan
-0
/
+3
2024-09-01
kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
Uros Bizjak
-1
/
+2
2024-09-01
mm: create promo_wmark_pages and clean up open-coded sites
Kaiyang Zhao
-1
/
+1
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
-0
/
+9
2024-09-01
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
-2
/
+2
2024-09-01
task_stack: uninline stack_not_used
Pasha Tatashin
-3
/
+20
2024-09-01
vmstat: kernel stack usage histogram
Pasha Tatashin
-0
/
+38
2024-09-01
memory tiering: introduce folio_use_access_time() check
Zi Yan
-2
/
+1
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
-2
/
+1
2024-09-01
kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
Petr Tesarik
-1
/
+1
2024-09-01
Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+2
2024-09-01
Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-4
/
+5
2024-09-01
tinyconfig: remove unnecessary 'is not set' for choice blocks
Masahiro Yamada
-6
/
+0
2024-08-30
sched_ext: Use sched_clock_cpu() instead of rq_clock_task() in touch_core_sch...
Tejun Heo
-2
/
+6
2024-08-30
sched_ext: Use task_can_run_on_remote_rq() test in dispatch_to_local_dsq()
Tejun Heo
-20
/
+20
2024-08-30
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1
Chen Ridong
-1
/
+16
2024-08-30
cgroup/cpuset: rename functions shared between v1 and v2
Chen Ridong
-56
/
+56
2024-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
-199
/
+199
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
-73
/
+74
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
-94
/
+98
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
-0
/
+12
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
-42
/
+45
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
-61
/
+66
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
-134
/
+141
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
-235
/
+236
2024-08-30
cgroup/cpuset: introduce cpuset-v1.c
Chen Ridong
-1
/
+10
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
-5
/
+18
2024-08-30
bpf: Fix a crash when btf_parse_base() returns an error pointer
Martin KaFai Lau
-1
/
+1
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
-1
/
+1
2024-08-30
bpf: Remove custom build rule
Alexey Gladkov
-6
/
+6
2024-08-30
drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
James Clark
-0
/
+9
2024-08-30
padata: Honor the caller's alignment in case of chunk_size 0
Kamlesh Gurudasani
-0
/
+3
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
-4
/
+22
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
-0
/
+1
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
-1
/
+45
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
-0
/
+6
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
-7
/
+8
[prev]
[next]