summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc_fsl-6.12-2' of https://github.com/chleroy/linux into soc/driversArnd Bergmann2024-09-032-1/+35
|\
| * soc: fsl: qe: Add missing PUSHSCHED commandHerve Codina2024-09-031-0/+1
| * soc: fsl: qe: Add resource-managed muram allocatorsHerve Codina2024-09-031-1/+21
| * dt-bindings: soc: fsl: cpm_qe: Add QUICC Engine (QE) TSA controllerHerve Codina2024-09-031-0/+13
* | Merge tag 'scmi-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2024-09-022-0/+93
|\ \
| * | firmware: imx: Add i.MX95 MISC driverPeng Fan2024-08-281-0/+34
| * | firmware: arm_scmi: Add initial support for i.MX MISC protocolPeng Fan2024-08-281-0/+17
| * | firmware: arm_scmi: Add initial support for i.MX BBM protocolPeng Fan2024-08-281-0/+42
| |/
* | Merge tag 'ffa-updates-6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2024-09-021-0/+12
|\ \
| * | firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2Sudeep Holla2024-08-201-0/+7
| * | firmware: arm_ffa: Update the FF-A command list with v1.2 additionsSudeep Holla2024-08-201-0/+5
| |/
* | Merge tag 'memory-controller-drv-6.12' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann2024-09-021-45/+0
|\ \
| * | memory: ti-aemif: remove platform data supportBartosz Golaszewski2024-08-121-45/+0
| |/
* | Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-181-3/+0
|\ \
| * | Revert "misc: fastrpc: Restrict untrusted app to attach to privileged PD"Griffin Kroah-Hartman2024-08-151-3/+0
* | | Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds2024-08-175-19/+62
|\ \ \
| * | | alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2024-08-151-0/+13
| * | | mm: don't account memmap per-nodePasha Tatashin2024-08-152-5/+4
| * | | mm: add system wide stats items categoryPasha Tatashin2024-08-151-11/+4
| * | | mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand2024-08-152-3/+41
| |/ /
* | | Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-171-1/+1
|\ \ \
| * | | i2c: Use IS_REACHABLE() for substituting empty ACPI functionsRichard Fitzgerald2024-08-141-1/+1
| |/ /
* | | Merge tag 'io_uring-6.11-20240824' of git://git.kernel.dk/linuxLinus Torvalds2024-08-161-1/+1
|\ \ \
| * | | io_uring: fix user_data field name in commentCaleb Sander Mateos2024-08-161-1/+1
* | | | Merge tag 'thermal-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-161-0/+1
|\ \ \ \
| * | | | thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki2024-08-161-0/+1
| | |/ / | |/| |
* | | | Merge tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-08-161-4/+1
|\ \ \ \
| * | | | ACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki2024-08-131-0/+1
| * | | | Revert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki2024-08-131-4/+0
| |/ / /
* | | | Merge tag 'iommu-fixes-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-161-2/+0
|\ \ \ \
| * | | | iommu: Remove unused declaration iommu_sva_unbind_gpasid()Yue Haibing2024-08-131-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'sound-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-08-161-1/+18
|\ \ \ \
| * \ \ \ Merge tag 'spi-acpi-lookup-dummy' of https://git.kernel.org/pub/scm/linux/ker...Takashi Iwai2024-08-121-1/+18
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | spi: Add empty versions of ACPI functionsRichard Fitzgerald2024-08-021-1/+18
| | |/ /
* | | | Merge tag 'hardening-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-151-2/+2
|\ \ \ \
| * | | | refcount: Report UAF for refcount_sub_and_test(0) when counter==0Petr Pavlu2024-08-051-2/+2
* | | | | Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-152-0/+5
|\ \ \ \ \
| * | | | | vsock: fix recursive ->recvmsg callsCong Wang2024-08-151-0/+4
| * | | | | net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...Long Li2024-08-131-0/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-08-142-0/+8
|\ \ \ \ \ \
| * | | | | | KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIGAmit Shah2024-08-141-0/+1
| * | | | | | KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson2024-08-141-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-145-5/+10
|\ \ \ \ \ \
| * | | | | | vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng2024-08-131-0/+5
| * | | | | | netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-122-3/+1
| * | | | | | netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells2024-08-121-0/+1
| * | | | | | file: fix typo in take_fd() commentMathias Krause2024-08-121-1/+1
| * | | | | | nsfs: fix ioctl declarationChristian Brauner2024-08-121-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | bpf: Fix updating attached freplace prog in prog_array mapLeon Hwang2024-08-121-2/+2
* | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-08-121-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |