All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-03 06:06:41 to 2022-05-03 07:02:31 UTC [more...]

[PATCH 00/12] staging: some memory-related patches
 2022-05-03  7:01 UTC  (7+ messages)
` [PATCH 02/12] staging: rtl8712: fix potential memory leak in _r8712_init_xmit_priv()
` [PATCH 03/12] staging: rtl8712: fix potential memory leak in r8712_init_drv_sw()
` [PATCH 05/12] staging: rtl8712: add two validation check "
` [PATCH 06/12] staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
` [PATCH 07/12] staging: rtl8723bs: fix potential memory leak in _rtw_init_xmit_priv()
` [PATCH 10/12] staging: r8188eu: fix potential memory leak in rtw_os_xmit_resource_alloc()

[PATCH v3] sh: avoid using IRQ0 on SH3/4
 2022-05-03  7:02 UTC  (8+ messages)

[PATCH] iio: adc: rzg2l_adc: Add support for RZ/G2UL ADC
 2022-05-03  6:59 UTC  (8+ messages)

SDIO detection on cold boot
 2022-05-03  6:58 UTC 

[PATCH v6 00/13] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-05-03  6:55 UTC  (5+ messages)

[PATCH v2 0/4] dmaengine/ARM: pxa/mmp: use proper 'dma-channels/requests' properties
 2022-05-03  6:54 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: dmaengine: mmp: deprecate '#dma-channels' and '#dma-requests'
` [PATCH v2 2/4] dmaengine: pxa: "
` [PATCH v2 3/4] dmaengine: mmp: deprecate '#dma-channels'
` [PATCH v2 4/4] ARM: dts: pxa: use new 'dma-channels/requests' properties

Patchwork housekeeping for: spi-devel-general
 2022-05-03  6:56 UTC 

[PATCH v2 0/3] fix `sudo make install` regression in maint
 2022-05-03  6:54 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] t: document regression git safe.directory when using sudo
  ` [PATCH v3 2/3] git-compat-util: avoid failing dir ownership checks if running privileged
  ` [PATCH v3 3/3] t0034: enhance framework to allow testing more commands under sudo

[PATCH 00/10 v2] xfs: LARP - clean up xfs_attr_set_iter state machine
 2022-05-03  6:53 UTC  (7+ messages)
` [PATCH 13/16] xfs: switch attr remove to xfs_attri_set_iter
` [PATCH 14/16] xfs: remove xfs_attri_remove_iter

[dpdk-dev] [PATCH 0/3] bugfix for testpmd
 2022-05-03  6:54 UTC  (7+ messages)
` [PATCH V2 0/4] bugfix for bonding
  ` [PATCH V2 1/4] net/bonding: fix non-active slaves aren't stopped

RTT-PROBE: lore-subspace-rtt
 2022-05-03  6:54 UTC 

[PATCH 1/3] dt-bindings: mfd: da9063: watchdog: add suspend disable option
 2022-05-03  6:53 UTC  (3+ messages)

[PATCH v3 0/6] dmaengine/ARM: ti/am33xx: use proper 'dma-channels/requests' properties
 2022-05-03  6:52 UTC  (14+ messages)
` [PATCH v3 1/6] dt-bindings: usb: am33xx-usb: deprecate '#dma-channels'
` [PATCH v3 2/6] dt-bindings: usb: da8xx-usb: "
` [PATCH v3 3/6] dmaengine: ti: "
` [PATCH v3 4/6] ARM: dts: am33xx: use new 'dma-channels/requests' properties
` [PATCH v3 5/6] ARM: dts: da850: use new 'dma-channels' property
` [PATCH v3 6/6] ARM: dts: dm81xx: use new 'dma-channels/requests' properties

stable-rc/queue/5.4 build: 181 builds: 3 failed, 178 passed, 4 errors, 23 warnings (v5.4.191-77-g1a3b249e415b)
 2022-05-03  6:52 UTC 

[PATCH 00/12] split tlv_eeprom command into a separate library
 2022-05-03  6:52 UTC  (10+ messages)
` [PATCH 01/12] cmd: tlv_eeprom: remove use of global variable current_dev
` [PATCH 02/12] cmd: tlv_eeprom: remove use of global variable has_been_read
` [PATCH 03/12] cmd: tlv_eeprom: do_tlv_eeprom: stop using non-api read_eeprom function
` [PATCH 04/12] cmd: tlv_eeprom: convert functions used by command to api functions

[PATCH v2 0/3] dmaengine/ARM: sprd: use proper 'dma-channels/requests' properties
 2022-05-03  6:51 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: sprd: deprecate '#dma-channels'
` [PATCH v2 2/3] "
` [PATCH v2 3/3] arm64: dts: sprd: use new 'dma-channels' property

[PATCH 00/13] btrfs: make read repair work in synchronous mode
 2022-05-03  6:49 UTC  (14+ messages)
` [PATCH 01/13] btrfs: introduce a pure data checksum checking helper
` [PATCH 02/13] btrfs: quit early if the fs has no RAID56 support for raid56 related checks
` [PATCH 03/13] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH 04/13] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH 05/13] btrfs: add btrfs_read_repair_ctrl to record corrupted sectors
` [PATCH 06/13] btrfs: add a helper to queue a corrupted sector for read repair
` [PATCH 07/13] btrfs: introduce a helper to repair from one mirror
` [PATCH 08/13] btrfs: allow btrfs read repair to submit writes in asynchronous mode
` [PATCH 09/13] btrfs: handle RAID56 read repair differently
` [PATCH 10/13] btrfs: switch buffered read to the new read repair routine
` [PATCH 11/13] btrfs: switch direct IO routine to use btrfs_read_repair_ctrl
` [PATCH 12/13] btrfs: remove io_failure_record infrastructure completely
` [PATCH 13/13] btrfs: remove btrfs_inode::io_failure_tree

