All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-24 08:11:21 to 2022-02-24 08:36:24 UTC [more...]

[PATCH mptcp-next v3 0/4] mptcp: replace per-addr listener sockets
 2022-02-24  8:36 UTC  (4+ messages)
` [PATCH 3/4] mptcp: handle join requests via pernet listen socket

[PATCH v9 00/11] ethdev: datapath-focused flow rules management
 2022-02-24  8:35 UTC  (8+ messages)
` [PATCH v10 "
  ` [PATCH v10 01/11] ethdev: introduce flow engine configuration
  ` [PATCH v10 02/11] ethdev: add flow item/action templates
  ` [PATCH v10 03/11] ethdev: bring in async queue-based flow rules operations

[PATCH] net/cnxk: update RSS RETA table
 2022-02-24  8:35 UTC 

[PATCH] powerpc/32: Clear volatile regs on syscall exit
 2022-02-24  8:29 UTC  (8+ messages)

[PATCH 1/2] f2fs: fix missing free nid in f2fs_handle_failed_inode
 2022-02-24  8:34 UTC  (3+ messages)
` [f2fs-dev] "

[igt-dev] [i-g-t 2/5] lib/igt_edid: Helper to read monitor range from EDID
 2022-02-24  8:32 UTC  (2+ messages)
` [igt-dev] [v2 i-g-t "

[PATCH net-next 0/36] pull-request: can-next 2022-02-22
 2022-02-24  8:33 UTC  (4+ messages)
` [PATCH net-next 17/36] can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode

[PATCH v6 0/4] Add perf interface to expose nvdimm
 2022-02-24  6:16 UTC  (5+ messages)

[PATCH v3 0/5] fbdev: Improve performance of fbdev console
 2022-02-24  8:31 UTC  (7+ messages)
` [PATCH v3 3/5] fbdev: Remove trailing whitespaces from cfbimgblt.c
` [PATCH v3 4/5] fbdev: Improve performance of cfb_imageblit()

RTT-PROBE: lore-subspace-rtt
 2022-02-24  8:31 UTC 

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  8:29 UTC  (12+ messages)
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 13/18] uaccess: generalize access_ok()
    ` [OpenRISC] "

[PATCH v9 00/11] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2022-02-24  8:29 UTC  (3+ messages)

[PATCH net-next 0/36] pull-request: can-next 2022-02-24
 2022-02-24  8:27 UTC  (37+ messages)
` [PATCH net-next 01/36] dt-binding: can: mcp251xfd: include common CAN controller bindings
` [PATCH net-next 02/36] dt-binding: can: sun4i_can: "
` [PATCH net-next 03/36] dt-binding: can: m_can: list Chandrasekar Ramakrishnan as maintainer
` [PATCH net-next 04/36] dt-binding: can: m_can: fix indention of table in bosch,mram-cfg description
` [PATCH net-next 05/36] dt-binding: can: m_can: include common CAN controller bindings
` [PATCH net-next 06/36] can: gw: use call_rcu() instead of costly synchronize_rcu()
` [PATCH net-next 07/36] can: bittiming: can_validate_bitrate(): simplify bit rate checking
` [PATCH net-next 08/36] can: bittiming: mark function arguments and local variables as const
` [PATCH net-next 09/36] can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
` [PATCH net-next 10/36] can: c_can: ethtool: use default drvinfo
` [PATCH net-next 11/36] can: softing: softing_netdev_open(): remove redundant ret variable
` [PATCH net-next 12/36] can: xilinx_can: Add check for NAPI Poll function
` [PATCH net-next 13/36] can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
` [PATCH net-next 14/36] can: mcp251xfd: mcp251xfd_reg_invalid(): rename from mcp251xfd_osc_invalid()
` [PATCH net-next 15/36] can: mcp251xfd: mcp251xfd_regmap_crc_read(): ignore CRC error only if solely OSC register is read
` [PATCH net-next 16/36] can: mcp251xfd: mcp251xfd_unregister(): simplify runtime PM handling
` [PATCH net-next 17/36] can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode
` [PATCH net-next 18/36] can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function
` [PATCH net-next 19/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate function
` [PATCH net-next 20/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection and error handling
` [PATCH net-next 21/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support
` [PATCH net-next 22/36] can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before accessing chip
` [PATCH net-next 23/36] can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate function
` [PATCH net-next 24/36] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()
` [PATCH net-next 25/36] can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve error handling and diagnostics
` [PATCH net-next 26/36] can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait for OSC ready
` [PATCH net-next 27/36] can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset
` [PATCH net-next 28/36] can: mcp251xfd: add support for internal PLL
` [PATCH net-next 29/36] can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make use of it
` [PATCH net-next 30/36] can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functions
` [PATCH net-next 31/36] can: mcp251xfd: ring: prepare to change order of TX and RX FIFOs
` [PATCH net-next 32/36] can: mcp251xfd: ring: "
` [PATCH net-next 33/36] can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setup
` [PATCH net-next 34/36] can: mcp251xfd: ring: update FIFO setup debug info
` [PATCH net-next 35/36] can: mcp251xfd: prepare for multiple RX-FIFOs
` [PATCH net-next 36/36] can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of supported TEF/RX/TX rings

[PATCH v2] resize2fs: resize2fs disk hardlinks will be error
 2022-02-24  8:28 UTC  (2+ messages)

remove struct scsi_request
 2022-02-24  8:28 UTC  (3+ messages)
` [PATCH 3/8] scsi: don't memset the entire scsi_cmnd in scsi_init_command

[PATCH] xen/mm: Remove always true ASSERT() in free_heap_pages()
 2022-02-24  8:27 UTC  (2+ messages)

[PATCH V1 0/1] ASoC: compress: propagate the error code from the
 2022-02-24  8:26 UTC  (4+ messages)
  ` [PATCH V1 1/1] ASoC: compress: propagate the error code from the compress framework

[PATCH printk v1 00/13] implement threaded console printing
 2022-02-24  8:27 UTC  (7+ messages)
` [PATCH printk v1 11/13] printk: reimplement console_lock for proper kthread support

[PATCH 0/3] drm/helpers: Make the suballocation manager drm generic
 2022-02-24  8:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/helpers: Make the suballocation manager drm generic. (rev2)

[PATCH] MAINTAINERS: remove myself from memcg maintainers
 2022-02-24  8:26 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-24  8:26 UTC 

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-24  8:22 UTC  (3+ messages)

[PATCH v3 2/2] perf vendor events intel: Add uncore event list for Alderlake
 2022-02-24 16:23 UTC 

[PATCH v3 1/2] perf vendor events intel: Add core event list for Alderlake
 2022-02-24 16:23 UTC 

[PATCH] atomic: Put the fetching of the old value into the loop when doing atomic CAS
 2022-02-24  8:24 UTC 

[PATCH] gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
 2022-02-24  8:24 UTC 

[PATCH] atomic: Put the fetching of the old value into the loop when doing atomic CAS
 2022-02-24  8:24 UTC 

[PATCH V4 0/5] mx: add i.MX93 clk bindings and driver
 2022-02-24  8:22 UTC  (12+ messages)
` [PATCH V4 1/5] dt-bindings: clock: Add imx93 clock support
` [PATCH V4 2/5] dt-bindings: clock: add i.MX93 clock definition
` [PATCH V4 3/5] clk: imx: add i.MX93 composite clk
` [PATCH V4 4/5] clk: imx: support fracn gppll
` [PATCH V4 5/5] clk: imx: add i.MX93 clk

[PATCH 1/2] torture: Select line in sed and replace grep
 2022-02-24  8:24 UTC  (4+ messages)
` [PATCH 2/2] torture: Make thread detection more robust by using lspcu

bug kernel 5.17, qualcom and intel adapters, unable to reliably connect to bluetooth devices
 2022-02-24  8:24 UTC  (18+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-24  8:21 UTC 

[PATCH] firmware: google: Properly state IOMEM dependency
 2022-02-24  8:02 UTC  (2+ messages)

[PATCH] clk: lan966x: Depend on CONFIG_IOMEM
 2022-02-24  8:03 UTC  (2+ messages)

6f283634 / 1976b2b3 breaks NFS (QNAP/Linux kNFSD)
 2022-02-24  8:17 UTC  (9+ messages)

[PATCH v6 00/23] drm/rockchip: RK356x VOP2 support
 2022-02-24  8:19 UTC  (11+ messages)
` [PATCH v6 21/23] drm: rockchip: Add VOP2 driver

I3C Binding DSP0233
 2022-02-24  3:06 UTC  (2+ messages)

[PATCH] Documentation/process: Add Researcher Guidelines
 2022-02-24  8:19 UTC  (2+ messages)

[PATCH v2 1/2] perf vendor events intel: Add core event list for Alderlake
 2022-02-24 13:31 UTC  (3+ messages)

cleanup swiotlb initialization
 2022-02-24  0:57 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-24  8:16 UTC 

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-02-24  7:07 UTC  (5+ messages)

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-24  5:05 UTC  (4+ messages)
` [PATCH 2/3] powerpc: fix build errors

[PATCH v12] driver: spi: add bcm iproc qspi support
 2022-02-24  8:13 UTC  (2+ messages)

[RFC V3 blktests] block/032: add test case for open and close rqos policy w/ io
 2022-02-24  8:11 UTC 

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (73+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam

[PATCH v3 0/4] Introduce "opp-microwatt" and 'advanced' Energy Model from DT
 2022-02-24  8:11 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: opp: Add "opp-microwatt" entry in the OPP
` [PATCH v3 2/4] OPP: Add "opp-microwatt" supporting code
` [PATCH v3 3/4] OPP: Add support of "opp-microwatt" for advanced EM registration
` [PATCH v3 4/4] Documentation: EM: Describe new registration method using DT

Wycena paneli fotowoltaicznych
 2022-02-24  8:03 UTC 

[PATCH] um: Remove unused timeval_to_ns() function
 2022-02-24  8:12 UTC  (2+ messages)

[u-boot, v2019.04-aspeed-openbmc 0/1] fix compiling warnings for AST2600 A1 SPL
 2022-02-24  8:11 UTC  (2+ messages)
` [u-boot, v2019.04-aspeed-openbmc 1/1] "

Fix a potential memory leak bug in write_boot_rom() (v6.2.0)
 2022-02-24  8:10 UTC  (3+ messages)

[PATCH] spi: dw: Fix broken dw_spi_mem_ops()
 2022-02-24  8:11 UTC  (2+ messages)

[RFC PATCH 0/5] Avoid kdump service reload on CPU hotplug events
 2022-02-24  7:51 UTC  (3+ messages)

[mingo-tip:sched/headers 2200/2340] arch/mips/include/asm/mach-lantiq/lantiq.h:15:33: error: implicit declaration of function '__raw_writel'
 2022-02-24  8:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-24  8:11 UTC 


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.