All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-07 19:57:10 to 2021-10-07 20:31:03 UTC [more...]

[PATCH v3 00/88] Call scsi_done() directly
 2021-10-07 20:28 UTC  (52+ messages)
` [PATCH v3 01/88] scsi: core: Use a structure member to track the SCSI command submitter
` [PATCH v3 02/88] scsi: core: Rename scsi_mq_done() into scsi_done() and export it
` [PATCH v3 03/88] ata: Call scsi_done() directly
` [PATCH v3 04/88] firewire: sbp2: "
` [PATCH v3 05/88] ib_srp: "
` [PATCH v3 06/88] message: fusion: "
` [PATCH v3 07/88] zfcp_scsi: "
` [PATCH v3 08/88] 3w-9xxx: "
` [PATCH v3 09/88] 3w-sas: "
` [PATCH v3 10/88] 3w-xxxx: "
` [PATCH v3 11/88] 53c700: "
` [PATCH v3 12/88] BusLogic: "
` [PATCH v3 13/88] NCR5380: "
` [PATCH v3 14/88] a100u2w: "
` [PATCH v3 15/88] aacraid: Introduce aac_scsi_done()
` [PATCH v3 16/88] aacraid: Call scsi_done() directly
` [PATCH v3 17/88] acornscsi: "
` [PATCH v3 18/88] advansys: "
` [PATCH v3 19/88] aha152x: "
` [PATCH v3 20/88] aha1542: "
` [PATCH v3 21/88] aic7xxx: "
` [PATCH v3 22/88] arcmsr: "
` [PATCH v3 23/88] atp870u: "
` [PATCH v3 24/88] bfa: "
` [PATCH v3 25/88] bnx2fc: "
` [PATCH v3 26/88] csiostor: "
` [PATCH v3 27/88] cxlflash: "
` [PATCH v3 28/88] dc395x: "
` [PATCH v3 29/88] dpt_i2o: "
` [PATCH v3 30/88] esas2r: "
` [PATCH v3 31/88] esp_scsi: "
` [PATCH v3 32/88] fas216: Introduce struct fas216_cmd_priv
` [PATCH v3 33/88] fas216: Stop using scsi_cmnd.scsi_done
` [PATCH v3 34/88] fdomain: Call scsi_done() directly
` [PATCH v3 35/88] fnic: "
` [PATCH v3 36/88] hpsa: "
` [PATCH v3 37/88] hptiop: "
` [PATCH v3 38/88] ibmvscsi: "
` [PATCH v3 39/88] imm: "
` [PATCH v3 40/88] initio: "
` [PATCH v3 41/88] ipr: "
` [PATCH v3 42/88] ips: "
` [PATCH v3 43/88] libfc: "
` [PATCH v3 44/88] libiscsi: "
` [PATCH v3 45/88] libsas: "
` [PATCH v3 46/88] lpfc: "
` [PATCH v3 47/88] mac53c94: "
` [PATCH v3 48/88] megaraid: "
` [PATCH v3 49/88] "
` [PATCH v3 50/88] mesh: "
` [PATCH v3 51/88] mpi3mr: "

[PATCH v4 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-10-07 20:29 UTC  (7+ messages)
` [PATCH v4 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v4 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v4 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH v2 00/48] tcg: optimize redundant sign extensions
 2021-10-07 19:54 UTC  (41+ messages)
