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
2022-09-11
smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death
Uros Bizjak
-7
/
+8
2022-09-11
task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...
Uros Bizjak
-7
/
+9
2022-09-11
kexec: replace kmap() with kmap_local_page()
Fabio M. De Francesco
-4
/
+4
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
-0
/
+4
2022-09-11
panic, kexec: make __crash_kexec() NMI safe
Valentin Schneider
-20
/
+30
2022-09-11
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
-5
/
+14
2022-09-11
memory tiering: adjust hot threshold automatically
Huang Ying
-5
/
+55
2022-09-11
memory tiering: rate limit NUMA migration throughput
Huang Ying
-2
/
+39
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
-0
/
+101
2022-09-10
bpf: Add verifier support for custom callback return range
Dave Marchevsky
-1
/
+6
2022-09-10
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
-1
/
+1
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
-0
/
+2
2022-09-10
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
-3
/
+0
2022-09-10
bpf: Simplify code by using for_each_cpu_wrap()
Punit Agrawal
-32
/
+16
2022-09-10
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
-0
/
+2
2022-09-10
Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...
Linus Torvalds
-13
/
+9
2022-09-09
Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2022-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-0
/
+1
2022-09-09
ACPI: s2idle: Add a new ->check() callback for platform_s2idle_ops
Mario Limonciello
-0
/
+3
2022-09-09
sched/psi: Per-cgroup PSI accounting disable/re-enable interface
Chengming Zhou
-13
/
+127
2022-09-09
sched/psi: Cache parent psi_group to speed up group iteration
Chengming Zhou
-30
/
+19
2022-09-09
sched/psi: Consolidate cgroup_psi()
Chengming Zhou
-5
/
+5
2022-09-09
sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressure
Chengming Zhou
-2
/
+102
2022-09-09
sched/psi: Remove NR_ONCPU task accounting
Johannes Weiner
-11
/
+30
2022-09-09
sched/psi: Optimize task switch inside shared cgroups again
Chengming Zhou
-12
/
+9
2022-09-09
sched/psi: Move private helpers to sched/stats.h
Chengming Zhou
-0
/
+4
2022-09-09
sched/psi: Save percpu memory when !psi_cgroups_enabled
Chengming Zhou
-3
/
+4
2022-09-09
sched/psi: Don't create cgroup PSI files when psi_disabled
Chengming Zhou
-0
/
+3
2022-09-09
sched/psi: Fix periodic aggregation shut off
Chengming Zhou
-14
/
+14
2022-09-09
Merge branch 'driver-core/driver-core-next'
Peter Zijlstra
-0
/
+20
2022-09-08
module/decompress: generate sysfs string at compile time
David Disseldorp
-1
/
+1
2022-09-08
kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...
Liu Shixin
-23
/
+20
2022-09-08
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
-1
/
+8
2022-09-08
sysctl: remove max_extfrag_threshold
Liu Shixin
-6
/
+1
2022-09-08
module: Add debugfs interface to view unloaded tainted modules
Aaron Tomlin
-0
/
+68
2022-09-08
kernel/sysctl.c: remove unnecessary (void*) conversions
Dong Chuanjian
-3
/
+3
2022-09-08
kprobes: Prohibit probes in gate area
Christian A. Ehrhardt
-0
/
+1
2022-09-07
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
-107
/
+28
2022-09-07
perf: Add a few assertions
Peter Zijlstra
-0
/
+2
2022-09-07
perf: Consolidate branch sample filter helpers
Anshuman Khandual
-7
/
+2
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
-94
/
+141
2022-09-07
sched/completion: Add wait_for_completion_state()
Peter Zijlstra
-0
/
+12
2022-09-07
sched: Add TASK_ANY for wait_task_inactive()
Peter Zijlstra
-8
/
+8
2022-09-07
sched: Change wait_task_inactive()s match_state
Peter Zijlstra
-2
/
+2
2022-09-07
freezer,umh: Clean up freezer/initrd interaction
Peter Zijlstra
-0
/
+8
2022-09-07
freezer: Have {,un}lock_system_sleep() save/restore flags
Peter Zijlstra
-33
/
+54
2022-09-07
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
-14
/
+14
2022-09-07
sched/fair: Cleanup for SIS_PROP
Abel Wu
-6
/
+6
2022-09-07
sched/fair: Default to false in test_idle_cores()
Abel Wu
-8
/
+8
2022-09-07
sched/fair: Remove useless check in select_idle_core()
Abel Wu
-3
/
+0
[prev]
[next]