[PATCH v5 0/6] RZN1 USB Host support
 2022-05-03  6:51 UTC  (6+ messages)
` [PATCH v5 2/6] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032

[PATCH] drm/i915/gem: Make drop_pages() return bool
 2022-05-03  6:51 UTC  (3+ messages)
` [Intel-gfx] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] kunit: Taint kernel if any tests run
 2022-05-03  6:49 UTC  (5+ messages)
` [PATCH v2] "

Incorrect branch information after fetching (local branch != remote branch)
 2022-05-03  6:49 UTC  (4+ messages)

[PATCH printk v5 1/1] printk: extend console_lock for per-console locking
 2022-05-03  6:49 UTC  (11+ messages)

[PATCH 0/3] trace-cruncher: Small fixes
 2022-05-03  6:48 UTC  (4+ messages)
` [PATCH 1/3] trace-cruncher: Add define for bool type
` [PATCH 2/3] trace-cruncher: Update github workflows
` [PATCH 3/3] trace-cruncher: Add object files to gitignore

[PATCH v1 0/4] can: ctucanfd: clenup acoording to the actual rules and documentation linking
 2022-05-03  6:46 UTC  (5+ messages)

linux-next: build failure after merge of the mm tree
 2022-05-03  6:45 UTC  (3+ messages)

