public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-17 16:38:36 to 2023-08-17 19:20:48 UTC [more...]

[RFC PATCH v1 0/8] Install domain onto multiple smmus
 2023-08-17 19:20 UTC  (14+ messages)
` [RFC PATCH v1 1/8] iommu/arm-smmu-v3: Add list of installed_smmus
` [RFC PATCH v1 2/8] iommu/arm-smmu-v3: Perform invalidations over installed_smmus
` [RFC PATCH v1 3/8] iommu/arm-smmu-v3-sva: Allocate new ASID from installed_smmus
` [RFC PATCH v1 4/8] iommu/arm-smmu-v3: check smmu compatibility on attach
` [RFC PATCH v1 5/8] iommu/arm-smmu-v3: Add arm_smmu_device as a parameter to domain_finalise
` [RFC PATCH v1 6/8] iommu/arm-smmu-v3: Free VMID when uninstalling domain from SMMU
` [RFC PATCH v1 7/8] iommu/arm-smmu-v3: check for domain initialization using pgtbl_ops
` [RFC PATCH v1 8/8] iommu/arm-smmu-v3: allow multi-SMMU domain installs

[PATCH 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
 2023-08-17 19:15 UTC  (2+ messages)
` [PATCH 2/2] maple_tree: Clean up mas_wr_append()

[RFC PATCH 0/7] Rust Socket abstractions
 2023-08-17 19:14 UTC  (14+ messages)

[PATCH] kunit: fix struct kunit_attr header
 2023-08-17 19:14 UTC 

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-17 19:12 UTC  (7+ messages)
` [PATCH 2/9] parisc: Remove <asm/ide.h>
` [PATCH 4/9] sparc: "
` [PATCH 5/9] asm-generic: Remove ide_iops.h

[RFC 00/12] ARM: MPAM: add support for priority partitioning control
 2023-08-17 19:11 UTC  (9+ messages)
` [RFC 05/12] fs/resctrl: Set-up downstream priority partition resources
` [RFC 06/12] fs/resctrl: Extend schemata read for priority partition control
` [RFC 09/12] fs/resctrl: Extend schemata write "

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-17 19:08 UTC  (5+ messages)
` [PATCH v3 6/9] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd

[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-17 19:01 UTC  (14+ messages)
` [EXTERNAL] "

[PATCH] workingset: ensure memcg is valid for recency check
 2023-08-17 19:01 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/6] gpio: cdev: bail out of poll() if the device goes down
 2023-08-17 18:49 UTC  (7+ messages)
` [PATCH v2 1/6] gpiolib: rename the gpio_device notifier
` [PATCH v2 2/6] gpio: cdev: open-code to_gpio_chardev_data()
` [PATCH v2 3/6] gpiolib: add a second blocking notifier to struct gpio_device
` [PATCH v2 4/6] gpio: cdev: wake up chardev poll() on device unbind
` [PATCH v2 5/6] gpio: cdev: wake up linereq "
` [PATCH v2 6/6] gpio: cdev: wake up lineevent "

[PATCH net] sock: Fix misuse of sk_under_memory_pressure()
 2023-08-17 19:00 UTC  (2+ messages)

Tasks stuck jbd2 for a long time
 2023-08-17 18:59 UTC  (9+ messages)

[PATCH v7 2/2] hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach
 2023-08-17 18:57 UTC  (2+ messages)

[PATCH] arm64/ptrace: Ensure that SME is set up for target when writing SSVE state
 2023-08-17 18:54 UTC  (2+ messages)

[PATCH v2] arm64/ptrace: Ensure that the task sees ZT writes on first use
 2023-08-17 18:54 UTC  (2+ messages)

[PATCH v2] certs: Reference revocation list for all keyrings
 2023-08-17 18:54 UTC  (2+ messages)

[PATCH] kernfs: implement custom llseek method to fix userspace regression
 2023-08-17 18:53 UTC  (5+ messages)

[PATCH] regulator: simplify nested locking
 2023-08-17 18:52 UTC 

[PATCH v3] dmaengine: idxd: Remove unused declarations
 2023-08-17 18:51 UTC  (2+ messages)

drivers/thermal/max77620_thermal.c:48: warning: Function parameter or member 'tz' not described in 'max77620_thermal_read_temp'
 2023-08-17 18:46 UTC 

linux-next: duplicate patch in the nolibc tree
 2023-08-17 18:46 UTC  (4+ messages)

[PATCH 1/1] perf trace: Use heuristic when deciding if a syscall tracepoint "const char *" field is really a string
 2023-08-17 18:46 UTC  (2+ messages)

linux-next: Tree for Aug 17
 2023-08-17 18:44 UTC  (2+ messages)
` linux-next: Tree for Aug 17 (DRM_TTM KUNIT tests)

[PATCH v6] gpio: consumer: new virtual driver
 2023-08-17 18:43 UTC 

[PATCH] Revert "powerpc/xmon: Relax frame size for clang"
 2023-08-17 18:43 UTC  (2+ messages)

[PATCH v5 0/5] drm/amdgpu: Rework coredump memory allocation
 2023-08-17 18:20 UTC  (6+ messages)
` [PATCH v5 1/5] drm/amdgpu: Allocate coredump memory in a nonblocking way
` [PATCH v5 2/5] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v5 3/5] drm/amdgpu: Encapsulate all device reset info
` [PATCH v5 4/5] drm/amdgpu: Move coredump code to amdgpu_reset file
` [PATCH v5 5/5] drm/amdgpu: Create version number for coredumps

struct_size() using sizeof() vs offsetof()
 2023-08-17 18:37 UTC  (5+ messages)

[PATCH v2] iommu/arm-smmu-v3: Add a user-configurable tlb_invalidate_threshold
 2023-08-17 18:36 UTC  (2+ messages)

[PATCH] drm/panel: Add prepare_prev_first flag to Visionox VTDR6130
 2023-08-17 18:35 UTC  (8+ messages)

[PATCH v5 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2023-08-17 18:34 UTC  (3+ messages)
` [PATCH v5 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable

[PATCH v3] vfio: align capability structures
 2023-08-17 18:33 UTC  (3+ messages)

[PATCH 5.17 000/298] 5.17.15-rc1 review
 2023-08-17 18:33 UTC  (6+ messages)
` [PATCH 5.17 127/298] driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction

[PATCH v11 9/9] PCI: ACPI: Use device constraints to decide PCI target state fallback policy
 2023-08-17 18:31 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-v3: Simplify stage selection logic
 2023-08-17 18:29 UTC  (5+ messages)

[PATCH net-next v2] virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
 2023-08-17 18:26 UTC  (2+ messages)

drivers/infiniband/hw/bnxt_re/qplib_rcfw.c:299: warning: Function parameter or member 'rcfw' not described in '__bnxt_qplib_rcfw_send_message'
 2023-08-17 18:26 UTC 

[PATCH] scsi: fnic: Replace sgreset tag with max_tag_id
 2023-08-17 18:21 UTC 

[RFC PATCH v3 0/8] SVM guest shadow stack support
 2023-08-17 18:18 UTC  (9+ messages)
` [RFC PATCH v3 1/8] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [RFC PATCH v3 2/8] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [RFC PATCH v3 3/8] KVM: x86: SVM: Pass through shadow stack MSRs
` [RFC PATCH v3 4/8] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [RFC PATCH v3 5/8] KVM: SVM: Save shadow stack host state on VMRUN
` [RFC PATCH v3 6/8] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [RFC PATCH v3 7/8] x86/sev-es: Include XSS value in GHCB CPUID request
` [RFC PATCH v3 8/8] KVM: SVM: Add CET features to supported_xss

[PATCH v6] mm/filemap: remove hugetlb special casing in filemap.c
 2023-08-17 18:18 UTC 

[PATCH v2 0/8] LASS KVM virtualization support
 2023-08-17 18:18 UTC  (4+ messages)

[PATCH v2] selftests: cgroup: fix test_kmem_memcg_deletion kernel mem check
 2023-08-17 18:11 UTC  (3+ messages)

Dumping a struct to a buffer in an strace like style using BTF
 2023-08-17 18:10 UTC  (3+ messages)

[PATCH 0/6] Add missing wakeup-parent to TLMM
 2023-08-17 18:04 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: interrupt-controller: qcom,pdc: Add SDM670

[PATCH 1/2] x86/microcode/AMD: Load late on both threads too
 2023-08-17 18:02 UTC  (10+ messages)

[PATCH v10 0/6] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-08-17 18:02 UTC  (5+ messages)
` [PATCH v10 3/6] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v10 4/6] serial: sc16is7xx: fix regression with GPIO configuration

[PATCH 0/3] selftests: cachestat: fix build and run on older kernels
 2023-08-17 18:01 UTC  (5+ messages)
` [PATCH 3/3] selftests: cachestat: test for cachestat availability

[PATCH v4] dt-bindings: net: ftgmac100: convert to yaml version from txt
 2023-08-17 17:59 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-08-17 17:57 UTC  (5+ messages)

[PATCH] mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_buffer
 2023-08-17 17:57 UTC 

[PATCH 00/15] Introduce /dev/mshv drivers
 2023-08-17 17:57 UTC  (7+ messages)
` [PATCH 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
` [PATCH 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH] mm,kexec,ima,x86: use memblock_free_late from ima_free_kexec_buffer
 2023-08-17 17:55 UTC 

[PATCH] vfio/type1: fix cap_migration information leak
 2023-08-17 17:55 UTC  (2+ messages)

[PATCH] rcu: Update jiffies locally in rcu_cpu_stall_reset()
 2023-08-17 17:54 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-08-17 17:53 UTC  (4+ messages)

[PATCH -next] ACPI: Remove unused declarations
 2023-08-17 17:53 UTC  (2+ messages)

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-17 17:52 UTC  (8+ messages)

[PATCH v2] mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-17 17:52 UTC 

[rfc, PATCH v1 1/1] min_heap: Make use of cmp_func_t and swap_func_t types
 2023-08-17 17:51 UTC  (2+ messages)

[PATCH v2] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-08-17 17:49 UTC  (2+ messages)

[PATCH v1] ACPI: extlog: Fix finding the generic error data for v3 structure
 2023-08-17 17:45 UTC  (3+ messages)

Possible nvme regression in 6.4.11
 2023-08-17 17:43 UTC  (6+ messages)

kernel/bpf/helpers.c:1993:6: warning: no previous declaration for 'bpf_rcu_read_lock'
 2023-08-17 17:43 UTC 

[net-next PATCH v3] octeontx2-pf: Use PTP HW timestamp counter atomic update feature
 2023-08-17 17:43 UTC 

[PATCH] acpi,mm: fix typo sibiling -> sibling
 2023-08-17 17:42 UTC  (2+ messages)

[PATCH v7 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-17 17:42 UTC  (9+ messages)
` [PATCH v7 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy

[PATCH] PNP/ACPI: Fix string truncation warning
 2023-08-17 17:39 UTC  (2+ messages)

[RFC PATCH 0/2] Add a test to catch unprobed Devicetree devices
 2023-08-17 17:39 UTC  (7+ messages)
` [RFC PATCH 2/2] kselftest: Add Devicetree unprobed devices test

[PATCH -next] ACPI: Remove unsued extern declaration acpi_paddr_to_node()
 2023-08-17 17:36 UTC  (2+ messages)

[PATCH v1] samples: kfifo: Fixes a typo
 2023-08-17 17:36 UTC 

[PATCH net-next v5 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags
 2023-08-17 17:35 UTC  (5+ messages)
` [PATCH net-next v5 2/3] net: dsa: rzn1-a5psw: add support for .port_bridge_flags

[PATCH v3] Documentation/highmem: Add information about kmap_local_folio()
 2023-08-17 17:34 UTC  (4+ messages)

[PATCH] ext4: Modify the rec_len helpers to accommodate future cases
 2023-08-17 17:31 UTC  (2+ messages)

[BUG] KCSAN: ACPI: data-race in acpi_ut_trace_u32 / acpi_ut_track_stack_ptr
 2023-08-17 17:30 UTC 

[RFC net-next 0/5] Support for PHY test modes
 2023-08-17 17:29 UTC  (3+ messages)
` [PATCH ethtool 2/2] ethtool: Add support "

[PATCH 0/2] selftests: landlock: fix runs on older systems
 2023-08-17 17:26 UTC  (4+ messages)
` [PATCH 2/2] selftests: landlock: skip all tests without landlock syscall

[PATCH v2] blk-mq: release scheduler resource when request complete
 2023-08-17 17:26 UTC  (7+ messages)

[PATCH v3] ACPI: video: Put ACPI video and its child devices to D0 at boot
 2023-08-17 17:25 UTC  (4+ messages)

[PATCH] ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans
 2023-08-17 17:25 UTC  (2+ messages)

[PATCH 3/3] arm64: dts: rockchip: Add Orange Pi 5
 2023-08-17 17:23 UTC  (2+ messages)

[PATCH v3] scsi: sli4: Remove code duplication
 2023-08-17 17:24 UTC  (2+ messages)

[PATCH v2][next] cgroup: Avoid -Wstringop-overflow warnings
 2023-08-17 17:23 UTC  (5+ messages)

[PATCH v1] PCI: qcom: Add sysfs entry to change link speed dynamically
 2023-08-17 17:20 UTC  (2+ messages)

[PATCH 1/9] mfd: stmpe: Fix Wvoid-pointer-to-enum-cast warning
 2023-08-17 17:19 UTC  (2+ messages)

[PATCH v1 1/1] docs: kernel-parameters: Refer to the correct bitmap function
 2023-08-17 17:18 UTC  (2+ messages)

[PATCH v3][next] cgroup: Avoid -Wstringop-overflow warnings
 2023-08-17 17:19 UTC 

[PATCH v4 0/6] ASoC: mediatek: Add support for MT7986 SoC
 2023-08-17 17:17 UTC  (3+ messages)
` [PATCH v4 5/6] ASoC: dt-bindings: mediatek,mt7986-wm8960: add mt7986-wm8960 document

[PATCH] Add support for more XMC series
 2023-08-17 17:17 UTC  (4+ messages)

[PATCH v2 0/6] dt: changeset fixes and cleanups
 2023-08-17 17:15 UTC  (5+ messages)
` [PATCH v2 5/6] of: dynamic: Move dead property list check into property add/update functions

[PATCH v2 0/3] fs/ecryptfs: Replace kmap{,_atomic}() with kmap_local_page()
 2023-08-17 17:13 UTC  (3+ messages)

[PATCH v6 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-17 17:13 UTC  (5+ messages)
` [PATCH v6 6/6] "

[PATCH v4] hid-mcp2200: added driver for GPIOs of MCP2200
 2023-08-17 17:11 UTC  (2+ messages)

[PATCH net-next v5 0/9] net: stmmac: add new features to xgmac
 2023-08-17 16:57 UTC  (10+ messages)
` [PATCH net-next v5 1/9] net: stmmac: correct RX COE parsing for xgmac
` [PATCH net-next v5 2/9] net: stmmac: xgmac: add more feature parsing from hw cap
` [PATCH net-next v5 3/9] net: stmmac: enlarge max rx/tx queues and channels to 16
` [PATCH net-next v5 4/9] net: stmmac: reflect multi irqs for tx/rx channels and mac and safety
` [PATCH net-next v5 5/9] net: stmmac: xgmac: support per-channel irq
` [PATCH net-next v5 6/9] dt-bindings: net: snps,dwmac: add safety irq support
` [PATCH net-next v5 7/9] net: stmmac: platform: support parsing safety irqs from DT
` [PATCH net-next v5 8/9] dt-bindings: net: snps,dwmac: add per channel irq support
` [PATCH net-next v5 9/9] net: stmmac: platform: support parsing per channel irq from DT

[PATCH v1] samples: kprobes: Fixes a typo
 2023-08-17 17:08 UTC 

[PATCH 1/2] dt-bindings: mfd: syscon: Add ti,dss-oldi-io-ctrl compatible
 2023-08-17 17:07 UTC  (2+ messages)

[PATCH v3 0/4] drm/msm: Enable widebus for DSI
 2023-08-17 17:07 UTC  (5+ messages)
` [PATCH v3 2/4] drm/msm/dpu: Enable widebus for DSI INTF

[RFC PATCH 2/2] PCI: j721e: Add support to build pci-j721e as a kernel module
 2023-08-17 17:04 UTC  (2+ messages)

[PATCH 1/2] mfd: (tps65086): Read DEVICE ID register 1 from device
 2023-08-17 17:02 UTC  (2+ messages)

[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
 2023-08-17 16:59 UTC  (5+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA

[syzbot] [media?] [usb?] UBSAN: shift-out-of-bounds in set_flicker
 2023-08-17 16:57 UTC 

[PATCH] [RFC] signal: Add KUnit tests
 2023-08-17 16:57 UTC  (3+ messages)

[PATCH] lkdtm: use the return value of strim()
 2023-08-17 16:55 UTC  (2+ messages)

[rfc, rft, PATCH v1 0/2] bitmap: clean up and (micro?)optimization
 2023-08-17 16:54 UTC  (3+ messages)
` [PATCH v1 1/2] bitmap: Use constants and macros from bits.h
` [PATCH v1 2/2] bitmap: Optimize memset() calls

[PATCH 1/2] leds: Add driver for mp3326
 2023-08-17 16:54 UTC  (2+ messages)

[RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
 2023-08-17 16:53 UTC  (2+ messages)

[PATCH] kill do_each_thread()
 2023-08-17 16:53 UTC  (2+ messages)

[PATCH] drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_state
 2023-08-17 16:48 UTC 

[syzbot] [ext4?] kernel panic: EXT4-fs (device loop0): panic forced after error (3)
 2023-08-17 16:47 UTC  (5+ messages)

[PATCH v4] mm: oom: introduce cpuset oom
 2023-08-17 16:45 UTC  (4+ messages)

[PATCH 0/2] can: per-device hardware filter support
 2023-08-17 16:45 UTC  (3+ messages)
` [PATCH 1/2] can: netlink: support setting hardware filters

[PATCH] mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450
 2023-08-17 16:44 UTC  (5+ messages)

[PATCH v2] ACPI: processor_core: LoongArch: Get physical id from MADT table
 2023-08-17 16:40 UTC  (3+ messages)

[PATCH 0/2] iommu/iova: Make the rcache depot properly flexible
 2023-08-17 16:39 UTC  (2+ messages)

[RFC PATCH 1/1] sched: ttwu_queue_cond: perform queued wakeups across different L2 caches
 2023-08-17 16:37 UTC  (5+ messages)


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