All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 06:28:08 to 2024-11-11 07:30:24 UTC [more...]

[PATCH] virtio_ring: skip cpu sync when mapping fails
 2024-11-11  7:30 UTC  (2+ messages)

[PATCH v2 net-next 0/5] Add more feautues for ENETC v4 - round 1
 2024-11-11  7:28 UTC  (5+ messages)
` [PATCH v2 net-next 1/5] net: enetc: add Rx checksum offload for i.MX95 ENETC
` [PATCH v2 net-next 2/5] net: enetc: add Tx "

[PATCH] wifi: rtw88: Add additional USB IDs for RTL8812BU
 2024-11-11  7:26 UTC  (2+ messages)

[PATCH mtd-utils v2 000/102] Add fsck.ubifs support
 2024-11-11  7:03 UTC  (64+ messages)
` [PATCH mtd-utils v2 002/102] ubifs-utils: Decouple mkfs.ubifs.h out of other modules
` [PATCH mtd-utils v2 004/102] ubifs-utils: Clean up error message printing functions
` [PATCH mtd-utils v2 008/102] ubifs-utils: Extract UBI opening/closing/volume_check_empty functions into a new source file
` [PATCH mtd-utils v2 009/102] ubifs-utils: Import UBIFS libs from linux kernel
` [PATCH mtd-utils v2 013/102] ubifs-utils: Add linux kernel memory allocation implementations
` [PATCH mtd-utils v2 015/102] ubifs-utils: Add bit operations implementations
` [PATCH mtd-utils v2 017/102] ubifs-utils: Add mutexlock implementations
` [PATCH mtd-utils v2 018/102] ubifs-utils: Add rwsem implementations
` [PATCH mtd-utils v2 019/102] ubifs-utils: Add sorting implementations
` [PATCH mtd-utils v2 021/102] ubifs-utils: Add linux hexdump implementations lib
` [PATCH mtd-utils v2 023/102] ubifs-utils: Add common definitions in linux kernel
` [PATCH mtd-utils v2 026/102] ubifs-utils: Adapt super.c in libubifs
` [PATCH mtd-utils v2 028/102] ubifs-utils: Adapt lpt subsystem "
` [PATCH mtd-utils v2 030/102] ubifs-utils: Adapt log.c "
` [PATCH mtd-utils v2 031/102] ubifs-utils: Adapt recovery subsystem "
` [PATCH mtd-utils v2 035/102] ubifs-utils: Adapt journal.c "
` [PATCH mtd-utils v2 038/102] ubifs-utils: Adapt debug subsystem "
` [PATCH mtd-utils v2 040/102] ubifs-utils: Adapt master.c "
` [PATCH mtd-utils v2 041/102] ubifs-utils: Adapt misc.h "
` [PATCH mtd-utils v2 042/102] ubifs-utils: Adapt orphan.c "
` [PATCH mtd-utils v2 046/102] ubifs-utils: Replace ubifs related source code with linux kernel implementation
` [PATCH mtd-utils v2 047/102] ubifs-utils: open_ubi: Set errno if the target is not char device
` [PATCH mtd-utils v2 048/102] fsck.ubifs: Add fsck support
` [PATCH mtd-utils v2 049/102] fsck.ubifs: Add inconsistent problem handling asking function
` [PATCH mtd-utils v2 051/102] fsck.ubifs: Load filesystem information from UBI volume
` [PATCH mtd-utils v2 052/102] fsck.ubifs: Add node parsing functions
` [PATCH mtd-utils v2 056/102] fsck.ubifs: rebuild_fs: Add valid nodes into file
` [PATCH mtd-utils v2 057/102] fsck.ubifs: rebuild_fs: Filter invalid files
` [PATCH mtd-utils v2 059/102] fsck.ubifs: rebuild_fs: Check and correct files' information
` [PATCH mtd-utils v2 064/102] fsck.ubifs: rebuild_fs: Build LPT
` [PATCH mtd-utils v2 065/102] fsck.ubifs: rebuild_fs: Clean up log and orphan area
` [PATCH mtd-utils v2 066/102] fsck.ubifs: rebuild_fs: Write master node
` [PATCH mtd-utils v2 069/102] fsck.ubifs: Handle orphan nodes
` [PATCH mtd-utils v2 070/102] fsck.ubifs: Consolidate log
` [PATCH mtd-utils v2 071/102] fsck.ubifs: Recover isize
` [PATCH mtd-utils v2 074/102] fsck.ubifs: Ensure that TNC LEB can be scanned successful
` [PATCH mtd-utils v2 075/102] fsck.ubifs: Update files' size for check mode
` [PATCH mtd-utils v2 076/102] fsck.ubifs: Check and handle invalid files
` [PATCH mtd-utils v2 077/102] fsck.ubifs: Check and handle unreachable files
` [PATCH mtd-utils v2 079/102] fsck.ubifs: Check whether the TNC is empty
` [PATCH mtd-utils v2 080/102] fsck.ubifs: Move common functions and data structures into check_space.c
` [PATCH mtd-utils v2 081/102] fsck.ubifs: check and correct the space statistics
` [PATCH mtd-utils v2 082/102] fsck.ubifs: Commit problem fixing modifications to disk
` [PATCH mtd-utils v2 083/102] fsck.ubifs: Check and correct the index size
` [PATCH mtd-utils v2 084/102] ubifs-utils: libubifs: Support some file operations
` [PATCH mtd-utils v2 085/102] fsck.ubifs: Check and create the root dir
` [PATCH mtd-utils v2 086/102] fsck.ubifs: Check and create the lost+found
` [PATCH mtd-utils v2 087/102] fsck.ubifs: Handle disconnected files
` [PATCH mtd-utils v2 088/102] fsck.ubifs: Do final committing
` [PATCH mtd-utils v2 089/102] fsck.ubifs: Add README to describe fsck
` [PATCH mtd-utils v2 090/102] tests: Add common libs for testing fsck.ubifs/mkfs.ubifs
` [PATCH mtd-utils v2 091/102] tests: ubifs_tools: fsck_tests: Add authentication refusing test
` [PATCH mtd-utils v2 092/102] tests: ubifs_tools: fsck_tests: Add cycle mount+fsck test
` [PATCH mtd-utils v2 093/102] tests: ubifs_tools: fsck_tests: Add powercut+fsck+mount test
` [PATCH mtd-utils v2 094/102] tests: ubifs_tools: fsck_tests: Add corrupt+fsck+fault_inject test
` [PATCH mtd-utils v2 095/102] tests: ubifs_tools: fsck_tests: Add cycle_powercut+fsck test
` [PATCH mtd-utils v2 096/102] tests: ubifs_tools: fsck_tests: Add random_corrupt+fsck test
` [PATCH mtd-utils v2 097/102] tests: ubifs_tools: fsck_tests: Add corrupted images
` [PATCH mtd-utils v2 098/102] tests: ubifs_tools: fsck_tests: Add bad images fixing test
` [PATCH mtd-utils v2 099/102] tests: ubifs_tools: mkfs_tests: Add fs content check test
` [PATCH mtd-utils v2 100/102] tests: ubifs_tools: Add run_all script
` [PATCH mtd-utils v2 101/102] tests: ubifs_tools: Add README
` [PATCH mtd-utils v2 102/102] ubifs-utils: Support Address-Sanitizier debug

[PATCH V2 1/2] dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
 2024-11-11  7:26 UTC  (2+ messages)
` [PATCH V2 2/2] dmaengine: fsl-edma: free irq correctly in remove path

[PATCH] nfs(5): Update rsize/wsize options
 2024-11-11  7:23 UTC 

[PATCH] powerpc: Transliterate author name and remove FIXME
 2024-11-11  7:16 UTC  (3+ messages)

[PATCH] config: limit lcore variable maximum size to 4k
 2024-11-11  7:22 UTC  (10+ messages)

[PATCH] selftest: drivers: Add support to check duplicate hwirq
 2024-11-11  7:21 UTC  (2+ messages)

[PATCH v2] Bluetooth: btintel_pcie: Support suspend-resume
 2024-11-11  7:21 UTC  (4+ messages)

[PATCHv3 0/5] pci cleanup/prep patches
 2024-11-11  7:20 UTC  (5+ messages)
` [PATCHv3 1/5] pci: make pci_stop_dev concurrent safe

[PATCH] configure: Use -ef to compare paths
 2024-11-11  7:19 UTC 

[bug report] fio failed with --fixedbufs
 2024-11-11  7:20 UTC 

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-11  7:19 UTC  (13+ messages)
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API

[Buildroot] [PATCH v1 1/1] package/iotools: Update to v1.8
 2024-11-11  7:17 UTC  (3+ messages)

[net-next PATCH v9 0/8] cn10k-ipsec: Add outbound inline ipsec support
 2024-11-11  7:15 UTC  (5+ messages)
` [net-next PATCH v9 1/8] octeontx2-pf: map skb data as device writeable

[PATCH v4 00/13] Support OF_UPSTREAM for StarFive JH7110
 2024-11-11  7:13 UTC  (3+ messages)
` [PATCH v4 12/13] board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()

[openeuler:OLK-5.10 2284/2284] drivers/gpu/drm/ast/ast_mm.c:116 ast_pci_host_is_5c01() error: we previously assumed 'child' could be null (see line 109)
 2024-11-11  7:13 UTC  (2+ messages)

[PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
 2024-11-11  7:10 UTC  (7+ messages)
` [PATCH v2 2/2] arm64: dts: mediatek: Introduce MT8188 Geralt platform based Ciri

[yocto] swupdate applications, bootloader, how to update #swupdate #yocto #poky #stefanobabic
 2024-11-11  7:12 UTC  (2+ messages)

[PATCH] wifi: ath9k: miscellaneous spelling fixes
 2024-11-11  7:11 UTC 

[PATCH V3] rtc: bbnsm: add remove hook
 2024-11-11  7:11 UTC 

[PATCH V2] power: add PM_SUSPEND_MAX in pm_suspend_target_state
 2024-11-11  7:11 UTC 

[PATCH v1 04/22] HID: intel-thc-hid: intel-thc: Add THC PIO operation APIs
 2024-11-11  7:10 UTC  (5+ messages)

[PATCH 1/3] graph: avoid global node ID counter
 2024-11-11  7:09 UTC  (3+ messages)
` [PATCH 2/3] graph: add support for node free API
` [PATCH 3/3] test/graph: fix graph autotest second run test failure

[PATCH 6.1+] ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
 2024-11-11  7:08 UTC 

[RFC][oe-core][PATCH] systemd: dont allow autoselect for meson
 2024-11-11  7:07 UTC  (2+ messages)

[PATCH] docs/mm: add VMA locks documentation
 2024-11-11  7:07 UTC  (2+ messages)

[RFC PATCH 0/1] maintenance: separate parallelism safe and unsafe tasks
 2024-11-11  7:07 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH v14 00/13] Add Secure TSC support for SNP guests
 2024-11-11  7:06 UTC  (7+ messages)
