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