All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-09 06:44:52 to 2022-08-09 08:01:06 UTC [more...]

[PATCH 0/2] kvm/selftests: Two rseq_test fixes
 2022-08-09  9:27 UTC  (10+ messages)
` [PATCH 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test

[PATCH v12 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
 2022-08-09  7:50 UTC  (6+ messages)
` [PATCH v12 3/3] EDAC: nuvoton: Add "
    ` Referencing non-public datasheets in commit messages (was: [PATCH v12 3/3] EDAC: nuvoton: Add NPCM memory controller driver)

[PATCH v5 27/32] PCI/P2PDMA: Convert to printbuf
 2022-08-09  8:00 UTC  (3+ messages)

[Buildroot] [PATCH 00/13] package/nodejs: rework cross-building
 2022-08-09  7:57 UTC  (14+ messages)
` [Buildroot] [PATCH 01/13] package/libuv: add host-build
` [Buildroot] [PATCH 02/13] package/nghttp2: "
` [Buildroot] [PATCH 03/13] nodejs: remove v8-qemu-wrapper stuff
` [Buildroot] [PATCH 04/13] nodejs: fix 'Duplicate v8 target errors when cross-compiling' error
` [Buildroot] [PATCH 05/13] package/nodejs: add host-{c-ares, libuv, nghttp2} to deps
` [Buildroot] [PATCH 06/13] package/nodejs: provide {CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS}_host env vars to target-build
` [Buildroot] [PATCH 07/13] package/nodejs: don't install nodejs host-tools
` [Buildroot] [PATCH 08/13] package/nodejs: rename LDFLAGS.host -> LDFLAGS opt
` [Buildroot] [PATCH 09/13] package/nodejs: impose dep on ia32 libs/compiler if target arch not 64 bits
` [Buildroot] [PATCH 10/13] package/nodejs: add host-zlib depedency to target package
` [Buildroot] [PATCH 11/13] package/nodejs: fix ARM build with VFP3 instruction
` [Buildroot] [PATCH 12/13] package/nodejs: add a hack to cross-compile 32-bit targets on x64 hosts
` [Buildroot] [PATCH 13/13] package/nodejs: build host-nodejs only if we're installing modules with NPM

[PATCH] mtd_blkdevs: add mtd_table_mutex lock back to blktrans_{open, release} to avoid race condition
 2022-08-09  7:57 UTC  (2+ messages)

[PATCH v9 0/8] populate/unpopulate memory when domain on static allocation
 2022-08-09  7:59 UTC  (5+ messages)
` [PATCH v9 8/8] xen: retrieve reserved pages on populate_physmap

[PATCH] misc: atsha204a: Don't check for error when waking up the device
 2022-08-09  7:58 UTC  (3+ messages)

Linux 5.19
 2022-08-09  7:59 UTC  (3+ messages)
` ext2/zram issue [was: Linux 5.19]

[PATCH 0/3] spi: stm32_qspi: use QSPI bus as 8 lines communication channel
 2022-08-09  7:57 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: spi: stm32: Add st,dual-flash property in st,stm32-qspi.yaml

[PATCH v16 0/8] drm/mediatek: Add MT8195 DisplayPort driver
 2022-08-09  7:57 UTC  (5+ messages)
` [PATCH v16 3/8] drm/mediatek: Add MT8195 Embedded "

[PATCH v3] wifi: wilc1000: fix DMA on stack objects
 2022-08-09  7:57 UTC 

[PATCH] net/tap: Allow jumbo frames
 2022-08-09  7:57 UTC  (6+ messages)
` [PATCH v7] "

[PATCH v2] wifi: wilc1000: fix DMA on stack objects
 2022-08-09  7:56 UTC  (3+ messages)

[PATCH v2] drm/gem: Fix GEM handle release errors
 2022-08-09  7:55 UTC  (7+ messages)

[PATCH v2 0/5] mfd: stmpe: Probe sub-function by compatible
 2022-08-09  7:54 UTC  (3+ messages)

[PATCH] KVM:make cpuid_entry2_find more efficient
 2022-08-09  7:54 UTC  (2+ messages)

[PATCH net 0/4] pull-request: can 2022-08-09
 2022-08-09  7:53 UTC  (5+ messages)
` [PATCH net 1/4] can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
` [PATCH net 2/4] can: j1939: j1939_session_destroy(): fix memory leak of skbs
` [PATCH net 3/4] can: ems_usb: fix clang's -Wunaligned-access warning
` [PATCH net 4/4] can: mcp251x: Fix race condition on receive interrupt

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-09  7:53 UTC  (6+ messages)
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v4 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-08-09  7:53 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t7002: add tests for moving "

[PATCH v3 0/2] This patch updates runtime check of AVX512
 2022-08-09  7:51 UTC  (4+ messages)
` [PATCH v3 1/2] Update AVX512 support for xbzrle_encode_buffer function

[PATCH v7 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-09  7:49 UTC  (16+ messages)
` [PATCH v7 05/12] vhost_net: Add NetClientInfo prepare callback
` [PATCH v7 08/12] vdpa: Move command buffers map to start of net device
` [PATCH v7 09/12] vdpa: Extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
` [PATCH v7 11/12] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH v7 12/12] vdpa: Delete CVQ migration blocker

[PATCH] fs/ext4: replace ternary operator with min() and max()
 2022-08-09  7:52 UTC  (2+ messages)

[cip-dev][isar-cip-core][PATCH v3 0/2] clean up kas/opt
 2022-08-09  7:51 UTC  (4+ messages)
` [cip-dev][isar-cip-core][PATCH v3 1/2] kas: Remove efibootguard.yml

about the CPU frequency and power mode of QEMU-KVM guest
 2022-08-09  7:44 UTC 

[PATCH] LoongArch: Don't disable EIOINTC master core
 2022-08-09  7:45 UTC 

[virtio-dev] [PATCH] virtio-net: use mtu size as buffer length for big packets
 2022-08-09  7:44 UTC  (7+ messages)

[RFT PATCH 0/3] ARM: Rockchip: align bootsource_instance
 2022-08-09  7:41 UTC  (2+ messages)

[PATCH] i2c: designware: Introduce cooldown timer to AMDPSP driver
 2022-08-09  7:41 UTC  (2+ messages)

[PATCH 0/4] drm/udl: Fix stray URBs and cleanup
 2022-08-09  7:41 UTC  (6+ messages)
` [PATCH 3/4] drm/udl: Kill pending URBs at suspend and disconnect

[PATCH] drm/amd/pm: skip pptable override for smu_v13_0_7
 2022-08-09  7:40 UTC  (2+ messages)

[PATCH] ACPI: APEI: move edac_init ahead of ghes platform drv register
 2022-08-09  7:40 UTC  (9+ messages)

[PATCH 4.19 0/4] bpf: fix CVE-2021-4159
 2022-08-09  7:39 UTC  (5+ messages)
` [PATCH 4.19 1/4] selftests/bpf: add selftest part of "bpf: Fix the off-by-two error in range markings"
` [PATCH 4.19 2/4] bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
` [PATCH 4.19 3/4] selftests/bpf: Fix test_align verifier log patterns
` [PATCH 4.19 4/4] selftests/bpf: Fix "dubious pointer arithmetic" test

next/master baseline: 489 runs, 42 regressions (next-20220809)
 2022-08-09  7:39 UTC 

[PATCH v8 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-08-09  7:39 UTC  (7+ messages)
` [PATCH v8 1/5] crypto: aspeed: Add HACE hash driver

[PATCH 0/1] x86 change mov 0, %reg to xor %reg, %reg
 2022-08-09  7:38 UTC  (7+ messages)
