messages from 2023-12-07 21:00:02 to 2023-12-07 21:47:01 UTC [more...]
+ 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-timers: 11 runs, 4 regressions (v4.19.299-cip105)
2023-12-07 21:44 UTC
cip/linux-4.19.y-cip ltp-mm: 6 runs, 2 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 1/5] drm/atomic: Move the drm_atomic_state field doc inline
2023-12-07 21:41 UTC (6+ messages)
` [PATCH 2/5] drm/atomic: Remove inexistent reference
` [PATCH 3/5] drm/atomic: Rework the object doc a bit
[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)
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
2023-12-07 21:38 UTC (62+ 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
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 v2] net: ena: replace deprecated strncpy with strscpy
2023-12-07 21:34 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 i-g-t v5 0/3] xe: Validate fixed CCS mode setting
2023-12-07 21:33 UTC (5+ 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
[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 (6+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
` [devel-ipsec] "
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
[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 kselftest-seccomp: 2 runs, 2 regressions (v5.10.201-cip41-28-ga386bc478aa6b)
2023-12-07 21:13 UTC
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-filesystems: 9 runs, 1 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-lkdtm: 1 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 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-ipc: 14 runs, 2 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
cip/linux-5.10.y-cip ltp-timers: 13 runs, 3 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 (18+ messages)
` [PATCH v4 01/17] gdbstub, mcdstub: file and build structure adapted to accomodate for the mcdstub
` [PATCH v4 02/17] gdbstub: hex conversion functions moved to cutils.h
` [PATCH v4 03/17] gdbstub: GDBRegisterState moved to gdbstub.h so it can be used outside of the gdbstub
` [PATCH v4 04/17] gdbstub: DebugClass added to system mode
` [PATCH v4 05/17] mcdstub: memory helper functions added
` [PATCH v4 06/17] mcdstub: -mcd start option added, mcd specific defines added
` [PATCH v4 07/17] mcdstub: mcdserver initialization functions added
` [PATCH v4 08/17] cutils: qemu_strtou32 function added
` [PATCH v4 09/17] mcdstub: TCP packet plumbing added
` [PATCH v4 10/17] mcdstub: open and close server funcitons added
` [PATCH v4 11/17] mcdstub: system and core queries added
` [PATCH v4 12/17] mcdstub: all core specific "
` [PATCH v4 13/17] mcdstub: go, step and break added
` [PATCH v4 14/17] mcdstub: state query added
` [PATCH v4 15/17] mcdstub: skeleton for reset handling added
` [PATCH v4 16/17] mcdstub: register access added
` [PATCH v4 17/17] mcdstub: break/watchpoints added
[PATCH v4 1/1] PCI: switchtec: Fix stdev_release() crash after surprise hot remove
2023-12-07 21:08 UTC (2+ messages)
64-bit userspace root file system for hppa64
2023-12-07 21:08 UTC (10+ messages)
[PATCH] hwmon: (corsair-psu) Fix probe when built-in
2023-12-07 21:07 UTC
[RFC PATCH v1 0/1] ARCH_FIXED_CONFIG introduction for randconfig
2023-12-07 21:07 UTC (4+ messages)
` [RFC PATCH v1 1/1] xen/Makefile: introduce ARCH_FIXED_CONFIG "
[PATCH v1 01/10] usb: typec: bus: provide transmit type for alternate mode drivers
2023-12-07 21:06 UTC (2+ messages)
[PATCH] freezer,sched: Move state information judgment outside task_call_func
2023-12-07 21:06 UTC (2+ messages)
[PATCH 1/3] nvdimm/btt: fix btt_blk_cleanup() kernel-doc
2023-12-07 21:05 UTC (3+ messages)
` [PATCH 2/3] nvdimm/dimm_devs: fix kernel-doc for function params
` [PATCH 3/3] nvdimm/namespace: "
[PATCH v2] mpt3sas: suppress a warning in debug kernel
2023-12-07 20:57 UTC (2+ messages)
[PATCH] maple_tree: Fix mas_prev() state separation code
2023-12-07 21:04 UTC (3+ messages)
[PATCH wpan-tools 0/2] Associations support
2023-12-07 21:04 UTC (2+ messages)
[PATCH] block: Remove special-casing of compound pages
2023-12-07 21:04 UTC (2+ messages)
[PATCH 1/3] block: Rework bio_for_each_segment_all()
2023-12-07 21:04 UTC (6+ messages)
[PATCH][next] drm/amd/display: Fix spelling mistake "SMC_MSG_AllowZstatesEntr" -> "SMC_MSG_AllowZstatesEntry"
2023-12-07 21:02 UTC (4+ messages)
[PATCH 0/3] media: imx415: Add more modes
2023-12-07 21:02 UTC (3+ messages)
` [PATCH 1/3] media: i2c: imx415: Convert to new CCI register access helpers
[PATCH 1/8] wifi: mt76: change txpower init to per-phy
2023-12-07 21:01 UTC (5+ messages)
` [PATCH 2/8] wifi: mt76: mt7996: add txpower setting support
[PATCH net-next v3 0/5] net/sched: conditional notification of events for cls and act
2023-12-07 21:00 UTC (7+ messages)
` [PATCH net-next v3 1/5] rtnl: add helper to check if rtnl group has listeners
` [PATCH net-next v3 2/5] rtnl: add helper to check if a notification is needed
` [PATCH net-next v3 3/5] rtnl: add helper to send if skb is not null
[PATCH] !fixup: drm/xe/gsc: GSC FW load
2023-12-07 20:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.