All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-15 14:33:10 to 2022-09-15 15:21:13 UTC [more...]

[PATCH 0/2] Add riscv semihosting support in u-boot
 2022-09-15 14:51 UTC  (3+ messages)
` [PATCH 1/2] arch/riscv: add semihosting support for RISC-V

[PATCH V10 0/7] Add driver support for Data Capture and Compare Engine(DCC) for SM8150,SC7280,SC7180,SDM845
 2022-09-15 15:15 UTC  (4+ messages)
` [PATCH V10 2/7] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

[PATCH v2 0/3] A couple more bug fixes
 2022-09-15 15:15 UTC  (3+ messages)
` [PATCH v2 3/3] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

stable-rc/queue/4.9 build: 182 builds: 3 failed, 179 passed, 2 errors, 34 warnings (v4.9.328-5-gc9c743b45c93)
 2022-09-15 15:14 UTC 

[PATCH v2 1/2] eventdev/eth_tx: add queue start stop API
 2022-09-15 15:19 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] test/eth_tx: add testcase for queue start stop APIs

[PATCH v4 0/4] i2c: stm32: cleanup & stop handling fix
 2022-09-15 15:18 UTC  (3+ messages)
` [PATCH v4 1/4] i2c: stm32: fix comment and remove unused AUTOEND bit

[PATCH v2] clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocks
 2022-09-15 15:09 UTC  (3+ messages)

[ovmf test] 173211: regressions - FAIL
 2022-09-15 15:16 UTC 

[PATCH] arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size
 2022-09-15 15:09 UTC  (2+ messages)

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-15 15:08 UTC  (12+ messages)

[PATCHv2 1/2] i2c: stm32f7: fix clearing the control register
 2022-09-15 15:14 UTC  (2+ messages)

[PATCH] Changes phy configuration to expose sata in place of usb3 on quartz64-a board
 2022-09-15 15:07 UTC  (4+ messages)

[PATCH v11 00/21] job: replace AioContext lock with job_mutex
 2022-09-15 15:12 UTC  (5+ messages)
` [PATCH v11 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v11 18/21] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH -next 1/2] pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe()
 2022-09-15 15:14 UTC  (2+ messages)
` [PATCH -next 2/2] pinctrl: ocelot: Use devm_platform_get_and_ioremap_resource()

[PATCH 0/3] iommu/s390: Fixes related to repeat attach_dev calls
 2022-09-15 15:14 UTC  (2+ messages)
` [PATCH 2/3] s390/pci: remove unused bus_next field from struct zpci_dev

[PATCH] drm/rockchip: vop2: Fix Null Pointer Dereference on Multiple VPs
 2022-09-15 15:13 UTC  (7+ messages)

[PATCH v7 00/43] Add KernelMemorySanitizer infrastructure
 2022-09-15 15:04 UTC  (44+ messages)
` [PATCH v7 01/43] x86: add missing include to sparsemem.h
` [PATCH v7 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v7 03/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v7 04/43] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v7 05/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v7 06/43] kmsan: add ReST documentation
` [PATCH v7 07/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v7 08/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v7 09/43] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v7 10/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v7 11/43] kmsan: add KMSAN runtime core
` [PATCH v7 12/43] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v7 13/43] MAINTAINERS: add entry for KMSAN
` [PATCH v7 14/43] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v7 15/43] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v7 16/43] kmsan: handle task creation and exiting
` [PATCH v7 17/43] init: kmsan: call KMSAN initialization routines
` [PATCH v7 18/43] instrumented.h: add KMSAN support
` [PATCH v7 19/43] kmsan: add iomap support
` [PATCH v7 20/43] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v7 21/43] dma: kmsan: unpoison DMA mappings
` [PATCH v7 22/43] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v7 23/43] kmsan: handle memory sent to/from USB
` [PATCH v7 24/43] kmsan: add tests for KMSAN
` [PATCH v7 25/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v7 26/43] crypto: kmsan: disable accelerated configs "
` [PATCH v7 27/43] kmsan: disable physical page merging in biovec
` [PATCH v7 28/43] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v7 29/43] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v7 30/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH v7 31/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v7 32/43] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v7 33/43] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v7 34/43] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v7 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH v7 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH v7 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v7 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v7 39/43] x86: kmsan: don't instrument stack walking functions
` [PATCH v7 40/43] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v7 41/43] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v7 42/43] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v7 43/43] x86: kmsan: enable KMSAN builds for x86

[PATCH] jq: add ptest
 2022-09-15 15:11 UTC 

[PATCH] edk2-firmware: Fix configure sed typo
 2022-09-15 15:06 UTC  (2+ messages)
` [meta-arm] "

[Buildroot] [PATCH] configs/qemu_aarch64_ebbr: new defconfig
 2022-09-15 15:06 UTC  (5+ messages)

SATA hotplug notifications for BMC inventory updates
 2022-09-15 15:05 UTC  (7+ messages)

stable-rc/queue/4.14 build: 162 builds: 2 failed, 160 passed, 24 warnings (v4.14.293-5-g93b5e9db2f69)
 2022-09-15 15:04 UTC 

[LTP] [PATCH] syscalls/fsync02: restore runtime to 5m
 2022-09-15 15:05 UTC  (5+ messages)

[PATCH v3 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
 2022-09-15 15:03 UTC  (5+ messages)
` [PATCH v3 1/2] s390/vfio-ap: bypass unnecessary processing of AP resources

[PATCH] drm/mgag200: Force 32 bpp on the console
 2022-09-15 15:03 UTC 

[PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI
 2022-09-15 15:02 UTC  (3+ messages)

[PATCH v4] arm64: dts: rockchip: add EEPROM node for NanoPi R4S
 2022-09-15 15:01 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R4S Enterprise Edition

[PATCH v3] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt()
 2022-09-15 15:01 UTC 

[PATCH] sparc: leon: Fix refcounting bugs
 2022-09-15 15:00 UTC 

stable/linux-4.14.y baseline: 137 runs, 11 regressions (v4.14.293)
 2022-09-15 15:00 UTC 

[PATCH] iio: pressure: bmp280: fix datasheet links
 2022-09-15 14:59 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/9] Add support for pressure sensor Bosch BMP380
 2022-09-15 14:57 UTC  (5+ messages)
` [PATCH v6 2/9] iio: pressure: bmp280: use FIELD_GET, FIELD_PREP and GENMASK
` [PATCH v6 3/9] iio: pressure: bmp280: Simplify bmp280 calibration data reading

LSM stacking in next for 6.1?
 2022-09-15 14:54 UTC  (17+ messages)

[PATCH -next 00/13] media: Switch to use dev_err_probe() helper
 2022-09-15 15:03 UTC  (14+ messages)
` [PATCH -next 01/13] media: platform: stm32-cec: "
` [PATCH -next 02/13] media: i2c: ad5820: "
` [PATCH -next 03/13] media: i2c: imx274: "
` [PATCH -next 04/13] media: i2c: tc358743: "
` [PATCH -next 05/13] media: platform: mtk_mdp_comp: "
` [PATCH -next 06/13] media: platform: exynos4-is: "
` [PATCH -next 07/13] media: stm32-dcmi: "
` [PATCH -next 08/13] media: omap3isp: "
` [PATCH -next 09/13] media: xilinx: csi2rxss: "
` [PATCH -next 10/13] media: rc: gpio-ir-recv: "
` [PATCH -next 11/13] media: rc: gpio-ir-tx: "
` [PATCH -next 12/13] media: rc: ir-rx51: "
` [PATCH -next 13/13] media: uvcvideo: "

[PATCH] xen/xenbus: fix xenbus_setup_ring()
 2022-09-15 14:55 UTC  (4+ messages)

[PATCH 0/6] revision: fix order of revs for ^!
 2022-09-15 14:55 UTC  (7+ messages)
` [PATCH 1/6] revision: use strtol_i() for exclude_parent
` [PATCH 2/6] revision: factor out get_commit()
` [PATCH 3/6] revision: factor out add_parent()
` [PATCH 4/6] revision: factor out add_parents()
` [PATCH 5/6] revision: rename add_parents_only() to add_nth_parent()
` [PATCH 6/6] revision: add parents after child for ^!

performance and threads
 2022-09-15 14:55 UTC  (3+ messages)
` [dm-devel] "

[Intel-gfx] Intel Arc A370M vs Linux 5.19
 2022-09-15 14:54 UTC  (4+ messages)

[PATCH 00/15] btrfs: strip out btrfs_fs_info dependencies
 2022-09-15 14:54 UTC  (29+ messages)
` [PATCH 01/15] btrfs: move btrfs_caching_type to block-group.h
` [PATCH 02/15] btrfs: move btrfs_full_stripe_locks_tree into block-group.h
` [PATCH 03/15] btrfs: move btrfs_init_async_reclaim_work prototype to space-info.h
` [PATCH 04/15] btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
` [PATCH 05/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h
` [PATCH 06/15] btrfs: move static_assert() for btrfs_super_block into fs.c
` [PATCH 08/15] btrfs: move fs_info struct declarations to the top of ctree.h
` [PATCH 09/15] btrfs: move btrfs_csum_ptr to inode.c
` [PATCH 10/15] btrfs: move the fs_info related helpers closer to fs_info in ctree.h
` [PATCH 11/15] btrfs: move btrfs_ordered_sum_size into file-item.c
` [PATCH 12/15] btrfs: delete btrfs_inode_sectorsize helper
` [PATCH 13/15] btrfs: delete btrfs_insert_inode_hash helper
` [PATCH 14/15] btrfs: use a runtime flag to indicate an inode is a free space inode
` [PATCH 15/15] btrfs: add struct declarations in dev-replace.h

[PATCH v5 1/1] drm/amdgpu: Fix amdgpu_vm_pt_free warning
 2022-09-15 14:54 UTC  (5+ messages)

[PATCH 00/12] Arm cache coloring
 2022-09-15 14:52 UTC  (3+ messages)

[PATCH V1] PCI: dwc: Use dev_info for PCIe link down event logging
 2022-09-15 14:52 UTC  (5+ messages)

[PATCH v3 1/2] mfd: qcom-spmi-pmic: convert hex numbers lowercase
 2022-09-15 14:52 UTC  (4+ messages)
` [PATCH v3 2/2] mfd: qcom-spmi-pmic: Add more PMIC SUBTYPE IDs

stable/linux-4.19.y baseline: 150 runs, 8 regressions (v4.19.258)
 2022-09-15 14:52 UTC 

[PATCH -next 0/2] some refactor of ext4_fc_track_inode
 2022-09-15 14:51 UTC  (5+ messages)
` [PATCH -next 2/2] ext4: adjust fast commit disable judgement order in ext4_fc_track_inode

[PATCH v1] HID: logitech-hidpp: Detect hi-res scrolling support
 2022-09-15 14:50 UTC  (4+ messages)

[PATCH v3 00/15] ARM/hwlock: qcom: switch TCSR mutex to MMIO
 2022-09-15 14:49 UTC  (4+ messages)
` [PATCH v3 10/15] ARM: dts: qcom: msm8974: split TCSR halt regs out of mutex

[PATCH net-next v4] r8169: add support for rtl8168h(revid 0x2a) + rtl8211fs fiber application
 2022-09-15 14:48 UTC 

[PATCH v3 0/3] rockchip-dsi for rk3568
 2022-09-15 14:47 UTC  (7+ messages)

[PATCH v2 0/5] cpumask: cleanup nr_cpu_ids vs nr_cpumask_bits mess
 2022-09-15 14:45 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/DG{1, 2}: FIXME Temporary hammer to disable rpm
 2022-09-15 14:44 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH] bcache: set cool backing device to maximum writeback rate
 2022-09-15 14:44 UTC  (2+ messages)

[PATCH 0/2] crypto: intel-fcs: Add crypto service driver for Intel SoCFPGA
 2022-09-15 14:42 UTC  (4+ messages)

[linux-5.4 test] 173206: regressions - trouble: blocked/broken/fail/pass
 2022-09-15 14:42 UTC 

[PATCH v2] docs: x86: replace do_IRQ int the entry_64.rst with common_interrupt
 2022-09-15 14:41 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] drm/i915: Add HWMON support
 2022-09-15 14:40 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915/hwmon: Add HWMON current voltage support
    `  "

