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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
gfs2: Add glockfd debugfs file
Andreas Gruenbacher
1
-0
/
+1
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
1
-11
/
+0
2022-06-28
sched/fair: Remove the energy margin in feec()
Vincent Donnefort
1
-15
/
+8
2022-06-28
sched/fair: Remove task_util from effective utilization in feec()
Vincent Donnefort
1
-63
/
+139
2022-06-28
sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()
Dietmar Eggemann
1
-9
/
+13
2022-06-28
sched/fair: Rename select_idle_mask to select_rq_mask
Dietmar Eggemann
2
-7
/
+7
2022-06-28
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
4
-20
/
+19
2022-06-28
sched/fair: Decay task PELT values during wakeup migration
Vincent Donnefort
3
-34
/
+172
2022-06-28
sched/fair: Provide u64 read for 32-bits arch helper
Vincent Donnefort
2
-71
/
+54
2022-06-28
perf/core: Add a new read format to get a number of lost samples
Namhyung Kim
2
-4
/
+22
2022-06-28
sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avg
Chen Yu
2
-1
/
+89
2022-06-28
sched: only perform capability check on privileged operation
Christian Göttsche
1
-55
/
+83
2022-06-28
sched: Remove unused function group_first_cpu()
Zhang Qiao
1
-9
/
+0
2022-06-28
sched/fair: Remove redundant word " *"
Zhang Qiao
1
-1
/
+1
2022-06-27
tick/nohz: unexport __init-annotated tick_nohz_full_setup()
Masahiro Yamada
1
-1
/
+0
2022-06-27
Merge branch 'master' into mm-nonmm-stable
akpm
24
-608
/
+215
2022-06-27
cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst
Lin Feng
1
-4
/
+0
2022-06-26
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-7
/
+7
2022-06-26
Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+2
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-83
/
+1
2022-06-24
Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+0
2022-06-24
Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
9
-605
/
+65
2022-06-24
dma-mapping: Add dma_release_coherent_memory to DMA API
Mark-PK Tsai
1
-2
/
+8
2022-06-24
bpf: Fix for use-after-free bug in inline_bpf_loop
Eduard Zingerman
1
-1
/
+1
2022-06-24
bpf: Replace hard-coded 0 with BPF_K in check_alu_op
Simon Wang
1
-1
/
+1
2022-06-24
locking/lockdep: Fix lockdep_init_map_*() confusion
Peter Zijlstra
1
-3
/
+4
2022-06-24
jump_label: make initial NOP patching the special case
Ard Biesheuvel
1
-9
/
+5
2022-06-24
jump_label: mips: move module NOP patching into arch code
Ard Biesheuvel
1
-26
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-24
/
+159
2022-06-23
Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
linus/master
Linus Torvalds
1
-1
/
+1
2022-06-23
Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-4
/
+10
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
9
-605
/
+65
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-4
/
+3
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
7
-65
/
+2
2022-06-23
Revert "printk: add kthread console printers"
Petr Mladek
1
-307
/
+22
2022-06-23
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
1
-205
/
+56
2022-06-23
Revert "printk: remove @console_locked"
Petr Mladek
1
-14
/
+15
2022-06-23
Revert "printk: Block console kthreads when direct printing will be required"
Petr Mladek
1
-3
/
+1
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
5
-42
/
+0
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-17
/
+70
2022-06-23
dma-direct: use the correct size for dma_set_encrypted()
Dexuan Cui
1
-3
/
+2
2022-06-22
swiotlb: panic if nslabs is too small
Dongli Zhang
1
-1
/
+5
2022-06-22
swiotlb: remove a useless return in swiotlb_init
Dongli Zhang
1
-1
/
+1
2022-06-21
context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/exit()
Frederic Weisbecker
1
-10
/
+10
2022-06-21
refscale: Convert test_lock spinlock to raw_spinlock
Zqiang
1
-9
/
+9
2022-06-21
rcutorture: Handle failure of memory allocation functions
Li Qiong
1
-0
/
+10
2022-06-21
rcutorture: Fix ksoftirqd boosting timing and iteration
Frederic Weisbecker
1
-15
/
+13
2022-06-21
rcuscale: Fix smp_processor_id()-in-preemptible warnings
Zqiang
1
-0
/
+1
2022-06-21
rcutorture: Make failure indication note reader-batch overflow
Paul E. McKenney
1
-1
/
+1
2022-06-21
rcutorture: Fix memory leak in rcu_test_debug_objects()
Zqiang
1
-0
/
+1
[prev]
[next]