summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ci (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen1-1/+1
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen1-3/+3
2024-09-06platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...Marek Maslanka1-1/+1
2024-09-06clocksource/drivers/jcore: Use request_percpu_irq()Uros Bizjak1-4/+3
2024-09-06clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...Gaosheng Cui1-2/+4
2024-09-06clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...Gaosheng Cui1-0/+1
2024-09-06clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal1-1/+6
2024-09-06clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpersHuan Yang1-6/+1
2024-09-06platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka8-0/+65
2024-09-06clocksource: acpi_pm: Add external callback for suspend/resumeMarek Maslanka2-0/+45
2024-09-06clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...Zhang Zekun1-8/+3
2024-09-06dt-bindings: timer: rockchip: Add rk3576 compatibleDetlev Casanova1-0/+1
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen1-5/+37
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen1-2/+2
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer5-26/+22
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior1-0/+2
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior1-0/+2
2024-07-29signal: Replace BUG_ON()sThomas Gleixner1-4/+7
2024-07-29signal: Remove task argument from dequeue_signal()Thomas Gleixner3-18/+14
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner4-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner1-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner3-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner6-18/+15
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner1-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner2-9/+6
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner1-27/+17
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner1-6/+1
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner1-13/+9
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner1-16/+13
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner1-31/+6
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner1-1/+11
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner1-5/+9
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner1-1/+17
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner1-8/+6
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner1-27/+24
2024-07-29selftests/timers/posix-timers: Validate overrun after unblockThomas Gleixner1-1/+60
2024-07-29selftests/timers/posix-timers: Validate timer_gettime()Thomas Gleixner1-1/+57
2024-07-29selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner1-1/+52
2024-07-29selftests/timers/posix_timers: Validate signal rulesThomas Gleixner1-1/+107
2024-07-29selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner1-2/+125
2024-07-29selftests/timers/posix_timers: Simplify error handlingThomas Gleixner1-99/+52
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-28kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER caseTakashi Sakamoto1-2/+1