summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-09-04cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long-9/+60
2022-09-04cgroup/cpuset: Relocate a code block in validate_change()Waiman Long-16/+16
2022-09-04cgroup/cpuset: Show invalid partition reason stringWaiman Long-18/+75
2022-09-04cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long-11/+63
2022-09-04cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long-194/+215
2022-09-04cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effectiveWaiman Long-25/+84
2022-09-04cgroup/cpuset: Miscellaneous cleanups & add helper functionsWaiman Long-79/+90
2022-09-04cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long-7/+11
2022-09-04cgroup: add pids.peak interface for pids controllerJosh Don-2/+35
2022-09-04cgroup: Remove data-race around cgrp_dfl_visibleTejun Heo-2/+2
2022-09-01bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao-0/+6
2022-09-01audit_init_parent(): constify pathAl Viro-1/+1
2022-09-01bpf: Remove useless else ifJiapeng Chong-3/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+16
2022-09-01bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao-4/+4
2022-09-01bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao-6/+6
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney-153/+628
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang-2/+2
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-9/+12
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo-0/+20
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter-3/+0
2022-09-01livepatch: Add a missing newline character in klp_module_coming()Zhen Lei-1/+1
2022-09-01livepatch: fix race between fork and KLP transitionRik van Riel-2/+16
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing-12/+12
2022-08-31bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao-2/+5
2022-08-31bpf: Disable preemption when increasing per-cpu map_lockedHou Tao-5/+18
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang-6/+2
2022-08-31rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney-0/+3
2022-08-31rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang-1/+1
2022-08-31srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney-7/+7
2022-08-31srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney-2/+2
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney-0/+3
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney-18/+23
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney-6/+23
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney-1/+1
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney-2/+16
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney-1/+1
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney-5/+1
2022-08-31rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequencePaul E. McKenney-0/+6
2022-08-31rcu: Remove expedited grace-period fast-path forward-progress helperPaul E. McKenney-2/+0
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney-13/+26
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney-2/+0
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney-0/+1
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney-31/+9
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney-22/+77
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney-21/+74
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney-3/+2
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney-10/+59