The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-07-11 14:00:49 to 2024-07-11 16:34:27 UTC [more...]

[PATCH V4 0/8] Rust bindings for cpufreq and OPP core + sample driver
 2024-07-11 16:34 UTC  (8+ messages)
` [PATCH V4 8/8] cpufreq: Add Rust based cpufreq-dt driver

Probe failure of usb controller @11290000 on MT8195 after next-20231221
 2024-07-11 16:33 UTC  (6+ messages)

[PATCH v6] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-07-11 16:33 UTC  (5+ messages)

[PATCH] mm: Ignore data-race in __swap_writepage
 2024-07-11 16:32 UTC 

[syzbot] [wireless?] WARNING in ieee80211_do_stop (2)
 2024-07-11 16:32 UTC 

[PATCH v1 0/2] s390: Two small fixes and improvements
 2024-07-11 16:23 UTC  (4+ messages)
` [PATCH v1 2/2] s390/kvm: Move bitfields for dat tables

[RFC 0/5] SEV Kernel Selftests
 2024-07-11 16:27 UTC  (18+ messages)
` [RFC 1/5] selftests: KVM: Add a basic SNP smoke test
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "
` [RFC 5/5] selftests: KVM: SEV-SNP test for KVM_SEV_INIT2

[PATCH] scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexible arrays
 2024-07-11 16:27 UTC  (2+ messages)

[PATCH v3 1/7] mfd: syscon: Add reference counting and device managed support
 2024-07-11 16:25 UTC  (3+ messages)

[PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
 2024-07-11 16:25 UTC  (3+ messages)

[PATCH 0/4] scsi: mpi3mr: Replace 1-element arrays with flexible arrays
 2024-07-11 16:25 UTC  (9+ messages)
` [PATCH 1/4] scsi: mpi3mr: struct mpi3_event_data_sas_topology_change_list: Replace 1-element array with flexible array
` [PATCH 2/4] scsi: mpi3mr: struct mpi3_event_data_pcie_topology_change_list: "
` [PATCH 3/4] scsi: mpi3mr: struct mpi3_sas_io_unit_page0: "
` [PATCH 4/4] scsi: mpi3mr: struct mpi3_sas_io_unit_page1: "

[PATCH v2 0/2] serial: 8250: move mmp|pxa uart earlycon code and add xscale earlycon
 2024-07-11 16:07 UTC  (3+ messages)
` [PATCH v2 1/2] serial: 8250: move mmp|pxa uart earlycon code
` [PATCH v2 2/2] serial: 8250_early: add xscale earlycon support

[PATCH v6 0/6] Red-black tree abstraction needed by Rust Binder
 2024-07-11 16:21 UTC  (7+ messages)
` [PATCH v6 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v6 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v6 3/6] rust: rbtree: add iterator
` [PATCH v6 4/6] rust: rbtree: add mutable iterator
` [PATCH v6 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v6 6/6] rust: rbtree: add `RBTree::entry`

[PATCH] arm64: dts: qcom: x1e80100: enable GICv3 ITS for PCIe
 2024-07-11 16:19 UTC  (5+ messages)

[PATCH] kselftest/alsa: Use card name rather than number in test names
 2024-07-11 16:19 UTC  (3+ messages)

[PATCH] Input: ati-remote2 - use driver core to instantiate device attributes
 2024-07-11 16:18 UTC  (2+ messages)

[PATCH] perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
 2024-07-11 16:16 UTC 

[PATCH 0/4] selftest: x86: conform tests to TAP format output
 2024-07-11 16:14 UTC  (8+ messages)

[PATCH v3] PCI: vmd: Create domain symlink before pci_bus_add_devices()
 2024-07-11 16:12 UTC  (2+ messages)

[RESEND PATCH] rtc: ds1343: Force SPI chip select to be active high
 2024-07-11 16:12 UTC  (6+ messages)

[PATCH v3 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
 2024-07-11 16:11 UTC  (4+ messages)
` [PATCH v3 2/3] iio: adc: ad4695: Add "

[PATCH v3 0/2] gs101 oriole: UART clock fixes
 2024-07-11 16:09 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: serial: samsung: fix maxItems for gs101 & document earlycon requirements

[PATCH v4 00/10] riscv: add initial support for SpacemiT K1
 2024-07-11 16:08 UTC  (2+ messages)

[PATCH v3 00/28] Constify tool pointers
 2024-07-11 16:08 UTC  (5+ messages)
` [PATCH v3 01/28] perf auxtrace: Remove dummy tools

[PATCH v2 00/11] perf/uprobe: Optimize uprobes
 2024-07-11 16:06 UTC  (10+ messages)
` [PATCH v2 08/11] perf/uprobe: Convert (some) uprobe->refcount to SRCU
` [PATCH v2 10/11] perf/uprobe: Convert single-step and uretprobe "
` [PATCH v2 11/11] perf/uprobe: Add uretprobe timer

[PATCH v4 00/21] Avoid MAP_FIXED gap exposure
 2024-07-11 16:07 UTC  (18+ messages)
` [PATCH v4 09/21] mm/mmap: Expand mmap_region() munmap call
` [PATCH v4 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()
` [PATCH v4 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v4 17/21] mm/mmap: Drop arch_unmap() call from all archs
` [PATCH v4 20/21] mm/mmap: Move may_expand_vm() check in mmap_region()
` [PATCH v4 21/21] mm/mmap: Drop incorrect comment from vms_gather_munmap_vmas()

[PATCH v2] tick/broadcast: Ensure the timer device of hrtimer broadcast is enabled
 2024-07-11 16:06 UTC  (2+ messages)
` [tip: timers/core] tick/broadcast: Make takeover of broadcast hrtimer reliable

[PATCH] fs/affs: struct slink_front: Replace 1-element array with flexible array
 2024-07-11 16:05 UTC  (3+ messages)

[PATCH v2] dt-bindings: mmc: sdhci-sprd: convert to YAML
 2024-07-11 16:03 UTC  (2+ messages)

[PATCH 0/2] mmc: davinci_mmc: Fix v6.9 regression
 2024-07-11 16:03 UTC  (5+ messages)
` [PATCH 1/2] mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length
` [PATCH 2/2] mmc: davinci_mmc: report all possible bus widths

[PATCH bpf] bpf, arm64: fix trampoline for BPF_TRAMP_F_CALL_ORIG
 2024-07-11 16:00 UTC  (2+ messages)

[PATCH v5 0/9] fs: multigrain timestamp redux
 2024-07-11 15:58 UTC  (5+ messages)
` [PATCH v5 6/9] xfs: switch to multigrain timestamps

[PATCH] scsi: megaraid_sas: struct MR_HOST_DEVICE_LIST: Replace 1-element array with flexible array
 2024-07-11 15:58 UTC 

[PATCH net-next] net/smc: introduce autosplit for smc
 2024-07-11 15:57 UTC  (2+ messages)

[PATCH 0/3] address S32G2/S32G3 SoC based boards particularities
 2024-07-11 15:55 UTC  (5+ messages)
` [PATCH 1/3] mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platforms

[PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
 2024-07-11 15:55 UTC  (12+ messages)

[PATCH 1/3] leds: leds-lp5569: Fix typo in driver name
 2024-07-11 15:51 UTC  (2+ messages)

[PATCH net-next] net: mvpp2: Improve data types and use min()
 2024-07-11 15:47 UTC 

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-11 15:48 UTC  (3+ messages)
` [PATCH 02/17] csky: drop asm/gpio.h wrapper

[PATCH] arm64: dts: mediatek: mt8195: Add power domain to secondary XHCI
 2024-07-11 15:47 UTC  (3+ messages)

[PATCH net-next v2] selftests: openvswitch: retry instead of sleep
 2024-07-11 15:44 UTC  (3+ messages)

[PATCH v3 0/8] timers/migration: Fix three possible races and some improvements
 2024-07-11 15:44 UTC  (2+ messages)

[PATCH v6 0/6] Add driver for LTC2664 and LTC2672
 2024-07-11 15:43 UTC  (3+ messages)
` [PATCH v6 3/6] dt-bindings: iio: dac: Generalize DAC common properties

[PATCH net-next v2] netdevice: define and allocate &net_device _properly_
 2024-07-11 15:41 UTC  (6+ messages)

[PATCH v5 00/27] Add support for sam9x7 SoC family
 2024-07-11 15:40 UTC  (7+ messages)
` [PATCH v5 15/27] dt-bindings: interrupt-controller: Document the property microchip,nr-irqs

[PATCH] mfd: timberdale: attach device properties to tsc2007 board info
 2024-07-11 15:40 UTC  (3+ messages)
` (subset) "

[PATCH] platform: cznic: CZNIC_PLATFORMS should depend on MACH_ARMADA_38X || ARCH_MVEBU || PPC_P2020
 2024-07-11 15:39 UTC  (7+ messages)
` [PATCH] platform: arm64: EC_ACER_ASPIRE1 should depend on ARCH_QCOM
` [PATCH] platform: arm64: EC_LENOVO_YOGA_C630 "

[PATCH] platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
 2024-07-11 15:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V3 00/13] media: qcom: camss: Add sm8550 support
 2024-07-11 15:33 UTC  (7+ messages)
` [PATCH 09/13] media: qcom: camss: Add CSID Gen3 support for SM8550
` [PATCH 12/13] media: qcom: camss: Add sm8550 support

[PATCH v3 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-07-11 15:29 UTC  (3+ messages)
` [PATCH v3 6/7] mfd: Add support for LAN966x PCI device

[PATCH v2 0/4] Verify devices transition from D3cold to D0
 2024-07-11 15:27 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: Check PCI_PM_CTRL in pci_dev_wait()
` [PATCH v2 2/4] PCI: Verify functions currently in D3cold have entered D0

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11 15:28 UTC  (4+ messages)
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH 0/2] uprobes: document mmap_lock, don't abuse get_user_pages_remote()
 2024-07-11 15:25 UTC  (11+ messages)
` [PATCH 1/2] uprobes: document the usage of mm->mmap_lock
` [PATCH 0/3] uprobes: future cleanups for review
  ` [PATCH 2/3] uprobes: simplify error handling for alloc_uprobe()

[PATCH] OPP: Fix support for required OPPs for multiple PM domains
 2024-07-11 15:25 UTC  (11+ messages)

[PATCH v1 0/2] PCI: ti: k3: Fix TI J721E PERST# polarity
 2024-07-11 15:25 UTC  (3+ messages)

[PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
 2024-07-11 15:24 UTC  (2+ messages)

[PATCH v2] dt-bindings: phy: hisilicon,hi3798cv200-combphy: Convert to DT schema
 2024-07-11 15:23 UTC 

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-07-11 15:22 UTC  (13+ messages)

[PATCH] kselftest: cpufreq: Add RTC wakeup alarm
 2024-07-11 15:18 UTC  (3+ messages)

[PATCH v3 0/1] HP: wmi: added support for 4 zone keyboard rgb
 2024-07-11 15:17 UTC  (4+ messages)
` [PATCH v3 1/1] "

[ANNOUNCE] 5.10.221-rt113
 2024-07-11 15:17 UTC 

[PATCH v4] ext4: fix fast commit inode enqueueing during a full journal commit
 2024-07-11 15:16 UTC  (3+ messages)

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-11 15:16 UTC  (7+ messages)
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names

[tip: irq/core] irqchip/gic-v3: Pass #redistributor-regions to gic_of_setup_kvm_info()
 2024-07-11 15:16 UTC 

[PATCH] irqchip/imx-irqsteer: Add irq_bus_lock/sync_unlock handlers
 2024-07-11 15:16 UTC  (2+ messages)
` [tip: irq/core] irqchip/imx-irqsteer: Handle runtime power management correctly

[PATCH v5 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
 2024-07-11 15:15 UTC 

[PATCH net-next] net/mlx5: Reclaim max 50K pages at once
 2024-07-11 15:13 UTC 

[PATCH] driver:core: no need to set a default value for want_async
 2024-07-11 15:13 UTC  (2+ messages)

[PATCH RESEND v6 00/18] EDAC/mc/synopsys: Various fixes and cleanups
 2024-07-11 15:11 UTC  (4+ messages)
` [PATCH RESEND v6 02/18] EDAC/synopsys: Fix mci->scrub_cap field setting

[PATCH v2 1/3] arch/x86: Drop own definition of pgd,p4d_leaf
 2024-07-11 15:08 UTC  (7+ messages)
` [PATCH v2 3/3] mm: Add p{g/4}d_leaf() in asm-generic/pgtable-nop{4/u}d.h

[PATCH 0/2] virtio-fs: Add 'file' mount option
 2024-07-11 15:04 UTC  (8+ messages)

[PATCH] HP: wmi: added support for 4 zone keyboard rgb
 2024-07-11 15:03 UTC  (3+ messages)
`  "

[PATCH v3] thermal: core: Add sanity checks for polling_delay and passive_delay
 2024-07-11 15:02 UTC  (2+ messages)

[PATCH net-next v3 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-11 14:58 UTC  (3+ messages)
` [PATCH net-next v3 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH net-next v3 2/2] vsock/virtio: avoid queuing packets when work queue is empty

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dtb: i2c-mux@70: idle-state: [0] is not of type 'integer'
 2024-07-11 14:58 UTC 

[PATCH v3 1/2] mm/memcg: alignment memcg_data define condition
 2024-07-11 14:55 UTC  (4+ messages)

[PATCH] riscv: Improve exception and system call latency
 2024-07-11 14:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V4][RESEND] LoongArch: Add AVEC irqchip support
 2024-07-11 14:49 UTC  (4+ messages)

[GIT PULL] SPI fixes for v6.10-rc7
 2024-07-11 14:47 UTC 

[PATCH v2 00/60] i2c: reword first drivers according to newest specification
 2024-07-11 14:45 UTC  (6+ messages)
` [PATCH v2 56/60] i2c: viai2c: reword "

[PATCH next] usb: usbfs: Add reset_resume for usbfs
 2024-07-11 14:41 UTC  (3+ messages)

[PATCH v2] media: ov5675: Fix power on/off delay timings
 2024-07-11 14:38 UTC 

[PATCH net-next 0/2] libceph: fix kernel-doc warnings
 2024-07-11 14:36 UTC  (7+ messages)
` [PATCH net-next 1/2] libceph: suppress crush_choose_indep() "
` [PATCH net-next 2/2] libceph: fix crush_choose_firstn() "

[PATCH] drm/ast: add multiple connectors support
 2024-07-11 14:36 UTC  (2+ messages)

next: arm64: defconfig: gcc-8: drivers/bluetooth/hci_qca.c:2501:2: error: label at end of compound statement
 2024-07-11 14:34 UTC 

[PATCH v8] af_packet: Handle outgoing VLAN packets without hardware offloading
 2024-07-11 14:33 UTC  (11+ messages)

[PATCH] dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface
 2024-07-11 14:33 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
 2024-07-11 14:33 UTC  (3+ messages)

[PATCH] i2c: rcar: clear NO_RXDMA flag after resetting
 2024-07-11 14:30 UTC  (2+ messages)

[PATCH 0/2] Support direct I/O read and write for memory allocated by dmabuf
 2024-07-11 14:25 UTC  (7+ messages)

[PATCH net-next] net: ethtool: Monotonically increase the message sequence number
 2024-07-11 14:23 UTC  (3+ messages)

[PATCH 0/8] Make SCMI transport as standalone drivers
 2024-07-11 14:22 UTC  (12+ messages)
` [PATCH v2 2/8] firmware: arm_scmi: Introduce packet handling helpers
` [PATCH v2 3/8] firmware: arm_scmi: Add support for standalone transport drivers
` [PATCH v2 6/8] firmware: arm_scmi: Make OPTEE transport a standalone driver

[PATCH v0 1/2] dt-bindings: usb: qcom,dwc3: Add minItems for interrupt info
 2024-07-11 14:22 UTC  (2+ messages)

[PATCH] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-07-11 14:21 UTC  (3+ messages)

[PATCH] arm64: dts: ti: Introduce J742S2 SoC and EVM
 2024-07-11 14:19 UTC  (2+ messages)

[PATCH RFC 0/1] Support CMA regions
 2024-07-11 14:19 UTC  (3+ messages)
` [PATCH RFC 1/1] remoteproc: mediatek: Support reserved "

[PATCH 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-08  8:28 UTC  (5+ messages)
` [PATCH 3/6] leds: bd2606mvv: "

[PATCH] test/vsock: add install target
 2024-07-11 14:14 UTC  (10+ messages)

[PATCH 0/4] rtc: stm32: add pinctrl interface to handle RTC outs
 2024-07-11 14:08 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: rtc: stm32: describe pinmux nodes
` [PATCH 2/4] rtc: stm32: add pinctrl and pinmux interfaces
` [PATCH 3/4] rtc: stm32: add Low Speed Clock Output (LSCO) support
` [PATCH 4/4] rtc: stm32: add alarm A out feature

[PATCH v2] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-07-11 14:10 UTC  (4+ messages)

[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
 2024-07-11 14:08 UTC  (3+ messages)

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-07-11 14:06 UTC  (8+ messages)

[PATCH v5 0/7] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-07-11 14:05 UTC  (4+ messages)
` [PATCH v5 7/7] input: keyboard: support i.MX95 BBM module

[PATCH v3 1/2] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-11 14:05 UTC  (3+ messages)

linux-next: duplicate patch in the device-mapper tree
 2024-07-11 14:05 UTC  (3+ messages)

[PATCH v2 0/5] ARM: dts: qcom: adhere to pinctrl dt schema
 2024-07-11 14:04 UTC  (7+ messages)
` [PATCH v2 1/5] ARM: dts: qcom: apq8064-pins: correct error in drive-strength property
` [PATCH v2 2/5] ARM: dts: qcom: asus,nexus7-flo: remove duplicate pinctrl handle in i2c nodes
` [PATCH v2 3/5] ARM: dts: qcom: apq8064: adhere to pinctrl dtschema

[PATCH -next] btrfs: Remove duplicate btrfs_inode.h header
 2024-07-11 14:03 UTC  (2+ messages)

[PATCH v4 00/16] Enable Linear Address Space Separation support
 2024-07-11 14:03 UTC  (8+ messages)
` [PATCH v4 03/16] x86/alternatives: Disable LASS when patching kernel alternatives


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox