messages from 2023-12-07 19:07:54 to 2023-12-07 21:39:05 UTC [more...]
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
2023-12-07 21:34 UTC (54+ 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 32/59] netfs: Provide netfs_file_read_iter()
` [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 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 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 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 0/3] Add AM64x ICSSG Ethernet support
2023-12-07 21:34 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 "
[PATCH v2] net: ena: replace deprecated strncpy with strscpy
2023-12-07 21:34 UTC
[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 (7+ messages)
` [PATCH v9 2/2] arm64: boot: Support "
[PATCH v2 00/10] devm_led_classdev_register() usage problem
2023-12-07 21:29 UTC (7+ messages)
` [PATCH v2 01/10] devm-helpers: introduce devm_mutex_init
[PATCH] iommu/arm-smmu-qcom: Add missing GMU entry to match table
2023-12-07 21:24 UTC
drivers/vhost/vringh.c:567:18: sparse: sparse: cast to restricted __virtio16
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
[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
[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
[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
2023-12-07 21:10 UTC (2+ messages)
[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] hwmon: (corsair-psu) Fix probe when built-in
2023-12-07 21:07 UTC
[PATCH] freezer,sched: Move state information judgment outside task_call_func
2023-12-07 21:06 UTC (3+ messages)
[PATCH v1 01/10] usb: typec: bus: provide transmit type for alternate mode drivers
2023-12-07 21:06 UTC (3+ 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] maple_tree: Fix mas_prev() state separation code
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][next] drm/amd/display: Fix spelling mistake "SMC_MSG_AllowZstatesEntr" -> "SMC_MSG_AllowZstatesEntry"
2023-12-07 21:02 UTC (2+ messages)
[PATCH] dt-bindings: dma: Drop undocumented examples
2023-12-07 20:59 UTC (2+ messages)
linux-next: build failure after merge of the devicetree tree
2023-12-07 20:58 UTC (3+ messages)
[PATCH v1 1/2] ARM: dts: rockchip: add gpio alias for gpio dt nodes
2023-12-07 20:57 UTC (2+ messages)
[PATCH v1 1/3] x86/tdx: Check for TDX partitioning during early TDX init
2023-12-07 20:56 UTC (21+ messages)
[PATCH v3] hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolers
2023-12-07 20:48 UTC (4+ messages)
[PATCH v2 1/6] PCI/ASPM: Add locked helper for enabling link state
2023-12-07 20:47 UTC (2+ messages)
[GIT PULL] platform-drivers-x86 for v6.7-3
2023-12-07 20:47 UTC (2+ messages)
[GIT PULL] regmap fixes for v6.7-rc4
2023-12-07 20:47 UTC (2+ messages)
[GIT PULL] workqueue fixes for v6.7-rc4
2023-12-07 20:47 UTC (2+ messages)
[GIT PULL] Devicetree fixes for v6.7, take 1
2023-12-07 20:46 UTC (2+ messages)
[GIT PULL] cgroup fixes for v6.7-rc4
2023-12-07 20:46 UTC (2+ messages)
[GIT PULL] parisc architecture fix for v6.7-rc5
2023-12-07 20:46 UTC (2+ messages)
[PATCH] nvdimm-btt: fix a potential memleak in btt_freelist_init
2023-12-07 20:46 UTC (3+ messages)
[PATCH v3 0/5] hwmon: Add support for Amphenol ChipCap 2
2023-12-07 20:44 UTC (9+ messages)
` [PATCH v3 1/5] dt-bindings: vendor-prefixes: add Amphenol
` [PATCH v3 2/5] hwmon: (core) Add support for humidity min/max alarm
` [PATCH v3 3/5] ABI: sysfs-class-hwmon: add descriptions for humidity min/max alarms
` [PATCH v3 4/5] dt-bindings: hwmon: Add Amphenol ChipCap 2
` [PATCH v3 5/5] hwmon: Add support for "
[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
2023-12-07 20:41 UTC (13+ messages)
` [PATCH 4/8] perf annotate: Use global annotation_options
[PATCH v2 1/2] Input: i8042: Avoid probing if no keyboard and mouse are set in quirks
2023-12-07 20:39 UTC (3+ messages)
[PATCH v2 0/6] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
2023-12-07 20:39 UTC (7+ messages)
` [PATCH v2 1/6] cpumask: introduce for_each_cpu_and_from()
` [PATCH v2 2/6] lib/group_cpus: relax atomicity requirement in grp_spread_init_one()
` [PATCH v2 3/6] lib/group_cpus: optimize inner loop "
` [PATCH v2 4/6] lib/group_cpus: optimize outer "
` [PATCH 5/6] lib/cgroup_cpus.c: don't zero cpumasks in group_cpus_evenly() on allocation
` [PATCH 6/6] lib/group_cpus.c: drop unneeded cpumask_empty() call in __group_cpus_evenly()
[PATCH v5 3/4] clk: sophgo: Add SG2042 clock generator driver
2023-12-07 20:33 UTC (4+ messages)
[PATCH v2 0/6] drm/msm: DSI DSC video mode fixes
2023-12-07 20:33 UTC (5+ messages)
` [PATCH v2 2/6] drm/msm/dsi: set video mode widebus enable bit when widebus is enabled
` [PATCH v2 5/6] drm/msm/dsi: support DSC configurations with slice_per_pkt > 1
[PATCH v5] net: usb: ax88179_178a: avoid failed operations when device is disconnected
2023-12-07 20:32 UTC (4+ messages)
` [PATCH v6] "
[PATCH V2 0/5] Clean up perf mem
2023-12-07 20:31 UTC (7+ messages)
` [PATCH V2 1/5] perf mem: Add mem_events into the supported perf_pmu
` [PATCH V2 2/5] perf mem: Clean up perf_mem_events__ptr()
` [PATCH V2 3/5] perf mem: Clean up perf_mem_events__name()
` [PATCH V2 4/5] perf mem: Clean up perf_mem_event__supported()
` [PATCH V2 5/5] perf mem: Clean up is_mem_loads_aux_event()
[PATCH] arm64: dts: rockchip: Add dynamic-power-coefficient to rk3399 GPU
2023-12-07 20:30 UTC (2+ messages)
[PATCH v1 1/4] of: Add of_machine_compatible_match()
2023-12-07 20:26 UTC (8+ messages)
` [PATCH v1 2/4] of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()
` [PATCH v1 3/4] powerpc/machdep: Define 'compatibles' property in ppc_md and use it
` [PATCH v1 4/4] powerpc: Stop using of_root
[PATCH 0/2] Additional CondVar methods needed by Rust Binder
2023-12-07 20:21 UTC (3+ messages)
` [PATCH 1/2] rust: sync: add `CondVar::notify_sync`
[PATCH v3 0/3] Add a test to catch unprobed Devicetree devices
2023-12-07 20:18 UTC (3+ messages)
` [PATCH v3 3/3] kselftest: Add new test for detecting "
[PATCH] media: m88ds3103: Fix an error handling path in m88ds3103_probe()
2023-12-07 20:10 UTC
[PATCH net v2] calipso: Fix memory leak in netlbl_calipso_add_pass()
2023-12-07 20:07 UTC (5+ messages)
[PATCH net-next 00/15] MT7530 DSA subdriver improvements
2023-12-07 20:01 UTC (7+ messages)
` [PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
[PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-12-07 19:59 UTC (4+ messages)
` [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats
[PATCH v5] x86/resctrl: Add event choices for mba_MBps
2023-12-07 19:56 UTC (5+ messages)
` [PATCH v6 0/3] x86/resctrl: mba_MBps enhancements
` [PATCH v6 1/3] x86/resctrl: Add mount option "mba_MBps_event"
` [PATCH v6 2/3] x86/resctrl: Use total bandwidth for mba_MBps option when local isn't present
` [PATCH v6 3/3] x86/resctrl: Add new "mba_MBps_event" mount option to documentation
spi: imx: Increase imx51 ecspi burst length fails on imx6dl and imx8mm
2023-12-07 19:43 UTC (4+ messages)
[PATCH v2] net: dsa: lan9303: use ethtool_sprintf() for lan9303_get_strings()
2023-12-07 19:51 UTC (5+ messages)
32 bit qemu regression from v6.5 tip pull [6c480f222128 x86/alternative: Rewrite optimize_nops() some]
2023-12-07 19:49 UTC (7+ messages)
` [patch 0/2] x86/alternatives: Prevent crash in NOP optimizer
` [patch 1/2] x86/alternatives: Sync core before enabling interrupts
` [patch 2/2] x86/alternatives: Disable interrupts and sync when optimizing NOPs in place
[PATCH v2 0/9] PCI: imx6: Clean up and add imx95 pci support
2023-12-07 19:34 UTC (10+ messages)
` [PATCH v2 1/9] PCI: imx6: Simplify clock handling by using HAS_CLK_* bitmask
` [PATCH v2 2/9] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v2 3/9] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v2 4/9] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v2 5/9] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v2 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v2 7/9] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v2 8/9] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v2 9/9] PCI: imx6: Add iMX95 PCIe support
[PATCH v2 0/1] drm/msm/adreno: Add support for SM7150
2023-12-07 19:48 UTC (9+ messages)
` [PATCH v2 1/1] drm/msm/adreno: Add support for SM7150 SoC machine
[PATCH 0/3] arm64: qcom: sm8650: add support for DisplayPort Controller
2023-12-07 19:47 UTC (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: sm8650: Add DisplayPort device nodes
[PATCH 1/7] serial: sc16is7xx: fix snprintf format specifier in sc16is7xx_regmap_name()
2023-12-07 19:45 UTC (4+ messages)
drivers/comedi/drivers/ni_daq_700.c:163:17: sparse: sparse: cast to restricted __le16
2023-12-07 19:30 UTC
[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
2023-12-07 19:29 UTC (6+ messages)
[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
2023-12-07 19:29 UTC (15+ messages)
` [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header
[GIT PULL] Networking for v6.7-rc5
2023-12-07 19:28 UTC
md raid6 oops in 6.6.4 stable
2023-12-07 19:27 UTC (7+ messages)
[PATCH v6] zswap: memcontrol: implement zswap writeback disabling
2023-12-07 19:26 UTC (2+ messages)
[PATCH v2 0/2] Add DAX ABI for memmap_on_memory
2023-12-07 19:25 UTC (4+ messages)
` [PATCH v2 2/2] dax: add a sysfs knob to control memmap_on_memory behavior
[PATCH 0/3] power: supply: Acer Aspire 1 embedded controller
2023-12-07 19:25 UTC (5+ messages)
` [PATCH 2/3] power: supply: Add Acer Aspire 1 embedded controller driver
` [PATCH 3/3] arm64: dts: qcom: acer-aspire1: Add embedded controller
[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
2023-12-07 19:20 UTC (6+ messages)
` [PATCH v2 2/3] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses "
[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
2023-12-07 19:19 UTC (6+ messages)
` [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
[PATCH] platform/x86/intel/pmc: Remove GBE LTR ignore
2023-12-07 19:18 UTC (3+ messages)
[PATCH v3 0/3] phy: qcom: edp: Add support for X1E80100
2023-12-07 19:16 UTC (4+ messages)
` [PATCH v3 2/3] dt-bindings: phy: qcom-edp: Add X1E80100 PHY compatibles
[PATCH v2 0/4] Support panels used by MT8173 Chromebooks in edp-panel
2023-12-07 19:14 UTC (5+ messages)
` [PATCH v2 4/4] drm/panel-edp: Add some panels with conservative timings
[PATCH 2/2] interconnect: qcom: Add MSM8909 interconnect provider driver
2023-12-07 19:10 UTC (3+ messages)
[PATCH] media: chips-media: wave5: remove duplicate check
2023-12-07 19:08 UTC (2+ messages)
[PATCH net-next v3 5/8] net: qualcomm: ipqess: add bridge offloading features to the IPQESS driver
2023-12-07 19:06 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox