summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* media: venus: Convert to dev_pm_domain_attach|detach_list() for vcodecUlf Hansson2024-02-143-41/+26
* remoteproc: qcom_q6v5_adsp: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-87/+73
* remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-64/+9
* remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-73/+9
* PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson2024-02-142-0/+172
* pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domainAdam Ford2024-02-141-5/+5
* pmdomain: mediatek: Use devm_platform_ioremap_resource() in init_scp()Markus Elfring2024-02-141-3/+1
* pmdomain: renesas: r8a779h0-sysc: Add r8a779h0 supportDuy Nguyen2024-02-145-0/+63
* pmdomain: imx8mp-blk-ctrl: Error out if domains are missing in DTMarek Vasut2024-02-142-6/+12
* pmdomain: ti: Add a null pointer check to the omap_prm_domain_initKunwu Chan2024-02-141-0/+2
* pmdomain: renesas: rcar-gen4-sysc: Remove unneeded includesGeert Uytterhoeven2024-02-143-36/+0
* pmdomain: core: Print a message when unused power domains are disabledKonrad Dybcio2024-02-141-0/+1
* pmdomain: qcom: rpmpd: Keep one RPM handle for all RPMPDsKonrad Dybcio2024-02-141-7/+6
* pmdomain: core: Scale down parent/child performance states in reverse orderStephan Gerhold2024-02-141-47/+77
* pmdomain: Merge branch fixes into nextUlf Hansson2024-02-141-0/+3
|\
| * pmdomain: arm: Fix NULL dereference on scmi_perf_domain removalCristian Marussi2024-02-131-0/+3
* | pmdomain: Merge branch dt into nextUlf Hansson2024-02-145-8/+73
|\ \ | |/ |/|
| * dt-bindings: power: rpmpd: Add MSM8974 power domainsLuca Weiss2024-02-132-0/+9
| * dt-bindings: soc: imx: add missing clock and power-domains to imx8mp-hdmi-blk...Adam Ford2024-02-061-8/+14
| * dt-bindings: power: Add r8a779h0 SYSC power domain definitionsDuy Nguyen2024-01-301-0/+49
| * dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M supportDuy Nguyen2024-01-301-0/+1
* | Linux 6.8-rc4v6.8-rc4Linus Torvalds2024-02-111-1/+1
* | Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-02-112-1/+6
|\ \
| * | hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-062-1/+6
* | | Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-114-31/+28
|\ \ \
| * | | x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-091-1/+1
| * | | x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin2024-01-301-8/+5
| * | | x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-01-292-22/+22
* | | | Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-1117-101/+162
|\ \ \ \
| * | | | nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-081-3/+5
| * | | | mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park2024-02-081-1/+1
| * | | | nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2024-02-081-1/+7
| * | | | MAINTAINERS: Leo Yan has movedLeo Yan2024-02-082-1/+2
| * | | | mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou2024-02-081-3/+1
| * | | | fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador2024-02-081-2/+4
| * | | | mailmap: switch email address for John MoonJohn Moon2024-02-081-0/+1
| * | | | mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner2024-02-081-4/+4
| * | | | mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky2024-02-081-0/+1
| * | | | arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2024-02-081-0/+2
| * | | | selftests: core: include linux/close_range.h for CLOSE_RANGE_* macrosMuhammad Usama Anjum2024-02-081-0/+1
| * | | | mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_pageMiaohe Lin2024-02-081-0/+3
| * | | | mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed2024-02-081-21/+35
| * | | | nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi2024-02-081-3/+4
| * | | | mm/userfaultfd: UFFDIO_MOVE implementation should use ptep_get()Ryan Roberts2024-02-081-7/+7
| * | | | exit: wait_task_zombie: kill the no longer necessary spin_lock_irq(siglock)Oleg Nesterov2024-02-081-7/+3
| * | | | fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov2024-02-081-26/+32
| * | | | fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov2024-02-081-4/+6
| * | | | getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-02-081-3/+13
| * | | | getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-02-081-15/+19
| * | | | mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa2024-02-081-1/+12