` [PATCH v14 03/13] x86/sev: "
` [PATCH v14 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests

[PATCH] ASoC: intel: sof_sdw: add quirk for Dell SKU This patch adds a quirk to include the codec amplifier function for this Dell SKU
 2024-11-11  7:06 UTC 

[PATCH v3 0/3] rust: Add pr_*_once macros
 2024-11-11  7:05 UTC  (2+ messages)

[oe] [meta-openembedded][kirkstone][PATCH 1/1] wireguard-tools: clean the do_fecth warning
 2024-11-11  7:05 UTC 

[PATCH v6 0/4] MIPI DSI Controller support for SAM9X75 series
 2024-11-11  6:55 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: display: bridge: add sam9x75-mipi-dsi binding
` [PATCH v6 2/4] drm/bridge: add Microchip DSI controller support for sam9x7 SoC series
` [PATCH v6 3/4] MAINTAINERS: add SAM9X7 SoC's Microchip's MIPI DSI host wrapper driver
` [PATCH v6 4/4] ARM: configs: at91: Enable Microchip's MIPI DSI Host Controller support

[PATCH v2 1/4] wifi: ath11k: cleanup struct ath11k_vif
 2024-11-11  7:01 UTC  (4+ messages)
` [PATCH v2 2/4] wifi: ath11k: cleanup struct ath11k_reg_tpc_power_info
` [PATCH v2 3/4] wifi: ath11k: cleanup struct ath11k_mon_data
` [PATCH v2 4/4] wifi: ath11k: miscellaneous spelling fixes

[PATCH] drm/amdgpu: fix double free vcn ip_dump
 2024-11-11  7:04 UTC  (3+ messages)

[PATCH v2 6/6] exfat: reduce FAT chain traversal
 2024-11-11  6:43 UTC 

[PATCH] ocfs2: update seq_file index in ocfs2_dlm_seq_next
 2024-11-11  7:04 UTC  (3+ messages)

[PATCH RESEND 2 0/1] sched/syscalls: Allow setting niceness using sched_param struct
 2024-11-11  7:03 UTC  (2+ messages)
` [PATCH RESEND 2 1/1] "

[Buildroot] [PATCH v1 0/1] Add mlx5ctl package
 2024-11-11  7:03 UTC  (4+ messages)
` [Buildroot] [PATCH v1 1/1] package/mlx5ctl: new package

[PATCH v2 0/4] Fix IOVA allocation in Apple dart iommu after global LMB mem map changes
 2024-11-11  7:01 UTC  (3+ messages)

[RFC]: Test Were failing on Fedora Linux
 2024-11-11  7:01 UTC  (10+ messages)
                ` [PATCH] test-lib: check malloc debug LD_PRELOAD before using

[PATCH v2 0/2] Fix thermal profile handling
 2024-11-11  7:00 UTC  (2+ messages)

[PATCH 1/1] pc-bios/s390x: Initialize cdrom type to false for each IPL device
 2024-11-11  6:59 UTC  (2+ messages)

[PATCH] selftests: hugetlb_dio: Check for initial conditions to skip in the start
 2024-11-11  6:59 UTC  (4+ messages)
` [PATCH] selftests: hugetlb_dio: Fixup "

linux-next: build failure after merge of the rust tree
 2024-11-11  6:58 UTC 

+ selftests-hugetlb_dio-fixup-check-for-initial-conditions-to-skip-in-the-start.patch added to mm-hotfixes-unstable branch
 2024-11-11  6:58 UTC 

[PATCH] leds: ss4200: Fix the wrong format specifier
 2024-11-11  6:58 UTC 

[PATCH v3 0/4] Fix IOVA allocation in Apple dart iommu after global LMB mem map changes
 2024-11-11  6:56 UTC  (10+ messages)
` [PATCH v3 1/4] lmb: Do not use global LMB variable in _lmb_free()
` [PATCH v3 2/4] lmb: cosmetic: reorder functions and global LMB variable
` [PATCH v3 3/4] lmb: Add basic io_lmb functionality
` [PATCH v3 4/4] iommu: apple: Manage IOVA separately from global LMB mem map

No sound on speakers X1 Carbon Gen 12
 2024-11-11  6:57 UTC  (23+ messages)

[PATCH] drm/i915/dp: Limit max compressed bpp to 18 when forcing DSC
 2024-11-11  6:55 UTC  (2+ messages)

+ mm-thp-fix-deferred-split-queue-not-partially_mapped-fix.patch added to mm-hotfixes-unstable branch
 2024-11-11  6:55 UTC 

[Buildroot] [git commit] package/bfscripts: new package
 2024-11-11  6:55 UTC  (2+ messages)

[PATCH -next] spi: apple: Remove unnecessary .owner for apple_spi_driver
 2024-11-11  6:54 UTC 

[PATCH 0/3] wifi: rtw89: support dynamic antenna gain (DAG)
 2024-11-11  6:51 UTC  (4+ messages)
` [PATCH 1/3] wifi: rtw89: sar: tweak 6GHz SAR subbands span
` [PATCH 2/3] wifi: rtw89: introduce dynamic antenna gain feature
` [PATCH 3/3] wifi: rtw89: handle different TX power between RF path

[syzbot] [bcachefs?] kernel BUG in bch2_btree_write_buffer_flush_locked
 2024-11-11  6:52 UTC  (2+ messages)

[PATCH] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init()
 2024-11-11  6:51 UTC 

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-11-11  6:51 UTC  (10+ messages)

Clevo Platfrom with ALC255
 2024-11-11  6:49 UTC 

[PATCH v2] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
 2024-11-11  6:48 UTC 

[PATCH net-next] eth: bnxt: use page pool for head frags
 2024-11-11  6:48 UTC  (2+ messages)

[PATCH v2 0/6] exfat: reduce FAT chain traversal
 2024-11-11  6:43 UTC 

[PATCH v2 0/6] virtio-net fixes
 2024-11-11  6:40 UTC  (7+ messages)
` [PATCH v2 1/6] net: checksum: Convert data to void *
` [PATCH v2 2/6] virtio-net: Fix size check in dhclient workaround
` [PATCH v2 3/6] virtio-net: Do not check for the queue before RSS
` [PATCH v2 4/6] virtio-net: Fix hash reporting when the queue changes
` [PATCH v2 5/6] virtio-net: Initialize hash reporting values
` [PATCH v2 6/6] virtio-net: Copy received header to buffer

grub menu gets stuck issue report and fix patch merge request
 2024-11-11  6:42 UTC  (3+ messages)
  ` [External] "

[PATCH] mm/vma: only set vmg->next when removal is necessary
 2024-11-11  6:42 UTC  (2+ messages)

[oe][meta-networking][scarthgap][PATCH 1/1] openvpn: upgrade 2.6.10 -> 2.6.12
 2024-11-11  6:41 UTC 

[PATCH v6 0/3] xen: SR-IOV fixes
 2024-11-11  6:40 UTC  (10+ messages)
` [PATCH v6 2/3] xen/pci: introduce PF<->VF links

[syzbot] [kernel?] WARNING in get_pat_info
 2024-11-11  6:40 UTC  (2+ messages)

[PATCH i-g-t v2 1/2] tests/kms_atomic_transition: Use extended flag for local execution
 2024-11-11  6:39 UTC  (2+ messages)
  ` FW: "

[PATCH] wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit
 2024-11-11  6:38 UTC 

linux-next: manual merge of the rust tree with the char-misc tree
 2024-11-11  6:34 UTC 

[XEN PATCH 0/3] x86: address violations of MISRA C Rule 16.3
 2024-11-11  6:34 UTC  (5+ messages)
` [XEN PATCH 1/3] x86/emul: define pseudo keyword fallthrough

[PATCH v3 00/10] x86/mce: Clean up some x86/mce code
 2024-11-11  6:04 UTC  (10+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] x86/mce: Make several functions return bool
  ` [PATCH v4 2/8] x86/mce/threshold: Remove the redundant this_cpu_dec_return()
  ` [PATCH v4 3/8] x86/mce: Make four functions return bool
  ` [PATCH v4 4/8] x86/mce: Break up __mcheck_cpu_apply_quirks()
  ` [PATCH v4 5/8] x86/mce: Convert family/model mixed checks to VFM-based checks
  ` [PATCH v4 6/8] x86/mce: Remove the unnecessary {}
  ` [PATCH v4 7/8] x86/mce/amd: Remove unnecessary NULL pointer initializations
  ` [PATCH v4 8/8] x86/mce: Fix typos

Most optimal method to dump UDP conntrack entries
 2024-11-11  6:33 UTC  (11+ messages)

[PATCH 0/3] memcg/hugetlb: Rework memcg hugetlb charging
 2024-11-11  6:33 UTC  (5+ messages)
` [PATCH 2/3] memcg/hugetlb: Introduce mem_cgroup_charge_hugetlb

[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
 2024-11-11  6:31 UTC  (7+ messages)

linux-next: manual merge of the rust tree with the vfs-brauner tree
 2024-11-11  6:29 UTC 

[RFC PATCH v2 00/13] nommu UML
 2024-11-11  6:27 UTC  (11+ messages)
` [RFC PATCH v2 04/13] x86/um: nommu: syscall handling
` [RFC PATCH v2 05/13] x86/um: nommu: syscall translation by zpoline
` [RFC PATCH v2 06/13] um: nommu: prevent host syscalls from userspace by seccomp filter
` [RFC PATCH v2 07/13] x86/um: nommu: process/thread handling
` [RFC PATCH v2 08/13] um: nommu: configure fs register on host syscall invocation
` [RFC PATCH v2 09/13] x86/um/vdso: nommu: vdso memory update
` [RFC PATCH v2 10/13] x86/um: nommu: signal handling
` [RFC PATCH v2 11/13] um: change machine name for uname output
` [RFC PATCH v2 12/13] um: nommu: add documentation of nommu UML
` [RFC PATCH v2 13/13] um: nommu: plug nommu code into build system


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.