All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-18 18:24:27 to 2021-05-18 19:09:35 UTC [more...]

Linux Kernel Code of Conduct Committee: April 2021 report
 2021-05-18 19:09 UTC  (2+ messages)
` [Tech-board-discuss] "

[PATCH v3 0/6] sched/fair: Fix load balancing of SMT siblings with ASYM_PACKING
 2021-05-18 19:07 UTC  (6+ messages)
` [PATCH v3 5/6] sched/fair: Consider SMT in ASYM_PACKING load balance

+ mm-slub-change-run-time-assertion-in-kmalloc_index-to-compile-time-fix-2.patch added to -mm tree
 2021-05-18 19:08 UTC 

[PATCH v3 0/5] Add support for PMBus in QEMU
 2021-05-18 18:45 UTC  (6+ messages)
` [PATCH v3 1/5] hw/i2c: add support for PMBus
` [PATCH v3 2/5] hw/misc: add ADM1272 device
` [PATCH v3 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v3 4/5] hw/misc: add MAX34451 device
` [PATCH v3 5/5] tests/qtest: add tests for MAX34451 device model

[Buildroot] [PATCH 1/3] support/scripts/pkg-stats: fix flake8 E741 ambiguous variable name
 2021-05-18 19:07 UTC  (2+ messages)

[MPTCP][PATCH v6 mptcp-next 0/6] add MP_CAPABLE 'C' flag
 2021-05-18 19:07 UTC  (5+ messages)

