index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-07
Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-05
Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+11
2022-08-03
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
1
-1
/
+1
2022-08-03
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2022-07-30
rv: Add Runtime Verification (RV) interface
Daniel Bristot de Oliveira
1
-0
/
+11
2022-06-28
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
1
-1
/
+1
2022-06-22
rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUs
Paul E. McKenney
1
-0
/
+1
2022-06-20
rcu-tasks: Add data structures for lightweight grace periods
Paul E. McKenney
1
-0
/
+2
2022-06-20
rcu-tasks: Merge state into .b.need_qs and atomically update
Paul E. McKenney
1
-1
/
+0
2022-06-04
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-6
/
+4
2022-05-24
Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+2
2022-05-24
Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+3
2022-05-23
Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+41
2022-05-11
sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
Peter Zijlstra
1
-5
/
+3
2022-05-11
ptrace: Don't change __state
Eric W. Biederman
1
-1
/
+1
2022-05-06
Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict
Ingo Molnar
1
-0
/
+1
2022-05-01
sched: Fix missing prototype warnings
Thomas Gleixner
1
-0
/
+2
2022-04-29
sched/fair: Remove sched_trace_*() helper functions
Dietmar Eggemann
1
-14
/
+0
2022-04-27
x86/split_lock: Make life miserable for split lockers
Tony Luck
1
-0
/
+3
2022-04-22
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-0
/
+1
2022-04-05
preempt/dynamic: Introduce preemption model accessors
Valentin Schneider
1
-0
/
+41
2022-03-31
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Thomas Gleixner
1
-3
/
+0
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+3
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2022-03-23
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
1
-1
/
+0
2022-03-23
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+25
2022-03-21
Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2022-03-18
rethook: Add a generic return hook
Masami Hiramatsu
1
-0
/
+3
2022-03-04
signal, x86: Delay calling signals in atomic on RT enabled kernels
Oleg Nesterov
1
-0
/
+3
2022-03-01
sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE
Valentin Schneider
1
-0
/
+8
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-3
/
+8
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
1
-5
/
+0
2022-02-19
sched/preempt: Add PREEMPT_DYNAMIC using static keys
Mark Rutland
1
-1
/
+9
2022-02-15
sched: Define and initialize a flag to identify valid PASID in the task
Peter Zijlstra
1
-0
/
+3
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
1
-1
/
+0
2022-01-23
Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+0
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+7
2022-01-20
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
Yafang Shao
1
-2
/
+7
2022-01-18
kernel/sched: Remove dl_boosted flag comment
Hui Su
1
-4
/
+0
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-01-12
Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2022-01-12
Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+4
2022-01-08
kthread: Generalize pf_io_worker so it can point to struct kthread
Eric W. Biederman
1
-2
/
+2
2021-12-10
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
1
-0
/
+3
2021-12-04
locking: Mark racy reads of owner->on_cpu
Marco Elver
1
-1
/
+1
2021-12-04
locking: Make owner_on_cpu() into <linux/sched.h>
Kefeng Wang
1
-0
/
+9
2021-11-17
sched/core: Forced idle accounting
Josh Don
1
-0
/
+4
2021-11-03
Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...
Linus Torvalds
1
-0
/
+1
2021-11-02
Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-12
/
+1
2021-11-01
Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+7
[next]