All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 16:05:41 to 2023-05-18 16:52:42 UTC [more...]

[PATCH 00/20] Replace use of term sanity-check
 2023-05-18 16:52 UTC  (22+ messages)
` [PATCH v2 00/19] Replace use of the "
  ` [PATCH v2 01/19] mbuf: replace term sanity check
  ` [PATCH v2 02/19] eal: replace use of sanity check in comments and messages
  ` [PATCH v2 03/19] test: replace use word sanity
  ` [PATCH v2 04/19] examples: remove term sanity
  ` [PATCH v2 05/19] lib: replace use of sanity check in comments and messages
  ` [PATCH v2 06/19] doc/eventdev_pipeline: remove sanity
  ` [PATCH v2 07/19] net/ring: replace use of sanity
  ` [PATCH v2 08/19] net/fm10k, net/ixgbe: remove word sanity
  ` [PATCH v2 09/19] net/mlx[45]: "
  ` [PATCH v2 10/19] net/sfc: remove term "sanity check"
  ` [PATCH v2 11/19] net/ark: replace use of term sanity
  ` [PATCH v2 12/19] net/bnxt: "
  ` [PATCH v2 13/19] net/bnx2x: remove reference to sanity
  ` [PATCH v2 14/19] cnxk: replace term sanity
  ` [PATCH v2 15/19] event/opdl: remove "
  ` [PATCH v2 16/19] net/txgbe: replace "
  ` [PATCH v2 17/19] net/cxgbe: remove use of "
  ` [PATCH v2 18/19] crypto/bcmfs: replace term sanity check
  ` [PATCH v2 19/19] Remove use of "

[PATCH bpf] Use call_rcu_hurry() with synchronize_rcu_mult()
 2023-05-18 16:51 UTC  (2+ messages)

[PATCH v3 1/4] auto-t: modify PSK-roam test to use FT failure path
 2023-05-18 16:50 UTC  (4+ messages)
` [PATCH v3 2/4] auto-t: increase timeout in testPSK-roam
` [PATCH v3 3/4] wiphy: make wiphy work queue reentrant
` [PATCH v3 4/4] station: use wiphy_radio_work_reschedule in FT path

[PATCH] iommu/virtio: Detach domain on endpoint release
 2023-05-18 16:49 UTC  (7+ messages)

[PATCH 0/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper + gc0310 sensor driver
 2023-05-18 16:49 UTC  (5+ messages)
` [PATCH 1/9] media: v4l: Add v4l2_acpi_parse_sensor_gpios() helper function

[PATCH 00/10] Add cs42l43 PC focused SoundWire CODEC
 2023-05-18 16:47 UTC  (7+ messages)
` [PATCH 06/10] mfd: cs42l43: Add support for cs42l43 core driver

[PATCH] drm/radeon: reintroduce radeon_dp_work_func content
 2023-05-18 16:48 UTC 

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-05-18 16:48 UTC  (6+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH next] net/vmxnet3: add interrupt handling for reset
 2023-05-18 16:47 UTC  (2+ messages)

[PATCH] [v9] platform/chrome: cros_ec_lpc: Move host command to prepare/complete
 2023-05-18 16:47 UTC  (5+ messages)

[PATCH] genl: fix l_genl_family_cancel to wait for NLMSG_DONE
 2023-05-18 16:47 UTC 

答复: LUOXIN - 100kg Cefepime - New demand
 2023-05-18 16:45 UTC 

[PATCH v3] Bluetooth: btnxpuart: Fix compiler warnings
 2023-05-18 16:43 UTC 

[PATCH] mmc: core: Fix error checking
 2023-05-18 16:43 UTC  (3+ messages)
` [PATCH] mmc: core: Remove unnecessary error checks and change return type

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-18 16:42 UTC  (8+ messages)
` [RFC PATCH 1/8] signal: Dequeue SIGKILL even if SIGNAL_GROUP_EXIT/group_exec_task is set

[PATCH 1/1] net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
 2023-05-18 16:42 UTC  (4+ messages)
` [PATCH] net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize

[Intel-gfx] [PATCH] drm/i915/mtl: do not enable render power-gating on MTL
 2023-05-18 16:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/mtl: do not enable render power-gating on MTL (rev3)

[PATCH 00/21] Migration: More migration atomic counters
 2023-05-18 16:40 UTC  (4+ messages)
` [PATCH 21/21] migration/multifd: Compute transferred bytes correctly

[PATCH -next v20 00/26] riscv: Add vector ISA support
 2023-05-18 16:19 UTC  (74+ messages)
` [PATCH -next v20 01/26] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v20 02/26] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 04/26] riscv: Add new csr defines related to vector extension
` [PATCH -next v20 05/26] riscv: Clear vector regfile on bootup
` [PATCH -next v20 06/26] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v20 07/26] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v20 08/26] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v20 10/26] riscv: Add task switch support for vector
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v20 12/26] riscv: Add ptrace vector support
` [PATCH -next v20 13/26] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v20 14/26] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v20 15/26] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v20 16/26] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v20 17/26] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v20 18/26] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v20 19/26] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v20 22/26] riscv: detect assembler support for .option arch
` [PATCH -next v20 23/26] riscv: Enable Vector code to be built
` [PATCH -next v20 24/26] riscv: Add documentation for Vector
` [PATCH -next v20 25/26] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v20 26/26] selftests: add .gitignore file for RISC-V hwprobe

[PATCH v4 00/23] Migration to using binman for bootloader
 2023-05-18 16:39 UTC  (5+ messages)
` [PATCH v4 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v4 23/23] configs: am64x: Enable TI_SECURE_DEV options

[PATCH RESEND] sched/nohz: Add HRTICK_BW for using cfs bandwidth with nohz_full
 2023-05-18 16:38 UTC  (2+ messages)

[PATCH 0/9] media: atomisp: Add support for v4l2-async sensor registration
 2023-05-18 16:36 UTC  (5+ messages)
` [PATCH 1/9] media: atomisp: Drop MRFLD_PORT_NUM define

[PATCH v1 1/2] perf test attr: Update no event/metric expectations
 2023-05-18 16:36 UTC  (5+ messages)

[PATCH net v2] net/mlx5e: do as little as possible in napi poll when budget is 0
 2023-05-18 16:35 UTC  (2+ messages)

[PATCH] misc: microchip: pci1xxxx: Fix error handling in gp_aux_bus_probe()
 2023-05-18 16:33 UTC 

[PATCH bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-18 16:33 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
      ` fd == 0 means AT_FDCWD "

[PATCH] staging: rtl8192e: add missing spaces around operators
 2023-05-18 16:32 UTC 

[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
 2023-05-18 16:31 UTC  (2+ messages)

[PULL v3 00/68] i386, build system, KVM changes for 2023-05-18
 2023-05-18 16:28 UTC  (2+ messages)

[PATCH v2 0/9] drm: fdinfo memory stats
 2023-05-18 16:28 UTC  (8+ messages)
` [PATCH v2 8/9] drm/fdinfo: Add comm/cmdline override fields

[PATCH v2] sequencer: beautify subject of reverts of reverts
 2023-05-18 16:28 UTC  (7+ messages)

[agd5f:drm-next 342/588] drivers/gpu/drm/amd/amdgpu/clearstate_gfx9.h:939:36: warning: 'gfx9_cs_data' defined but not used
 2023-05-18 16:24 UTC 

[PATCH v2 3/4] kunit: kmalloc_array: Use kunit_add_action()
 2023-05-18 16:24 UTC  (2+ messages)

[PATCH 1/2] common/sfc_efx/base: add API to drop MAE action resource IDs
 2023-05-18 16:25 UTC  (2+ messages)

[RFC dwarves 0/6] Encoding function addresses using DECL_TAGs
 2023-05-18 16:22 UTC  (5+ messages)
` [RFC dwarves 5/6] btf_encoder: store ELF function representations sorted by name _and_ address

[PATCH 0/8] testing/next: avocado logging, docs, gitlab
 2023-05-18 16:20 UTC  (9+ messages)
` [PATCH 1/8] gitlab: explicit set artifacts publishing criteria
` [PATCH 2/8] gitlab: ensure coverage job also publishes meson log
` [PATCH 3/8] docs/devel: remind developers to run CI container pipeline when updating images
` [PATCH 4/8] accel/tcg: Fix append_mem_cb
` [PATCH 5/8] tests/tcg: add mechanism to handle plugin arguments
` [PATCH 6/8] tests/avocado: move guest output to "avocado" namespace
` [PATCH 7/8] python/qemu: allow avocado to set logging name space
` [PATCH 8/8] docs: add some documentation on avocado logging

[PATCH v2 0/2] wifi: mt76: mt7915: add support for MT7981
 2023-05-18 16:19 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH V8 0/7] spi: Add support for stacked/parallel memories
 2023-05-18 16:19 UTC  (7+ messages)
` [PATCH V8 1/7] spi: Add stacked and parallel memories support in SPI core

[Intel-wired-lan] [PATCH iwl-next v4 00/15] Introduce Intel IDPF driver
 2023-05-18 16:19 UTC  (4+ messages)
    `  "

[PATCH wireless-next v1 0/4] wifi: rtw88: Add support for the RTL8723DS SDIO wifi chip
 2023-05-18 16:17 UTC  (5+ messages)
` [PATCH wireless-next v1 1/4] wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()
` [PATCH wireless-next v1 2/4] wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing
` [PATCH wireless-next v1 3/4] mmc: sdio: Add/rename SDIO ID of the RTL8723DS SDIO wifi cards
` [PATCH wireless-next v1 4/4] wifi: rtw88: Add support for the SDIO based RTL8723DS chipset

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-18 16:15 UTC  (5+ messages)

[meta-ti][kirkstone][PATCH v2 1/2] kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass
 2023-05-18 16:15 UTC  (2+ messages)
` [meta-ti][kirkstone][PATCH v2 2/2] linux-ti-staging: Use vendored kernel-devicetree.bbclass

[PATCH v14 00/13] hp-bioscfg driver
 2023-05-18 16:12 UTC  (4+ messages)
` [PATCH v14 01/13] hp-bioscfg: Documentation

[agd5f:drm-next 544/588] drivers/gpu/drm/amd/amdgpu/aqua_vanjaram_reg_init.c:169:5: warning: no previous prototype for 'aqua_vanjaram_select_scheds'
 2023-05-18 16:11 UTC 

drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c:409 rvu_mbox_handler_mcs_alloc_resources() error: uninitialized symbol 'rsrc_id'
 2023-05-18 16:11 UTC 

[PATCH v2] usb: typec: ucsi: Mark dGPUs as DEVICE scope
 2023-05-18 16:11 UTC 

[PATCH v2] Bluetooth: btnxpuart: Fix compiler warnings
 2023-05-18 16:11 UTC  (3+ messages)
` [v2] "

[PATCH v3 00/10] riscv: add Bouffalolab bl808 support
 2023-05-18 15:59 UTC  (5+ messages)
` [PATCH v3 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles

[Intel-gfx] [PATCH] drm/i915/mtl: do not enable render power-gating on MTL
 2023-05-18 16:11 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "

[GIT PULL] probes: Fixes for 6.4-rc1
 2023-05-18 16:10 UTC  (2+ messages)

[GIT PULL] Networking for 6.4-rc3
 2023-05-18 16:10 UTC  (2+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-18 16:10 UTC  (4+ messages)

[igt-dev] [i-g-t V2 0/2] New dir structure for intel specific tests
 2023-05-18 16:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for New dir structure for intel specific tests (rev2)

[GIT PULL for v6.4-rc3] media fixes
 2023-05-18 16:10 UTC  (2+ messages)

Realtek RTL8832CU compatibility
 2023-05-18 16:02 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/5] Add layer 2 miss indication and filtering
 2023-05-18 16:08 UTC  (4+ messages)
` [Bridge] [PATCH net-next 1/5] skbuff: bridge: Add layer 2 miss indication
  `  "

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-05-18 16:07 UTC  (12+ messages)
` [RFC PATCH v7 5/8] ice: implement dpll interface to control cgu

[PATCH 1/2] python3-gitdb: remove python3-async dependency
 2023-05-18 16:08 UTC  (2+ messages)
` [PATCH 2/2] python3-async: remove recipe

[PATCH net-next v8 0/9] TXGBE PHYLINK support
 2023-05-18 16:07 UTC  (11+ messages)
` [PATCH net-next v8 6/9] net: txgbe: Support GPIO to SFP socket

[PATCH net] MAINTAINERS: add myself as maintainer for enetc
 2023-05-18 16:07 UTC  (2+ messages)

[PATCH 0/2] sysctl: Remove register_sysctl_table from sources
 2023-05-18 16:07 UTC  (3+ messages)
  ` [PATCH 1/2] sysctl: Refactor base paths registrations
  ` [PATCH 2/2] sysctl: Remove register_sysctl_table

[kvm-unit-tests PATCH] arm64: Make vector_table and vector_stub weak symbols
 2023-05-18 16:06 UTC  (2+ messages)

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-18 16:05 UTC  (7+ messages)

[PATCH v13 0/2] drm: add kms driver for loongson display controller
 2023-05-18 16:05 UTC  (4+ messages)


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.