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

[PATCH 1/9] Updated the FSF address in file hw/sh4/sh7750_regs.h
 2023-02-01 12:19 UTC  (2+ messages)

[PATCH] nvme: retry commands if DNR bit is not set
 2023-02-01 13:09 UTC  (2+ messages)

[PATCH 0/4] Fix deadlock when dying because of a signal
 2023-02-01 13:07 UTC  (3+ messages)
` [PATCH 1/4] cpus: Make {start,end}_exclusive() recursive

[PATCH] mmc: core: Imply IOSCHED_BFQ
 2023-02-01 13:08 UTC  (8+ messages)

[PATCH v3 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
 2023-02-01 13:07 UTC  (5+ messages)
` [PATCH v3 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope

[PATCH 1/2] imx: imx8mm-beacon: Enable FlexSPI in U-Boot
 2023-02-01 13:06 UTC  (3+ messages)
` [PATCH 2/2] configs: imx: imx8mm_beacon: Add config option for QSPI booting

[PATCH] serial: samsung: fix buffer size for clk_name
 2023-02-01 13:06 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 2/5] ext4: introudce helper for jounral recover handle
 2023-02-01 13:05 UTC  (2+ messages)

[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-02-01 13:04 UTC  (5+ messages)

Bug: Cloning git repositories behind a proxy using the git:// protocol broken since 2.32
 2023-02-01 13:05 UTC  (8+ messages)

[PATCH v5 00/14] Hexagon: COF overrides, new generator, test/bug update
 2023-02-01 13:04 UTC  (5+ messages)
` [PATCH v5 03/14] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
` [PATCH v5 04/14] Hexagon (target/hexagon) Add overrides for dealloc-return instructions

[PATCH] bus: fsl-mc: don't assume child devices are all fsl-mc devices
 2023-02-01 13:04 UTC  (4+ messages)

[bug report] dmaengine: add Qualcomm Technologies HIDMA management driver
 2023-02-01 12:32 UTC 

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-01 13:03 UTC  (5+ messages)
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field

New CVE entries this week
 2023-02-01  8:09 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: irondevice, sma1303.yaml: Fix about breaking the checks
 2023-02-01 13:00 UTC  (5+ messages)
` [PATCH] ASoC: dt-bindings: irondevice,sma1303.yaml: "

[PATCH 1/2] proc: fix to check name length in proc_lookup_de()
 2023-02-01 13:01 UTC  (2+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-02-01 12:53 UTC  (48+ messages)
` [RFC PATCH 01/45] iommu/io-pgtable-arm: Split the page table driver
` [RFC PATCH 02/45] iommu/io-pgtable-arm: Split initialization
` [RFC PATCH 03/45] iommu/io-pgtable: Move fmt into io_pgtable_cfg
` [RFC PATCH 04/45] iommu/io-pgtable: Add configure() operation
` [RFC PATCH 05/45] iommu/io-pgtable: Split io_pgtable structure
` [RFC PATCH 06/45] iommu/io-pgtable-arm: Extend __arm_lpae_free_pgtable() to only free child tables
` [RFC PATCH 07/45] iommu/arm-smmu-v3: Move some definitions to arm64 include/
` [RFC PATCH 08/45] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH 09/45] KVM: arm64: pkvm: Add pkvm_create_hyp_device_mapping()
` [RFC PATCH 10/45] KVM: arm64: pkvm: Expose pkvm_map/unmap_donated_memory()
` [RFC PATCH 11/45] KVM: arm64: pkvm: Expose pkvm_admit_host_page()
` [RFC PATCH 12/45] KVM: arm64: pkvm: Unify pkvm_pkvm_teardown_donated_memory()
` [RFC PATCH 13/45] KVM: arm64: pkvm: Add hyp_page_ref_inc_return()
` [RFC PATCH 14/45] KVM: arm64: pkvm: Prevent host donation of device memory
` [RFC PATCH 15/45] KVM: arm64: pkvm: Add __pkvm_host_share/unshare_dma()
` [RFC PATCH 16/45] KVM: arm64: Introduce IOMMU driver infrastructure
` [RFC PATCH 17/45] KVM: arm64: pkvm: Add IOMMU hypercalls
` [RFC PATCH 18/45] KVM: arm64: iommu: Add per-cpu page queue
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
` [RFC PATCH 20/45] KVM: arm64: iommu: Add map() and unmap() operations
` [RFC PATCH 21/45] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH 22/45] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH 23/45] KVM: arm64: smmu-v3: Setup command queue
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 25/45] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH 26/45] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
` [RFC PATCH 28/45] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH 29/45] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [RFC PATCH 30/45] iommu/arm-smmu-v3: Move queue and table allocation "
` [RFC PATCH 31/45] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [RFC PATCH 32/45] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH 33/45] iommu/arm-smmu-v3: Use single pages for level-2 stream tables
` [RFC PATCH 34/45] iommu/arm-smmu-v3: Add host driver for pKVM
` [RFC PATCH 35/45] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH 36/45] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH 37/45] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH 38/45] iommu/arm-smmu-v3-kvm: Add per-cpu page queue
` [RFC PATCH 39/45] iommu/arm-smmu-v3-kvm: Initialize page table configuration
` [RFC PATCH 40/45] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH 41/45] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH 42/45] KVM: arm64: pkvm: Support SCMI power domain
` [RFC PATCH 43/45] KVM: arm64: smmu-v3: Support power management
` [RFC PATCH 44/45] iommu/arm-smmu-v3-kvm: Support power management with SCMI SMC
` [RFC PATCH 45/45] iommu/arm-smmu-v3-kvm: Enable runtime PM

