messages from 2023-10-10 23:46:31 to 2023-10-13 19:22:44 UTC [more...]
[PATCH v10 00/27] Rust support
2023-10-13 19:22 UTC (15+ messages)
` [PATCH v10 25/27] x86: enable initial "
[PATCH 1/2] Documentation: usb: Update NCM configfs parameters
2023-10-13 18:40 UTC (11+ messages)
` [PATCH 2/2] usb: gadget: ncm: Add support to update wMaxSegmentSize via configfs
[PATCH-cgroup 0/4] cgroup/cpuset: Improve CPU isolation in isolated partitions
2023-10-13 18:11 UTC (5+ messages)
` [PATCH-cgroup 1/4] workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
` [PATCH-cgroup 2/4] selftests/cgroup: Minor code cleanup and reorganization of test_cpuset_prs.sh
` [PATCH-cgroup 3/4] cgroup/cpuset: Keep track of CPUs in isolated partitions
` [PATCH-cgroup 4/4] cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask
[PATCH net-next v5 00/16] net: Make timestamping selectable
2023-10-13 17:56 UTC (16+ messages)
` [PATCH net-next v5 01/16] net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_config
` [PATCH net-next v5 03/16] net: ethtool: Refactor identical get_ts_info implementations
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer
[PATCH v2] docs: add backporting and conflict resolution document
2023-10-13 15:24 UTC (4+ messages)
[PATCH v7 11/20] drm/imagination: Add GEM and VM related code
2023-10-13 12:47 UTC
[PATCH net-next] docs: netlink: clean up after deprecating version
2023-10-13 11:28 UTC (3+ messages)
[PATCH net-next v5 0/5] dpll: add phase-offset and phase-adjust
2023-10-13 11:13 UTC (8+ messages)
` [PATCH net-next v5 1/5] dpll: docs: add support for pin signal phase offset/adjust
` [PATCH net-next v5 2/5] dpll: spec: add support for pin-dpll "
` [PATCH net-next v5 3/5] dpll: netlink/core: "
` [PATCH net-next v5 4/5] ice: dpll: implement phase related callbacks
` [PATCH net-next v5 5/5] dpll: netlink/core: change pin frequency set behavior
[RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules
2023-10-13 7:08 UTC (8+ messages)
[PATCH] KVM: x86: Use the correct size of struct kvm_vcpu_pv_apf_data and fix the documentation
2023-10-13 7:00 UTC
[PATCH net-next v11 5/6] page_pool: update document about fragment API
2023-10-13 6:48 UTC
[PATCH 0/4] PM: hibernate: LZ4 compression support
2023-10-13 1:42 UTC (2+ messages)
[PATCH net-next v5 13/16] net: Change the API of PHY default timestamp to MAC
2023-10-13 1:37 UTC (2+ messages)
[PATCH v12 00/10] x86/resctrl: Miscellaneous resctrl features
2023-10-12 22:06 UTC (12+ messages)
` [PATCH v12 04/10] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v12 09/10] x86/resctrl: Add support for the files for MON groups only
` [PATCH v12 10/10] x86/resctrl: Display RMID of resource group
[PATCH net-next 0/2] Switch DSA to inclusive terminology
2023-10-12 20:34 UTC (7+ messages)
` [PATCH net-next 1/2] net: dsa: Use conduit and user terms
` [PATCH net-next 2/2] net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT
[hverkuil-media-tree:pr 135/144] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/media/ti,j721e-csi2rx.yaml
2023-10-12 20:31 UTC
[PATCH 0/3] mm/damon/sysfs-schemes: Do DAMOS tried regions update for only one apply interval
2023-10-12 19:22 UTC (2+ messages)
` [PATCH 3/3] Docs/admin-guide/mm/damon/usage: update for tried regions update time interval
uvc gadget: Making upper bound of number of usb requests allocated configurable through configfs
2023-10-12 18:50 UTC (2+ messages)
[PATCH] docs/perf: Add ampere_cspmu to toctree to fix a build warning
2023-10-12 18:06 UTC (2+ messages)
[PATCH] workqueue: doc: Fix function and sysfs path errors
2023-10-12 17:27 UTC (2+ messages)
[PATCH v7 00/25] fix DRM_USE_DYNAMIC_DEBUG=y regression
2023-10-12 17:21 UTC (26+ messages)
` [PATCH v7 01/25] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v7 02/25] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v7 03/25] dyndbg: make ddebug_class_param union members same size
` [PATCH v7 04/25] dyndbg: replace classmap list with a vector
` [PATCH v7 05/25] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v7 06/25] dyndbg: split param_set_dyndbg_classes to module/wrapper fns
` [PATCH v7 07/25] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v7 08/25] dyndbg: reduce verbose/debug clutter
` [PATCH v7 09/25] dyndbg: silence debugs with no-change updates
` [PATCH v7 10/25] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v7 11/25] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v7 12/25] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v7 13/25] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v7 14/25] dyndbg-API: fix CONFIG_DRM_USE_DYNAMIC_DEBUG regression
` [PATCH v7 15/25] dyndbg: add for_each_boxed_vector
` [PATCH v7 16/25] dyndbg: refactor ddebug_classparam_clamp_input
` [PATCH v7 17/25] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v7 18/25] dyndbg-doc: add classmap info to howto
` [PATCH v7 19/25] dyndbg: reserve flag bit _DPRINTK_FLAGS_PREFIX_CACHED
` [PATCH v7 20/25] dyndbg: add _DPRINTK_FLAGS_INCL_LOOKUP
` [PATCH v7 21/25] dyndbg: refactor *dynamic_emit_prefix
` [PATCH v7 22/25] dyndbg: improve err report in attach_user_module_classes
` [PATCH v7 23/25] drm: use correct ccflags-y spelling
` [PATCH v7 24/25] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers
` [PATCH v7 25/25] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
[PATCH v7 00/25] fix DRM_USE_DYNAMIC_DEBUG=y regression
2023-10-12 17:20 UTC
[PATCH v3] Documentation/process/coding-style.rst: space around const
2023-10-12 16:53 UTC (7+ messages)
[PATCH] mm/slub: disable slab merging in the default configuration
2023-10-12 16:43 UTC (5+ messages)
[PATCH v1 00/13] riscv: report more ISA extensions through hwprobe
2023-10-12 16:32 UTC (29+ messages)
` [PATCH v1 01/13] riscv: fatorize hwprobe ISA extension reporting
` [PATCH v1 02/13] riscv: add ISA extension probing for Zv* extensions
` [PATCH v1 03/13] riscv: hwprobe: export Zv* ISA extensions
` [PATCH v1 04/13] dt-bindings: riscv: add Zv* ratified crypto ISA extensions description
` [PATCH v1 05/13] riscv: add ISA extension probing for Zfh/Zfhmin
` [PATCH v1 06/13] riscv: hwprobe: export Zfh/Zfhmin ISA extensions
` [PATCH v1 07/13] dt-bindings: riscv: add Zfh/Zfhmin ISA extensions description
` [PATCH v1 08/13] riscv: add ISA extension probing for Zihintntl
` [PATCH v1 09/13] riscv: hwprobe: export Zhintntl ISA extension
` [PATCH v1 10/13] dt-bindings: riscv: add Zihintntl ISA extension description
` [PATCH v1 11/13] riscv: add ISA extension probing for Zvfh[min]
` [PATCH v1 12/13] riscv: hwprobe: export Zvfh[min] ISA extensions
` [PATCH v1 13/13] dt-bindings: riscv: add Zvfh[min] ISA extension description
[PATCH v2 1/5] perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter support
2023-10-12 16:09 UTC (7+ messages)
` [PATCH v2 2/5] docs/perf: Add explanation for DDR_CAP_AXI_ID_PORT_CHANNEL_FILTER quirk
` [PATCH v2 3/5] dt-bindings: perf: fsl-imx-ddr: Add i.MX8DXL compatible
` [PATCH v2 4/5] perf: fsl_imx8_ddr: Add driver support for i.MX8DXL DDR Perf
` [PATCH v2 5/5] arm64: dts: imx8dxl-ss-ddr: change ddr_pmu0 compatible
[PATCH v2 01/10] appletalk: make localtalk and ppp support conditional
2023-10-12 13:46 UTC (13+ messages)
` [PATCH v2 02/10] ieee802154: avoid deprecated .ndo_do_ioctl callback
` [PATCH v2 03/10] ethernet: sp7021: fix ioctl callback pointer
` [PATCH v2 04/10] staging: ks7010: remove unused ioctl handler
` [PATCH v2 05/10] staging: rtl8192: remove unused legacy ioctl handlers
` [PATCH v2 06/10] staging: rtl8712: "
` [PATCH v2 07/10] staging: rtl8723bs: remove dead code
` [PATCH v2 08/10] wifi: atmel: remove unused ioctl function
` [PATCH v2 09/10] wifi: hostap: "
` [PATCH v2 10/10] net: remove ndo_do_ioctl handler
[PATCH] docs/zh_TW: replace my email address
2023-10-12 13:00 UTC
[PATCH net-next v4 4/4] Documentation: netconsole: add support for cmdline targets
2023-10-12 11:14 UTC
[PATCH] docs: kbuild: add INSTALL_DTBS_PATH
2023-10-12 10:54 UTC
[PATCH v4 1/2] dt-bindings: hwmon: ltc2991: add bindings
2023-10-12 10:29 UTC (2+ messages)
` [PATCH v4 2/2] drivers: hwmon: ltc2991: add driver support
[PATCH v1] f2fs: New victim selection for GC
2023-10-12 10:03 UTC
[PATCH v3 1/2] dt-bindings: hwmon: ltc2991: add bindings
2023-10-12 10:02 UTC (5+ messages)
` [PATCH v3 2/2] drivers: hwmon: ltc2991: add driver support
[PATCH v7 00/20] Imagination Technologies PowerVR DRM driver
2023-10-12 9:57 UTC (4+ messages)
` [PATCH v7 02/20] drm/gpuvm: Helper to get range of unmap from a remap op
` [EXTERNAL] "
[PATCH v3 0/3] arm64: perf: Add support for event counting threshold
2023-10-12 9:45 UTC (4+ messages)
` [PATCH v3 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask
[PATCH net-next v2] docs: try to encourage (netdev?) reviewers
2023-10-12 7:55 UTC (4+ messages)
[PATCH v7 10/20] drm/imagination: Add GPU ID parsing and firmware loading
2023-10-12 6:58 UTC (2+ messages)
[PATCH] eeprom: remove doc and MAINTAINERS section after driver was removed
2023-10-12 4:28 UTC
[PATCH v2] doc: blk-ioprio: Bring the doc in line with the implementation
2023-10-12 2:42 UTC
[PATCH] doc: blk-ioprio: Standardize a few names
2023-10-12 2:26 UTC (4+ messages)
[PATCH] erofs: fix inode metadata space layout description in documentation
2023-10-12 2:01 UTC (4+ messages)
[PATCH] docs/zh_CN: Add subsystem-apis Chinese translation
2023-10-12 1:48 UTC (2+ messages)
[PATCH net-next v4 5/5] ice: add documentation for FW logging
2023-10-12 0:43 UTC (5+ messages)
[PATCH] docs: sparse: add SPDX-License-Identifier
2023-10-11 23:37 UTC
[PATCH v4] docs/zh_TW: update contents for zh_TW
2023-10-11 22:59 UTC (2+ messages)
[PATCH net-next v3 0/6] Support symmetric RSS (Toeplitz) hash
2023-10-11 22:45 UTC (5+ messages)
` [PATCH net-next v3 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
[PATCH net-next,v3] tcp: Set pingpong threshold via sysctl
2023-10-11 20:30 UTC
[PATCH net-next,v2] tcp: Set pingpong threshold via sysctl
2023-10-11 18:57 UTC (7+ messages)
[REBASE PATCH v5 00/17] Add Qualcomm Minidump kernel driver related support
2023-10-11 17:48 UTC (4+ messages)
` [REBASE PATCH v5 04/17] remoteproc: qcom: Remove minidump related data from qcom_common.c
[PATCH] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
2023-10-11 17:11 UTC (3+ messages)
[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-11 15:48 UTC (8+ messages)
` [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH net-next v4 0/5] dpll: add phase-offset and phase-adjust
2023-10-11 10:19 UTC (3+ messages)
[RFC PATCH 00/14] Prevent cross-cache attacks in the SLUB allocator
2023-10-11 9:17 UTC (4+ messages)
` [RFC PATCH 11/14] mm/slub: allocate slabs from virtual memory
[PATCH] appletalk: remove ipddp driver
2023-10-11 0:51 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;
as well as URLs for NNTP newsgroup(s).