summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2022-06-07workqueue: Fix type of cpu in trace eventWonhyuk Yang-4/+4
2022-06-07workqueue: Wrap flush_workqueue() using a macroTetsuo Handa-8/+56
2022-06-07crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht-1/+1
2022-06-06x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf-0/+6
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso-1/+2
2022-06-06arm/xen: Assign xen-grant DMA ops for xen-grant DMA devicesOleksandr Tyshchenko-1/+4
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko-0/+5
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross-0/+8
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross-0/+8
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross-0/+4
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko-0/+15
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross-10/+5
2022-06-06kernel: add platform_has() infrastructureJuergen Gross-0/+24
2022-06-06ata: libata: drop 'sas_last_tag'Hannes Reinecke-1/+0
2022-06-05Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+33
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds-10/+7
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+0
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+2809
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+298
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-23/+17
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+2
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds-40/+60
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+3
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-18/+30
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+6
2022-06-03Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds-4/+33
2022-06-03Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+18
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+231
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-49/+822
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-43/+50
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-145/+163
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds-3/+2
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+1
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+4
2022-06-03Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+6
2022-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-24/+170
2022-06-03Merge tag 'drm-next-2022-06-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+23
2022-06-03nodemask: Fix return values to be unsignedKees Cook-19/+19
2022-06-03bitmap: Fix return values to be unsignedKees Cook-12/+13
2022-06-03lib: add bitmap_{from,to}_arr64Yury Norov-4/+19
2022-06-03lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov-2/+6
2022-06-03include/linux/find: Fix documentationAnna-Maria Behnsen-3/+3
2022-06-03LoongArch: Add multi-processor (SMP) supportHuacai Chen-0/+1
2022-06-03LoongArch: Add writecombine support for drmHuacai Chen-0/+8
2022-06-03LoongArch: Add ELF-related definitionsHuacai Chen-0/+9
2022-06-03Merge tag 'drm/tegra/for-5.19-prep-work' of https://gitlab.freedesktop.org/dr...Dave Airlie-0/+15
2022-06-02Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+960