| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2022-06-14 | 1 | -4/+5 |
|\ |
|
| * | firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessary | Cristian Marussi | 2022-06-10 | 1 | -4/+5 |
* | | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-06-12 | 2 | -13/+61 |
|\ \ |
|
| * | | workqueue: Switch to new kerneldoc syntax for named variable macro argument | Jonathan Neuschäfer | 2022-06-12 | 1 | -1/+1 |
| * | | workqueue: Fix type of cpu in trace event | Wonhyuk Yang | 2022-06-07 | 1 | -4/+4 |
| * | | workqueue: Wrap flush_workqueue() using a macro | Tetsuo Handa | 2022-06-07 | 1 | -8/+56 |
| |/ |
|
* | | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-06-12 | 2 | -3/+2 |
|\ \ |
|
| * | | random: remove rng_has_arch_random() | Jason A. Donenfeld | 2022-06-10 | 1 | -1/+0 |
| * | | random: mark bootloader randomness code as __init | Jason A. Donenfeld | 2022-06-10 | 1 | -1/+1 |
| * | | crc-itu-t: fix typo in CRC ITU-T polynomial comment | Roger Knecht | 2022-06-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-06-12 | 1 | -2/+3 |
|\ \ |
|
| * | | vdpa: make get_vq_group and set_group_asid optional | Jason Wang | 2022-06-09 | 1 | -2/+3 |
| |/ |
|
* | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2022-06-11 | 1 | -1/+15 |
|\ \ |
|
| * | | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever | 2022-06-08 | 1 | -1/+15 |
* | | | Merge tag 'for-5.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-06-11 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | block: remove bioset_init_from_src | Christoph Hellwig | 2022-06-08 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-06-11 | 1 | -14/+11 |
|\ \ \ |
|
| * | | | netfs: Rename the netfs_io_request cleanup op and give it an op pointer | David Howells | 2022-06-10 | 1 | -1/+2 |
| * | | | netfs: Further cleanups after struct netfs_inode wrapper introduced | Linus Torvalds | 2022-06-10 | 1 | -13/+9 |
* | | | | Merge tag 'folio-5.19a' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-06-10 | 2 | -0/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mm: Add kernel-doc for folio->mlock_count | Matthew Wilcox (Oracle) | 2022-06-09 | 1 | -0/+5 |
| * | | | mm/huge_memory: Fix xarray node memory leak | Matthew Wilcox (Oracle) | 2022-06-09 | 1 | -0/+1 |
* | | | | Merge tag 'ata-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle... | Linus Torvalds | 2022-06-10 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | ata: libata: drop 'sas_last_tag' | Hannes Reinecke | 2022-06-06 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'net-5.19-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 2022-06-10 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TX | Maxim Mikityanskiy | 2022-06-10 | 1 | -2/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-06-10 | 8 | -9/+71 |
|\ \ \ \ |
|
| * | | | | arm/xen: Assign xen-grant DMA ops for xen-grant DMA devices | Oleksandr Tyshchenko | 2022-06-06 | 1 | -1/+4 |
| * | | | | xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devices | Oleksandr Tyshchenko | 2022-06-06 | 1 | -0/+5 |
| * | | | | xen/virtio: Enable restricted memory access using Xen grant mappings | Juergen Gross | 2022-06-06 | 1 | -0/+8 |
| * | | | | xen/grant-dma-ops: Add option to restrict memory access under Xen | Juergen Gross | 2022-06-06 | 1 | -0/+8 |
| * | | | | xen/grants: support allocating consecutive grants | Juergen Gross | 2022-06-06 | 1 | -0/+4 |
| * | | | | arm/xen: Introduce xen_setup_dma_ops() | Oleksandr Tyshchenko | 2022-06-06 | 1 | -0/+15 |
| * | | | | virtio: replace arch_has_restricted_virtio_memory_access() | Juergen Gross | 2022-06-06 | 2 | -10/+5 |
| * | | | | kernel: add platform_has() infrastructure | Juergen Gross | 2022-06-06 | 3 | -0/+24 |
| | |/ /
| |/| | |
|
* | | | | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context | David Howells | 2022-06-09 | 1 | -25/+16 |
| |/ /
|/| | |
|
* | | | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-06-09 | 4 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | ipv6: Fix signed integer overflow in __ip6_append_data | Wang Yufen | 2022-06-08 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2022-06-08 | 3 | -2/+2 |
| |\ \ |
|
| | * | | netfilter: nf_tables: bail out early if hardware offload is not supported | Pablo Neira Ayuso | 2022-06-06 | 2 | -1/+2 |
| | * | | netfilter: nf_tables: delete flowtable hooks via transaction list | Pablo Neira Ayuso | 2022-06-02 | 1 | -1/+0 |
* | | | | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-06 | 2 | -1/+33 |
|\ \ \ \ |
|
| * | | | | delayacct: track delays from write-protect copy | Yang Yang | 2022-06-02 | 2 | -1/+33 |
* | | | | | bluetooth: don't use bitmaps for random flag accesses | Linus Torvalds | 2022-06-06 | 1 | -10/+7 |
* | | | | | Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-06-05 | 1 | -11/+0 |
|\ \ \ \ \ |
|
| * | | | | | clocksource/drivers/ixp4xx: Drop boardfile probe path | Linus Walleij | 2022-05-18 | 1 | -11/+0 |
* | | | | | | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-06-05 | 2 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | context_tracking: Always inline empty stubs | Peter Zijlstra | 2022-05-27 | 1 | -4/+4 |
| * | | | | | | jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds | Peter Zijlstra | 2022-05-27 | 1 | -2/+2 |
* | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-06-05 | 6 | -0/+2809 |
|\ \ \ \ \ \ \ |
|