All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-07 21:08:50 to 2023-12-07 22:05:01 UTC [more...]

+ selftests-mm-factor-out-thp-settings-management.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

+ selftests-mm-support-multi-size-thp-interface-in-thp_settings.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

+ selftests-mm-khugepaged-enlighten-for-multi-size-thp.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-07 21:56 UTC  (3+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface

+ mm-thp-introduce-multi-size-thp-sysfs-interface.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

+ mm-thp-support-allocation-of-anonymous-multi-size-thp.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

+ mm-non-pmd-mappable-large-folios-for-folio_add_new_anon_rmap.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

+ mm-allow-deferred-splitting-of-arbitrary-anon-large-folios.patch added to mm-unstable branch
 2023-12-07 22:04 UTC 

[PATCH i-g-t v5 0/3] xe: Validate fixed CCS mode setting
 2023-12-07 22:04 UTC  (6+ messages)
` [PATCH i-g-t v5 1/3] lib/xe: Add __xe_exec_queue_create()
` [PATCH i-g-t v5 2/3] lib/intel_compute: Update intel_compute to run on specified engine
` [PATCH i-g-t v5 3/3] tests/xe_compute: Validate ccs_mode setting
` ✗ GitLab.Pipeline: warning for xe: Validate fixed CCS mode setting
` ✓ Fi.CI.BAT: success "

[PATCH yocto-autobuilder-helper] script/run-toaster-test : Added new global variables needed to run test in toaster build folder
 2023-12-07 22:02 UTC  (2+ messages)

[PATCH 0/7] lib: sbi: Probe PMP locked entries and adjust first usable PMP index
 2023-12-07 22:04 UTC  (8+ messages)
` [PATCH 1/7] lib: sbi: Probe pmp_count in read-only
` [PATCH 2/7] lib: sbi: detect the number of PMP entries first
` [PATCH 3/7] lib: sbi: Probe reserved PMP regions before OpenSBI start
` [PATCH 4/7] lib: sbi: probe PMP allowed addr from first usable PMP
` [PATCH 5/7] lib: sbi: adjust first usable PMP index to sbi_hart_pmp_reserved
` [PATCH 6/7] lib: sbi: Not use smepmp if has pmp reserved and MSECCFG.MML=1
` [PATCH 7/7] lib: sbi: show the number of PMP Reserved

[PATCH v1 0/2] Bluetooth: Support SCO offload for QCA2066
 2023-12-07 21:59 UTC  (6+ messages)

[bug report] until recently, code for bpf_loop callbacks using stack for ctx was mangled by verifier
 2023-12-07 21:58 UTC 

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-07 21:57 UTC  (63+ messages)
` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v3 13/59] netfs: Add support for DIO buffering
` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
` [PATCH v3 15/59] netfs: Add bounce buffering support
` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice
` [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath
` [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read
` [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support
` [PATCH v3 30/59] netfs: Implement buffered write API
` [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v3 32/59] netfs: Provide netfs_file_read_iter()
` [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v3 34/59] netfs: Provide a writepages implementation
` [PATCH v3 35/59] netfs: Provide minimum blocksize parameter
` [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v3 37/59] netfs: Perform content encryption
` [PATCH v3 38/59] netfs: Decrypt encrypted content
` [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read
` [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v3 41/59] netfs: Provide a launder_folio implementation
` [PATCH v3 42/59] netfs: Implement a write-through caching option
` [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v3 45/59] afs: Use the netfs write helpers
` [PATCH v3 46/59] 9p: Use netfslib read/write_iter
` [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v3 48/59] cifs: Share server EOF pos with netfslib
` [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest
` [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args
` [PATCH v3 53/59] cifs: Implement netfslib hooks
` [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v3 55/59] cifs: Cut over to using netfslib
` [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1
` [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2
` [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3
` [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty

[PATCH v2] net: mdio_bus: replace deprecated strncpy with strscpy
 2023-12-07 21:57 UTC 

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2023-12-07 21:57 UTC  (2+ messages)

[PATCH qemu v2 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
 2023-12-07 21:57 UTC  (3+ messages)
` [PATCH qemu v2 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
` [PATCH qemu v2 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

[PATCH v2] net: mdio-gpio: replace deprecated strncpy with strscpy
 2023-12-07 21:54 UTC 

IETF 118 BPF WG summary
 2023-12-07 21:51 UTC  (5+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[PATCH 1/5] drm/atomic: Move the drm_atomic_state field doc inline
 2023-12-07 21:51 UTC  (10+ messages)
` [PATCH 2/5] drm/atomic: Remove inexistent reference
` [PATCH 3/5] drm/atomic: Rework the object doc a bit
` [PATCH 4/5] drm/atomic: Make the drm_atomic_state documentation less ambiguous
` [PATCH 5/5] drm/todo: Add entry to rename drm_atomic_state

[PATCH 0/4] Prepare for fsnotify pre-content permission events
 2023-12-07 21:51 UTC  (2+ messages)

[PATCH] sscanf.3: Remove term 'deprecated', and expand BUGS
 2023-12-07 21:50 UTC  (2+ messages)
  ` Fwd: "

[toaster][PATCH 0/1] Update test build for toaster
 2023-12-07 21:49 UTC  (2+ messages)
` [toaster][PATCH 1/1] toaster: Update build test

[PATCH v2] net: ena: replace deprecated strncpy with strscpy
 2023-12-07 21:48 UTC  (2+ messages)

[PATCH v2 1/1] arm64: defconfig: Enable SDM660 Clock Controllers
 2023-12-07 21:48 UTC  (6+ messages)

[tip:ras/core] BUILD SUCCESS cf0573939d3f4ce822ceb742a8179f38697b1953
 2023-12-07 21:47 UTC 

64-bit userspace root file system for hppa64
 2023-12-07 21:47 UTC  (11+ messages)

+ lib-cgroup_cpusc-dont-zero-cpumasks-in-group_cpus_evenly-on-allocation.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

+ lib-group_cpusc-drop-unneeded-cpumask_empty-call-in-__group_cpus_evenly.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

+ lib-group_cpus-optimize-outer-loop-in-grp_spread_init_one.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

+ lib-group_cpus-optimize-inner-loop-in-grp_spread_init_one.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

+ lib-group_cpus-relax-atomicity-requirement-in-grp_spread_init_one.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

+ cpumask-introduce-for_each_cpu_and_from.patch added to mm-nonmm-unstable branch
 2023-12-07 21:46 UTC 

[PATCH v2 0/6] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
 2023-12-07 21:46 UTC  (6+ messages)
` [PATCH v2 1/6] cpumask: introduce for_each_cpu_and_from()
` [PATCH v2 3/6] lib/group_cpus: optimize inner loop in grp_spread_init_one()

[Intel-xe] [PATCH v3 0/3] drm/xe: Enable fixed CCS mode
 2023-12-07 21:45 UTC  (3+ messages)
` [Intel-xe] [PATCH v3 1/3] drm/xe: Enable Fixed CCS mode setting

+ freevxfs-lookup-fix-function-params-kernel-doc.patch added to mm-nonmm-unstable branch
 2023-12-07 21:29 UTC 

cip/linux-4.19.y-cip ltp-mm: 6 runs, 2 regressions (v4.19.299-cip105)
 2023-12-07 21:44 UTC 

cip/linux-4.19.y-cip ltp-timers: 11 runs, 4 regressions (v4.19.299-cip105)
 2023-12-07 21:44 UTC 

[PATCH i-g-t] benchmarks/gem_wsim: Fix array index issue in xe_sync object referencing
 2023-12-07 21:44 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

cip/linux-4.19.y-cip kselftest-seccomp: 3 runs, 1 regressions (v4.19.299-cip105)
 2023-12-07 21:44 UTC 

cip/linux-4.19.y-cip ltp-ipc: 10 runs, 2 regressions (v4.19.299-cip105)
 2023-12-07 21:44 UTC 

+ freevxfs-bmap-fix-kernel-doc-warnings.patch added to mm-nonmm-unstable branch
 2023-12-07 21:29 UTC 

[PATCH net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-07 21:30 UTC  (3+ messages)

+ freevxfs-immed-fix-kernel-doc-param-name.patch added to mm-nonmm-unstable branch
 2023-12-07 21:29 UTC 

[RFC PATCH] xen/arm: Add emulation of Debug Data Transfer Registers
 2023-12-07 21:41 UTC  (14+ messages)

[PATCH v2] qlcnic: replace deprecated strncpy with strscpy
 2023-12-07 21:42 UTC 

[PATCH v17 0/4] Add support for RZ/G2L GPT
 2023-12-07 21:41 UTC  (5+ messages)
` [PATCH v17 3/4] pwm: "

[PATCH 0/3] Add AM64x ICSSG Ethernet support
 2023-12-07 21:40 UTC  (7+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 "
` [PATCH 3/3] arm64: dts: ti: k3-am642-evm: add overlay for icssg1 2nd port

[Buildroot] [PATCH 1/1] package/erlang: requires DES in openssl
 2023-12-07 21:39 UTC 

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (2+ messages)
` (subset) "

bcachefs-tools 1.3.5 FTBFS
 2023-12-07 21:39 UTC  (6+ messages)

arch/arc/kernel/signal.c:77:31: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-07 21:38 UTC  (2+ messages)

[PATCH 00/21] Qualcomm generic board support
 2023-12-07 21:37 UTC  (5+ messages)
` [PATCH 18/21] dts: msm8916: import DT from Linux

[xen-unstable test] 184020: tolerable FAIL - PUSHED
 2023-12-07 21:37 UTC 

[PATCH v5 00/10] soc: qcom: spm: add support for SPM regulator
 2023-12-07 21:34 UTC  (5+ messages)
` [PATCH v5 03/10] soc: qcom: spm: add support for voltage regulator

[PATCH v2 1/2] kunit: tool: fix parsing of test attributes
 2023-12-07 21:34 UTC  (2+ messages)
` [PATCH v2 2/2] kunit: tool: add test for parsing attributes

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-07 21:30 UTC  (8+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH qemu 0/3] hw/arm: Add device STM32L4x5 EXTI
 2023-12-07 21:30 UTC  (4+ messages)
` [PATCH qemu 1/3] hw/arm: Implement "
` [PATCH qemu 2/3] hw/arm: Add STM32L4x5 EXTI QTest testcase
` [PATCH qemu 3/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC

[PATCH v2 00/10] devm_led_classdev_register() usage problem
 2023-12-07 21:29 UTC  (8+ messages)
` [PATCH v2 01/10] devm-helpers: introduce devm_mutex_init

[LTP] [PATCH v2 0/4] Add TDBUG tst_res() flag
 2023-12-07 21:27 UTC  (5+ messages)
` [LTP] [PATCH v2 1/4] lib/tests: Add test for testing tst_res() flags
` [LTP] [PATCH v2 2/4] lib: Add support for TDBUG tst_res() flag
` [LTP] [PATCH v2 3/4] fsx-linux: Reduce log output with TDBUG
` [LTP] [PATCH v2 4/4] fsx-linux: Use SAFE_MSYNC()

[PATCH i-g-t v6] tests/intel: Add Xe peer2peer test
 2023-12-07 21:28 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for tests/intel: Add Xe peer2peer test (rev7)

[PATCH] iommu/arm-smmu-qcom: Add missing GMU entry to match table
 2023-12-07 21:24 UTC  (2+ messages)

drivers/vhost/vringh.c:567:18: sparse: sparse: cast to restricted __virtio16
 2023-12-07 21:26 UTC 

drivers/remoteproc/stm32_rproc.c:139:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-07 21:26 UTC 

[RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2023-12-07 21:25 UTC  (6+ messages)

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-07 21:21 UTC  (3+ messages)
` [PATCH bpf-next v4 02/10] bpf: xfrm: "

[PATCH 1/3] freevxfs: bmap: fix kernel-doc warnings
 2023-12-07 21:20 UTC  (3+ messages)
` [PATCH 2/3] freevxfs: immed: fix kernel-doc param name
` [PATCH 3/3] freevxfs: lookup: fix function params kernel-doc

[PATCH] cxl/cdat: Free correct buffer on checksum error
 2023-12-07 21:18 UTC  (5+ messages)
  ` [PATCH] cxl/pci: Get rid of pointer arithmetic reading CDAT table

cip/linux-4.19.y-cip baseline: 130 runs, 22 regressions (v4.19.299-cip105)
 2023-12-07 21:14 UTC 

cip/linux-4.19.y-cip baseline-cip-nfs: 9 runs, 6 regressions (v4.19.299-cip105)
 2023-12-07 21:14 UTC 

cip/linux-4.19.y-cip baseline-nfs: 52 runs, 7 regressions (v4.19.299-cip105)
 2023-12-07 21:14 UTC 

[PATCH] vdpa: Fix an error handling path in eni_vdpa_probe()
 2023-12-07 21:13 UTC  (2+ messages)

[PATCH net-next v3] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-07 21:12 UTC  (2+ messages)

cip/linux-5.10.y-cip ltp-mm: 5 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip kselftest-seccomp: 2 runs, 2 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip kselftest-futex: 9 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip kselftest-filesystems: 9 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip kselftest-lib: 3 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip kselftest-lkdtm: 1 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip ltp-ipc: 14 runs, 2 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip ltp-fcntl-locktests: 9 runs, 1 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip ltp-timers: 13 runs, 3 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

cip/linux-5.10.y-cip ltp-pty: 8 runs, 2 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
 2023-12-07 21:13 UTC 

[PATCH 00/16] ALSA: hda/tas2781: Add tas2563 support
 2023-12-07 21:12 UTC  (6+ messages)
` [PATCH 03/16] ASoC: tas2781: disable regmap regcache

Rk3399 - Typec - Extcon
 2023-12-07 21:12 UTC 

[tj-cgroup:for-6.8] BUILD SUCCESS 3232e7aad11e541da86bbb1fa5ea5737b30bd006
 2023-12-07 21:11 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 2c0726752750d50547bef426085784178366336e
 2023-12-07 21:10 UTC 

[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
 2023-12-07 21:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Hand over the release manager role to Oleksii Kurochko
 2023-12-07 21:09 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_mmap: sanity check partial munmap
 2023-12-07 21:09 UTC  (2+ messages)
` ✗ CI.xeBAT: failure for "

[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
 2023-12-07 21:08 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for "

[PATCH v4 00/17] first version of mcdstub
 2023-12-07 21:03 UTC  (2+ messages)
` [PATCH v4 16/17] mcdstub: register access added


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.