arm/arm64 ipipe performance
 2021-05-18 19:06 UTC  (3+ messages)

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-18 19:01 UTC  (4+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors

[Buildroot] [git commit] support/scripts/pkg-stats: fix flake8 E741 ambiguous variable name
 2021-05-18 19:06 UTC 

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-18 18:45 UTC  (9+ messages)
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h

[PATCH 0/5] KVM: selftests: exercise userfaultfd minor faults
 2021-05-18 19:05 UTC  (5+ messages)
` [PATCH 4/5] KVM: selftests: allow using UFFD minor faults for demand paging

[Buildroot] [PATCH/next 0/2] Update WebKitGTK, and enable with Musl
 2021-05-18 19:05 UTC  (3+ messages)
` [Buildroot] [PATCH/next 1/2] package/webkitgtk: bump to version 2.32.1
` [Buildroot] [PATCH/next 2/2] package/webkitgtk: allow building with the musl libc

[PATCHv3] nvme: generate uevent once a multipath namespace is operational again
 2021-05-18 19:04 UTC  (8+ messages)

[PATCH v2 0/8] Sparse-index: integrate with status
 2021-05-18 19:04 UTC  (6+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 11/12] wt-status: expand added sparse directory entries

[PATCH BlueZ 1/3] shared/util: Add bt_uuid128_to_str
 2021-05-18 19:04 UTC  (4+ messages)
` [PATCH BlueZ 2/3] shared/util: Decode BlueZ experimental UUIDs
` [PATCH BlueZ 3/3] btmon: Use bt_uuid128_to_str when printing UUIDs of 128 bits
` [BlueZ,1/3] shared/util: Add bt_uuid128_to_str

[RFC PATCH v3 0/8] Add IOPF support for VFIO passthrough
 2021-05-18 18:58 UTC  (36+ messages)
` [RFC PATCH v3 1/8] iommu: Evolve the device fault reporting framework
` [RFC PATCH v3 2/8] vfio/type1: Add a page fault handler
` [RFC PATCH v3 3/8] vfio/type1: Add an MMU notifier to avoid pinning
` [RFC PATCH v3 4/8] vfio/type1: Pre-map more pages than requested in the IOPF handling
` [RFC PATCH v3 5/8] vfio/type1: VFIO_IOMMU_ENABLE_IOPF
` [RFC PATCH v3 6/8] vfio/type1: No need to statically pin and map if IOPF enabled
` [RFC PATCH v3 7/8] vfio/type1: Add selective DMA faulting support
` [RFC PATCH v3 8/8] vfio: Add nested IOPF support

[PATCH] ASoC: SOF: Intel: hda: don't send DAI_CONFIG IPC for older firmware
 2021-05-18 19:01 UTC  (2+ messages)

raid10 redundancy
 2021-05-18 19:02 UTC  (12+ messages)

[Bug 213081] New: usb-storage / uas Genesys Logic Card Reader no longer working on 5.12
 2021-05-18 19:01 UTC  (2+ messages)
` [Bug 213081] "

[PATCH v2] arm64: smccc: Add support for SMCCCv1.2 extended input/output registers
 2021-05-18 18:58 UTC  (2+ messages)

[PATCH] x86: Fix location of '-plugin-opt=' flags
 2021-05-18 19:01 UTC 

[Virtio-fs] [Question] can we make dax flag per-inode
 2021-05-18 19:00 UTC 

[PATCH] batman-adv: Avoid WARN_ON timing related checks
 2021-05-18 19:00 UTC 

[PATCH] Bluetooth: Add a new QCA_ROME device (0cf3:e500)
 2021-05-18 18:59 UTC 

[RFC PATCH 00/25] exec: Add load/store API for aligned pointers
 2021-05-18 18:42 UTC  (27+ messages)
` [RFC PATCH 01/25] exec/memory_ldst_cached: Sort declarations
` [RFC PATCH 02/25] exec/memory_ldst_phys: "
` [RFC PATCH 03/25] exec/memory_ldst: Use correct type sizes
` [RFC PATCH 04/25] exec/memory_ldst_phys: "
` [RFC PATCH 05/25] exec/memory_ldst_cached: Use correct type size
` [RFC PATCH 06/25] exec/memory: "
` [RFC PATCH 07/25] qemu/bswap: Introduce ST_CONVERT() macro
` [RFC PATCH 08/25] qemu/bswap: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 09/25] qemu/bswap: Introduce LD_CONVERT() macro
` [RFC PATCH 10/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit signed load/store code
` [RFC PATCH 11/25] qemu/bswap: Use LD_CONVERT macro to emit 16-bit unsigned "
` [RFC PATCH 12/25] qemu/bswap: Use LDST_CONVERT macro to emit 32-bit load/store functions
` [RFC PATCH 13/25] qemu/bswap: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 14/25] qemu/bswap: Introduce load/store for aligned pointer
` [RFC PATCH 15/25] exec/memory: Add methods for aligned pointer access (address space)
` [RFC PATCH 16/25] exec/memory: Add methods for aligned pointer access (physical memory)
` [RFC PATCH 17/25] hw/virtio: Use correct type sizes
` [RFC PATCH 18/25] hw/virtio: Introduce VIRTIO_LD_CONVERT() macro
` [RFC PATCH 19/25] hw/virtio: Use LD_CONVERT macro to emit 16-bit unsigned load/store code
` [RFC PATCH 20/25] hw/virtio: Introduce VIRTIO_ST_CONVERT() macro
` [RFC PATCH 21/25] hw/virtio: Use ST_CONVERT() macro to emit 16-bit load/store functions
` [RFC PATCH 22/25] hw/virtio: Use LDST_CONVERT macro to emit 32-bit "
` [RFC PATCH 23/25] hw/virtio: Use LDST_CONVERT macro to emit 64-bit "
` [RFC PATCH 24/25] hw/virtio: Add methods for aligned pointer access
` [RFC PATCH 25/25] hw/virtio: Optimize accesses on vring aligned pointers

[PATCH] drm/amd/display: Fix overlay validation by considering cursors
 2021-05-18 18:58 UTC  (5+ messages)

[PATCH] media: v4l: cadence: Handle errors of clk_prepare_enable()
 2021-05-18 18:57 UTC 

[PATCH 0/5] PCI: dwc: pci-dra7xx: miscellaneous improvements
 2021-05-18 18:55 UTC  (4+ messages)
` [PATCH 2/5] PCI: dwc: pci-dra7xx: make it a kernel module

[PATCH] dt-bindings: sound: wm8750: convert to the json-schema
 2021-05-18 18:55 UTC  (3+ messages)

[PATCH v2 5/5] mtd: core: add OTP nvmem provider support
 2021-05-18 18:55 UTC  (3+ messages)
` [PATCH] mtd: core: Fix freeing of otp_info buffer

[PATCH v2 1/1] cgroup: make per-cgroup pressure stall tracking configurable
 2021-05-18 18:55 UTC  (5+ messages)

[PATCH] ARM: dts: gemini: convert obsolete SPI properties
 2021-05-18 18:53 UTC  (2+ messages)

[PATCH 0/7] ALSA: Prep work for PCI rescan support
 2021-05-18 18:54 UTC  (4+ messages)
` [PATCH 5/7] ALSA: control: Track in-flight control read/write/tlv accesses

Options like hash-object --literally and cat-file --allow-unknown-type
 2021-05-18 18:42 UTC  (3+ messages)

[PATCH] RFC: possible fixing a preposition
 2021-05-18 18:54 UTC  (5+ messages)

drivers/net/wan/fsl_ucc_hdlc.c:458:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-05-18 18:53 UTC  (2+ messages)

linux-next: Tree for May 18
 2021-05-18 18:53 UTC  (5+ messages)
` linux-next: Tree for May 18 (drivers/net/dsa/qca8k.c)

[Accel-config] Re: [PATCH v1 1/2] accel-config: Remove cdev related code
 2021-05-18 18:52 UTC 

net: dsa: qca8k: handle error with qca8k_read operation
 2021-05-18 18:52 UTC 

Hi Patrick,
 2021-05-18 18:51 UTC 

[PATCH 1/1] dma-contiguous: return early for dt case in dma_contiguous_reserve
 2021-05-18 18:51 UTC  (3+ messages)

[chao-linux:dev 6/9] ERROR: modpost: "__aeabi_ldivmod" [fs/f2fs/f2fs.ko] undefined!
 2021-05-18 18:51 UTC 

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-18 18:50 UTC  (7+ messages)
` [RFC PATCH v3 4/9] hw/arm/virt: Initialize the present cpu members

[PATCH v7 00/16] RFC Support hot device unplug in amdgpu
 2021-05-18 18:48 UTC  (14+ messages)
` [PATCH v7 13/16] drm/scheduler: Fix hang when sched_entity released

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-05-18 18:48 UTC  (2+ messages)
` [Bug 211277] "

[PATCH v10 00/33] Memory folios
 2021-05-18 18:45 UTC  (3+ messages)
` [PATCH v10 16/33] mm: Add folio_mapcount

[virtio-dev] [PATCH v2 0/2] virtio-fs: add notification queue
 2021-05-18 18:46 UTC  (6+ messages)
  ` [Virtio-fs] "
    ` [virtio-dev] "

[PATCH] ASoC: omap-twl4030: fix kernel-doc syntax in file header
 2021-05-18 18:45 UTC  (4+ messages)

[PATCH] irqchip/irq-omap-intc: fix kernel-doc syntax in file header
 2021-05-18 18:44 UTC  (3+ messages)

[PATCH v8 00/30] Initial Prefixed Instruction support
 2021-05-18 18:43 UTC  (3+ messages)
` [PATCH v8 27/30] powerpc/kprobes: Don't allow breakpoints on suffixes

[PATCH userspace 0/2] Bump testsuite CI image to F34
 2021-05-18 18:43 UTC  (4+ messages)
` [PATCH userspace 1/2] libselinux: fix invalid free in store_stem()/load_mmap()

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-18 18:40 UTC  (9+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones

[PATCH] win_minmax: fix kernel-doc syntax in file header
 2021-05-18 18:42 UTC  (3+ messages)

[PATCH] gpio: fix kernel-doc syntax in file header
 2021-05-18 18:41 UTC  (3+ messages)

[Accel-config] Re: [PATCH v1 1/2] accel-config: Remove cdev related code
 2021-05-18 18:41 UTC 

[PATCH v2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-18 18:40 UTC  (14+ messages)

[PATCH] nfsd: Prevent truncation of an unlinked inode from blocking access to its directory
 2021-05-18 18:39 UTC  (7+ messages)

[Lvfs-announce] Update descriptions in components
 2021-05-18 18:39 UTC 

[PATCH] dt-bindings: display: convert faraday,tve200 to YAML
 2021-05-18 18:38 UTC  (4+ messages)

[PATCH v2 0/2] arm64: Implement SMCCC v1.3 SVE register saving hint
 2021-05-18 18:25 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: asmlinkage: Enable use of BTI_C macro in SYM_CODE
` [PATCH v2 2/2] arm64: smccc: Support SMCCC v1.3 SVE register saving hint

[PATCH] Bluetooth: Add a new QCA_ROME device (0cf3:e500)
 2021-05-18 18:37 UTC  (2+ messages)
`  "

[PATCH 00/25] libselinux: misc compiler and static analyzer findings
 2021-05-18 18:37 UTC  (2+ messages)

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-18 18:34 UTC  (6+ messages)
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[PATCH v1 0/2] Unify NVIDIA Tegra ASoC machine drivers
 2021-05-18 18:34 UTC  (5+ messages)
` [PATCH v1 2/2] ASoC: tegra: Unify "

[RFC v2 15/32] x86/tdx: Handle in-kernel MMIO
 2021-05-18 18:36 UTC  (8+ messages)
` [RFC v2-fix 1/1] "

[BUG] ALSA: usb-audio: Scarlett 2 mixer driver fails on ehci-pci
 2021-05-18 18:34 UTC  (3+ messages)

add SPP_PLPMTUD_ENABLE/DISABLE flag for spp_flags
 2021-05-18 18:33 UTC  (3+ messages)

[RFC PATCH 0/8] coresight: syscfg: dynamic load, resource management
 2021-05-18 18:31 UTC  (2+ messages)

[PATCH v2 0/4] Convert index writes to use hashfile API
 2021-05-18 18:32 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] hashfile: use write_in_full()
  ` [PATCH v3 2/4] csum-file.h: increase hashfile buffer size
  ` [PATCH v3 3/4] read-cache: use hashfile instead of git_hash_ctx
  ` [PATCH v3 4/4] read-cache: delete unused hashing methods

[PATCH] pata_rb532_cf: fix deferred probing
 2021-05-18 18:32 UTC  (2+ messages)

misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge
 2021-05-18 18:32 UTC 

[PATCH 1/8] staging: rtl8723bs: remove duplicate names for _rtw_read8()
 2021-05-18 18:31 UTC  (8+ messages)
` [PATCH 4/8] staging: rtl8723bs: remove duplicate names for _rtw_write8()
` [PATCH 3/8] staging: rtl8723bs: remove duplicate names for _rtw_read32()
` [PATCH 5/8] staging: rtl8723bs: remove duplicate names for _rtw_write16()
` [PATCH 2/8] staging: rtl8723bs: remove duplicate names for _rtw_read16()
` [PATCH 7/8] staging: rtl8723bs: remove duplicate name for _rtw_write_port()
` [PATCH 8/8] staging: rtl8723bs: remove _rtw_sd_f0_read8()
` [PATCH 6/8] staging: rtl8723bs: remove duplicate names for _rtw_write32()

[PATCH v2] HID: i2c-hid: Add I2C_HID_QUIRK_NO_DELAY_AFTER_PWR_ON to optimize timing
 2021-05-18 18:31 UTC  (2+ messages)

[PATCH -perfbook 0/8] Employ cleveref macros, take four
 2021-05-18 18:30 UTC  (2+ messages)

My superblocks have gone missing, can't reassemble raid5
 2021-05-18 18:31 UTC  (5+ messages)

[Accel-config] Re: [PATCH v1 1/2] accel-config: Remove cdev related code
 2021-05-18 18:31 UTC 

[PATCH] btf: Add --btf_prefix flag
 2021-05-18 18:30 UTC  (5+ messages)

[PATCH] sata_highbank: fix deferred probing
 2021-05-18 18:30 UTC  (2+ messages)

[PATCH nf-next] nft_set_pipapo_avx2: Skip LDMXCSR, we don't need a valid MXCSR state
 2021-05-18 18:27 UTC  (4+ messages)

[merged] mm-ioremap-fix-iomap_max_page_shift.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] docs-admin-guide-update-description-for-kernelmodprobe-sysctl.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] hfsplus-prevent-corruption-in-shrinking-truncate.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] mm-filemap-fix-readahead-return-types.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] mm-fix-struct-page-layout-on-32-bit-systems.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] kasan-fix-unit-tests-with-config_ubsan_local_bounds-enabled.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] ksm-revert-use-get_ksm_page_nolock-to-get-ksm-page-in-remove_rmap_item_from_tree.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] userfaultfd-release-page-in-error-path-to-avoid-bug_on.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] squashfs-fix-divide-error-in-calculate_skip.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] kernel-resource-fix-return-code-check-in-__request_free_mem_region.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] mm-slub-move-slub_debug-static-key-enabling-outside-slab_mutex.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] mm-hugetlb-fix-cow-where-page-writtable-in-child.patch removed from -mm tree
 2021-05-18 18:25 UTC 

[merged] mm-hugetlb-fix-f_seal_future_write.patch removed from -mm tree
 2021-05-18 18:25 UTC 

REGRESSION: kernel BUG at arch/arm64/kernel/alternative.c:157!
 2021-05-18 18:21 UTC  (5+ 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.