` [PATCH 1/1] x86: Change mov $0, %reg with "

misc-next and for-next: kernel BUG at fs/btrfs/extent_io.c:2350! during raid5 recovery
 2022-08-09  7:35 UTC  (2+ messages)

[PATCH v2] mesa: fix compile error when debug build enabled
 2022-08-09  7:37 UTC  (4+ messages)
` [OE-core] "

[PATCH] scsi: megaraid_sas: fix double kfree
 2022-08-09  7:37 UTC  (2+ messages)

[PATCH] fec: Allow changing the PPS channel
 2022-08-09  7:36 UTC  (3+ messages)

[PATCH v2] ASoC: codecs: add uspport for the TI SRC4392 codec
 2022-08-09  7:35 UTC  (2+ messages)

for-next: KCSAN failures on 6130a25681d4 (kdave/for-next) Merge branch 'for-next-next-v5.20-20220804' into for-next-20220804
 2022-08-09  7:35 UTC  (2+ messages)

[PATCH v3] igb: Add lock to avoid data race
 2022-08-09  7:35 UTC  (2+ messages)
` [Intel-wired-lan] "

[bvanassche:scsi-const-host-template 10/11] drivers/ata/ahci_platform.c:70:38: warning: passing argument 4 of 'ahci_platform_init_host' discards 'const' qualifier from pointer target type
 2022-08-09  7:35 UTC 

[PATCH] ALSA: scarlett2: Add Focusrite Clarett+ 8Pre support
 2022-08-09  7:34 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element
 2022-08-09  7:20 UTC  (2+ messages)

[syzbot] INFO: trying to register non-static key in gsmld_write
 2022-08-09  7:33 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II
 2022-08-09  7:32 UTC 

[PATCH] kbuild: make FIT public key overwritable
 2022-08-09  7:06 UTC  (2+ messages)

[PATCH 0/7] clk: samsung: exynos850: Add CMUs needed for SysMMU
 2022-08-09  7:09 UTC  (3+ messages)

[PATCH v5 0/9] Improve MCP3911 driver
 2022-08-09  7:36 UTC  (10+ messages)
` [PATCH v5 1/9] iio: adc: mcp3911: make use of the sign bit
` [PATCH v5 2/9] iio: adc: mcp3911: correct "microchip,device-addr" property
` [PATCH v5 3/9] iio: adc: mcp3911: use correct formula for AD conversion
` [PATCH v5 4/9] iio: adc: mcp3911: use resource-managed version of iio_device_register
` [PATCH v5 5/9] iio: adc: mcp3911: add support for buffers
` [PATCH v5 6/9] iio: adc: mcp3911: add support for interrupts
` [PATCH v5 7/9] dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry
` [PATCH v5 8/9] iio: adc: mcp3911: add support for oversampling ratio
` [PATCH v5 9/9] iio: adc: mcp3911: add support to set PGA

[PATCH] sysvinit: Fix mount.h conflicts seen with glibc 2.36+
 2022-08-09  7:32 UTC 

[PATCH v2] virtio-scsi: fix race in virtio_scsi_dataplane_start()
 2022-08-09  7:28 UTC  (2+ messages)

[PATCH for-7.1] hw/mips/malta: turn off x86 specific features of PIIX4_PM
 2022-08-09  7:27 UTC  (8+ messages)

[PATCH] generic: test fsync after punching hole adjacent to an existing hole
 2022-08-09  7:29 UTC  (3+ messages)

[PATCH 0/3] Add support for Imagis IST3038B
 2022-08-09  7:29 UTC 

[PATCH 1/2] of: implement of_append_property
 2022-08-09  7:26 UTC  (2+ messages)

[PATCH] disk: part: remove dependency to ubifs for spl
 2022-08-09  7:27 UTC  (3+ messages)

[GIT PULL] memblock updates for v5.20
 2022-08-09  7:25 UTC 

[PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
 2022-08-09  7:24 UTC  (3+ messages)

[PATCH v2 0/2] asus-wmi: add support for ROG XFlow tablet mode
 2022-08-09  7:22 UTC  (6+ messages)
` [PATCH v2 2/2] asus-wmi: Add support for ROG X13 "

[PATCH v5 0/2] Lattice ECP5 FPGA manager
 2022-08-09  6:54 UTC  (4+ messages)
` [PATCH v5 1/2] fpga: ecp5-spi: add "

[dm-devel] [PATCH 0/20] Use block pr_ops in LIO
 2022-08-09  7:21 UTC  (19+ messages)
` [dm-devel] [PATCH v2 06/20] nvme: Fix reservation status related structs
    `  "
` [dm-devel] [PATCH v2 07/20] nvme: Don't hardcode the data len for pr commands
    `  "
` [dm-devel] [PATCH v2 08/20] nvme: Add helper to convert to a pr_ops PR type
  `  "
` [dm-devel] [PATCH v2 12/20] block, nvme, scsi, dm: Add blk_status to pr_ops callouts
    ` [PATCH v2 12/20] block,nvme,scsi,dm: "
` [dm-devel] [PATCH v2 14/20] scsi: Retry pr_ops commands if a UA is returned
    `  "
` [dm-devel] [PATCH v2 16/20] scsi: Have sd pr_ops return a blk_status_t
    `  "

[PATCH v2 0/6] asus-wmi: Add support for RGB keyboards
 2022-08-09  7:20 UTC  (5+ messages)
` [PATCH v2 2/6] asus-wmi: Implement TUF laptop keyboard LED modes

[PATCH v1 1/1] iommu/virtio: Do not dereference fwnode in struct device
 2022-08-09  7:20 UTC  (3+ messages)

[PATCH v3 0/6] asus-wmi: Add support for RGB keyboards
 2022-08-09  7:19 UTC  (3+ messages)
` [PATCH v3 6/6] asus-wmi: Support the hardware GPU MUX on some laptops

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-09  7:16 UTC  (3+ messages)
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization

[PATCH v2 0/4] gpio: update gpio_get_status()
 2022-08-09  7:14 UTC  (5+ messages)
` [PATCH v2 1/4] gpio: Allow to print pin's label even for pin with GPIOF_FUNC function
` [PATCH v2 2/4] gpio: Fix pin's status display for pin with GPIOF_UNUSED function
` [PATCH v2 3/4] pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's name
` [PATCH v2 4/4] gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function

arch/x86/kernel/fpu/xstate.c:605:7: warning: Redundant initialization for 'size'. The initialized value is overwritten before it is read. [redundantInitialization]
 2022-08-09  7:14 UTC 

[PATCH 3/3] rcar-vin: handle transfer errors from subdevices and stop streaming if required
 2022-08-09  7:12 UTC  (8+ messages)
` [PATCH v2 0/3] Improve error handling in the rcar-vin driver
  ` [PATCH 1/3] media: videobuf2: Add a transfer error event

[PATCH 0/3] ASoC platform driver for Apple MCA
 2022-08-09  7:12 UTC  (3+ messages)
` [PATCH 3/3] ASoC: apple: mca: Add locks on foreign cluster access

[PATCH 0/2] arm64: dts: exynos850: Add cmu and sysmmu nodes
 2022-08-09  7:07 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: exynos: Add SysMMU nodes for Exynos850

[PATCH] nfp: fix use-after-free in area_cache_get()
 2022-08-09  7:08 UTC  (2+ messages)

[RFC iproute2 0/6] devlink: add policy check for all attributes
 2022-08-09  7:07 UTC  (4+ messages)

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-08-09  7:06 UTC  (12+ messages)

[PATCH v3 0/2] add Intel FPGA image reload support
 2022-08-09  7:04 UTC  (5+ messages)
` [PATCH v3 1/2] fpga: m10bmc-sec: add sysfs to reload FPGA/BMC images

[PATCH 0/9] docs: i2c: rework I2C documentation, part II
 2022-08-09  7:06 UTC  (4+ messages)
` [PATCH 7/9] docs: i2c: i2c-topology: reorder sections more logically

[bvanassche:scsi-const-host-template 10/11] drivers/ata/pata_amd.c:575:50: warning: passing argument 3 of 'ata_pci_bmdma_init_one' discards 'const' qualifier from pointer target type
 2022-08-09  7:04 UTC 

[bvanassche:scsi-const-host-template 10/11] drivers/ata/ahci_seattle.c:169:10: error: passing 'const struct scsi_host_template *' to parameter of type 'struct scsi_host_template *' discards qualifiers
 2022-08-09  7:04 UTC 

[intel-amx:init_fpstate 2/3] arch/x86/kernel/fpu/xstate.c:362:24: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long'
 2022-08-09  7:04 UTC 

arch/x86/kvm/x86.c:1014 __kvm_set_xcr() warn: bitwise AND condition is false here
 2022-08-09  7:04 UTC 

[PATCH 0/3] Add dma-buf secure-heap
 2022-08-09  7:01 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: reserved-memory: add linaro,secure-heap
    ` [EXT] "

[PATCH v8 0/3] Implement Sstc extension
 2022-08-09  7:00 UTC  (5+ messages)
` [PATCH v8 3/3] target/riscv: Add vstimecmp support

[PATCH v4 0/4] MT8188 SMI SUPPORT
 2022-08-09  5:58 UTC  (6+ messages)
` [PATCH v4 2/4] memory: mtk-smi: Add return value for configure port function
` [PATCH v4 3/4] memory: mtk-smi: Add enable IOMMU SMC command for MM master

[PATCH v2] oeqa devtool: Add tests to cover devtool handling of various git URL styles
 2022-08-09  7:00 UTC  (5+ messages)
` [OE-core] "
        ` AW: "

[PATCH V5 0/6] RISC-V fixups to work with crash tool
 2022-08-09  6:58 UTC  (4+ messages)

[PATCH bpf-next] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-09  6:57 UTC  (2+ messages)

[PATCH] ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap
 2022-08-09  7:06 UTC  (2+ messages)

[PATCH v4 0/4] media: amphion: add support for contiguous format
 2022-08-09  6:50 UTC  (10+ messages)
` [PATCH v4 1/4] media: add nv12_8l128 and nv12_10be_8l128 video format
` [PATCH v4 2/4] media: amphion: tell and handle contiguous and non contiguous format
` [PATCH v4 3/4] media: amphion: decoder add support for contiguous planes
` [PATCH v4 4/4] media: amphion: encoder "

Using an xbuf between two processes
 2022-08-09  6:22 UTC  (2+ messages)

[PATCH RESEND] scsi: scan: retry INQUIRY after timeout
 2022-08-09  6:52 UTC  (3+ messages)

[PATCH] dt-bindings: leds: Describe optional 'reg' property used for Qualcomm LPG nodes
 2022-08-09  6:51 UTC  (4+ messages)

[PATCH] i2c: bcm283x: fix ending of transfer in case of NACK
 2022-08-09  6:50 UTC  (2+ messages)

AQV Personalleasing „Kryptowahrung macht Sie zum Milliardar“
 2022-08-09  6:51 UTC 

[PATCH v2 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-08-09  6:50 UTC  (5+ messages)

[PATCH] fabrics: parse nvme connect Linux error codes
 2022-08-09  6:50 UTC  (2+ messages)

[PATCH 0/7] e1000 and rtl8169 drivers fixes
 2022-08-09  6:48 UTC  (2+ messages)

[PATCHv3 0/7] dma mapping optimisations
 2022-08-09  6:46 UTC  (2+ messages)

[Buildroot] [PATCH] configs/kontron_bl_imx8mm_defconfig: fix build failure with u-boot 2022.04
 2022-08-09  6:45 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 2c461d8f205740fbdcbb8f7c72ea3468d89c7b1e
 2022-08-09  6:43 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.