linux/drivers/infiniband/sw/rxe
Linus Torvalds f4484d138b Merge branch 'akpm' (patches from Andrew)
Merge more updates from Andrew Morton:
 "55 patches.

  Subsystems affected by this patch series: percpu, procfs, sysctl,
  misc, core-kernel, get_maintainer, lib, checkpatch, binfmt, nilfs2,
  hfs, fat, adfs, panic, delayacct, kconfig, kcov, and ubsan"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (55 commits)
  lib: remove redundant assignment to variable ret
  ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
  kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
  lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
  btrfs: use generic Kconfig option for 256kB page size limit
  arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB
  configs: introduce debug.config for CI-like setup
  delayacct: track delays from memory compact
  Documentation/accounting/delay-accounting.rst: add thrashing page cache and direct compact
  delayacct: cleanup flags in struct task_delay_info and functions use it
  delayacct: fix incomplete disable operation when switch enable to disable
  delayacct: support swapin delay accounting for swapping without blkio
  panic: remove oops_id
  panic: use error_report_end tracepoint on warnings
  fs/adfs: remove unneeded variable make code cleaner
  FAT: use io_schedule_timeout() instead of congestion_wait()
  hfsplus: use struct_group_attr() for memcpy() region
  nilfs2: remove redundant pointer sbufs
  fs/binfmt_elf: use PT_LOAD p_align values for static PIE
  const_structs.checkpatch: add frequently used ops structs
  ...
2022-01-20 10:41:01 +02:00
..
Kconfig RDMA/rxe: Fix missing kconfig dependency on CRYPTO 2021-03-01 14:46:31 -04:00
Makefile RDMA/rxe: Delete deprecated module parameters interface 2022-01-05 15:18:47 -04:00
rxe_av.c RDMA/rxe: Lookup kernel AH from ah index in UD WQEs 2021-10-12 13:25:26 -03:00
rxe_comp.c RDMA/rxe: Replace irqsave locks with bh locks 2021-11-19 13:29:14 -04:00
rxe_cq.c RDMA/rxe: Cleanup rxe_pool_entry 2021-11-19 13:29:14 -04:00
rxe_hdr.h RDMA/rxe: Remove unused pkt->offset 2021-02-16 14:42:59 -04:00
rxe_hw_counters.c RDMA/counter: Add a descriptor in struct rdma_hw_stats 2021-10-12 12:48:04 -03:00
rxe_hw_counters.h RDMA: Split the alloc_hw_stats() ops to port and device variants 2021-06-16 20:58:29 -03:00
rxe_icrc.c RDMA/rxe: Fix types in rxe_icrc.c 2021-07-16 12:43:35 -03:00
rxe_loc.h RDMA/rxe: Cleanup rxe_pool_entry 2021-11-19 13:29:14 -04:00
rxe_mcast.c RDMA/rxe: Cleanup rxe_pool_entry 2021-11-19 13:29:14 -04:00
rxe_mmap.c RDMA/rxe: Add SPDX hdrs to rxe source files 2020-08-31 12:20:02 -03:00
rxe_mr.c Linux 5.16 2022-01-13 13:21:03 -04:00
rxe_mw.c RDMA/rxe: Cleanup rxe_pool_entry 2021-11-19 13:29:14 -04:00
rxe_net.c RDMA/rxe: Remove the unused xmit_errors member 2022-01-05 13:56:50 -04:00
rxe_net.h RDMA/rxe: Add SPDX hdrs to rxe source files 2020-08-31 12:20:02 -03:00
rxe_opcode.c RDMA/rxe: Fix indentations and operators sytle 2022-01-05 15:17:13 -04:00
rxe_opcode.h RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASK 2021-09-28 11:42:24 -03:00
rxe_param.h RDMA/rxe: Change AH objects to indexed 2021-10-12 13:25:26 -03:00
rxe_pool.c RDMA/rxe: Remove some #defines from rxe_pool.h 2021-11-19 13:47:08 -04:00
rxe_pool.h RDMA/rxe: Remove some #defines from rxe_pool.h 2021-11-19 13:47:08 -04:00
rxe_qp.c Merge branch 'akpm' (patches from Andrew) 2022-01-20 10:41:01 +02:00
rxe_queue.c RDMA/rxe: Replace irqsave locks with bh locks 2021-11-19 13:29:14 -04:00
rxe_queue.h RDMA/rxe: Add memory barriers to kernel queues 2021-09-24 10:14:59 -03:00
rxe_recv.c RDMA/rxe: Move ICRC checking to a subroutine 2021-07-16 12:43:33 -03:00
rxe_req.c RDMA/rxe: Remove the unnecessary variable 2021-12-07 13:56:22 -04:00
rxe_resp.c RDMA/rxe: Remove duplicate settings 2021-10-06 19:45:30 -03:00
rxe_srq.c RDMA/rxe: Cleanup rxe_pool_entry 2021-11-19 13:29:14 -04:00
rxe_task.c RDMA/rxe: Replace irqsave locks with bh locks 2021-11-19 13:29:14 -04:00
rxe_task.h RDMA/rxe: Convert tasklets to use new tasklet_setup() API 2020-09-03 12:01:53 -03:00
rxe_verbs.c RDMA/rxe: Use the standard method to produce udp source port 2022-01-07 19:34:56 -04:00
rxe_verbs.h RDMA/rxe: Remove the unused xmit_errors member 2022-01-05 13:56:50 -04:00
rxe.c RDMA/rxe: Delete deprecated module parameters interface 2022-01-05 15:18:47 -04:00
rxe.h RDMA/rxe: Delete deprecated module parameters interface 2022-01-05 15:18:47 -04:00