Recent changes (master)
 2023-02-01 13:00 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: fix wrong calculation of block age
 2023-02-01 12:57 UTC  (8+ messages)
` [f2fs-dev] [PATCH 1/2 v2] "
        `  "

[PATCH 0/2] xen/arm: Support compressed uImages
 2023-02-01 12:56 UTC  (8+ messages)
` [PATCH 2/2] xen/arm: Add support for booting gzip "

[PATCH] maple: remove unneeded maple_bus_uevent() callback
 2023-02-01 12:56 UTC 

[GIT PULL] Please merge tags/fsl-qoriq-2023-2-1
 2023-02-01 12:56 UTC 

[PATCH v12 0/5] Add kprobe and kretprobe support for LoongArch
 2023-02-01 12:55 UTC  (10+ messages)
` [PATCH v12 4/5] LoongArch: Mark some assembler symbols as non-kprobe-able

[PATCH 1/3] arm64: dts: mediatek: Introduce MT8195 LAPTOP and IOT's USB configurations
 2023-02-01 12:52 UTC  (8+ messages)
` [PATCH 3/3] arm64: dts: mediatek: enable USB device port for mt8195-demo board

[Patch v3 Part2 0/9] x86/microcode: Declare microcode safe for late loading
 2023-02-01 12:53 UTC  (15+ messages)
` [Patch v3 Part2 1/9] x86/microcode: Taint kernel only if microcode loading was successful
` [Patch v3 Part2 3/9] x86/microcode/intel: Fix collect_cpu_info() to reflect current microcode

[bug-report] possible s64 overflow in max_vruntime()
 2023-02-01 12:52 UTC  (11+ messages)

[gustavoars:testing/fam-memcpy] BUILD SUCCESS fdcf66694e87642136df93fb2bc2f56c77cd568f
 2023-02-01 12:51 UTC 

✅ PASS (88/181 SKIPPED): Test report for for-kernelci (6.2.0-rc6, arm-next, f57a12aa)
 2023-02-01 12:51 UTC 

[PATCH 1/2] iio: dht11: forked a driver version that polls sensor's signal from GPIO
 2023-02-01 12:51 UTC  (3+ messages)

[PATCH v2 0/5] Introduce memcg_stock_pcp remote draining
 2023-02-01 12:52 UTC  (14+ messages)

[PATCH v2 0/8] reduce maximum memory usage
 2023-02-01 12:51 UTC  (5+ messages)
` [PATCH v2 0/8] objtool: "

[PATCH 1/3] tty: n_gsm: add keep alive support
 2023-02-01 12:51 UTC  (10+ messages)
` [PATCH 3/3] tty: n_gsm: add TIOCMIWAIT support

[RFC/PATCH 0/6] hash-object: use fsck to check objects
 2023-02-01 12:50 UTC  (3+ messages)
` [PATCH 6/6] hash-object: use fsck for object checks

[PATCH] eal: add nonnull and access function attributes
 2023-02-01 12:50 UTC  (5+ messages)
` [PATCH v7 4/4] "

[PATCH 1/1] efi_loader: stop watchdogs in ExitBootServices()
 2023-02-01 12:49 UTC  (7+ messages)

[PATCH v5 00/20] Clean up includes
 2023-02-01 12:49 UTC  (4+ messages)
` [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message

[LTP] [PATCH v1] fsconfig: New case cover CVE-2022-0185
 2023-02-01 12:49 UTC  (2+ messages)

[PATCH] nvmem: stm32: fix OPTEE dependency
 2023-02-01 12:49 UTC  (2+ messages)

[PATCH wireless-next] wifi: mac80211: get rid of gfp in cfg80211_bss_color_notify
 2023-02-01 12:48 UTC 

Stability of git-archive, breaking (?) the Github universe, and a possible solution
 2023-02-01 12:48 UTC  (10+ messages)

[Intel-gfx] [PATCH 0/2] We need to have additional checks for DP MST UHBR
 2023-02-01 12:47 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Implement UHBR bandwidth check

[PATCH V3 1/1] md/raid0: Add mddev->io_acct_cnt for raid0_quiesce
 2023-02-01 12:46 UTC 

[PATCH v3] kernel/fork: beware of __put_task_struct calling context
 2023-02-01 12:45 UTC 

[PATCH net] net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY
 2023-02-01 12:45 UTC  (5+ messages)

[PATCH v2] iommu: dart: DART_T8110_ERROR range should be 0 to 5
 2023-02-01 12:42 UTC  (2+ messages)

kernel BUG in ext4_free_blocks (2)
 2023-02-01 12:45 UTC 

[PATCH net-next v3 00/15] net: add EEE support for KSZ9477 and AR8035 with i.MX6
 2023-02-01 12:45 UTC  (4+ messages)
` [PATCH net-next v3 15/15] net: fec: add support for PHYs with SmartEEE support

[PATCH 0/9] ASoC: SOF: core/ipc4/mtl: Add support for PCM delay reporting
 2023-02-01 12:44 UTC  (11+ messages)
` [PATCH 1/9] ASoC: SOF: add ipc4_fw_reg header file
` [PATCH 2/9] ASoC: SOF: add fw_info_box support
` [PATCH 3/9] ASoC: SOF: add time info structure for ipc4 path
` [PATCH 4/9] ASoC: SOF: ipc4-pcm: allocate time info for pcm delay feature
` [PATCH 5/9] ASoC: SOF: ipc4-pcm: add hw_params
` [PATCH 6/9] ASoC: SOF: add delay function support in sof framework
` [PATCH 7/9] ASoC: SOF: add get_stream_position ops for pcm delay
` [PATCH 8/9] ASoC: SOF: Intel: mtl: add get_stream_position support
` [PATCH 9/9] ASoC: SOF: ipc4-pcm: add delay function support

[PATCH v1] docs: describe how to quickly build Linux
 2023-02-01 12:44 UTC  (3+ messages)

[Intel-gfx] [PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-02-01 12:43 UTC  (6+ messages)
  `  "

[PATCH v2 09/10] tracing/probes: Add fprobe events for tracing function entry and exit
 2023-02-01 12:42 UTC  (3+ messages)

[PATCH] [v2] at86rf230: convert to gpio descriptors
 2023-02-01 12:42 UTC  (4+ messages)

stable-rc/queue/4.19 baseline: 77 runs, 29 regressions (v4.19.271-66-g923e939ad273)
 2023-02-01 12:40 UTC 

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-01 12:39 UTC  (15+ messages)

[PATCH 00/18] lib/stackdepot: fixes and clean-ups
 2023-02-01 12:38 UTC  (5+ messages)
` [PATCH 11/18] lib/stackdepot: rename slab variables

[PATCH bpf-next 0/4] bpf: Replace BPF_ALU and BPF_JMP with BPF_ALU32 and BPF_JMP64
 2023-02-01 12:36 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: Add new macro "
` [PATCH bpf-next 2/4] bpf: treewide: Clean up BPF_ALU and BPF_JMP
` [PATCH bpf-next 3/4] bpf: treewide: Clean up BPF_ALU_* and BPF_JMP_*
` [PATCH bpf-next 4/4] bpf: Mark BPF_ALU and BPF_JMP as deprecated

[PATCH] ip.7: Document IP_LOCAL_PORT_RANGE socket option
 2023-02-01 12:36 UTC 

[tip:timers/core 4/4] include/vdso/bits.h:8:41: warning: shift by count ('4294967292') >= precision of type ('64')
 2023-02-01 12:34 UTC 

[PATCH] staging: pi433: modify bit_rate from u16 to u32
 2023-02-01 12:34 UTC  (4+ messages)

[PATCH 0/6] add idpf pmd enhancement features
 2023-02-01 12:34 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] common/idpf: add hw statistics

[PATCH v2 0/3] Add support for NXP bluetooth chipsets
 2023-02-01 12:33 UTC  (4+ messages)
` [PATCH v2 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[bug report] NFS: Simplify struct nfs_cache_array_entry
 2023-02-01 11:27 UTC 

[RFC PATCH 0/5] vhost lock annotations
 2023-02-01 12:32 UTC  (4+ messages)
` [PATCH v5 0/9] Lock annotations
  ` [PATCH v5 1/9] eal: annotate spinlock, rwlock and seqlock

[PATCH] crypto: arm64/sm4-ccm - Rewrite skcipher walker loop
 2023-02-01 12:32 UTC  (2+ messages)

[PATCH v3] crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption
 2023-02-01 12:31 UTC  (2+ messages)

[PATCH 0/3] x86: Provide a vdso for getcpu on x86-32
 2023-02-01 12:30 UTC  (3+ messages)

[PATCH v4 0/14] Enahance SVS's robustness
 2023-02-01 12:28 UTC  (5+ messages)
` [PATCH v4 05/14] soc: mediatek: mtk-svs: use svs clk control APIs

[PATCH net v4 0/2] mlx5: ptp fifo bugfixes
 2023-02-01 12:26 UTC  (3+ messages)
` [PATCH net v4 1/2] mlx5: fix skb leak while fifo resync and push
` [PATCH net v4 2/2] mlx5: fix possible ptp queue fifo use-after-free

[bpf-next v2] bpftool: profile online CPUs instead of possible
 2023-02-01 12:24 UTC 

[PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs
 2023-02-01 12:26 UTC  (4+ messages)
` [PATCH V6] ethdev: fix one address occupies two entries "

[LTP] [PATCH] close_range: check for kernel support below 5.9
 2023-02-01 12:24 UTC  (2+ messages)

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-02-01 12:23 UTC  (7+ messages)
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls

[PATCH v2] ALSA: pci: lx6464es: fix a debug loop
 2023-02-01 12:23 UTC  (3+ messages)

[PATCH] vhost: fix vdpa driver multi-queue initialization failure
 2023-02-01 12:23 UTC  (3+ messages)

[PATCH 00/25] aspeed: Various extensions, fixes and cleanups
 2023-02-01 12:20 UTC  (5+ messages)
` [PATCH 08/25] hw/arm/boot: Export write_bootloader for Aspeed machines

[PATCH V2] arm64/mm: Intercept pfn changes in set_pte_at()
 2023-02-01 12:20 UTC  (7+ messages)

[Bug 216982] New: sound hit
 2023-02-01 12:21 UTC  (2+ messages)
` [Bug 216982] "

[PATCH v2 00/87] Clean up of bad Kconfig options
 2023-02-01 12:19 UTC  (7+ messages)
` [PATCH v2 09/87] Rename ARCH_NPCM7xx

[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
 2023-02-01 12:19 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation

[UNTESTED PATCH] net/usb: kalmia: Fix uninit-value in kalmia_send_init_packet
 2023-02-01 12:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4] mm/vmalloc: replace BUG_ON to a simple if statement
 2023-02-01 12:19 UTC  (3+ messages)

QA notification for completed autobuilder build (yocto-4.0.7.rc1)
 2023-02-01 12:15 UTC  (2+ messages)
` [yocto] "

[PATCH V2 1/2] net: phylink: add a function to resume phy alone to fix resume issue with WoL enabled
 2023-02-01 12:14 UTC  (3+ messages)

[PATCH] hw/usb/hcd-ohci: Fix typo
 2023-02-01 12:15 UTC 

[PATCH 1/1] dt-bindings: iio: adc: add missing vref-supply
 2023-02-01 12:13 UTC  (5+ messages)

[RFC PATCH v2 0/3] hw/cxl: Poison get, inject, clear
 2023-02-01 12:14 UTC  (3+ messages)
` [RFC PATCH v2 1/3] hw/cxl: QMP based poison injection support

[PATCH mm-unstable v4 0/3] mm, printk: introduce new format for page_type
 2023-02-01 12:14 UTC  (6+ messages)
` [PATCH mm-unstable v4 1/3] mmflags.h: use less error prone method to define pageflag_names

[PATCH] wifi: rsi: Adding new driver Maintainers
 2023-02-01 12:14 UTC  (3+ messages)

error: unknown target CPU 'r4300'
 2023-02-01 12:14 UTC 

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2023-02-01 12:13 UTC  (4+ messages)
` [PATCH 496/606] mtd: maps: pismo: Convert to i2c's .probe_new()

[PATCH] ALSA: emu10k1: clean up some inconsistent indenting
 2023-02-01 12:12 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/2] Psr2 dsc testcases
 2023-02-01 12:12 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] kms_psr2_sf: Add dynamic subtests which use DSC feature

[patch net-next 0/3] devlink: trivial names cleanup
 2023-02-01 12:10 UTC  (3+ messages)

[PATCH v1] colibri.dtsi: Refactor ASoC driver name
 2023-02-01 12:09 UTC  (2+ messages)

[PATCH] credential: new attribute password_expiry_utc
 2023-02-01 12:10 UTC  (3+ messages)
` [PATCH v2] "

[Intel-gfx] [PATCH 1/2] drm/i915: Split _MMIO() for _PORT3()/_PIPE3()
 2023-02-01 12:09 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Move common mmio base out of private macros


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.