All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-08 10:01:13 to 2023-09-08 10:40:48 UTC [more...]

[dm-devel] [PATCH] fix writing to the filesystem after unmount
 2023-09-08 10:20 UTC  (12+ messages)
                    `  "

[PATCH v2 1/3] perf vendor events: Update JSON/events for power10 platform
 2023-09-08 10:40 UTC  (7+ messages)
` [PATCH v2 2/3] "

[PATCH] drm/amdgpu: Restore partition mode after reset
 2023-09-08 10:39 UTC 

[PATCH v3 0/5] Match data improvements for rt1711h driver
 2023-09-08 10:40 UTC  (5+ messages)
` [PATCH v3 4/5] usb: typec: tcpci_rt1711h: Add enable_pd30_extended_message variable to struct rt1711h_chip_info
` [PATCH v3 5/5] usb: typec: tcpci_rt1711h: Drop CONFIG_OF ifdeffery

[PATCH v13 00/22] TDX host kernel support
 2023-09-08 10:38 UTC  (8+ messages)
` [PATCH v13 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
` [PATCH v13 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH v2 0/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support
 2023-09-08 10:38 UTC  (3+ messages)
` [PATCH v2 1/1] "
  `  "

[Intel-gfx] [PATCH v3] drm/i915: Added Wa_18022495364
 2023-09-08 10:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Added Wa_18022495364 (rev3)

[PATCH v2] wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet
 2023-09-08 10:37 UTC  (3+ messages)

[PATCH 1/4] security: remove redundant cast
 2023-09-08 10:36 UTC  (2+ messages)

[PATCH v4 00/17] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-09-08 10:36 UTC  (9+ messages)
` [PATCH v4 15/17] media: qcom: camss: Move vfe_disable into a common routine where applicable
` [PATCH v4 16/17] media: qcom: camss: Propagate vfe_reset error up the callstack

[PATCH net] hsr: Fix uninit-value access in fill_frame_info()
 2023-09-08 10:17 UTC 

[PATCH 1/4] sh: remove stale microdev board
 2023-09-08 10:23 UTC  (11+ messages)
` [PATCH 2/4] sh: remove unused sh4-202 support
` [PATCH 3/4] sh: remove superhyway bus support
` [PATCH 4/4] sh: machvec: remove custom ioport_{un,}map()

[igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it
 2023-09-08 10:31 UTC  (12+ messages)
` [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions
` [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists
` [igt-dev] [PATCH i-g-t v5 03/11] kms_test_config.json: "
` [igt-dev] [PATCH i-g-t v5 04/11] tests: Intel Xe: drop Run type field
` [igt-dev] [PATCH i-g-t v5 05/11] tests: Intel KMS: "
` [igt-dev] [PATCH i-g-t v5 06/11] scripts/test_list.py: move "FULL" testlist to config file
` [igt-dev] [PATCH i-g-t v5 07/11] scripts/test_list.py: don't be greedy while matching data from testlists
` [igt-dev] [PATCH i-g-t v5 08/11] scripts/test_list.py: fix gen_testlist logic
` [igt-dev] [PATCH i-g-t v5 09/11] scripts/test_list.py: add support for expanding fields on spreadsheet
` [igt-dev] [PATCH i-g-t v5 10/11] scripts/doc_to_xls.py: expand GPU excluded platform
` [igt-dev] [PATCH i-g-t v5 11/11] scripts/doc_to_xls.py: improve XLS output format

[Bug 80791] "Bluetooth: hci0: ACL packet for unknown connection handle" must be hidden behind "debug"
 2023-09-08 10:24 UTC 

[PATCH] xfs: correct calculation for blockcount
 2023-09-08 10:18 UTC  (2+ messages)

[PATCH v3 00/41] mtd: spi-nor: clean the flash_info database up
 2023-09-08 10:16 UTC  (77+ messages)
` [PATCH v3 01/41] mtd: spi-nor: remove catalyst 'flashes'
` [PATCH v3 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
` [PATCH v3 03/41] mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
` [PATCH v3 04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
` [PATCH v3 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH v3 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH v3 07/41] mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
` [PATCH v3 08/41] mtd: spi-nor: default .n_banks to 1
` [PATCH v3 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH v3 10/41] mtd: spi-nor: make sector_size optional
` [PATCH v3 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH v3 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH v3 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH v3 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH v3 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH v3 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH v3 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH v3 18/41] mtd: spi-nor: eon: "
` [PATCH v3 19/41] mtd: spi-nor: esmt: "
` [PATCH v3 20/41] mtd: spi-nor: everspin: "
` [PATCH v3 21/41] mtd: spi-nor: gigadevice: "
` [PATCH v3 22/41] mtd: spi-nor: intel: "
` [PATCH v3 23/41] mtd: spi-nor: issi: "
` [PATCH v3 24/41] mtd: spi-nor: macronix: "
` [PATCH v3 25/41] mtd: spi-nor: micron-st: "
` [PATCH v3 26/41] mtd: spi-nor: spansion: "
` [PATCH v3 27/41] mtd: spi-nor: sst: "
` [PATCH v3 28/41] mtd: spi-nor: winbond: "
` [PATCH v3 29/41] mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
` [PATCH v3 30/41] mtd: spi-nor: xmc: convert flash_info to new format
` [PATCH v3 31/41] mtd: spi-nor: atmel: sort flash_info database
` [PATCH v3 32/41] mtd: spi-nor: eon: "
` [PATCH v3 33/41] mtd: spi-nor: gigadevice: "
` [PATCH v3 34/41] mtd: spi-nor: issi: "
` [PATCH v3 35/41] mtd: spi-nor: macronix: "
` [PATCH v3 36/41] mtd: spi-nor: micron-st: "
` [PATCH v3 37/41] mtd: spi-nor: spansion: "
` [PATCH v3 38/41] mtd: spi-nor: sst: "
` [PATCH v3 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH v3 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH v3 41/41] mtd: spi-nor: core: get rid of the INFOx() macros

[RESEND] qemu/timer: Add host ticks function for RISC-V
 2023-09-08 10:29 UTC 

[PATCH] mem/x86: add processor address space check for VM memory
 2023-09-08 10:28 UTC  (2+ messages)

[PATCH v4] arm64/sysreg: refactor deprecated strncpy
 2023-09-08 10:18 UTC  (5+ messages)

[BUG] TREE04 hang on 6.5.y stable: Writer stall state RTWS_COND_SYNC_FULL
 2023-09-08 10:28 UTC  (3+ messages)

RFC: QEMU rv64/rv32 CPU, 'max' CPU and profile support
 2023-09-08 10:28 UTC  (7+ messages)

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2023-09-08 10:26 UTC  (2+ messages)
` 回复: "

Advise for adding Nuvoton BMC Synopsys USB 2.0 device controllers to Linux kernel USB Chipidea driver
 2023-09-08 10:26 UTC 

[PATCH v2] bcache: fixup lock c->root error
 2023-09-08 10:26 UTC  (2+ messages)

[PATCH v2] common/idpf: refactor single queue Tx function
 2023-09-08 10:28 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] x86/hyperv/vtl: Replace real_mode_header only under Hyper-V
 2023-09-08 10:26 UTC 

[RFC PATCH 0/7] sched: cpufreq: Remove magic margins
 2023-09-08 10:25 UTC  (4+ messages)

[LTP] [PATCH v1 0/2] Refactor getegid testing suite
 2023-09-08 10:25 UTC  (4+ messages)
` [LTP] [PATCH v1 2/2] Refactor getegid02 using new LTP API

[PATCH v2 0/3] scsi: ufs: core: support WB buffer resize function
 2023-09-08 10:20 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: core: add wb buffer resize related attr_idn
` [PATCH v2 2/3] scsi: ufs: core: Add ufshcd_wb_buf_resize function to enable WB buffer resize
` [PATCH v2 3/3] scsi: ufs: core: Add sysfs attributes to control WB buffer resize function

[PATCH] mtd: nand: qcom: Fix the node for nand unmap resource
 2023-09-08 10:22 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v3 0/3] lib/xe_spin: introduced fixed duration xe_spin
 2023-09-08 10:24 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v3 2/3] lib/xe_spin: fixed duration xe_spin capability
` [igt-dev] [PATCH i-g-t v3 3/3] tests/xe_spin_batch: spin-fixed-duration

sandbox trace errors in CI loop
 2023-09-08 10:24 UTC  (3+ messages)

[PATCH nft 1/2] tests/shell: honor .nodump file for tests without nft dumps
 2023-09-08 10:22 UTC  (3+ messages)
` [PATCH nft 2/2] tests/shell: add missing ".nodump" file for tests without dumps

[LTP] [PATCH v3 0/2] Rewrite exit_group01 test
 2023-09-08 10:23 UTC  (3+ messages)
` [LTP] [PATCH v3 1/2] Add tst_gettid wrapper around gettid syscall
` [LTP] [PATCH v3 2/2] Refactor exit_group01 using new API

[Bug 217773] New: Bluetooth LE scan doesn't show device name
 2023-09-08 10:21 UTC  (2+ messages)
` [Bug 217773] "

[bug report] pinctrl: baytrail: consolidate common mask operation
 2023-09-08 10:18 UTC  (2+ messages)

[PATCH v2] arm64/sysreg: refactor deprecated strncpy
 2023-09-08 10:20 UTC  (4+ messages)

[Buildroot] [git commit] package/go: security bump to version 1.21.1
 2023-09-08 10:20 UTC 

[Buildroot] [PATCH-NEXT v1 1/1] package/go: security bump to version 1.21.1
 2023-09-08 10:20 UTC  (2+ messages)

[PATCH] dt-bindings: Add Google Widevine initialization parameters
 2023-09-08 10:15 UTC  (2+ messages)

[PATCH 0/4] Fix rockchip I2C bus
 2023-09-08 10:16 UTC  (2+ messages)
` [PATCH 1/4] i2c: rockchip: fix i2c stop condition

[PATCH] ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend()
 2023-09-08 10:17 UTC 

Kernel crash during ltp(min_free_kbytes) test run (zone_reclaimable_pages)
 2023-09-08  8:42 UTC  (2+ messages)

[RFC PATCH 0/5] Allow for removal of DT nodes and properties
 2023-09-08 10:13 UTC  (10+ messages)

[PATCH] ALSA: hda: cs35l56: Call pm_runtime_dont_use_autosuspend()
 2023-09-08 10:12 UTC 

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2023-09-08 10:11 UTC  (10+ messages)
` [PATCH v4 06/15] intel-iommu: Implement get_attr() method
` [PATCH v4 12/15] vfio/common: Support device dirty page tracking with vIOMMU
` [PATCH v4 15/15] vfio/common: Block migration with vIOMMUs without address width limits

[PATCH v2] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
 2023-09-08 10:12 UTC  (2+ messages)

[virtio-comment] [RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices
 2023-09-08 10:11 UTC  (6+ messages)
` [virtio-dev] "
  ` [virtio-comment] "

[Intel-xe] [PATCH] drm/xe/display: Print display ip version
 2023-09-08 10:11 UTC  (6+ messages)

[Buildroot] [git commit] package/docker-engine: bump version to v24.0.6
 2023-09-08 10:00 UTC 

[Buildroot] [git commit] package/gmp: fix !RISC-V RVM conditional after merge of next
 2023-09-08 10:09 UTC 

[PULL v2 00/22] Trivial patches for 2023-09-08
 2023-09-08 10:11 UTC 

[Buildroot] [git commit] package/docker-cli: bump version to v24.0.6
 2023-09-08 10:01 UTC 

[oracle-dtrace:v2/6.5 10/13] fs/select.c:236:31: sparse: sparse: restricted __poll_t degrades to integer
 2023-09-08 10:10 UTC 

[PATCH] io: Stop appending -listen to net listeners
 2023-09-08 10:09 UTC  (2+ messages)

[Intel-xe] [PATCH v6 0/6] drm/xe: Convert to drm_exec
 2023-09-08 10:09 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for drm/xe: Convert to drm_exec (rev7)

[PATCH] crypto/rsakey-builtin.c.inc: Clean up two error paths
 2023-09-08 10:07 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] drm-uapi/xe_drm: Remove max_page_size and align with latest uapi
 2023-09-08 10:07 UTC  (4+ messages)
    ` [Intel-xe] "

[PULL 00/23] trivial patches for 2023-09-08
 2023-09-08 10:07 UTC  (3+ messages)
` [PULL 01/23] qemu-img: omit errno value in error message

The call trace occurs during the VRF fault injection test
 2023-09-08 10:05 UTC 

[PATCH] start_command: reset disposition of all signals in child
 2023-09-08 10:05 UTC 

[PATCH v2 1/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support
 2023-09-08 10:05 UTC  (2+ messages)
`  "

[meta-oe][PATCH] libei: add recipe
 2023-09-08 10:05 UTC 

[PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188
 2023-09-08 10:04 UTC  (4+ messages)

[qemu-mainline test] 182730: regressions - FAIL
 2023-09-08 10:04 UTC 

[PATCH] rebase -i: ignore signals when forking subprocesses
 2023-09-08 10:02 UTC  (3+ messages)

[PATCH v1 0/3] Change tuning implementation
 2023-09-08 10:01 UTC  (11+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Drop unused properties

[PATCH] power: supply: mt6370: Fix missing error code in mt6370_chg_toggle_cfo()
 2023-09-08 10:01 UTC  (6+ messages)

[PATCH] acpi: trigger wakeup key event from power button
 2023-09-08  9:57 UTC 

[Buildroot] [PATCH] package/docker-engine: bump version to v24.0.6
 2023-09-08 10:01 UTC  (4+ messages)
` [Buildroot] [PATCH] package/docker-cli: "

[PATCH 1/1] Bluetooth: ISO: Set CIS bit only for devices with CIS support
 2023-09-08 10:01 UTC  (2+ messages)
` [1/1] "

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-08  9:58 UTC  (4+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH 0/3] nvme-tcp: start error recovery after KATO
 2023-09-08 10:00 UTC  (2+ messages)
` [PATCH 3/3] nvme-tcp: delay error recovery until the next KATO interval


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.