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
2021-10-05
sched: Limit the number of task migrations per batch on RT
Thomas Gleixner
1
-0
/
+4
2021-10-05
sched: Move mmdrop to RCU on RT
Thomas Gleixner
1
-1
/
+1
2021-10-05
sched: Make cookie functions static
Shaokun Zhang
2
-9
/
+5
2021-10-05
sched/fair: Consider SMT in ASYM_PACKING load balance
Ricardo Neri
1
-0
/
+92
2021-10-05
sched/fair: Carve out logic to mark a group for asymmetric packing
Ricardo Neri
1
-7
/
+13
2021-10-05
sched/fair: Provide update_sg_lb_stats() with sched domain statistics
Ricardo Neri
1
-2
/
+3
2021-10-05
sched/fair: Optimize checking for group_asym_packing
Ricardo Neri
1
-1
/
+1
2021-10-05
sched/topology: Introduce sched_group::flags
Ricardo Neri
2
-3
/
+19
2021-10-05
kthread: Move prio/affinite change into the newly created thread
Sebastian Andrzej Siewior
1
-8
/
+8
2021-10-05
sched: Provide Kconfig support for default dynamic preempt mode
Frederic Weisbecker
2
-12
/
+49
2021-10-05
sched: Remove unused inline function __rq_clock_broken()
YueHaibing
1
-5
/
+0
2021-10-05
sched/dl: Support schedstats for deadline sched class
Yafang Shao
1
-0
/
+93
2021-10-05
sched/dl: Support sched_stat_runtime tracepoint for deadline sched class
Yafang Shao
1
-0
/
+2
2021-10-05
sched/rt: Support schedstats for RT sched class
Yafang Shao
1
-0
/
+124
2021-10-05
sched/rt: Support sched_stat_runtime tracepoint for RT sched class
Yafang Shao
1
-0
/
+2
2021-10-05
sched: Introduce task block time in schedstats
Yafang Shao
2
-2
/
+5
2021-10-05
sched: Make schedstats helpers independent of fair sched class
Yafang Shao
3
-115
/
+152
2021-10-05
sched: Make struct sched_statistics independent of fair sched class
Yafang Shao
7
-97
/
+140
2021-10-05
sched/fair: Use __schedstat_set() in set_next_entity()
Yafang Shao
1
-3
/
+3
2021-10-05
sched/fair: Add cfs bandwidth burst statistics
Huaixin Chang
3
-3
/
+22
2021-10-05
sched: adjust sleeper credit for SCHED_IDLE entities
Josh Don
1
-1
/
+6
2021-10-05
sched: reduce sched slice for SCHED_IDLE entities
Josh Don
3
-5
/
+27
2021-10-05
sched: Account number of SCHED_IDLE entities on each cfs_rq
Josh Don
3
-1
/
+27
2021-10-05
sched/core: Simplify core-wide task selection
Peter Zijlstra
1
-111
/
+45
2021-10-05
sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-05
sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle
Valentin Schneider
1
-2
/
+13
2021-10-05
sched/fair: Add NOHZ balancer flag for nohz.next_balance updates
Valentin Schneider
2
-11
/
+21
2021-10-04
kallsyms: strip LTO suffixes from static functions
Nick Desaulniers
1
-13
/
+33
2021-10-04
audit: add OPENAT2 record to list "how" info
Richard Guy Briggs
2
-1
/
+19
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
1
-2
/
+2
2021-10-04
printk: use gnu_printf format attribute for printk_sprint()
John Ogness
1
-0
/
+1
2021-10-04
printk: avoid -Wsometimes-uninitialized warning
Arnd Bergmann
1
-3
/
+2
2021-10-03
Merge tag 'sched_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+12
2021-10-03
Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+30
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
6
-63
/
+150
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
1
-0
/
+3
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
1
-6
/
+6
2021-10-01
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
1
-4
/
+0
2021-10-01
sched/fair: Null terminate buffer when updating tunable_scaling
Mel Gorman
1
-1
/
+7
2021-10-01
sched/fair: Add ancestors of unthrottled undecayed cfs_rq
Michal Koutný
1
-1
/
+5
2021-10-01
perf/core: fix userpage->time_enabled of inactive events
Song Liu
1
-4
/
+30
2021-10-01
rtmutex: Wake up the waiters lockless while dropping the read lock.
Thomas Gleixner
2
-7
/
+18
2021-10-01
rtmutex: Check explicit for TASK_RTLOCK_WAIT.
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-01
locking/rt: Take RCU nesting into account for __might_resched()
Thomas Gleixner
1
-3
/
+14
2021-10-01
sched: Make RCU nest depth distinct in __might_resched()
Thomas Gleixner
1
-12
/
+16
2021-10-01
sched: Make might_sleep() output less confusing
Thomas Gleixner
1
-5
/
+22
2021-10-01
sched: Cleanup might_sleep() printks
Thomas Gleixner
1
-8
/
+6
2021-10-01
sched: Remove preempt_offset argument from __might_sleep()
Thomas Gleixner
1
-2
/
+2
2021-10-01
sched: Clean up the might_sleep() underscore zoo
Thomas Gleixner
2
-6
/
+6
2021-10-01
locking/ww-mutex: Fix uninitialized use of ret in test_aa()
Nathan Chancellor
1
-1
/
+2
[prev]
[next]