messages from 2024-06-18 20:10:21 to 2024-06-18 21:21:36 UTC [more...]
[PATCHSET v7] sched: Implement BPF extensible scheduler class
2024-06-18 21:17 UTC (17+ messages)
` [PATCH 01/30] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 02/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 03/30] sched: Add sched_class->reweight_task()
` [PATCH 04/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 05/30] sched: Factor out cgroup weight conversion functions
` [PATCH 06/30] sched: Factor out update_other_load_avgs() from __update_blocked_others()
` [PATCH 07/30] sched: Add normal_policy()
` [PATCH 08/30] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 09/30] sched_ext: Implement BPF "
` [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers
` [PATCH 11/30] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 12/30] sched_ext: Implement runnable task stall watchdog
` [PATCH 13/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 14/30] sched_ext: Print sched_ext info when dumping stack
` [PATCH 15/30] sched_ext: Print debug dump after an error exit
` [PATCH 16/30] tools/sched_ext: Add scx_show_state.py
[PATCH 00/15] Implement MODVERSIONS for Rust
2024-06-18 21:19 UTC (8+ messages)
[PATCH v3] hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mapping
2024-06-18 21:19 UTC (3+ messages)
[PATCH 00/15] Introduce HabanaLabs network drivers
2024-06-18 21:19 UTC (5+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver
[sony-laptop] Hardware keys are not properly mapped on Sony VAIO UX VGN-UX390N
2024-06-18 21:18 UTC (9+ messages)
[PATCH] SUNRPC: Fix backchannel reply, again
2024-06-18 21:17 UTC (3+ messages)
+ maple_tree-modified-return-type-of-mas_wr_store_entry.patch added to mm-unstable branch
2024-06-18 21:16 UTC
[PATCH v3 0/2] Rust abstractions for Device & Firmware
2024-06-18 21:15 UTC (4+ messages)
` [PATCH v3 2/2] rust: add firmware abstractions
[PATCH] drm/amdgpu: process RAS fatal error MB notification
2024-06-18 21:14 UTC
[PATCH v4] mm: convert page type macros to enum
2024-06-18 21:14 UTC (7+ messages)
[openeuler:openEuler-1.0-LTS 11568/22966] drivers/net/ethernet/hisilicon/hns3/hns3_cae/hns3_cae_led.c:37:39: sparse: sparse: incorrect type in assignment (different base types)
2024-06-18 21:12 UTC
[PATCH v3 0/5] Communication Interface to NXP secure-enclave HW IP like Edgelock Enclave
2024-06-18 21:13 UTC (3+ messages)
` [PATCH v3 1/5] Documentation/firmware: add imx/se to other_interfaces
[PATCH] x86/irq: Fix comment on IRQ vector layout
2024-06-18 21:11 UTC (3+ messages)
[PATCH v9 00/24] Add Secure TSC support for SNP guests
2024-06-18 21:11 UTC (5+ messages)
` [PATCH v9 04/24] virt: sev-guest: Add SNP guest request structure
` [PATCH v9 05/24] virt: sev-guest: Fix user-visible strings
[RFT PATCH v2 0/3] hwmon: (spd5118) Various improvements
2024-06-18 21:08 UTC (5+ messages)
` [RFT PATCH v2 2/3] hwmon: (spd5118) Use spd5118 specific read/write operations
+ mm-remove-folio_test_anonfolio==false-path-in-__folio_add_anon_rmap.patch added to mm-unstable branch
2024-06-18 21:08 UTC
+ mm-use-folio_add_new_anon_rmap-if-folio_test_anonfolio==false-fix.patch added to mm-unstable branch
2024-06-18 21:08 UTC
+ mm-use-folio_add_new_anon_rmap-if-folio_test_anonfolio==false.patch added to mm-unstable branch
2024-06-18 21:08 UTC
+ mm-extend-rmap-flags-arguments-for-folio_add_new_anon_rmap-fix.patch added to mm-unstable branch
2024-06-18 21:08 UTC
+ mm-extend-rmap-flags-arguments-for-folio_add_new_anon_rmap.patch added to mm-unstable branch
2024-06-18 21:08 UTC
[PATCH v2 0/4] Add support for testing power saving policy DRM property
2024-06-18 21:07 UTC (7+ messages)
` [PATCH v2 3/4] tests/amdgpu/amd_abm: Add support for panel_power_saving property
` [PATCH v2 4/4] tests/amdgpu/amd_psr: Add support for `power saving policy` property
[PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code
2024-06-18 21:06 UTC (5+ messages)
` [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node
` [PATCH v7 2/4] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
` [PATCH v7 3/4] use fdt_kaslrseed function to de-duplicate code
` [PATCH v7 4/4] test: cmd: fdt: fix chosen test for DM_RNG
[PATCH] sched/fair: Prevent cpu_busy_time from exceeding actual_cpu_capacity
2024-06-18 21:05 UTC (9+ messages)
[PATCH v4 00/19] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-06-18 21:04 UTC (18+ messages)
` [PATCH v4 01/19] x86/resctrl: Add support for "
` [PATCH v4 03/19] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v4 04/19] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v4 05/19] x86/resctrl: Introduce resctrl_file_fflags_init to initialize fflags
` [PATCH v4 06/19] x86/resctrl: Introduce interface to display number of ABMC counters
[PATCH 0/2] dt-bindings: net: Convert fsl,fman related file to yaml format
2024-06-18 21:03 UTC (6+ messages)
` [PATCH 2/2] dt-bindings: net: Convert fsl-fman to yaml
[PATCH 00/20] New CI image and fixes
2024-06-18 21:03 UTC (10+ messages)
` [PATCH 12/20] cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000
[PATCH 1/2] [v2] drm/nouveau: retain device pointer in nvkm_gsp_mem object
2024-06-18 21:02 UTC (4+ messages)
` [PATCH 2/2] [v5] drm/nouveau: expose GSP-RM logging buffers via debugfs
[PATCH 11/13] kdb: Abstract out parsing for mdWcN
2024-06-18 21:02 UTC (2+ messages)
[PATCH net] ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
2024-06-18 21:02 UTC
[PATCH 5.10 000/770] 5.10.220-rc1 review
2024-06-18 21:01 UTC (2+ messages)
[meta-arago][master/scarthgap][PATCH v2] recipes-qt: qt5: Add xkbcommon to qtbase PACKAGECONFIG
2024-06-18 21:01 UTC (2+ messages)
[bug report] usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminant
2024-06-18 21:00 UTC (2+ messages)
[PATCH v6 0/4] automatically add /chosen/kaslr-seed and deduplicate code
2024-06-18 21:00 UTC (9+ messages)
` [PATCH v6 4/4] test: cmd: fdt: fix chosen test for DM_RNG
[PATCH] acpi: Allow ignoring _OSC CPPC v2 bit via kernel parameter
2024-06-18 20:58 UTC (10+ messages)
` [PATCH V2 RFC] "
[PATCH v2 00/40] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-06-18 20:56 UTC (2+ messages)
[PATCH v3 0/6] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-18 20:54 UTC (7+ messages)
` [PATCH v3 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH v3 2/6] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
[PATCH v23 00/32] Introduce QC USB SND audio offloading support
2024-06-18 20:52 UTC (8+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB
[PATCH v9 0/2] PCI: Disable AER & DPC on suspend
2024-06-18 20:49 UTC (6+ messages)
` [PATCH v9 1/2] PCI/AER: Disable AER service "
` [PATCH v9 2/2] PCI/DPC: Disable DPC "
[xen-unstable test] 186393: tolerable FAIL - PUSHED
2024-06-18 20:50 UTC
pm/testing build: 8 builds: 0 failed, 8 passed, 19 warnings (v6.10-rc4-72-g071560a0bcce2)
2024-06-18 20:51 UTC
[PATCH v8 2/3] PCI/AER: Disable AER service on suspend
2024-06-18 20:48 UTC (3+ messages)
[PATCH v3 00/16] Introduce a store type enum for the Maple tree
2024-06-18 20:47 UTC (14+ messages)
` [PATCH v3 01/16] maple_tree: introduce store_type enum
` [PATCH v3 02/16] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH v3 03/16] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH v3 05/16] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH v3 06/16] maple_tree: use mas_store_gfp() in mas_erase()
` [PATCH v3 07/16] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH v3 08/16] maple_tree: print store type in mas_dump()
` [PATCH v3 09/16] maple_tree: use store type in mas_wr_store_entry()
` [PATCH v3 10/16] maple_tree: convert mas_insert() to preallocate nodes
` [PATCH v3 11/16] maple_tree: simplify mas_commit_b_node()
` [PATCH v3 12/16] maple_tree: remove mas_wr_modify()
` [PATCH v3 13/16] maple_tree: have mas_store() allocate nodes if needed
` [PATCH v3 15/16] maple_tree: remove repeated sanity checks from mas_wr_append()
[PATCH v7 0/9] drm: Support per-plane async flip configuration
2024-06-18 20:45 UTC (8+ messages)
` [PATCH v7 2/9] "
[PATCH v14 2/6] media: imagination: Add E5010 JPEG Encoder driver
2024-06-18 20:46 UTC (3+ messages)
+ khugepaged-simplify-the-allocation-of-slab-caches.patch added to mm-unstable branch
2024-06-18 20:46 UTC
Page select register restrictions in regmap core
2024-06-18 20:46 UTC (11+ messages)
[PATCH v2 0/7] hwrng: exynos: Add support for Exynos850
2024-06-18 20:45 UTC (8+ messages)
` [PATCH v2 1/7] dt-bindings: rng: Add Exynos850 support to exynos-trng
` [PATCH v2 2/7] hwrng: exynos: Improve coding style
` [PATCH v2 3/7] hwrng: exynos: Use devm_clk_get_enabled() to get the clock
` [PATCH v2 4/7] hwrng: exynos: Implement bus clock control
` [PATCH v2 5/7] hwrng: exynos: Add SMC based TRNG operation
` [PATCH v2 6/7] hwrng: exynos: Enable Exynos850 support
` [PATCH v2 7/7] arm64: dts: exynos850: Enable TRNG
+ selftests-mm-remove-local-__nr_-definitions.patch added to mm-unstable branch
2024-06-18 20:45 UTC
+ selftests-mm-kvm-mdwe-fixes-to-avoid-requiring-make-headers.patch added to mm-unstable branch
2024-06-18 20:45 UTC
+ selftests-mm-fix-vm_utilc-build-failures-add-snapshot-of-fsh.patch added to mm-unstable branch
2024-06-18 20:45 UTC
+ selftests-mm-mseal-self_elf-rename-test_end_check-to-report_test_pass.patch added to mm-unstable branch
2024-06-18 20:44 UTC
+ selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items-fix.patch added to mm-unstable branch
2024-06-18 20:44 UTC
+ selftests-mm-mseal-self_elf-factor-out-test-macros-and-other-duplicated-items.patch added to mm-unstable branch
2024-06-18 20:44 UTC
+ selftests-mm-mseal-self_elf-fix-missing-__nr_mseal.patch added to mm-unstable branch
2024-06-18 20:44 UTC
Workaround for uid_map error on Ubuntu 24.04
2024-06-18 20:41 UTC (6+ messages)
` [yocto] "
` [docs] "
` [docs] "
[linux-next:master 4994/6864] arch/arm64/boot/dts/mediatek/mt8188-evb.dtb: /soc/gpu@13000000: failed to match any schema with compatible: ['mediatek,mt8188-mali', 'arm,mali-valhall-jm']
2024-06-18 20:41 UTC
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-06-18 20:40 UTC (8+ messages)
` [PATCH 3/3] fs/file.c: move sanity_check from alloc_fd() to put_unused_fd()
[PATCH net] ipv6: bring NLM_DONE out to a separate recv() again
2024-06-18 20:40 UTC (2+ messages)
[PATCH net] selftests: openvswitch: Use bash as interpreter
2024-06-18 20:40 UTC (2+ messages)
[PATCH v2 net] ptp: fix integer overflow in max_vclocks_store
2024-06-18 20:40 UTC (2+ messages)
[PULL v2 00/76] Misc patches for 2024-06-18
2024-06-18 20:39 UTC (3+ messages)
` [PULL v2 56/76] accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
[PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588
2024-06-18 20:39 UTC (3+ messages)
[meta-python][PATCH] python3-gpiod: update to v2.2.0
2024-06-18 20:38 UTC
[PATCH 00/14] Introduce support for feature Fabric Discovery and
2024-06-18 20:37 UTC (4+ messages)
` [PATCH 07/14] scsi: fnic: Add and integrate support for FIP
[PATCH] hw/usb/hcd-dwc2: Handle invalid address access in read and write functions
2024-06-18 20:37 UTC (3+ messages)
[PATCH v2 0/4] s390: compile relocatable kernel with/without fPIE
2024-06-18 20:37 UTC (2+ messages)
[PATCH] block: m25p80: Fix heap-buffer-overflow in flash_erase function
2024-06-18 20:34 UTC (4+ messages)
[RFC PATCH] migration/savevm: do not schedule snapshot_save_job_bh in qemu_aio_context
2024-06-18 20:34 UTC (8+ messages)
[isar-cip-core v1 0/3] Minor corrections to CIP Core testing
2024-06-18 20:34 UTC (2+ messages)
[PATCH v7] drm/i915/panelreplay: Panel replay workaround with VRR
2024-06-18 20:33 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/panelreplay: Panel replay workaround with VRR (rev7)
[PULL 00/76] Misc patches for 2024-06-18
2024-06-18 20:32 UTC (4+ messages)
+ mm-shmem-support-large-folio-swap-out.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-shmem-drop-folio-reference-count-using-nr_pages-in-shmem_delete_from_page_cache.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-shmem-support-large-folio-allocation-for-shmem_replace_folio.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-shmem-use-swap_free_nr-to-free-shmem-swap-entries.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-filemap-use-xa_get_order-to-get-the-swap-entry-order.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-shmem-return-number-of-pages-beeing-freed-in-shmem_free_swap.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-shmem-extend-shmem_partial_swap_usage-to-support-large-folio-swap.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-swap-extend-swap_shmem_alloc-to-support-batch-swap_map_shmem-flag-setting.patch added to mm-unstable branch
2024-06-18 20:32 UTC
+ mm-vmscan-add-validation-before-spliting-shmem-large-folio.patch added to mm-unstable branch
2024-06-18 20:32 UTC
[cip-dev][isar-cip-core][PATCH] swupdate: fix reboot progress with wfx
2024-06-18 20:31 UTC (2+ messages)
[Buildroot] [next v2 0/2] raspberrypi*: bumps to kernel 6.6.28 and rpi-firmware
2024-06-18 20:30 UTC (5+ messages)
` [Buildroot] [next v2 1/2] configs/raspberrypi*: bump kernel version to 17f135b (6.6.28)
` [Buildroot] [next v2 2/2] package/rpi-firmware: bump version to 5476720
[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
2024-06-18 20:29 UTC (8+ messages)
` [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
[PATCH v6 0/2] vfio/pci: add interrupt affinity support
2024-06-18 20:29 UTC (3+ messages)
` [PATCH v6 2/2] "
[RFC 0/3] FW guard class
2024-06-18 20:26 UTC (7+ messages)
[PATCH 0/7] hwrng: exynos: Add support for Exynos850
2024-06-18 20:25 UTC (4+ messages)
` [PATCH 6/7] hwrng: exynos: Enable Exynos850 support
[PATCH net-next] docs: net: document guidance of implementing the SR-IOV NDOs
2024-06-18 20:25 UTC (2+ messages)
[PATCH] test/py/tests: Update some network dependencies
2024-06-18 20:23 UTC
[meta-security][PATCH 1/2] {tcp,udp}-smack-test: fix few more implicit-function-declaration issues fatal with gcc-14
2024-06-18 20:22 UTC (2+ messages)
` [meta-security][PATCH 2/2] README.md: fix sendemail.to value
[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
2024-06-18 20:22 UTC (9+ messages)
` [PATCH v3 00/20] "
` [PATCH v3 09/20] global: introduce "
[PATCH] cpupower: Remove absent 'v' parameter from monitor man page
2024-06-18 20:22 UTC (2+ messages)
[PATCH v4 00/14] Introduce the lwIP network stack
2024-06-18 20:21 UTC (2+ messages)
[PATCH 0/2] Support custom build directory for kernel
2024-06-18 20:20 UTC (3+ messages)
` [PATCH 1/2] kchecker: Fix --outfile handling
` [PATCH 2/2] kernel: Add support for custom build directory
[PATCH v5 00/19] nfs/nfsd: add support for localio
2024-06-18 20:19 UTC (20+ messages)
` [PATCH v5 01/19] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v5 02/19] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v5 03/19] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v5 04/19] sunrpc: add rpcauth_map_to_svc_cred_local
` [PATCH v5 05/19] nfs_common: add NFS LOCALIO protocol extension enablement
` [PATCH v5 06/19] nfs/nfsd: add "localio" support
` [PATCH v5 07/19] NFS: Enable localio for non-pNFS I/O
` [PATCH v5 08/19] pnfs/flexfiles: Enable localio for flexfiles I/O
` [PATCH v5 09/19] nfs: implement v3 and v4 client support for NFS_LOCALIO_PROGRAM
` [PATCH v5 10/19] nfsd: implement v3 and v4 server "
` [PATCH v5 11/19] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [PATCH v5 12/19] nfs/localio: move managing nfsd_open_local_fh symbol to nfs_common
` [PATCH v5 13/19] nfs/nfsd: ensure localio server always uses its network namespace
` [PATCH v5 14/19] nfsd/localio: manage netns reference in nfsd_open_local_fh
` [PATCH v5 15/19] nfsd: prepare to use SRCU to dereference nn->nfsd_serv
` [PATCH v5 16/19] nfsd: "
` [PATCH v5 17/19] nfsd/localio: use SRCU to dereference nn->nfsd_serv in nfsd_open_local_fh
` [PATCH v5 18/19] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v5 19/19] nfs: add Documentation/filesystems/nfs/localio.rst
[PATCH] sched/deadline: fix task_struct reference leak
2024-06-18 20:19 UTC
[PATCH v2 -next] mm/hugetlb_cgroup: register lockdep key for cftype
2024-06-18 20:17 UTC (2+ messages)
knfsd performance
2024-06-18 20:16 UTC (7+ messages)
Non-blob .gitmodules and .gitattributes
2024-06-18 20:14 UTC (5+ messages)
[PATCH v2] hw/arm/virt-acpi-build: Fix IORT id_count
2024-06-18 20:12 UTC (3+ messages)
[Buildroot] [PATCH] package/go-bootstrap-stage3: move missing patch
2024-06-18 20:12 UTC
[PATCH i-g-t v2 00/12] Introduce intel_tiling_detect tool
2024-06-18 20:12 UTC (2+ messages)
` ✓ CI.xeFULL: success for Introduce intel_tiling_detect tool (rev2)
[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-06-18 20:11 UTC (3+ messages)
Patchwork summary for: spi-devel-general
2024-06-18 20:10 UTC
[PATCH v2 0/2] CMRR patch fixes
2024-06-18 20:10 UTC (4+ messages)
` [PATCH v2 1/2] drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp
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.