` [PATCH v2 01/48] tcg/optimize: Rename "mask" to "z_mask"
` [PATCH v2 02/48] tcg/optimize: Split out OptContext
` [PATCH v2 03/48] tcg/optimize: Remove do_default label
` [PATCH v2 04/48] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface
` [PATCH v2 05/48] tcg/optimize: Move prev_mb into OptContext
` [PATCH v2 06/48] tcg/optimize: Split out init_arguments
` [PATCH v2 07/48] tcg/optimize: Split out copy_propagate
` [PATCH v2 08/48] tcg/optimize: Split out fold_call
` [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PATCH v2 10/48] tcg/optimize: Change fail return for do_constant_folding_cond*
` [PATCH v2 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PATCH v2 12/48] tcg/optimize: Split out finish_folding
` [PATCH v2 13/48] tcg/optimize: Use a boolean to avoid a mass of continues
` [PATCH v2 14/48] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
` [PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v2 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v2 17/48] tcg/optimize: Split out fold_brcond2
` [PATCH v2 18/48] tcg/optimize: Split out fold_brcond
` [PATCH v2 19/48] tcg/optimize: Split out fold_setcond
` [PATCH v2 20/48] tcg/optimize: Split out fold_mulu2_i32
` [PATCH v2 21/48] tcg/optimize: Split out fold_addsub2_i32
` [PATCH v2 22/48] tcg/optimize: Split out fold_movcond
` [PATCH v2 23/48] tcg/optimize: Split out fold_extract2
` [PATCH v2 24/48] tcg/optimize: Split out fold_extract, fold_sextract
` [PATCH v2 25/48] tcg/optimize: Split out fold_deposit
` [PATCH v2 26/48] tcg/optimize: Split out fold_count_zeros
` [PATCH v2 27/48] tcg/optimize: Split out fold_bswap
` [PATCH v2 28/48] tcg/optimize: Split out fold_dup, fold_dup2
` [PATCH v2 29/48] tcg/optimize: Split out fold_mov
` [PATCH v2 30/48] tcg/optimize: Split out fold_xx_to_i
` [PATCH v2 31/48] tcg/optimize: Split out fold_xx_to_x
` [PATCH v2 32/48] tcg/optimize: Split out fold_xi_to_i
` [PATCH v2 34/48] tcg/optimize: Split out fold_to_not
` [PATCH v2 35/48] tcg/optimize: Split out fold_sub_to_neg
` [PATCH v2 36/48] tcg/optimize: Split out fold_xi_to_x
` [PATCH v2 38/48] tcg/optimize: Split out fold_masks
` [PATCH v2 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v2 42/48] tcg/optimize: Add more simplifications for orc
` [PATCH v2 45/48] tcg/optimize: Propagate sign info for logical operations
` [PATCH v2 46/48] tcg/optimize: Propagate sign info for setcond

[PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-07 20:29 UTC  (19+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig
` [PATCH V5 2/3] libxl/arm: Add handling of extended regions for DomU
` [PATCH V5 3/3] xen/arm: Updates for extended regions support

[PATCH] drm/msm/dp: Shorten SETUP timeout
 2021-10-07 20:28 UTC  (11+ messages)

[PATCH-RFC] drivers: pci: pcieport: Allow AER service only on root ports
 2021-10-07 20:27 UTC  (2+ messages)

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-07 20:27 UTC  (7+ messages)
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

[PATCH] mt76: mt7921: add MU EDCA cmd support
 2021-10-07 20:26 UTC  (3+ messages)

[PATCH] Bluetooth: L2CAP: Fix not initializing sk_peer_pid
 2021-10-07 20:26 UTC 

[PATCH v3 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-10-07 20:25 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/19] hash.h: provide constants for the hash IDs
  ` [PATCH v4 02/19] reftable: add LICENSE
  ` [PATCH v4 03/19] reftable: add error related functionality
  ` [PATCH v4 04/19] reftable: utility functions
  ` [PATCH v4 05/19] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v4 06/19] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v4 07/19] Provide zlib's uncompress2 from compat/zlib-compat.c
  ` [PATCH v4 08/19] reftable: reading/writing blocks
  ` [PATCH v4 09/19] reftable: a generic binary tree implementation
  ` [PATCH v4 10/19] reftable: write reftable files
  ` [PATCH v4 11/19] reftable: generic interface to tables
  ` [PATCH v4 12/19] reftable: read reftable files
  ` [PATCH v4 13/19] reftable: reftable file level tests
  ` [PATCH v4 14/19] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v4 15/19] reftable: add merged table view
  ` [PATCH v4 16/19] reftable: implement refname validation
  ` [PATCH v4 17/19] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v4 18/19] reftable: add dump utility
  ` [PATCH v4 19/19] Add "test-tool dump-reftable" command

[Nouveau] [PATCH v3 0/5] drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers
 2021-10-07 20:26 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers (rev7)

[Buildroot] [PATCH v3 1/7] package/opengl/libgbm: new virtual package
 2021-10-07 20:25 UTC  (8+ messages)
` [Buildroot] [PATCH v3 3/7] package/sunxi-mali-mainline: bump version
` [Buildroot] [PATCH v3 4/7] package/sunxi-mali-mainline: add support for different outputs
` [Buildroot] [PATCH v3 5/7] package/sunxi-mali-mainline: provides libgbm

