index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
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-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
2022-09-07
sched/fair: Cleanup for SIS_PROP
Abel Wu
1
-6
/
+6
2022-09-07
sched/fair: Default to false in test_idle_cores()
Abel Wu
1
-8
/
+8
2022-09-07
sched/fair: Remove useless check in select_idle_core()
Abel Wu
1
-3
/
+0
2022-09-07
sched/fair: Avoid double search on same cpu
Abel Wu
1
-0
/
+2
2022-09-07
sched/fair: Remove redundant check in select_idle_smt()
Abel Wu
1
-7
/
+4
2022-09-01
sched/deadline: Move __dl_clear_params out of dl_bw lock
Shang XiaoJing
1
-1
/
+1
2022-09-01
sched/deadline: Add replenish_dl_new_period helper
Shang XiaoJing
1
-10
/
+13
2022-09-01
sched/deadline: Add dl_task_is_earliest_deadline helper
Shang XiaoJing
1
-12
/
+12
2022-08-30
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commit
Ingo Molnar
123
-2150
/
+6863
2022-08-27
sched: Add update_current_exec_runtime helper
Shang XiaoJing
4
-17
/
+16
2022-08-23
sched/fair: Don't init util/runnable_avg for !fair task
Chengming Zhou
1
-14
/
+14
2022-08-23
sched/fair: Move task sched_avg attach to enqueue_task_fair()
Chengming Zhou
1
-8
/
+3
2022-08-23
sched/fair: Allow changing cgroup of new forked task
Chengming Zhou
2
-20
/
+12
2022-08-23
sched/fair: Fix another detach on unattached task corner case
Chengming Zhou
1
-0
/
+11
2022-08-23
sched/fair: Combine detach into dequeue when migrating task
Chengming Zhou
1
-12
/
+16
2022-08-23
sched/fair: Update comments in enqueue/dequeue_entity()
Chengming Zhou
1
-2
/
+4
2022-08-23
sched/fair: Reset sched_avg last_update_time before set_task_rq()
Chengming Zhou
1
-1
/
+1
2022-08-23
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
3
-49
/
+6
2022-08-23
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
2
-8
/
+1
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
7
-25
/
+26
2022-08-10
Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-35
/
+150
2022-08-08
Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Linus Torvalds
1
-2
/
+8
2022-08-08
Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-11
/
+9
2022-08-08
Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
6
-33
/
+356
2022-08-08
kernel/sysctl.c: Remove trailing white space
Fanjun Kong
1
-6
/
+6
2022-08-08
kernel/sysctl.c: Clean up indentation, replace spaces with tab.
Fanjun Kong
1
-2
/
+2
2022-08-08
sysctl: Merge adjacent CONFIG_TREE_RCU blocks
Geert Uytterhoeven
1
-3
/
+1
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-30
/
+78
2022-08-06
Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-10
/
+17
2022-08-06
Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+3
2022-08-06
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-5
/
+16
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-58
/
+303
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2022-08-05
Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
24
-49
/
+1910
2022-08-04
rv: Unlock on error path in rv_unregister_reactor()
Dan Carpenter
1
-2
/
+4
2022-08-04
Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-28
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
3
-3
/
+21
2022-08-04
sched/core: Do not requeue task on CPU excluded from cpus_mask
Mel Gorman
1
-2
/
+6
2022-08-04
sched/core: Remove superfluous semicolon
Xin Gao
1
-1
/
+1
2022-08-04
perf/core: Fix ';;' typo
Slark Xiao
1
-1
/
+1
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+9
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
24
-550
/
+1911
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+1
[next]