LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 08:32:50 to 2023-06-09 09:55:29 UTC [more...]

[PATCH 1/2] x86/paravirt: Use relative reference for original instruction
 2023-06-09  9:45 UTC 

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:46 UTC  (10+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-09  9:45 UTC 

[PATCH v5 0/3] media: i2c: Add support for alvium camera
 2023-06-09  9:44 UTC  (7+ messages)
` [PATCH v5 2/3] media: dt-bindings: alvium: add document YAML binding
` [PATCH v5 3/3] media: i2c: Add support for alvium camera

[PATCH] efivarfs: force RO when remounting if SetVariable is not supported
 2023-06-09  9:45 UTC 

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:44 UTC  (2+ messages)

[PATCH v6 00/15] ceph: support idmapped mounts
 2023-06-09  9:31 UTC  (9+ messages)
` [PATCH v6 01/15] fs: export mnt_idmap_get/mnt_idmap_put
` [PATCH v6 02/15] ceph: stash idmapping in mdsc request
` [PATCH v6 03/15] ceph: handle idmapped mounts in create_request_message()
` [PATCH v6 04/15] ceph: pass an idmapping to mknod/symlink/mkdir/rename
` [PATCH v6 07/15] ceph: pass idmap to __ceph_setattr
` [PATCH v6 09/15] ceph/acl: allow idmapped set_acl inode op
` [PATCH v6 12/15] ceph: pass idmap to __ceph_setxattr
` [PATCH v6 13/15] ceph: pass idmap to ceph_open/ioctl_set_layout/readdir

[PATCH] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:35 UTC  (5+ messages)

[PATCH v2] Revert "virtio-blk: support completion batching for the IRQ path"
 2023-06-09  9:42 UTC  (3+ messages)

[PATCH 0/2] LED brightness support for Broadcom PHYs
 2023-06-09  9:40 UTC  (2+ messages)

[PATCH v3 0/2] net/ncsi: refactoring for GMA command
 2023-06-09  9:40 UTC  (2+ messages)

[PATCH] Revert "ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin name"
 2023-06-09  9:39 UTC  (4+ messages)

[PATCH v2 1/1] gpiolib: Do not unexport GPIO on freeing
 2023-06-09  9:38 UTC  (2+ messages)

arch/powerpc/include/asm/hw_irq.h:494 mtmsr_isync_irqsafe() warn: inconsistent indenting
 2023-06-09  9:35 UTC 

[PATCH] ath9k: Fix possible stall on ath9k_txq_list_has_key()
 2023-06-09  9:37 UTC 

[PATCH v1 1/1] gpiolib: Do not unexport GPIO on freeing
 2023-06-09  9:35 UTC  (4+ messages)

[PATCH 1/2] spi: dt-bindings: introduce linux,use-rt-queue flag
 2023-06-09  9:34 UTC  (9+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:08 UTC  (31+ messages)
` [PATCH v13 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v13 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v13 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v13 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v13 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v13 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v13 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v13 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v13 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v13 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v13 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v13 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v13 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v13 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v13 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v13 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v13 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v2] usb: dwc2: add pci_device_id driver_data parse support
 2023-06-09  9:31 UTC  (5+ messages)

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-06-09  9:31 UTC  (3+ messages)
` [PATCH v11 4/8] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:30 UTC 

linux-next: Signed-off-by missing for commit in the rcu tree
 2023-06-09  9:24 UTC  (3+ messages)

[PATCH v3 0/5] Add devicetree support for SDX75 Modem and IDP
 2023-06-09  9:29 UTC  (5+ messages)
` [PATCH v3 4/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add SDX75 compatible

[PATCH v2 0/4] Minor improvements for Intel pinctrl
 2023-06-09  9:29 UTC  (5+ messages)
` [PATCH v2 3/4] pinctrl: intel: simplify exit path of set_mux hook

[PATCH v2 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-06-09  9:27 UTC  (5+ messages)
` [PATCH v2 08/10] HID: i2c-hid: Support being a panel follower

[RESEND PATCH 1/2] mfd: stmfx: Fix error path in stmfx_chip_init
 2023-06-09  9:28 UTC  (2+ messages)
` [RESEND PATCH 2/2] mfd: stmfx: Nullify stmfx->vdd in case of error

[PATCH] block: fix rootwait= again
 2023-06-09  9:27 UTC  (2+ messages)

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:26 UTC 

[PATCH v2 0/4] Add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag to vdpa backend
 2023-06-09  9:21 UTC  (5+ messages)
` [PATCH v2 1/4] vdpa: add VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK flag
` [PATCH v2 2/4] vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature
` [PATCH v2 3/4] vdpa: add get_backend_features vdpa operation
` [PATCH v2 4/4] vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK

[PATCH v14 1/2] thermal: loongson-2: add thermal management support
 2023-06-09  9:22 UTC  (2+ messages)

[RESEND PATCH 0/2] STMFX chip init couple of fixes
 2023-06-09  9:25 UTC  (2+ messages)

[PATCH] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-09  9:24 UTC  (4+ messages)

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-09  9:24 UTC  (3+ messages)
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation

[PATCH 0/5] Remove CRYPTO_ALG_ALLOCATES_MEMORY flag
 2023-06-09  9:24 UTC  (5+ messages)

[PATCH] mmc: mtk-sd: include bitfield header and fix incompatible pointer types
 2023-06-09  9:21 UTC  (3+ messages)

[PATCH 0/5] of: reserved_mem: Provide more control about allocation behavior
 2023-06-09  9:16 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: reserved-memory: Add alloc-{bottom-up,top-down}

[PATCH] MIPS: cpu-features: Use boot_cpu_type for CPU type based features
 2023-06-09  8:24 UTC  (2+ messages)

[tip: objtool/core] x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=y
 2023-06-09  9:18 UTC 

[PATCH v4 0/2] mips: dts: ralink: Add support for TP-Link HC220 G5 v1 board
 2023-06-09  8:24 UTC  (2+ messages)

[PATCH v2 1/4] tools/nolibc: sys.h: add __syscall() and __sysret() helpers
 2023-06-09  9:15 UTC  (3+ messages)

[PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support
 2023-06-09  8:23 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 6.5
 2023-06-09  9:14 UTC 

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09  9:07 UTC  (6+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()

[PATCH v8 00/18] GMU-less A6xx support (A610, A619_holi)
 2023-06-09  9:12 UTC  (6+ messages)
` [PATCH v8 01/18] dt-bindings: display/msm: gpu: Document GMU wrapper-equipped A6xx

[PATCH v4] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-09  9:11 UTC 

[tip: objtool/core] x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=y
 2023-06-09  9:10 UTC 

[PATCH v2 0/2] Fix error check and cleanup for JH7110 TDM
 2023-06-09  9:08 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC: starfive: Fix an error check in jh7110_tdm_clk_reset_get()
` [PATCH v2 2/2] ASoC: starfive: Remove some unused macros

[PATCH v5] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-06-09  9:07 UTC 

[PATCH] arm64: dts: qcom: ipq9574: enable the SPI NOR support in RDP433
 2023-06-09  9:07 UTC  (2+ messages)

[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation
 2023-06-09  9:07 UTC  (2+ messages)

Linux 6.3.7
 2023-06-09  9:05 UTC  (2+ messages)

Linux 6.1.33
 2023-06-09  9:05 UTC  (2+ messages)

Linux 5.10.183
 2023-06-09  9:05 UTC  (2+ messages)

Linux 5.15.116
 2023-06-09  9:05 UTC  (2+ messages)

Linux 5.4.246
 2023-06-09  9:05 UTC  (2+ messages)

Linux 4.14.317
 2023-06-09  9:05 UTC  (2+ messages)

Linux 4.19.285
 2023-06-09  9:05 UTC  (2+ messages)

[PATCH v2 0/2] crypto: starfive - Add RSA algo to drivers
 2023-06-09  9:04 UTC  (3+ messages)
` [PATCH v2 2/2] crypto: starfive - Add RSA algo support

[PATCH] drm/edid: Add quirk for OSVR HDK 2.0
 2023-06-09  9:03 UTC  (2+ messages)

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09  9:02 UTC  (5+ messages)

[PATCH 0/9] regulator: mt6358: Remove bogus regulators and improvements
 2023-06-09  9:03 UTC  (5+ messages)
` [PATCH 3/9] regulator: mt6358: Merge VCN33_* regulators
` [PATCH 4/9] regulator: mt6358: Drop *_SSHUB regulators

drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/si_dpm.c:7386:12: warning: stack frame size (2112) exceeds limit (2048) in 'si_dpm_init'
 2023-06-09  9:01 UTC 

[PATCH v4 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-09  9:00 UTC  (7+ messages)
` [PATCH v4 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
` [PATCH v4 2/3] drivers/perf: hisi: Add support for HiSilicon UC "
` [PATCH v4 3/3] docs: perf: Add new description for HiSilicon UC PMU

[PATCH 6.3 000/285] 6.3.7-rc2 review
 2023-06-09  8:59 UTC  (2+ messages)

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-06-09  8:58 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 00/12] mtd: rawnand: brcmnand: driver and doc updates
 2023-06-09  8:58 UTC  (11+ messages)
` [PATCH 05/12] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH 10/12] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-06-09  8:59 UTC  (3+ messages)

[GIT PULL] pin control fix for v6.4
 2023-06-09  8:54 UTC 

[PATCH v1 0/5] Fixes for Rockchip NAND controller driver
 2023-06-09  8:54 UTC  (7+ messages)
` [PATCH v1 2/5] mtd: nand: raw: rockchip-nand-controller: add skipbbt option
` [PATCH v1 3/5] mtd: nand: raw: rockchip-nand-controller: fix nand timing default
` [PATCH v1 5/5] mtd: nand: add support for the Sandisk SDTNQGAMA chip

[PATCH net-next 3/3] tools: ynl: Remove duplicated include in devlink-user.c
 2023-06-09  8:52 UTC  (3+ messages)
` [PATCH net-next 2/3] tools: ynl: Remove duplicated include in handshake-user.c
` [PATCH net-next 1/3] net: hv_netvsc: Remove duplicated include in rndis_filter.c

[PATCH v4 0/9] GenieZone hypervisor drivers
 2023-06-09  8:52 UTC  (10+ messages)
` [PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v4 2/9] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v4 3/9] virt: geniezone: Add vcpu support
` [PATCH v4 4/9] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v4 5/9] virt: geniezone: Add irqfd support
` [PATCH v4 6/9] virt: geniezone: Add ioeventfd support
` [PATCH v4 7/9] virt: geniezone: Add memory region support
` [PATCH v4 8/9] virt: geniezone: Add dtb config support
` [PATCH v4 9/9] virt: geniezone: Add virtual timer support

[PATCH v4] Add .editorconfig file for basic formatting
 2023-06-09  8:50 UTC  (4+ messages)

[RESEND 00/15] Rid W=1 warnings from GPU
 2023-06-09  8:51 UTC  (5+ messages)
` [RESEND 04/15] drm/mediatek/mtk_disp_aal: Remove half completed incorrect struct header
` [RESEND 05/15] drm/mediatek/mtk_disp_ccorr: "

[PATCH 6.1 000/224] 6.1.33-rc2 review
 2023-06-09  8:50 UTC  (2+ messages)

[RFC PATCH 1/5] ARM: dts: stm32: Add alternate pinmux for i2s pins
 2023-06-09  8:48 UTC  (2+ messages)
` [Linux-stm32] "

[PATCH v3 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-09  8:46 UTC  (2+ messages)
` [PATCH v3 2/2] kbuild: enable kernel-doc -Wall for W=2

[PATCH v4 0/2] fix blktrace debugfs entries leakage
 2023-06-09  8:39 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: sg: "
` [PATCH v4 2/2] block: "

[PATCH v2 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-09  8:42 UTC  (5+ messages)

[patch 0/6] Cure kexec() vs. mwait_play_dead() troubles
 2023-06-09  8:40 UTC  (6+ messages)

[PATCH v2 0/2] Minor improvements for Cherryview pinctrl
 2023-06-09  8:41 UTC  (5+ messages)
` [PATCH v2 1/2] pinctrl: cherryview: simplify exit path of set_mux hook
` [PATCH v2 2/2] pinctrl: cherryview: simplify exit path of gpio_request_enable hook

[RFC] [kbuild test robot] random-order parallel building
 2023-06-09  8:41 UTC  (3+ messages)

[RFC PATCH v2 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-09  8:39 UTC  (6+ messages)
` [RFC PATCH v2 1/7] mm: zswap: add pool shrinking mechanism

drivers/memstick/host/r592.c:83:9: sparse: sparse: incorrect type in assignment (different base types)
 2023-06-09  8:39 UTC 

[PATCH] Documentation/hwmon: Fix description of devm_hwmon_device_unregister
 2023-06-09  8:39 UTC  (2+ messages)

[PATCH v2 0/2] perf tools: annotation browser from c2c tui
 2023-06-09  8:37 UTC  (3+ messages)

[BUG] trigger BUG_ON in mas_store_prealloc when low memory
 2023-06-09  8:37 UTC 

[PATCH 0/3] MIPS: Enhancements on usage and documentation of parameters
 2023-06-09  8:36 UTC  (5+ messages)
` [PATCH 1/3] MIPS: Rework smt cmdline parameters
` [PATCH 2/3] MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUP

[PATCH 5.15 000/159] 5.15.116-rc1 review
 2023-06-09  8:37 UTC  (2+ messages)

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-09  8:34 UTC  (4+ messages)
` [PATCH v6 11/19] sh: add <asm-generic/io.h> including

[PATCH v3] scsi: ufs: wb: Add explicit flush_threshold sysfs attribute
 2023-06-09  8:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).