linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 22:07:35 to 2024-03-29 01:01:49 UTC [more...]

[PATCH] Documentation/x86: Document resctrl bandwidth control units are MiB
 2024-03-29  1:01 UTC  (2+ messages)

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-03-29  0:59 UTC  (19+ messages)
` [RFC 1/9] "
` [RFC 2/9] loop: "
` [RFC 3/9] selftests: block_seek_hole: add loop block driver tests
` [RFC 4/9] dm: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 5/9] selftests: block_seek_hole: add dm-zero test
` [RFC 6/9] dm-linear: add llseek(SEEK_HOLE/SEEK_DATA) support
` [RFC 7/9] selftests: block_seek_hole: add dm-linear test

[PATCH v8 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  0:57 UTC  (4+ messages)
` [PATCH v8 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v8 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH 0/2] isolation: Exclude dynamically isolated CPUs from housekeeping masks
 2024-03-29  0:56 UTC  (4+ messages)
` [PATCH 1/2] sched/isolation: "

[PATCH 0/2] V2 arm64: dts: qcom: Add support for Samsung Galaxy Z Fold5
 2024-03-29  0:54 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] v2 "

[PATCH v2 0/5] In-place module initialisation
 2024-03-29  0:53 UTC  (3+ messages)
` [PATCH v2 1/5] rust: phy: implement `Send` for `Registration`

[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
 2024-03-29  0:40 UTC  (9+ messages)

[PATCH v6 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-29  0:40 UTC  (8+ messages)
` [PATCH v6 1/7] iio: accel: adxl345: Make data_range obsolete
` [PATCH v6 2/7] iio: accel: adxl345: Group bus configuration
` [PATCH v6 3/7] iio: accel: adxl345: Move defines to header
` [PATCH v6 4/7] dt-bindings: iio: accel: adxl345: Add spi-3wire
` [PATCH v6 5/7] iio: accel: adxl345: Pass function pointer to core
` [PATCH v6 6/7] iio: accel: adxl345: Add comment to probe
` [PATCH v6 7/7] iio: accel: adxl345: Add spi-3wire option

[PATCH v7 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  0:40 UTC 

[PATCH v3 0/9] Setting live video input format for ZynqMP DPSUB
 2024-03-29  0:38 UTC  (6+ messages)
` [PATCH v3 8/9] dt-bindings: xlnx: Add VTC and TPG bindings

[PATCH v5 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-29  0:33 UTC  (7+ messages)
` [PATCH v5 1/7] iio: accel: adxl345: Make data_range obsolete
` [PATCH v5 7/7] iio: accel: adxl345: Add spi-3wire option

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-29  0:31 UTC  (2+ messages)

[PATCH v2 1/1] gpiolib: Fix debug messaging in gpiod_find_and_request()
 2024-03-29  0:27 UTC  (2+ messages)

[PATCH 1/4] platform/x86: wmi: Mark simple WMI drivers as legacy-free
 2024-03-29  0:26 UTC  (4+ messages)
` [PATCH 2/4] platform/x86: xiaomi-wmi: Fix race condition when reporting key events

nfsd: memory leak when client does many file operations
 2024-03-29  0:25 UTC  (12+ messages)
` [External] : "
  ` Aw: "

[PATCH v3 00/30] NT synchronization primitive driver
 2024-03-29  0:06 UTC  (31+ messages)
` [PATCH v3 01/30] ntsync: Introduce the ntsync driver and character device
` [PATCH v3 02/30] ntsync: Introduce NTSYNC_IOC_CREATE_SEM
` [PATCH v3 03/30] ntsync: Introduce NTSYNC_IOC_SEM_POST
` [PATCH v3 04/30] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v3 05/30] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v3 06/30] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v3 07/30] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v3 08/30] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v3 09/30] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v3 10/30] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v3 11/30] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v3 12/30] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v3 13/30] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v3 14/30] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v3 15/30] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v3 16/30] ntsync: Introduce alertable waits
` [PATCH v3 17/30] selftests: ntsync: Add some tests for semaphore state
` [PATCH v3 18/30] selftests: ntsync: Add some tests for mutex state
` [PATCH v3 19/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v3 20/30] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v3 21/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v3 22/30] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v3 23/30] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v3 24/30] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v3 25/30] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v3 26/30] selftests: ntsync: Add tests for alertable waits
` [PATCH v3 27/30] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v3 28/30] selftests: ntsync: Add a stress test for contended waits
` [PATCH v3 29/30] maintainers: Add an entry for ntsync
` [PATCH v3 30/30] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v1] phy/qcom-qmp-combo: propagate correct return value at phy_power_on()
 2024-03-29  0:24 UTC  (4+ messages)

[PATCH v1 1/1] platform/x86: quickstart: Miscellaneous improvements
 2024-03-29  0:23 UTC  (4+ messages)

[RESEND v5 0/2] Update mce_record tracepoint
 2024-03-29  0:21 UTC  (3+ messages)
` [RESEND v5 1/2] tracing: Include PPIN in "
` [RESEND v5 2/2] tracing: Include Microcode Revision "

[PATCH] platform/x86: panasonic-laptop: fix NULL dereference
 2024-03-29  0:21 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] MMC fixes for v6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] Networking for v6.9-rc2
 2024-03-29  0:19 UTC  (2+ messages)

[GIT PULL] first round of NFSD fixes for v6.9
 2024-03-29  0:19 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v6.9-rc1
 2024-03-29  0:19 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_clone (8)
 2024-03-29  0:16 UTC 

[PATCH] fpga: dfl: fme: fix kernel-doc comments for some functions
 2024-03-29  0:15 UTC 

[PATCH v6 0/5] KVM: arm64: Support for 2023 dpISA extensions
 2024-03-29  0:13 UTC  (6+ messages)
` [PATCH v6 1/5] KVM: arm64: Share all userspace hardened thread data with the hypervisor
` [PATCH v6 2/5] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v6 3/5] KVM: arm64: Support FEAT_FPMR for guests
` [PATCH v6 4/5] KVM: arm64: selftests: Document feature registers added in 2023 extensions
` [PATCH v6 5/5] KVM: arm64: selftests: Teach get-reg-list about FPMR

[RFC PATCH v5 0/6] TPEBS counting mode support
 2024-03-29  0:12 UTC  (4+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2024-03-29  0:11 UTC  (2+ messages)

[PATCH v1] drm/msm/dp: assign correct DP controller ID to interface table
 2024-03-29  0:10 UTC  (8+ messages)
` [PATCH v1] drm/msm/dp: use dp_hpd_plug_handle() and dp_hpd_unplug_handle() directly

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-03-29  0:06 UTC  (18+ messages)
` [PATCH 2/9] libceph: avoid clang out-of-range warning
` [PATCH 3/9] rbd: avoid "
` [PATCH 4/9] kcov: avoid clang "
` [PATCH 6/9] nilfs2: fix "
` [PATCH 7/9] infiniband: uverbs: avoid out-of-range warnings
` [PATCH 8/9] mlx5: stop warning for 64KB pages

[PATCH RESEND] fpga: dfl: omit unneeded casts of u64 values for dev_dbg()
 2024-03-29  0:04 UTC 

[PATCH] dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
 2024-03-29  0:00 UTC  (2+ messages)

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-03-28 23:54 UTC  (18+ messages)
` [PATCH 01/11] staging: vc04_services: changen strncpy() to strscpy_pad()
` [PATCH 02/11] scsi: devinfo: rework scsi_strcpy_devinfo()
` [PATCH 04/11] orangefs: convert strncpy() to strscpy()
` [PATCH 05/11] test_hexdump: avoid string truncation warning
` [PATCH 06/11] acpi: avoid warning for truncated string copy
` [PATCH 07/11] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 09/11] staging: rtl8723bs: convert strncpy to strscpy
` [PATCH 10/11] staging: greybus: change strncpy() to strscpy()

[PATCH] fpga: dfl: afu: remove unused member pdata from struct dfl_afu
 2024-03-28 23:54 UTC 

Future handling of complex RGB devices on Linux v2
 2024-03-28 23:52 UTC  (12+ messages)
` Future handling of complex RGB devices on Linux v3
    ` In kernel virtual HID devices (was Future handling of complex RGB devices on Linux v3)

[PATCH net-next v2 0/5] allocate dummy device dynamically
 2024-03-28 23:52 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: create a dummy net_device allocator
` [PATCH net-next v2 2/5] net: marvell: prestera: allocate dummy net_device dynamically
` [PATCH net-next v2 3/5] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v2 4/5] net: ipa: "
` [PATCH net-next v2 5/5] net: ibm/emac: "

[PATCH 00/23] v2: imx258 improvement series
 2024-03-28 23:42 UTC  (8+ messages)
` [PATCH 08/23] media: i2c: imx258: Add support for 24MHz clock
` [PATCH 09/23] media: i2c: imx258: Add support for running on 2 CSI data lanes

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-28 23:41 UTC  (8+ messages)
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces
` [RFC PATCH v7 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v7 12/12] memory: RAS2: Add memory RAS2 driver

[PATCH] usb-storage: Optimize scan delay more precisely
 2024-03-28 23:38 UTC  (9+ messages)
          ` [usb-storage] "

[PATCH] mfd: intel-m10-bmc: Change staging size to a variable
 2024-03-28 23:35 UTC 

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-28 23:33 UTC  (7+ messages)
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling

[syzbot] [audit?] [bpf?] INFO: rcu detected stall in kauditd_thread (4)
 2024-03-28 23:27 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-03-28 23:23 UTC  (10+ messages)

[PATCH] Bluetooth: btintel: Add devices to HCI_QUIRK_BROKEN_LE_CODED
 2024-03-28 23:20 UTC  (3+ messages)

[PATCH 0/4] perf annotate: Use libcapstone as a disasssembler
 2024-03-28 23:20 UTC  (5+ messages)
` [PATCH 1/4] perf annotate: Use ins__is_xxx() if possible
` [PATCH 2/4] perf annotate: Add and use ins__is_nop()
` [PATCH 3/4] perf annotate: Split out util/disasm.c
` [PATCH 4/4] perf annotate: Use libcapstone to disassemble

[PATCH 0/2] media: uvcvideo: UVC minimum relative pan/tilt/zoom speed fix
 2024-03-28 23:18 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-28 23:17 UTC  (13+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

[syzbot] [bpf?] possible deadlock in kvfree_call_rcu
 2024-03-28 23:07 UTC  (2+ messages)

[PATCH v2] landlock: Add abstract unix socket connect restrictions
 2024-03-28 23:12 UTC 

[PATCH] sched/uclamp: Fix iowait boost UCLAMP_MAX escape
 2024-03-28 23:10 UTC  (2+ messages)

[PATCH v1 0/3] Speed up boot with faster linear map creation
 2024-03-28 23:08 UTC  (3+ messages)

[PATCH] wifi: mac80222: Fix ieee80211_i.h kernel-doc issues
 2024-03-28 23:07 UTC  (3+ messages)

[PATCH RFC 0/3] btrfs: zoned: reclaim block-groups more aggressively
 2024-03-28 23:06 UTC  (5+ messages)
` [PATCH RFC PATCH 2/3] btrfs: zoned: reserve relocation zone on mount
` [PATCH RFC PATCH 3/3] btrfs: zoned: kick cleaner kthread if low on space

[PATCH] pinctrl: core: delete incorrect free in pinctrl_enable()
 2024-03-28 23:05 UTC  (2+ messages)

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-03-28 23:05 UTC  (2+ messages)
` (subset) "

[PATCH 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
 2024-03-28 23:00 UTC  (2+ messages)

[PATCH] staging: gdm724x: Align descendant argument to the open parenthesis
 2024-03-28 22:51 UTC  (2+ messages)

[PATCH] x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
 2024-03-28 22:51 UTC  (2+ messages)

[PATCH] ASoC: tas2781: mark dvc_tlv with __maybe_unused
 2024-03-28 22:47 UTC 

[PATCH] cache: sifive_ccache: Partially convert to a platform driver
 2024-03-28 22:44 UTC  (2+ messages)

[syzbot] [scsi?] WARNING in sg_remove_sfp_usercontext
 2024-03-28 22:40 UTC  (2+ messages)

[RFC PATCH] sched: Consolidate cpufreq updates
 2024-03-28 22:37 UTC  (3+ messages)

[syzbot] [wireless?] possible deadlock in ieee80211_open
 2024-03-28 22:37 UTC  (2+ messages)

[PATCH] PCI: Update pci_find_capability() stub return values
 2024-03-28 22:36 UTC  (3+ messages)

[PATCH] clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
 2024-03-28 22:35 UTC  (2+ messages)

[PATCH v2] spi: spi.h: add missing kernel-doc for @last_cs_index_mask
 2024-03-28 22:33 UTC 

[PATCH] spi: spi.h: add missing kernel-doc for @last_cs_index_mask
 2024-03-28 22:33 UTC  (3+ messages)

[PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
 2024-03-28 22:21 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor

[PATCH 0/2] ASoC: SOF: imx: stop using the imx8_*_clocks API
 2024-03-28 22:12 UTC  (3+ messages)
` [PATCH 1/2] ASoC: SOF: imx: drop usage of "
` [PATCH 2/2] ASoC: SOF: imx: remove "

[PATCH v16 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-28 22:11 UTC  (4+ messages)
` [PATCH v16 01/20] security: add ipe lsm

[PATCH 00/52] USB: store owner from modules with usb_serial_register_drivers()
 2024-03-28 22:06 UTC  (24+ messages)
` [PATCH 30/52] USB: serial: navman: drop driver owner initialization
` [PATCH 31/52] USB: serial: omninet: "
` [PATCH 32/52] USB: serial: opticon: "
` [PATCH 33/52] USB: serial: option: "
` [PATCH 34/52] USB: serial: oti6858: "
` [PATCH 35/52] USB: serial: pl2303: "
` [PATCH 36/52] USB: serial: qcaux: "
` [PATCH 37/52] USB: serial: qcserial: "
` [PATCH 38/52] USB: serial: quatech2: "
` [PATCH 39/52] USB: serial: safe_serial: "
` [PATCH 40/52] USB: serial: sierra: "
` [PATCH 41/52] USB: serial: spcp8x5: "
` [PATCH 42/52] USB: serial: ssu100: "
` [PATCH 43/52] USB: serial: symbol: "
` [PATCH 44/52] USB: serial: ti_usb_3410_5052: "
` [PATCH 45/52] USB: serial: upd78f0730: "
` [PATCH 46/52] USB: serial: simple: "
` [PATCH 47/52] USB: serial: debug: "
` [PATCH 48/52] USB: serial: visor: "
` [PATCH 49/52] USB: serial: whiteheat: "
` [PATCH 50/52] USB: serial: wishbone: "
` [PATCH 51/52] USB: serial: xr: "
` [PATCH 52/52] USB: serial: xsens_mt: "

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-03-28 22:08 UTC  (12+ messages)

[PATCH v4 18/18] PCI: j721e: Add suspend and resume support
 2024-03-28 22:07 UTC  (2+ 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 NNTP newsgroup(s).