[PATCH v2 0/3] drm/rockchip: support gamma control on RK3399
 2022-09-15 14:40 UTC  (5+ messages)
` [PATCH v2 3/3] arm64: dts: rockchip: enable "

[PATCH 0/2] btrfs-progs: make corrupt-block metadata geneartion corruption work again
 2022-09-15 14:34 UTC  (2+ messages)

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-15 14:39 UTC  (8+ messages)

[PATCH 0/2] ad5593r fix read protocol
 2022-09-15 14:38 UTC  (2+ messages)

mgag200 broken on kernel-6.0-rc3 on DELL/T620
 2022-09-15 14:41 UTC  (3+ messages)

[PATCH] drm/etnaviv: don't truncate physical page address
 2022-09-15 14:40 UTC  (2+ messages)

[PATCH v3 0/9] Add support for sm6115,4250 and OnePlus Nord N100
 2022-09-15 14:37 UTC  (4+ messages)
` [PATCH v3 9/9] arm64: dts: qcom: sm4250: Add support for oneplus-billie2

Console output stops on dbgp=xhci
 2022-09-15 14:39 UTC  (8+ messages)

[PATCH net-next v12 0/6] net: dsa: qca8k, mv88e6xxx: rmon: Add RMU support
 2022-09-15 14:36 UTC  (7+ messages)
` [PATCH net-next v12 1/6] net: dsa: mv88e6xxx: Add RMU enable for select switches
` [PATCH net-next v12 2/6] net: dsa: Add convenience functions for frame handling
` [PATCH net-next v12 3/6] net: dsa: Introduce dsa tagger data operation
` [PATCH net-next v12 4/6] net: dsa: mv88e6xxxx: Add RMU functionality
` [PATCH net-next v12 5/6] net: dsa: mv88e6xxx: rmon: Use RMU for reading RMON data
` [PATCH net-next v12 6/6] net: dsa: qca8k: Use new convenience functions

[PATCH v4 0/6] cmd/fru: move FRU handling support to common region
 2022-09-15 14:38 UTC  (3+ messages)

[PATCH v3 0/3] iio: temperature: mlx90632: Add powermanagement
 2022-09-15 14:35 UTC  (4+ messages)
` [PATCH v3 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-15 14:29 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v8 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v8 7/8] KVM: Handle page fault for private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 1/2] arm64: dts: qcom: ipq8074: fix PCIe PHY serdes size
 2022-09-15 14:34 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8540: fix UFS "

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-09-15 14:34 UTC  (4+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus

[PATCH] wifi: mac80211: fix decapsulation offload flag for WDS interface
 2022-09-15 14:34 UTC  (2+ messages)

[PATCH v3 00/59] x86/retbleed: Call depth tracking mitigation
 2022-09-15 14:34 UTC  (3+ messages)
` [PATCH v3 11/59] x86/paravirt: Properly align PV functions

[PATCH V4 0/2] rpmsg_char/ctrl driver fixes
 2022-09-15 14:34 UTC  (3+ messages)
` [PATCH V4 2/2] rpmsg: ctrl: Add lock to rpmsg_ctrldev_remove

[PATCH v6 00/12] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-09-15 14:33 UTC  (18+ messages)
` [PATCH v6 01/12] dt-bindings: display/msm: split qcom,mdss bindings

[PATCH] pcmcia: synclink_cs: Fix use-after-free in mgslpc_ioctl()
 2022-09-15 14:05 UTC  (5+ messages)

[PATCH 00/11] phy: qcom-qmp: more fixes and cleanups
 2022-09-15 14:33 UTC  (3+ messages)

[meta-python][PATCH 1/2] python3-soupsieve: Upgrade 2.3.1 -> 2.3.2.post1
 2022-09-15 14:32 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-awesomeversion: Upgrade 22.8.0 -> 22.9.0

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-15 14:31 UTC  (7+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation


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.