summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-28firmware/psci: Add debugfs support to ease debuggingDmitry Baryshkov1-0/+14
2022-09-23Merge tag 'tegra-for-6.1-cbb' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-0/+53
2022-09-23Merge tag 'qcom-drivers-for-6.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-10/+52
2022-09-23Merge tag 'v6.0-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-0/+4
2022-09-23Merge tag 'sunxi-drivers-for-6.1-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2022-09-23Merge tag 'imx-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-1/+28
2022-09-18soc: sunxi: sram: Return void from the release functionSamuel Holland1-1/+1
2022-09-17soc: apple: rtkit: Add apple_rtkit_pollHector Martin1-0/+12
2022-09-17dt-bindings: firmware: add missing resource IDs for imx8dxlShenwei Wang1-0/+7
2022-09-17dt-bindings: soc: add i.MX93 mediamix blk ctrlPeng Fan1-0/+15
2022-09-17dt-bindings: soc: imx: add i.MX8MP vpu blk ctrlPeng Fan1-0/+4
2022-09-17dt-bindings: power: imx8mp-power: add HDMI HDCP/HRVPeng Fan1-0/+2
2022-09-17dt-bindings: clk: imx8mm: don't use multiple blank linesMarcel Ziswiler1-1/+0
2022-09-16soc: mediatek: Add mmsys func to adapt to dpi output for MT8186Xinlei Lee1-0/+2
2022-09-15Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-13/+23
2022-09-15soc/tegra: cbb: Add CBB 1.0 driver for Tegra194Sumit Gupta1-0/+47
2022-09-15soc/tegra: Set ERD bit to mask inband errorsSumit Gupta1-0/+6
2022-09-14dt-bindings: power: rpmpd: Add SM6375 power domainsKonrad Dybcio1-0/+12
2022-09-12Merge tag 'v6.1-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-0/+104
2022-09-12Merge tag 'memory-controller-drv-mediatek-6.1' of https://git.kernel.org/pub/...Arnd Bergmann2-0/+8
2022-09-09dt-bindings: power: add power-domain header for rk3588Finley Xiao1-0/+69
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla1-1/+13
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla1-0/+2
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla1-0/+1
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla1-4/+4
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla1-4/+2
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla1-6/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla1-2/+5
2022-09-05dt-bindings: power: Add power-domain header for RV1126Jagan Teki1-0/+35
2022-08-31soc: mediatek: mutex: Add mt8186 mutex mod settings for mdp3Allen-KH Cheng1-0/+2
2022-08-30memory: mtk-smi: Add enable IOMMU SMC command for MM masterChengci.Xu2-0/+8
2022-08-30Merge tag '20220825043859.30066-3-manivannan.sadhasivam@linaro.org' into driv...Bjorn Andersson1-0/+30
2022-08-30soc: qcom: llcc: Pass LLCC version based register offsets to EDAC driverManivannan Sadhasivam1-0/+30
2022-08-30soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson1-10/+10
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-7/+28
2022-08-29asm-generic: sections: refactor memory_intersectsQuanyang Wang1-2/+5
2022-08-29Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-26Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2022-08-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+1
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka7-5/+34
2022-08-26Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-11/+26
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-4/+4
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima1-1/+1
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-24net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima1-1/+1
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2022-08-24netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso1-0/+2
2022-08-24netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso1-0/+1