[dpdk-dev] [PATCH] net/e1000: build on Windows
 2021-10-07 20:24 UTC 

[PATCH bpf-next] selftests/bpf: remove SEC("version") from test progs
 2021-10-07 20:23 UTC 

[PATCH bpf-next v1 0/6] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-07 20:23 UTC  (3+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add bpf_kallsyms_lookup_name helper

[PATCH 00/26] Parallel submission aka multi-bb execbuf
 2021-10-07 20:23 UTC  (4+ messages)
` [PATCH 09/26] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
  ` [Intel-gfx] "

[igt-dev] [PATCH v2] tests/kms_writeback.c: fix the `fill_fb` function
 2021-10-07 20:23 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_writeback.c: fix the `fill_fb` function (rev2)

[PATCH v6 0/6] iommu/tegra-smmu: Add pagetable mappings to debugfs
 2021-10-07 20:14 UTC  (5+ messages)
` [PATCH v6 2/6] iommu/tegra-smmu: Rename struct tegra_smmu_group_soc *soc to *group_soc

[RFC] crypto/sm4: Fix objtool/libelf warning
 2021-10-07 20:22 UTC 

[atishp04:kvm_next_sbi_v02 22/27] arch/riscv/kvm/vcpu_sbi_legacy.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-10-07 20:20 UTC  (2+ messages)

[PATCH] siggen: Work around unihash issues
 2021-10-07 20:20 UTC 

[Buildroot] [PATCH 1/1] package/supervisor: drop python-meld3 dependency
 2021-10-07 20:20 UTC  (2+ messages)

linux-next: manual merge of the selinux tree with the block tree
 2021-10-07 20:20 UTC  (2+ messages)

stable-rc/queue/4.4 baseline: 88 runs, 7 regressions (v4.4.286-7-g04ddf095d4a6)
 2021-10-07 20:20 UTC 

[PATCH net-next] ptp: add vclock timestamp conversion IOCTL
 2021-10-07 20:19 UTC  (10+ messages)

Questions over DSI within DRM
 2021-10-07 20:19 UTC  (13+ messages)

[PATCH v2 0/2] Clean up svc scheduler
 2021-10-07 20:17 UTC  (3+ messages)
` [PATCH v2 1/2] SUNRPC: Simplify the SVC dispatch code path
` [PATCH v2 2/2] SUNRPC: De-duplicate .pc_release() call sites

[Buildroot] [git commit] package/apache: change project URL to https
 2021-10-07 20:16 UTC 

[Buildroot] [git commit] package/apache: security bump to version 2.4.50
 2021-10-07 20:15 UTC 

[Buildroot] [PATCH v1 1/2] package/apache: security bump to version 2.4.50
 2021-10-07 20:16 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/2] package/apache: change project URL to https

[nft PATCH v3 0/3] Stateless output fixes
 2021-10-07 20:12 UTC  (4+ messages)
` [nft PATCH v3 1/3] rule: remove fake stateless output of named counters
` [nft PATCH v3 2/3] rule: fix stateless output after listing sets containing counters
` [nft PATCH v3 3/3] rule: replace three conditionals with one

[axboe-block:nvme-passthru-wip 14/19] drivers/nvme/host/ioctl.c:158:5: warning: no previous prototype for function 'nvme_rq_map_user_fixedb'
 2021-10-07 20:14 UTC  (2+ messages)

[Buildroot] [git commit] package/php: security bump version to 8.0.11
 2021-10-07 20:10 UTC 

[Buildroot] [git commit] package/mesa3d: remove unnecessary passing of CFLAGS
 2021-10-07 20:12 UTC 

[Buildroot] [git commit] package/pngquant: bump version to 2.16.0
 2021-10-07 20:11 UTC 

[Buildroot] [git commit] package/libass: bump version to 0.15.2
 2021-10-07 20:12 UTC 

[Buildroot] [PATCH] package/mesa3d: remove unnecessary passing of CFLAGS
 2021-10-07 20:13 UTC  (2+ messages)

[Buildroot] buildroot config for installing kernel and dtbs to rootfs?
 2021-10-07 20:13 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libass: bump version to 0.15.2
 2021-10-07 20:12 UTC  (2+ messages)

[PATCH] fs/ntfs3: Fix logic in ntfs_cmp_names_cpu
 2021-10-07 20:12 UTC  (9+ messages)

[Buildroot] [PATCH 1/1] package/pngquant: bump version to 2.16.0
 2021-10-07 20:11 UTC  (2+ messages)

[PATCH v2 00/34] component: Make into an aggregate bus
 2021-10-07 20:11 UTC  (5+ messages)
` [PATCH v2 02/34] component: Introduce the aggregate bus_type

[PATCH v3 1/2] ima: fix uid code style problems
 2021-10-07 20:03 UTC  (2+ messages)
` [PATCH v3 2/2] ima: add gid support

[Buildroot] [PATCH 1/1] package/php: security bump version to 8.0.11
 2021-10-07 20:11 UTC  (2+ messages)

[PATCH] SUNRPC: Simplify the SVC dispatch code path
 2021-10-07 20:10 UTC 

[PATCH] clk: renesas: r8a779[56]x: add MLP clock
 2021-10-07 20:09 UTC  (3+ messages)

[RFC 00/12] Add functional support for Gigabit Ethernet driver
 2021-10-07 20:09 UTC  (8+ messages)
` [RFC 07/12] ravb: Fillup ravb_rx_gbeth() stub

[PATCH v5 00/10] Add Modem support on SC7280 SoCs
 2021-10-07 20:08 UTC  (3+ messages)
` [PATCH v5 04/10] iommu/arm-smmu-qcom: Request direct mapping for modem device

[RESEND PATCH v3] drivers: thermal: tsens: add timeout to get_temp_tsens_valid
 2021-10-07 20:08 UTC  (2+ messages)

[GIT PULL] more nfsd fixes for 5.15
 2021-10-07 20:06 UTC 

[PATCH 0/9] Dynamic DT device nodes
 2021-10-07 20:03 UTC  (8+ messages)

[PATCH] fs/ntfs3: Remove bothcase variable
 2021-10-07 20:05 UTC  (2+ messages)

[PATCH] pinctrl: renesas: r8a779[56]x: add MediaLB pins
 2021-10-07 20:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Bluetooth: hci_sock: purge socket queues in the destruct() callback
 2021-10-07 20:02 UTC  (2+ messages)
`  "

[PATCH 1/2] platform/x86: amd-pmc: Add alternative acpi id for PMC controller
 2021-10-07 20:00 UTC  (3+ messages)

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-07 20:00 UTC  (3+ messages)
` [Patch bpf v3 3/4] net: implement ->sock_is_readable() for UDP and AF_UNIX

[PATCH 0/9] mergesort: improve tests and performance
 2021-10-07 20:00 UTC  (7+ messages)
` [PATCH 3/9] test-mergesort: add test subcommand

[PATCH bpf-next] mips, bpf: Optimize loading of 64-bit constants
 2021-10-07 20:00 UTC  (2+ messages)

[PATCH bpf-next] mips, bpf: Fix Makefile that referenced a removed file
 2021-10-07 20:00 UTC  (2+ messages)

[PATCH bpf-next] bpf, tests: Add more LD_IMM64 tests
 2021-10-07 20:00 UTC  (2+ messages)

[PATCH] arm64: asm: vdso: gettimeofday: export common variables
 2021-10-07 19:57 UTC  (2+ messages)

[PATCH net-next v3 0/5] devlink reload simplification
 2021-10-07 19:58 UTC  (3+ messages)
` [PATCH net-next v3 1/5] devlink: Reduce struct devlink exposure

[PATCH] arm64: asm: setup.h: export common variables
 2021-10-07 19:56 UTC 

[PATCH for-next v5 0/6] Replace AV by AH in UD sends
 2021-10-07 19:57 UTC  (4+ messages)

[PATCH net-next 1/7] gve: Switch to use napi_complete_done
 2021-10-07 19:57 UTC  (3+ messages)
` [PATCH net-next 3/7] gve: Do lazy cleanup in TX path


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.