summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-213-6/+119
|\
| * Compiler attributes: GCC cold function alignment workaroundsMark Rutland2023-01-241-1/+8
| * ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland2023-01-242-5/+111
* | uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-211-2/+0
* | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-213-13/+9
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki2023-02-151-4/+1
| |\ \ \ \ \
| | | | * | | PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-4/+1
| | | |/ / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2023-02-152-9/+8
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | | * | | PM: sleep: Remove "select SRCU"Paul E. McKenney2023-01-201-1/+0
| | | * | | PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap2023-01-201-8/+8
| | | |/ /
* | | | | Merge tag 'seccomp-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-211-1/+1
|\ \ \ \ \
| * | | | | seccomp: fix kernel-doc function name warningRandy Dunlap2023-01-131-1/+1
* | | | | | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-2119-404/+1012
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney2023-02-027-4/+93
| |\ \ \ \ \ \
| | * | | | | | rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney2023-01-092-2/+2
| | * | | | | | rcu: Align the output of RCU CPU stall warning messagesZhen Lei2023-01-051-2/+2
| | * | | | | | rcu: Add RCU stall diagnosis informationZhen Lei2023-01-056-0/+84
| | * | | | | | sched: Add helper nr_context_switches_cpu()Zhen Lei2023-01-051-0/+5
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---------. \ \ \ \ \ \ Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney2023-02-0215-400/+919
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | | | | | | * | | | | | torture: Fix hang during kthread shutdown phaseJoel Fernandes (Google)2023-01-051-1/+1
| | | | | | | * | | | | | rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney2023-01-051-6/+6
| | | | | | | * | | | | | locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)2023-01-051-5/+7
| | | | | | | * | | | | | locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)2023-01-051-43/+56
| | | | | | | * | | | | | refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney2023-01-051-0/+234
| | | | | | | * | | | | | refscale: Provide for initialization failurePaul E. McKenney2023-01-031-5/+11
| | | | | | | * | | | | | torture: Seed torture_random_state on CPUPaul E. McKenney2023-01-031-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | | | | | * | | | | | rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang2023-01-031-5/+8
| | | | | | * | | | | | rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang2023-01-031-5/+3
| | | | | | * | | | | | rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker2023-01-032-2/+30
| | | | | | * | | | | | rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker2023-01-031-4/+0
| | | | | | * | | | | | rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker2023-01-031-8/+29
| | | | | | * | | | | | rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testingZqiang2023-01-031-5/+3
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | | | | * | | | | | kernel/notifier: Remove CONFIG_SRCUPaul E. McKenney2023-02-021-3/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | * | | | | | srcu: Update comment after the index flipPaul E. McKenney2023-01-031-4/+5
| | | | * | | | | | srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney2023-01-031-16/+51
| | | | * | | | | | srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu2023-01-031-4/+7
| | | | * | | | | | rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney2023-01-031-0/+3
| | | | * | | | | | srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu2023-01-031-1/+1
| | | | * | | | | | srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu2023-01-031-4/+5
| | | | * | | | | | srcu: Release early_srcu resources when no longer in useZqiang2023-01-031-0/+1
| | |_|/ / / / / / | |/| | | | | | |
| | | * | | | | | rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)2023-01-031-33/+54
| | | * | | | | | rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)2023-01-031-10/+30
| | | * | | | | | rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)2023-01-031-2/+2
| | | * | | | | | rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)2023-01-031-8/+39
| | | * | | | | | rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)2023-01-031-7/+4
| | | * | | | | | rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)2023-01-031-49/+65
| | | * | | | | | rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)2023-01-031-46/+43
| | | * | | | | | rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2023-01-032-23/+15
| | |/ / / / / / | |/| | | | | |
| | * | | | | | rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)2023-01-231-1/+3
| | * | | | | | rcu: Track laziness during boot and suspendJoel Fernandes (Google)2023-01-173-1/+47