summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney
2022-08-31rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney
2022-08-31rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney
2022-08-31rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney
2022-08-31rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney
2022-08-31rcutorture: Abstract synchronous and polled API testingPaul E. McKenney
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney
2022-08-31rcu/nocb: Add CPU number to CPU-{,de}offload failure messagesPaul E. McKenney
2022-08-31rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang
2022-08-31rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)
2022-08-31rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)
2022-08-31rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko
2022-08-31rcu: Exclude outgoing CPU when it is the last to leavePaul E. McKenney
2022-08-31rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang
2022-08-31sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei
2022-08-31rcu: Document reason for rcu_all_qs() call to preempt_disable()Paul E. McKenney
2022-08-31rcu: Make tiny RCU support leak callbacks for debug-object errorsZqiang
2022-08-31rcu: Add QS check in rcu_exp_handler() for non-preemptible kernelsZqiang
2022-08-31rcu: Update rcu_preempt_deferred_qs() comments for !PREEMPT kernelsZqiang
2022-08-31rcu: Fix rcu_read_unlock_strict() strict QS reportingZqiang
2022-08-30perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver
2022-08-30perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...Marco Elver
2022-08-30perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver
2022-08-30perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver
2022-08-30perf/hw_breakpoint: Remove useless code related to flexible breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver
2022-08-30perf/hw_breakpoint: Mark data __ro_after_initMarco Elver
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Clean up headersMarco Elver
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar
2022-08-29audit: use time_after to compare timewuchi
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan
2022-08-27Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing