LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-29 00:10:37 to 2024-03-29 02:19:34 UTC [more...]

arch/m68k/include/asm/page.h:10:25: error: 'CONFIG_PAGE_SHIFT' undeclared; did you mean 'CONFIG_LOG_BUF_SHIFT'?
 2024-03-29  2:19 UTC 

[PATCH v8 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  2:18 UTC  (5+ 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
    ` [External] "

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

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-29  2:14 UTC  (13+ messages)
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling

[PATCH] LANDLOCK: use kmem_cache for landlock_object
 2024-03-29  2:14 UTC  (3+ messages)

[PATCH V6 net-next 0/4] Support some features for the HNS3 ethernet driver
 2024-03-29  2:11 UTC  (5+ messages)
` [PATCH V6 net-next 3/4] net: hns3: dump more reg info based on ras mod
` [PATCH V6 net-next 4/4] net: hns3: add support to query scc version by devlink info

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-29  2:11 UTC  (5+ messages)
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v19 094/130] KVM: TDX: Implement methods to inject NMI

[PATCH net v2 1/2] virtio_net: Do not set rss_indir if RSS is not supported
 2024-03-29  2:10 UTC  (6+ messages)

[PATCH] LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
 2024-03-29  2:09 UTC  (2+ messages)

[PATCH v8 00/12] x86: Support Key Locker
 2024-03-29  1:53 UTC  (16+ messages)
` [PATCH v9 00/14] "
  ` [PATCH v9 01/14] Documentation/x86: Document "
  ` [PATCH v9 02/14] x86/cpufeature: Enumerate Key Locker feature
  ` [PATCH v9 03/14] x86/insn: Add Key Locker instructions to the opcode map
  ` [PATCH v9 04/14] x86/asm: Add a wrapper function for the LOADIWKEY instruction
  ` [PATCH v9 05/14] x86/msr-index: Add MSRs for Key Locker wrapping key
  ` [PATCH v9 06/14] x86/keylocker: Define Key Locker CPUID leaf
  ` [PATCH v9 07/14] x86/cpu/keylocker: Load a wrapping key at boot time
  ` [PATCH v9 08/14] x86/PM/keylocker: Restore the wrapping key on the resume from ACPI S3/4
  ` [PATCH v9 09/14] x86/hotplug/keylocker: Ensure wrapping key backup capability
  ` [PATCH v9 10/14] x86/cpu/keylocker: Check Gather Data Sampling mitigation
  ` [PATCH v9 11/14] x86/cpu/keylocker: Check Register File "
  ` [PATCH v9 12/14] x86/Kconfig: Add a configuration for Key Locker
  ` [PATCH v9 13/14] crypto: x86/aes - Prepare for new AES-XTS implementation
  ` [PATCH v9 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm

[PATCH] LoongArch: Select ARCH_HAS_FAST_MULTIPLIER
 2024-03-29  2:09 UTC  (2+ messages)

[PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full
 2024-03-29  2:08 UTC  (11+ messages)
          ` for_each_domain()/sched_domain_span() has offline CPUs (was Re: [PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full)

[PATCH v8 0/4] sched: Don't trigger misfit if affinity is restricted
 2024-03-29  2:06 UTC  (2+ messages)

[PATCH v6 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-03-29  2:04 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
` [PATCH v6 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v6 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux

[PATCH net-next v2 1/3] net: phy: marvell: add basic support of 88E308X/88E609X family
 2024-03-29  2:02 UTC  (3+ messages)
` [PATCH net-next v2 2/3] net: ethtool: Add impedance mismatch result code to cable test

[PATCH] tools/resolve_btfids: fix build with musl libc
 2024-03-29  2:00 UTC  (4+ messages)

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-03-29  1:56 UTC  (3+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags

[tip:master] BUILD SUCCESS 9699768066a9b12db247d5ee9276cf298b67528d
 2024-03-29  1:54 UTC 

[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
 2024-03-29  1:53 UTC  (37+ messages)
` [RFC PATCH v4 01/36] fuse-bpf: Update fuse side uapi
` [RFC PATCH v4 02/36] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v4 03/36] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v4 04/36] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v4 05/36] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v4 06/36] fuse-bpf: Don't support export_operations
` [RFC PATCH v4 07/36] fuse-bpf: Add support for access
` [RFC PATCH v4 08/36] fuse-bpf: Partially add mapping support
` [RFC PATCH v4 09/36] fuse-bpf: Add lseek support
` [RFC PATCH v4 10/36] fuse-bpf: Add support for fallocate
` [RFC PATCH v4 11/36] fuse-bpf: Support file/dir open/close
` [RFC PATCH v4 12/36] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v4 13/36] fuse-bpf: Add support for read/write iter
` [RFC PATCH v4 14/36] fuse-bpf: support readdir
` [RFC PATCH v4 15/36] fuse-bpf: Add support for sync operations
` [RFC PATCH v4 16/36] fuse-bpf: Add Rename support
` [RFC PATCH v4 17/36] fuse-bpf: Add attr support
` [RFC PATCH v4 18/36] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v4 19/36] fuse-bpf: Add xattr support
` [RFC PATCH v4 20/36] fuse-bpf: Add symlink/link support
` [RFC PATCH v4 21/36] fuse-bpf: Add partial flock support
` [RFC PATCH v4 22/36] fuse-bpf: Add partial ioctl support
` [RFC PATCH v4 23/36] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v4 24/36] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v4 25/36] bpf: Increase struct_op max members
` [RFC PATCH v4 26/36] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v4 27/36] fuse-bpf: Export Functions
` [RFC PATCH v4 28/36] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v4 29/36] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v4 30/36] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v4 31/36] fuse-bpf: Add userspace "
` [RFC PATCH v4 32/36] WIP: fuse-bpf: add error_out
` [RFC PATCH v4 33/36] fuse-bpf: Add default filter op
` [RFC PATCH v4 34/36] tools: Add FUSE, update bpf includes
` [RFC PATCH v4 35/36] fuse-bpf: Add selftests
` [RFC PATCH v4 36/36] fuse: Provide easy way to test fuse struct_op call

[PATCH net] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:54 UTC  (5+ messages)

[RFC PATCH 1/2] spi: dt-bindings: add Siflower Quad SPI controller
 2024-03-29  1:51 UTC  (2+ messages)
` [RFC PATCH 2/2] spi: "

[PATCH net v2] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:50 UTC 

[PATCH] qed: Drop useless pci_params.pm_cap
 2024-03-29  1:50 UTC  (2+ messages)

[PATCH] usb-storage: Optimize scan delay more precisely
 2024-03-29  1:45 UTC  (9+ messages)
          ` [usb-storage] "

[PATCH v2 0/6] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays
 2024-03-29  1:44 UTC  (7+ messages)
` [PATCH v2 2/6] arm64: dts: qcom: qcs6490-rb3gen2: Add DP output

[patch V3 28/33] PCI/MSI: Provide IMS (Interrupt Message Store) support
 2024-03-29  1:41 UTC  (3+ messages)

[PATCH] objtool/x86: objtool can confuse memory and stack access
 2024-03-29  1:39 UTC  (2+ messages)

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

[PATCH v2 3/3] platform/chrome: cros_ec_ucsi: Implement UCSI PDC driver
 2024-03-29  1:37 UTC  (6+ messages)

[PATCH v3 0/2] Mesh PMU: Add tertiary match group support
 2024-03-29  1:32 UTC  (3+ messages)
` [PATCH v3 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number
` [PATCH v3 2/2] perf/arm-cmn: Enable support for tertiary match group

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

[PATCH] block: fix overflow in blk_ioctl_discard()
 2024-03-29  1:23 UTC 

[PATCH] ptp: MAINTAINERS: drop Jeff Sipek
 2024-03-29  1:30 UTC  (2+ messages)

[PATCH v2 0/9] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-03-29  1:29 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw
 2024-03-29  1:29 UTC  (2+ messages)

[PATCH] ASoC: kirkwood: Fix potential NULL dereference
 2024-03-29  1:28 UTC  (2+ messages)

[PATCH][next] nfp: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-29  1:17 UTC 

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-03-29  1:14 UTC  (6+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-03-29  1:06 UTC  (18+ messages)
` [RFC PATCH v3 01/17] x86/resctrl: Add support for "
` [RFC PATCH v3 02/17] x86/resctrl: Add ABMC feature in the command line options
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 05/17] x86/resctrl: Introduce the interface to display the assignment state
` [RFC PATCH v3 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 08/17] x86/resctrl: Initialize assignable counters bitmap
` [RFC PATCH v3 09/17] x86/resctrl: Introduce assign state for the mon group
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment
` [RFC PATCH v3 11/17] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [RFC PATCH v3 12/17] x86/resctrl: Add the functionality to assign the RMID
` [RFC PATCH v3 13/17] x86/resctrl: Add the functionality to unassign "
` [RFC PATCH v3 14/17] x86/resctrl: Enable ABMC by default on resctrl mount
` [RFC PATCH v3 15/17] x86/resctrl: Introduce the interface switch between ABMC and legacy_mbm
` [RFC PATCH v3 16/17] x86/resctrl: Introduce interface to list assignment states of all the groups
` [RFC PATCH v3 17/17] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH v2] tg3: Remove residual error handling in tg3_suspend
 2024-03-29  1:10 UTC  (3+ messages)
` [PATCH net-next "

Add clk-fixes branch to pending-fixes
 2024-03-29  1:06 UTC 

[PATCH] ima: Fix use-after-free on a dentry's dname.name
 2024-03-29  1:02 UTC  (2+ messages)

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

[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  (7+ 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  (4+ messages)
` [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)

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  (27+ 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 v1] phy/qcom-qmp-combo: propagate correct return value at phy_power_on()
 2024-03-29  0:24 UTC  (2+ 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)


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).