summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-06-131-1/+5
| * | | | | | | | sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
| * | | | | | | | sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng2022-06-131-2/+4
| * | | | | | | | sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
| * | | | | | | | sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
| * | | | | | | | sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman2022-06-131-8/+15
| * | | | | | | | sched/numa: Apply imbalance limitations consistentlyMel Gorman2022-06-131-36/+45
| * | | | | | | | sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman2022-06-131-0/+9
| * | | | | | | | sched/numa: Initialise numa_migrate_retryMel Gorman2022-06-131-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-07-311-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/configs: Update configs in x86_debug.configLukas Bulwahn2022-07-271-2/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-311-10/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long2022-07-301-10/+20
| |/ / / / / / /
* | | | | | | | Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-07-291-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan2022-07-291-1/+4
* | | | | | | | | watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds2022-07-281-22/+36
* | | | | | | | | watch_queue: Fix missing rcu annotationDavid Howells2022-07-281-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-07-241-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-221-24/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay2022-07-191-19/+63
| * | | | | | | | srcu: Block less aggressively for expedited grace periodsPaul E. McKenney2022-07-191-7/+13
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | watch-queue: remove spurious double semicolonLinus Torvalds2022-07-211-1/+1
* | | | | | | | watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds2022-07-201-16/+37
| |/ / / / / / |/| | | | | |
* | | | | | | Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-171-14/+31
|\ \ \ \ \ \ \
| * | | | | | | perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-131-14/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-161-2/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-07-151-2/+11
| |\ \ \ \ \ \ \
| | * | | | | | | printk: do not wait for consoles when suspendedJohn Ogness2022-07-151-2/+11
* | | | | | | | | Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-07-151-9/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-07-141-9/+11
* | | | | | | | | | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-143-24/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-131-4/+4
| * | | | | | | | | | sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima2022-07-131-2/+2
| * | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-082-7/+13
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-081-4/+8
| | * | | | | | | | | | bpf: Make sure mac_header was set before using itEric Dumazet2022-07-071-3/+5
| * | | | | | | | | | | sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima2022-07-081-2/+5
| * | | | | | | | | | | sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima2022-07-081-2/+2
| * | | | | | | | | | | sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima2022-07-081-1/+1
| * | | | | | | | | | | sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-081-1/+1
| * | | | | | | | | | | sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima2022-07-081-2/+2
| * | | | | | | | | | | sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima2022-07-081-3/+3
* | | | | | | | | | | | Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-141-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-1/+10
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-131-14/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-14/+23
* | | | | | | | | | | | | Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-07-123-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)2022-07-121-1/+2
| * | | | | | | | | | | | | tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-121-5/+6