[PATCH v6 00/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
 2022-05-03  6:43 UTC  (37+ messages)
` [PATCH v6 01/11] ARM: dts: aspeed: Adjust "reg" property of FMC/SPI controllers
` [PATCH v6 02/11] dt-bindings: spi: Add Aspeed SMC controllers device tree binding
` [PATCH v6 03/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
` [PATCH v6 04/11] spi: aspeed: Add support for direct mapping
` [PATCH v6 05/11] spi: aspeed: Adjust direct mapping to device size
` [PATCH v6 06/11] spi: aspeed: Workaround AST2500 limitations
` [PATCH v6 07/11] spi: aspeed: Add support for the AST2400 SPI controller
` [PATCH v6 08/11] spi: aspeed: Calibrate read timings
` [PATCH v6 09/11] ARM: dts: aspeed: Enable Dual SPI RX transfers
` [PATCH v6 10/11] ARM: dts: aspeed-g4: Set spi-max-frequency for all flashes
` [PATCH v6 11/11] mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600

RTT-PROBE: lore-subspace-rtt
 2022-05-03  6:43 UTC 

[Buildroot] [PATCH 1/1] utils/genrandconfig: add DTS cuimage fixup
 2022-05-03  6:41 UTC  (2+ messages)

[RFC PATCH 00/10] Make O_SYNC writethrough
 2022-05-03  6:40 UTC  (11+ messages)
` [RFC PATCH 01/10] iomap: Pass struct iomap to iomap_alloc_ioend()
` [RFC PATCH 02/10] iomap: Remove iomap_writepage_ctx from iomap_can_add_to_ioend()
` [RFC PATCH 03/10] iomap: Do not pass iomap_writepage_ctx to iomap_add_to_ioend()
` [RFC PATCH 04/10] iomap: Accept a NULL iomap_writepage_ctx in iomap_submit_ioend()
` [RFC PATCH 05/10] iomap: Allow a NULL writeback_control argument to iomap_alloc_ioend()
` [RFC PATCH 06/10] iomap: Pass a length to iomap_add_to_ioend()
` [RFC PATCH 07/10] iomap: Reorder functions
` [RFC PATCH 08/10] "
` [RFC PATCH 09/10] iomap: Add writethrough for O_SYNC
` [RFC PATCH 10/10] remove write_through bool

[PATCH] kunit: tool: Add list of all valid test configs on UML
 2022-05-03  6:37 UTC  (3+ messages)

RFC: Memory Tiering Kernel Interfaces
 2022-05-03  6:36 UTC  (6+ messages)

[PATCH] drm/amdgpu: fix drm-next merge fallout
 2022-05-03  6:36 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-03  6:32 UTC 

[PATCH 00/11] serial: pic32: cleanup
 2022-05-03  6:31 UTC  (12+ messages)
` [PATCH 01/11] serial: pic32: remove unused items from the header
` [PATCH 02/11] serial: pic32: move header content to .c
` [PATCH 03/11] serial: pic32: remove constants from struct pic32_sport
` [PATCH 04/11] serial: pic32: simplify clk handling
` [PATCH 05/11] serial: pic32: simplify pic32_sport::enable_tx_irq handling
` [PATCH 06/11] serial: pic32: remove pic32_get_port() macro
` [PATCH 07/11] serial: pic32: convert to_pic32_sport() to an inline
` [PATCH 08/11] serial: pic32: don't assign pic32_sport::cts_gpio twice
` [PATCH 09/11] serial: pic32: don't zero members of kzalloc-ated structure
` [PATCH 10/11] serial: pic32: free up irq names correctly
` [PATCH 11/11] serial: pic32: restore disabled irqs in pic32_uart_startup()

[PATCH 00/15] imx8m: convert to DM_SERIAL
 2022-05-03  6:31 UTC  (3+ messages)
` [PATCH 10/15] imx: kontron-sl-mx8mm: enable DM_SERIAL

[PATCH v4 04/13] mm/khugepaged: make hugepage allocation context-specific
 2022-05-03  6:30 UTC  (2+ messages)

[PATCH bpf-next v2 2/5] bpf: implement sleepable uprobes by chaining tasks_trace and normal rcu
 2022-05-03  6:30 UTC  (2+ messages)

[PATCH v2 0/4] iommu: M1 Pro/Max DART support
 2022-05-03  6:23 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: iommu: dart: add t6000 compatible
` [PATCH v2 2/4] iommu/io-pgtable: Add DART subpage protection support
` [PATCH v2 3/4] iommu/io-pgtable: Add DART PTE support for t6000
` [PATCH v2 4/4] iommu: dart: Support t6000 variant

[PATCH] mm,doc: Add new documentation structure
 2022-05-03  6:30 UTC 

[PATCH] dt-bindings: mfd: Add bindings child nodes for the Mediatek MT6360
 2022-05-03  6:28 UTC  (3+ messages)

[PATCH] Add method to pass initrd through cmdline
 2022-05-03  6:29 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: am335x-myirtech: Add an external clock oscillator for CPU RTC
 2022-05-03  6:27 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1 1/1] e1000e: Enable the GPT clock before sending message to the CSME
 2022-05-03  6:26 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-03  6:22 UTC 

[PATCH v4] can, tty: elmcan CAN/ldisc driver for ELM327 based OBD-II adapters
 2022-05-03  6:21 UTC  (4+ messages)

[PATCH 00/11] i915: Introduce Ponte Vecchio
 2022-05-03  6:22 UTC  (6+ messages)
` [PATCH 03/11] drm/i915/pvc: Define MOCS table for PVC
        ` [Intel-gfx] "

[syzbot] KASAN: use-after-free Read in tipc_named_reinit (2)
 2022-05-03  6:21 UTC 

[PATCH v24 0/7] soc: mediatek: SVS: introduce MTK SVS
 2022-05-03  6:13 UTC  (11+ messages)

[RFC] mtd: spi-nor: Add Renesas AT25QL128A serial nor flash
 2022-05-03  6:12 UTC  (7+ messages)

[PATCH 0/3] ARM: dts: enable am33xx and am43xx wkup_m3_ipc features
 2022-05-03  6:15 UTC  (2+ messages)

[PATCH 00/69] Filesystem/page cache patches for 5.19
 2022-05-03  6:15 UTC  (3+ messages)
` [PATCH 19/69] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly

linux-next: manual merge of the mm tree with the folio tree
 2022-05-03  6:14 UTC 

[PATCH] lib/atomic64_test.c: convert to use KUnit
 2022-05-03  6:13 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: CSR chip hangs when unbound
 2022-05-03  6:13 UTC  (3+ messages)

[PATCH] devcoredump : Serialize devcd_del work
 2022-05-03  6:12 UTC  (4+ messages)
` [PATCH v4] "

RTT-PROBE: lore-subspace-rtt
 2022-05-03  6:11 UTC 

[PATCH] eal: allow worker lcore stacks to be allocated from hugepage memory
 2022-05-03  6:10 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/cnxk: fix error message setting on failure
 2022-05-03  6:09 UTC  (2+ messages)

[PATCH v3 0/2] platform/chrome: add support for the Framework Laptop
 2022-05-03  6:10 UTC  (2+ messages)

[RESEND PATCH v4] devcoredump : Serialize devcd_del work
 2022-05-03  6:07 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.