aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov3-7/+13
2023-07-17seccomp: don't use semaphore and wait_queue togetherAndrei Vagin1-5/+36
2023-07-17prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda1-5/+5
2023-07-17cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal1-1/+1
2023-07-17cgroup: fix obsolete function nameMiaohe Lin1-1/+1
2023-07-17cgroup: use cached local variable parent in for loopMiaohe Lin1-1/+1
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra4-76/+155
2023-07-16Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+23
2023-07-16Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-29/+24
2023-07-14clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney1-4/+4
2023-07-14torture: Support randomized shuffling for proxy exec testingConnor O'Brien1-2/+8
2023-07-14rcutorture: Dump grace-period state upon rtort_pipe_count incidentsPaul E. McKenney1-0/+1
2023-07-14scftorture: Pause testing after memory-allocation failurePaul E. McKenney1-1/+5
2023-07-14scftorture: Forgive memory-allocation failure if KASANPaul E. McKenney1-2/+4
2023-07-14rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang1-1/+1
2023-07-14rcuscale: fix building with RCU_TINYArnd Bergmann2-8/+19
2023-07-14rcuscale: Add RCU Tasks Rude testingPaul E. McKenney3-1/+40
2023-07-14rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney3-0/+10
2023-07-14rcuscale: Measure grace-period kthread CPU timePaul E. McKenney2-0/+27
2023-07-14rcuscale: Print out full set of kfree_rcu parametersPaul E. McKenney1-0/+4
2023-07-14rcuscale: Print out full set of module parametersPaul E. McKenney1-2/+2
2023-07-14rcuscale: Add minruntime module parameterPaul E. McKenney1-1/+4
2023-07-14rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney1-1/+1
2023-07-14rcuscale: Permit blocking delays between writersPaul E. McKenney1-0/+4
2023-07-14refscale: Add a "jiffies" testPaul E. McKenney1-1/+33
2023-07-14refscale: Fix uninitalized use of wait_queue_head_tWaiman Long1-2/+1
2023-07-14rcu-tasks: Cancel callback laziness if too many callbacksPaul E. McKenney1-2/+5
2023-07-14rcu-tasks: Add kernel boot parameters for callback lazinessPaul E. McKenney1-0/+15
2023-07-14rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCUPaul E. McKenney1-2/+0
2023-07-14rcu-tasks: Treat only synchronous grace periods urgentlyPaul E. McKenney1-8/+73
2023-07-14time: add kernel-doc in time.cRandy Dunlap1-11/+158
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+8
2023-07-14Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2-2/+8
2023-07-14tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)3-12/+14
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski15-438/+897
2023-07-13bpf: Fix an error in verifying a field in a unionYafang Shao1-1/+1
2023-07-13bpf: Fix an error around PTR_UNTRUSTEDYafang Shao2-11/+14
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-18/+27
2023-07-13Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+81
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)3-26/+9
2023-07-14tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)1-5/+7
2023-07-14tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)1-0/+2
2023-07-14tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)1-2/+2
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)1-0/+6
2023-07-13tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian1-0/+1
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot1-1/+1
2023-07-13sched/debug: Dump domains' sched group flagsPeter Zijlstra1-0/+1
2023-07-13sched/fair: Consider the idle state of the whole core for load balanceRicardo Neri1-1/+15
2023-07-13sched/fair: Implement prefer sibling imbalance calculation between asymmetric...Tim C Chen1-4/+37