summaryrefslogtreecommitdiffstats
path: root/samples/user_events (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-09workqueue: Fix kernel-doc comment of unplug_oldest_pwq()Waiman Long1-7/+10
2024-02-08workqueue: Bind unbound workqueue rescuer to wq_unbound_cpumaskWaiman Long1-1/+1
2024-02-08kernel/workqueue: Let rescuers follow unbound wq cpumask changesJuri Lelli1-0/+5
2024-02-08workqueue: Enable unbound cpumask update on ordered workqueuesWaiman Long1-10/+59
2024-02-08workqueue: Link pwq's into wq->pwqs from oldest to newestWaiman Long1-1/+1
2024-02-06Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo1-6/+2
2024-02-06workqueue: Don't implicitly make UNBOUND workqueues w/ @max_active==1 orderedTejun Heo3-30/+10
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long1-1/+1
2024-02-05workqueue: fix a typo in commentWang Jinchao1-1/+1
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo1-1/+1
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo5-60/+285
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo1-14/+18
2024-02-04workqueue: Update lock debugging codeTejun Heo1-17/+34
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere1-1/+1
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo1-2/+8
2024-02-01workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda1-1/+5
2024-01-31workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo1-0/+8
2024-01-31workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo1-1/+1
2024-01-30workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras1-3/+11
2024-01-29tools/workqueue/wq_dump.py: Add node_nr/max_active dumpTejun Heo1-1/+40
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo2-35/+341
2024-01-29workqueue: Introduce struct wq_node_nr_activeTejun Heo1-7/+135
2024-01-29workqueue: Move pwq_dec_nr_in_flight() to the end of work item handlingTejun Heo1-1/+10
2024-01-29workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo1-24/+40
2024-01-29workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo1-12/+19
2024-01-29workqueue: Move nr_active handling into helpersTejun Heo1-19/+67
2024-01-29workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo1-6/+25
2024-01-29workqueue: Factor out pwq_is_empty()Tejun Heo1-4/+9
2024-01-29workqueue: Move pwq->max_active to wq->max_activeTejun Heo1-67/+66
2024-01-26workqueue: Break up enum definitions and give names to the typesTejun Heo2-18/+29
2024-01-26workqueue: Drop unnecessary kick_pool() in create_worker()Tejun Heo1-3/+2
2024-01-25workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell1-1/+1
2024-01-25tools/workqueue/wq_dump.py: Clean up code and drop duplicate informationTejun Heo1-34/+35
2024-01-20workqueue: mark power efficient workqueue as unbounded if nohz_full enabledMarcelo Tosatti1-0/+7
2024-01-16workqueue: Add rcu lock check at the end of work item executionXuewen Yan1-4/+5
2024-01-16kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUNDJuri Lelli1-1/+4
2024-01-16tools/workqueue: Add rescuers printing to wq_dump.pyJuri Lelli1-0/+29
2024-01-16workqueue.c: Increase workqueue name lengthAudra Mitchell1-2/+6
2024-01-12MAINTAINERS: pwm: Thierry steps down, Uwe takes overUwe Kleine-König1-3/+2
2024-01-12fbdev/intelfb: Remove driverThomas Zimmermann12-5208/+1
2024-01-12fbdev/hyperv_fb: Do not clear global screen_infoThomas Zimmermann1-8/+1
2024-01-12firmware/sysfb: Clear screen_info state after consuming itThomas Zimmermann1-1/+13
2024-01-12fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpersThomas Zimmermann1-5/+6
2024-01-12drm/hyperv: Remove firmware framebuffers with aperture helperThomas Zimmermann1-6/+2
2024-01-12fbdev/sis: Remove dependency on screen_infoThomas Zimmermann1-37/+0
2024-01-12video/logo: use %u format specifier for unsigned int valuesColin Ian King1-3/+3
2024-01-12video/sticore: Remove info field from STI structThomas Zimmermann2-7/+0
2024-01-12arch/parisc: Detect primary video device from device instanceThomas Zimmermann1-1/+1
2024-01-12fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()Thomas Zimmermann1-50/+56
2024-01-12video/sticore: Store ROM device in STI structThomas Zimmermann2-0/+9