messages from 2024-02-22 22:20:12 to 2024-02-22 23:28:11 UTC [more...]
[merged mm-stable] arm64-mm-convert-set_pte_at-to-set_ptes-1.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] arm64-mm-convert-read_onceptep-to-ptep_getptep.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-tidy-up-pte_next_pfn-definition.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] x86-mm-convert-pte_next_pfn-to-pte_advance_pfn.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] arm64-mm-convert-pte_next_pfn-to-pte_advance_pfn.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-introduce-pte_advance_pfn-and-use-for-pte_next_pfn.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-thp-batch-collapse-pmd-with-set_ptes.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-clarify-the-spec-for-set_ptes.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-memory-optimize-unmap-zap-with-pte-mapped-thp.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-mmu_gather-improve-cond_resched-handling-with-large-folios-and-expensive-page-freeing.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-mmu_gather-add-__tlb_remove_folio_pages.patch removed from -mm tree
2024-02-22 23:28 UTC
[merged mm-stable] mm-mmu_gather-add-tlb_remove_tlb_entries.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-mmu_gather-define-encoded_page_flag_delay_rmap.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-memory-factor-out-zapping-folio-pte-into-zap_present_folio_pte.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-mmu_gather-pass-delay_rmap-instead-of-encoded-page-to-__tlb_remove_page_size.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-memory-further-separate-anon-and-pagecache-folio-handling-in-zap_present_pte.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-memory-handle-page-case-in-zap_present_pte-separately.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-memory-factor-out-zapping-of-present-pte-into-zap_present_pte.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] selftests-add-zswapin-and-no-zswap-tests.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] selftests-fix-the-zswap-invasive-shrink-test.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] selftests-zswap-add-zswap-selftest-file-to-zswap-maintainer-entry.patch removed from -mm tree
2024-02-22 23:27 UTC
[merged mm-stable] mm-compaction-limit-the-suitable-target-page-order-to-be-less-than-cc-order.patch removed from -mm tree
2024-02-22 23:27 UTC
[PATCH v2] x86/resctrl: Fix WARN in get_domain_from_cpu()
2024-02-22 23:26 UTC (4+ messages)
` [PATCH v3 0/2] x86/resctrl: Pass domain to target CPU
[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
2024-02-22 23:25 UTC (4+ messages)
[PATCH v17 00/35] Drivers for Gunyah hypervisor
2024-02-22 23:16 UTC (57+ messages)
` [PATCH v17 01/35] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v17 02/35] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v17 03/35] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v17 04/35] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v17 05/35] virt: gunyah: Add hypervisor driver
` [PATCH v17 06/35] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v17 07/35] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v17 08/35] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v17 09/35] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v17 10/35] gunyah: vm_mgr: Add VM start/stop
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v17 12/35] virt: gunyah: Add resource tickets
` [PATCH v17 13/35] gunyah: vm_mgr: Add framework for VM Functions
` [PATCH v17 14/35] virt: gunyah: Add hypercalls for running a vCPU
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v17 16/35] gunyah: Add hypercalls for demand paging
` [PATCH v17 17/35] gunyah: rsc_mgr: Add memory parcel RPC
` [PATCH v17 18/35] mm/interval_tree: Export iter_first/iter_next
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
` [PATCH v17 20/35] virt: gunyah: Add interfaces to map memory into guest address space
` [PATCH v17 21/35] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v17 22/35] virt: gunyah: Add Qualcomm Gunyah platform ops
` [PATCH v17 23/35] virt: gunyah: Implement guestmemfd
` [PATCH v17 24/35] virt: gunyah: Add ioctl to bind guestmem to VMs
` [PATCH v17 25/35] virt: gunyah: guestmem: Initialize RM mem parcels from guestmem
` [PATCH v17 26/35] virt: gunyah: Share guest VM dtb configuration to Gunyah
` [PATCH v17 27/35] gunyah: rsc_mgr: Add RPC to enable demand paging
` [PATCH v17 28/35] virt: gunyah: Enable "
` [PATCH v17 29/35] gunyah: rsc_mgr: Add RPC to set VM boot context
` [PATCH v17 30/35] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH v17 31/35] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v17 32/35] virt: gunyah: Add irqfd interface
` [PATCH v17 33/35] virt: gunyah: Add IO handlers
` [PATCH v17 34/35] virt: gunyah: Add ioeventfd
` [PATCH v17 35/35] MAINTAINERS: Add Gunyah hypervisor drivers section
[PATCH 0/1] Use a log identity always valid while logging
2024-02-22 23:23 UTC (2+ messages)
` [PATCH 1/1] log: "
[PATCH RFC 0/4] clk: hisilicon: add support for Hi3798MV200
2024-02-22 23:24 UTC (4+ messages)
` [PATCH RFC 3/4] dt-binding: clock: merge all hisilicon clock bindings to hisilicon,clock-reset-generator
[CI] drm/xe/uapi: Remove unused flags
2024-02-22 23:23 UTC
[linux][PATCH v6 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
2024-02-22 23:21 UTC (8+ messages)
` [linux][PATCH v6 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format
` (subset) "
[PATCH] clk: allow to skip clk_core_req_round_rate_nolock()
2024-02-22 23:20 UTC (2+ messages)
pull-request: wireless-next-2024-02-22
2024-02-22 23:20 UTC (2+ messages)
[folded-merged] docs-mm-damon-move-damon-operation-sets-list-from-the-usage-to-the-design-document-fix.patch removed from -mm tree
2024-02-22 23:19 UTC
[PATCH v3 0/3] Fix execlist mode
2024-02-22 23:20 UTC (4+ messages)
` [PATCH v3 1/3] drm/xe: Fix execlist splat
` [PATCH v3 2/3] drm/xe: Cleanup some layering in GGTT
` [PATCH v3 3/3] drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
[PATCH 0/2] commit-graph: suggest deleting corrupt graphs
2024-02-22 23:19 UTC (3+ messages)
` [PATCH 1/2] commit-graph: add `git commit-graph clear` subcommand
` [PATCH 2/2] commit-graph: suggest removing corrupt graphs
[PATCH 0/3] sysfs: Group visibility fixups
2024-02-22 23:15 UTC (3+ messages)
` [PATCH 1/3] sysfs: Fix crash on empty group attributes array
pull-request: wireless-next-2024-02-20
2024-02-22 23:17 UTC (8+ messages)
[folded-merged] mm-mmu_gather-add-tlb_remove_tlb_entries-fix.patch removed from -mm tree
2024-02-22 23:17 UTC
[PATCH v3 00/11] Mitigate a vmap lock contention v3
2024-02-22 23:15 UTC (3+ messages)
[folded-merged] selftests-add-zswapin-and-no-zswap-tests-fix.patch removed from -mm tree
2024-02-22 23:15 UTC
[PATCH 5.15 000/476] 5.15.149-rc1 review
2024-02-22 23:13 UTC (2+ messages)
[PATCH v5 00/19] Add support for CDM over DP
2024-02-22 23:11 UTC (6+ messages)
` [PATCH v5 13/19] drm/msm/dp: add VSC SDP support for YUV420 "
[PATCH net-next v8 00/13] Introduce PHY listing and link_topology tracking
2024-02-22 23:10 UTC (6+ messages)
` [PATCH net-next v8 08/13] netlink: specs: add ethnl PHY_GET command set
[PATCH v2] virt: tdx-guest: Handle GetQuote request error code
2024-02-22 23:08 UTC (2+ messages)
[PATCH v3 0/5] LLCC: Support for Broadcast_AND region
2024-02-22 23:07 UTC (5+ messages)
` [PATCH v3 1/5] dt-bindings: arm: msm: Add llcc Broadcast_AND register
` [PATCH v3 2/5] soc: qcom: llcc: Add regmap for Broadcast_AND region
` [PATCH v3 3/5] arm64: dts: qcom: sm8450: Add mapping to llcc "
` [PATCH v3 4/5] arm64: dts: qcom: sm8550: "
[PATCH v3 5/5] arm64: dts: qcom: sm8650: Add mapping to llcc Broadcast_AND region
2024-02-22 23:07 UTC
[Intel-wired-lan] [PATCH iwl-next v4 0/5] ice: Support 5 layer Tx scheduler topology
2024-02-22 23:07 UTC (7+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 4/5] ice: Add tx_scheduling_layers devlink param
[GIT PULL] hotfixes for 6.8-rc6
2024-02-22 23:06 UTC
[tip: x86/tdx] x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument
2024-02-22 23:03 UTC
[PATCH] Check curve_name for null to avoid crash
2024-02-22 22:18 UTC
riscv/for-next build: 8 builds: 0 failed, 8 passed, 2 warnings (v6.8-rc1-33-g45e0b0fd6dc57)
2024-02-22 23:01 UTC
[REGRESSION 6.1.70] system calls with CIFS mounts failing with "Resource temporarily unavailable"
2024-02-22 23:00 UTC (11+ messages)
[PATCH v12 00/25] Linux RISC-V AIA Support
2024-02-22 22:59 UTC (7+ messages)
` [PATCH v12 02/25] genirq/irqdomain: Remove the param count restriction from select()
[pull request][net-next V3 00/15] mlx5 socket direct (Multi-PF)
2024-02-22 23:00 UTC (7+ messages)
` [net-next V3 15/15] Documentation: networking: Add description for multi-pf netdev
[LSF/MM/BPF TOPIC] Hugetlb Unifications
2024-02-22 22:58 UTC (6+ messages)
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
2024-02-22 22:57 UTC (20+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v9 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
[GIT PULL] hwmon fixes for v6.8-rc6
2024-02-22 22:56 UTC
[PATCH v2 0/6] RCU tasks fixes for v6.9
2024-02-22 22:56 UTC (5+ messages)
` [PATCH v2 6/6] rcu-tasks: Maintain real-time response in rcu_tasks_postscan()
[PATCH v2 0/2] Fix execlist mode
2024-02-22 22:55 UTC (4+ messages)
` [PATCH v2 2/2] drm/xe: Don't issue TLB invalidations for VMAs if using execlists
[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
2024-02-22 22:55 UTC (11+ messages)
` [PATCH v8 10/10] KVM: selftests: Add a basic "
[PATCH] [RFC] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
2024-02-22 22:57 UTC (4+ messages)
[Buildroot] [PATCH v5 00/16] Add support for AM62x-SK HS-FS devices
2024-02-22 22:49 UTC (8+ messages)
` [Buildroot] [PATCH v5 12/16] boot/uboot: set BINMAN_INDIRS for TI K3 DM
` [Buildroot] [PATCH v5 13/16] package/ti-k3: move TI_K3_{SECTYPE, SOC} out of the image-gen scope
` [Buildroot] [PATCH v5 14/16] boot/ti-k3/ti-k3-r5-loader: install tiboot3.bin
[kirkstone][PATCH 0/3] kernel: Backport v6.3+ localversion fixes
2024-02-22 22:46 UTC (5+ messages)
` [kirkstone][PATCH 3/3] kernel: make LOCALVERSION consistent between recipes
` [OE-core] "
[tip: x86/mm] x86/mm/cpa: Warn for set_memory_XXcrypted() VMM fails
2024-02-22 22:46 UTC
[LSF/MM/BPF TOPIC] Large folios, swap and fscache
2024-02-22 22:45 UTC (5+ messages)
[Buildroot] [PATCH 0/2] Fix flutter build failure
2024-02-22 22:43 UTC (4+ messages)
[PATCH 1/2] usb: usb-acpi: Set port connect type of not connectable ports correctly
2024-02-22 22:43 UTC (6+ messages)
[PATCH v1 0/6] LNL display
2024-02-22 22:41 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✓ Fi.CI.BAT: success "
[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-02-22 22:40 UTC (3+ messages)
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
2024-02-22 22:36 UTC (5+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
[RFC net-next 0/3] netdev: add per-queue statistics
2024-02-22 22:36 UTC (4+ messages)
` [RFC net-next 1/3] "
` [RFC net-next 2/3] netdev: add queue stat for alloc failures
` [RFC net-next 3/3] eth: bnxt: support per-queue statistics
[PATCH v1] clocksource/drivers/arm_global_timer: Simplify prescaler register access
2024-02-22 22:34 UTC (6+ messages)
Linux support for a 7 segment LED display
2024-02-22 22:34 UTC (6+ messages)
serial:support: Using 8250 driver With MOXA CP-132EL Device
2024-02-22 22:34 UTC (4+ messages)
[PATCH 0/2] Disable automatic load CCS load balancing
2024-02-22 22:33 UTC (7+ messages)
` [PATCH v2 2/2] drm/i915/gt: Enable only one CCS for compute workload
fs/bcachefs/
2024-02-22 22:33 UTC (8+ messages)
` stable-kernel-rules was fs/bcachefs/
+ mm-mmap-fix-vma_merge-case-7-with-vma_ops-close.patch added to mm-hotfixes-unstable branch
2024-02-22 22:33 UTC
[bitbake-devel][PATCH] asyncrpc: Add support for server headers
2024-02-22 22:31 UTC
[PATCH net-next 0/2] net: add local address bind support to vxlan and geneve
2024-02-22 22:31 UTC (3+ messages)
` [PATCH net-next 2/2] net: geneve: enable local address bind for geneve sockets
[PATCH v2] checkpatch: add check for snprintf to scnprintf
2024-02-22 22:30 UTC (2+ messages)
[PATCH net-next] genetlink: make info in GENL_REQ_ATTR_CHECK() const
2024-02-22 22:28 UTC
[PATCH bpf-next v4 0/6] Create shadow types for struct_ops maps in skeletons
2024-02-22 22:26 UTC (7+ messages)
` [PATCH bpf-next v4 1/6] libbpf: expose resolve_func_ptr() through libbpf_internal.h
` [PATCH bpf-next v4 2/6] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v4 3/6] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v4 4/6] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v4 5/6] bpftool: Add an example for struct_ops map and shadow type
` [PATCH bpf-next v4 6/6] selftests/bpf: Test if shadow types work correctly
[PATCH RFC 0/2] i2c: i801: Call i2c_register_spd for muxed child segments
2024-02-22 22:25 UTC (3+ messages)
` [PATCH RFC 1/2] i2c: smbus: Prepare i2c_register_spd for usage on muxed segments
` [PATCH RFC 2/2] i2c: i801: Call i2c_register_spd for muxed child segments
[PATCH] drm/xe: Use pointers in trace events
2024-02-22 22:25 UTC (3+ messages)
` "
[Intel-wired-lan] [PATCH iwl-net v1] ice: fix NULL pointer access during resume
2024-02-22 22:25 UTC (5+ messages)
` "
[PATCH v2] i2c: i801: Add lis3lv02d for Dell Precision M6800 v2 Bios: A26
2024-02-22 22:24 UTC (2+ messages)
[PATCH v4 0/4] Preliminary patches before git-std-lib
2024-02-22 22:24 UTC (3+ messages)
` [PATCH v5 3/3] test-stdlib: show that git-std-lib is independent
[PATCH 0/6] Add ivshmem-flat device
2024-02-22 22:22 UTC (7+ messages)
` [PATCH 1/6] hw/misc/ivshmem: "
` [PATCH 2/6] hw/misc/ivshmem-flat: Allow device to wire itself on sysbus
` [PATCH 3/6] hw/arm: Allow some machines to use the ivshmem-flat device
` [PATCH 4/6] hw/misc/ivshmem: Rename ivshmem to ivshmem-pci
` [PATCH 5/6] tests/qtest: Reorganize common code in ivshmem-test
` [PATCH 6/6] tests/qtest: Add ivshmem-flat test
[PATCH] [RFC] iio: pressure: dlhl60d: Check mask_width for IRQs
2024-02-22 22:23 UTC
[PATCH] powerpc/rtas: use correct function name for resetting TCE tables
2024-02-22 22:19 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.