summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-198-8/+13
|\
| * media: stih-cec: add missing io.hAndy Shevchenko2024-05-081-0/+1
| * media: rc: add missing io.hAndy Shevchenko2024-05-084-0/+4
| * mux: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-2/+2
| * pps: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-3/+3
| * intel_th: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-291-3/+3
* | Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-05-191-1/+29
|\ \
| * | serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson2024-04-261-1/+29
| |/
* | Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-191-4/+4
|\ \
| * | arch/topology: Fix variable naming to avoid shadowingVincent Guittot2024-05-151-4/+4
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1943-101/+142
|\ \ \
| * | | dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma2024-05-071-2/+2
| * | | dax/bus.c: don't use down_write_killable for non-user processesVishal Verma2024-05-071-5/+1
| * | | dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma2024-05-071-34/+8
| * | | dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma2024-05-071-8/+8
| * | | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-062-4/+3
| * | | drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand2024-05-061-16/+47
| * | | memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang2024-05-061-26/+4
| * | | zram: add max_pages param to recompressionSergey Senozhatsky2024-04-261-3/+28
| * | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-262-4/+4
| * | | virt: acrn: stop using follow_pfnChristoph Hellwig2024-04-261-2/+8
| * | | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-261-2/+3
| * | | mm: vmalloc: enable memory allocation profilingKent Overstreet2024-04-261-1/+1
| * | | change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-265-5/+5
| * | | fix missing vmalloc.h includesKent Overstreet2024-04-2631-0/+32
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-1863-735/+1327
|\ \ \
| * | | RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun2024-05-121-1/+3
| * | | RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky2024-05-121-2/+6
| * | | bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt2024-05-091-1/+2
| * | | RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin2024-05-084-3/+31
| * | | IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao2024-05-051-1/+0
| * | | IB/hfi1: Do not use custom stat allocatorBreno Leitao2024-05-051-16/+3
| * | | RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen2024-05-051-22/+8
| * | | RDMA/mana_ib: implement uapi for creation of rnic cqKonstantin Taranov2024-05-051-4/+51
| * | | RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov2024-05-051-0/+2
| * | | RDMA/mana_ib: introduce a helper to remove cq callbacksKonstantin Taranov2024-05-053-29/+17
| * | | RDMA/mana_ib: create and destroy RNIC cqsKonstantin Taranov2024-05-052-0/+86
| * | | RDMA/mana_ib: create EQs for RNIC CQsKonstantin Taranov2024-05-052-2/+33
| * | | RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-053-11/+5
| * | | RDMA/ipoib: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-021-2/+1
| * | | RDMA/mlx5: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-021-2/+1
| * | | RDMA/mlx5: Track DCT, DCI and REG_UMR QPs as diver_detail resources.Chiara Meiohas2024-04-302-2/+30
| * | | RDMA/core: Add an option to display driver-specific QPs in the rdmatoolChiara Meiohas2024-04-302-6/+29
| * | | RDMA/efa: Add shutdown notifierMichael Margolin2024-04-291-0/+11
| * | | RDMA/mana_ib: Fix missing ret valueKonstantin Taranov2024-04-231-0/+1
| * | | IB/mlx5: Use __iowrite64_copy() for write combining storesJason Gunthorpe2024-04-221-5/+3
| * | | net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()Jason Gunthorpe2024-04-221-4/+0
| * | | RDMA/rxe: Let destroy qp succeed with stuck packetBob Pearson2024-04-222-12/+32
| * | | RDMA/rxe: Get rid of pkt resend on errBob Pearson2024-04-222-18/+3
| * | | RDMA/rxe: Make rxe_loopback match rxe_send behaviorBob Pearson2024-04-221-0/+6