messages from 2024-07-10 18:17:43 to 2024-07-10 21:40:58 UTC [more...]
[PATCH] mm/slub: quiet the clang warning with -Wunused-function enabled
2024-07-10 21:40 UTC (4+ messages)
[PATCH v1] mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()
2024-07-10 21:40 UTC (3+ messages)
[PATCH] PCI: r8169: add suspend/resume aspm quirk
2024-07-10 21:38 UTC (5+ messages)
[PATCH 2/2] kernel: rerun task_work while freezing in get_signal()
2024-07-10 21:34 UTC (13+ messages)
[PATCH] riscv: Remove unnecessary int cast in variable_fls()
2024-07-10 21:36 UTC (2+ messages)
[PATCH v2] radix tree test suite: put definition of bitmap_clear() into lib/bitmap.c
2024-07-10 21:35 UTC (2+ messages)
[PATCH] dt-bindings: nvmem: convert U-Boot env to a layout
2024-07-10 21:26 UTC (2+ messages)
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-10 21:25 UTC (15+ messages)
` [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
` [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC PATCH net-next v6 11/14] vhost/vsock: implement datagram support
` [RFC PATCH net-next v6 12/14] vsock/loopback: "
` [RFC PATCH net-next v6 13/14] virtio/vsock: "
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
[RFC PATCH 4/6] x86: PCI: preserve IORESOURCE_STARTALIGN alignment
2024-07-10 21:24 UTC (2+ messages)
[PATCH] timekeeping: Use min() to fix Coccinelle warning
2024-07-10 21:23 UTC (4+ messages)
[syzbot] [lsm?] general protection fault in hook_inode_free_security
2024-07-10 21:22 UTC (8+ messages)
[PATCH 0/2] Optimize the return_instance management of uretprobe
2024-07-10 21:21 UTC (5+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
2024-07-10 21:21 UTC (4+ messages)
` [PATCH v2 6/6] mm: zswap: interrupt shrinker writeback while pagein/out IO
[syzbot] [net?] possible deadlock in do_ip_getsockopt (3)
2024-07-10 21:17 UTC
[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
2024-07-10 21:14 UTC (11+ messages)
` [RFC PATCH 7/8] mm: secretmem: use AS_INACCESSIBLE to prohibit GUP
` [RFC PATCH 8/8] kvm: gmem: Allow restricted userspace mappings
[PATCH v2 0/3] perf: Add Arm Network-on-Chip PMU driver
2024-07-10 21:09 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings/perf: Add Arm NI-700 PMU
[syzbot] [mm?] BUG: corrupted list in __folio_undo_large_rmappable
2024-07-10 21:04 UTC (2+ messages)
[PATCH v3 00/16] Avoid MAP_FIXED gap exposure
2024-07-10 21:04 UTC (11+ messages)
` [PATCH v3 16/16] mm/mmap: Move may_expand_vm() check in mmap_region()
[PATCH 0/8] Make SCMI transport as standalone drivers
2024-07-10 21:04 UTC (3+ messages)
` [PATCH v2 5/8] firmware: arm_scmi: Make SMC transport a standalone driver
[PATCH v4 00/21] Avoid MAP_FIXED gap exposure
2024-07-10 21:02 UTC (24+ messages)
` [PATCH v4 01/21] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH v4 02/21] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH v4 03/21] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH v4 04/21] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v4 05/21] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v4 06/21] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v4 07/21] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH v4 08/21] mm/mmap: Inline munmap operation in mmap_region()
` [PATCH v4 09/21] mm/mmap: Expand mmap_region() munmap call
` [PATCH v4 10/21] mm/mmap: Support vma == NULL in init_vma_munmap()
` [PATCH v4 11/21] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v4 12/21] mm/mmap: Track start and end of munmap in vma_munmap_struct
` [PATCH v4 13/21] mm/mmap: Clean up unmap_region() argument list
` [PATCH v4 14/21] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v4 15/21] mm/mmap: Use PHYS_PFN "
` [PATCH v4 16/21] mm/mmap: Use vms accounted pages "
` [PATCH v4 17/21] mm/mmap: Drop arch_unmap() call from all archs
` [PATCH v4 18/21] mm/mmap: Move can_modify_mm() check down the stack
` [PATCH v4 19/21] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v4 20/21] mm/mmap: Move may_expand_vm() check in mmap_region()
` [PATCH v4 21/21] mm/mmap: Drop incorrect comment from vms_gather_munmap_vmas()
[PATCH] drm/tegra: hub: Use fn parameter directly to fix Coccinelle warning
2024-07-10 21:00 UTC
[PATCH] selftests:Fix printf format string in kselftest_harness.h
2024-07-10 21:01 UTC (2+ messages)
[PATCH v2 0/4] Verify devices transition from D3cold to D0
2024-07-10 20:58 UTC (5+ messages)
` [PATCH v2 1/4] PCI: Check PCI_PM_CTRL in pci_dev_wait()
` [PATCH v2 2/4] PCI: Verify functions currently in D3cold have entered D0
` [PATCH v2 3/4] PCI: Allow Ryzen XHCI controllers into D3cold and drop delays
` [PATCH v2 4/4] PCI: Drop Radeon quirk for Macbook Pro 8.2
[syzbot] [bcachefs?] kernel BUG in bch2_journal_noflush_seq
2024-07-10 20:55 UTC
arch/arm64/boot/dts/microchip/sparx5_pcb134.dtb: i2c-mux-1: idle-state: [8] is not of type 'integer'
2024-07-10 20:54 UTC
[PATCH 0/3] LoongArch: CPU parallel bring up
2024-07-10 20:51 UTC (3+ messages)
` [PATCH 1/3] cpu/hotplug: Make HOTPLUG_PARALLEL independent of HOTPLUG_SMT
[RFC PATCH 0/9] Add RAS support for CXL root ports, CXL downstream switch ports, and CXL upstream switch ports
2024-07-10 20:48 UTC (5+ messages)
` [RFC PATCH 1/9] PCI/AER: Update AER driver to call root port and downstream port UCE handlers
[PATCH 0/2] uprobes: document mmap_lock, don't abuse get_user_pages_remote()
2024-07-10 20:46 UTC (14+ messages)
` [PATCH 0/3] uprobes: future cleanups for review
` [PATCH 1/3] uprobes: kill uprobe_register_refctr()
` [PATCH 3/3] uprobes: make uprobe_register() return struct uprobe *
[PATCH v5 0/7] KVM: Guest Memory Pre-Population API
2024-07-10 20:46 UTC (3+ messages)
` [PATCH v5 2/7] KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
[PATCH] smp: Fix missed destroy_work_on_stack() calls in smp_call_on_cpu()
2024-07-10 20:45 UTC (2+ messages)
` [tip: smp/core] smp: Add missing destroy_work_on_stack() call "
[PATCH v3 0/6] Bluetooth: hci_qca: use the power sequencer for wcn7850
2024-07-10 20:43 UTC (3+ messages)
[PATCH v2 0/2] virtio-balloon: make it spec compliant
2024-07-10 20:38 UTC (9+ messages)
` [PATCH v2 2/2] virtio: fix vq # for balloon
[syzbot] [bcachefs?] kernel BUG in bch2_bio_compress
2024-07-10 20:34 UTC
[PATCH v4] x86/traps: Enable UBSAN traps on x86
2024-07-10 20:32 UTC
[PATCH 3/6] PCI: restore memory decoding after reallocation
2024-07-10 20:31 UTC (2+ messages)
Race condition when replacing the broadcast timer
2024-07-10 20:30 UTC (5+ messages)
` [External Mail]Re: "
[PATCH net-next v16 00/13] Device Memory TCP
2024-07-10 20:29 UTC (8+ messages)
` [PATCH net-next v16 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v16 05/13] page_pool: devmem support
[PATCH v7 0/4] PCI: endpoint: add D-state change notifier support
2024-07-10 20:28 UTC (3+ messages)
` [PATCH v7 2/4] PCI: qcom-ep: Add support for D-state change notification
[PATCH v2] riscv: Add tracepoints for SBI calls and returns
2024-07-10 20:29 UTC (2+ messages)
[GIT PULL] hotfixes against 6.10-rc7
2024-07-10 20:23 UTC
[PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
2024-07-10 20:22 UTC (3+ messages)
` [PATCH v9 27/52] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
[PATCH] irqchip/sifive-plic: Fix plic_set_affinity() only enables 1 cpu
2024-07-10 20:19 UTC (6+ messages)
[PATCH] clk: hisilicon: Remove unnecessary local variable
2024-07-10 20:18 UTC
[PATCH v7 0/8] clk: Add kunit tests for fixed rate and parent data
2024-07-10 20:12 UTC (9+ messages)
` [PATCH v7 1/8] of/platform: Allow overlays to create platform devices from the root node
` [PATCH v7 2/8] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v7 3/8] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends
` [PATCH v7 4/8] of: Add a KUnit test for overlays and test managed APIs
` [PATCH v7 5/8] platform: Add test managed platform_device/driver APIs
` [PATCH v7 6/8] clk: Add test managed clk provider/consumer APIs
` [PATCH v7 7/8] clk: Add KUnit tests for clk fixed rate basic type
` [PATCH v7 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data
[PATCHv12 00/19] x86/tdx: Add kexec support
2024-07-10 20:12 UTC (5+ messages)
` [PATCH v11 0/3] x86/snp: "
` [PATCH v11 3/3] x86/snp: Convert shared memory back to private on kexec
[PATCH] arm64/fpsimd: Ensure we don't contend a SMCU from idling CPUs
2024-07-10 20:10 UTC (2+ messages)
[PATCH] clk: mxs: Use clamp() in clk_ref_round_rate() and clk_ref_set_rate()
2024-07-10 20:10 UTC (2+ messages)
[PATCH fs/bfs 0/2] bfs: fix null-ptr-deref and possible warning in bfs_move_block() func
2024-07-10 20:09 UTC (4+ messages)
` [PATCH fs/bfs 1/2] bfs: fix null-ptr-deref in bfs_move_block
` [PATCH fs/bfs 2/2] bfs: add buffer_uptodate check before mark_buffer_dirty call
[PATCH v2] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel
2024-07-10 19:58 UTC (2+ messages)
[PATCH v10 00/38] ep93xx device tree conversion
2024-07-10 19:56 UTC (6+ messages)
` [PATCH v10 03/38] clk: ep93xx: add DT support for Cirrus EP93xx
[PATCH v6] sbitmap: fix io hung due to race on sbitmap_word::cleared
2024-07-10 19:54 UTC (2+ messages)
[PATCH 00/10] clk: constify struct regmap_config
2024-07-10 19:47 UTC (3+ messages)
` [PATCH 09/10] clk: sunxi-ng r40: Constify "
[PATCH v1 0/4] Break some CMDS into helper functions
2024-07-10 19:38 UTC (11+ messages)
` [PATCH v1 1/4] drm/panel: boe-tv101wum-nl6: "
` [PATCH v1 2/4] drm/panel: nt35521: "
` [PATCH v1 3/4] drm/panel: nt36672e: "
` [PATCH v1 4/4] drm/panel: ili9806e: "
[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-10 19:36 UTC
[PATCH v4] kbuild: add script and target to generate pacman package
2024-07-10 19:32 UTC
[PATCH v2 0/7] Make core VMA operations internal and testable
2024-07-10 19:32 UTC (2+ messages)
ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
2024-07-10 19:31 UTC (7+ messages)
` [PATCH/RFT] "
[PATCHSET sched_ext/for-6.11] sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
2024-07-10 19:25 UTC (11+ messages)
` [PATCH 1/6] sched: Move struct balance_callback definition upward
` [PATCH 2/6] sched_ext: Open-code task_linked_on_dsq()
` [PATCH 4/6] sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUP
` [PATCH 5/6] sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
` [PATCH 6/6] sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueues
[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-10 19:24 UTC (7+ messages)
[PATCH v3 0/2] fix task_work interation with freezing
2024-07-10 19:18 UTC (3+ messages)
` [PATCH v3 2/2] kernel: rerun task_work while freezing in get_signal()
[linux-next:master] [mm] 47325a5c88: WARNING:at_mm/slub.c:#free_large_kmalloc
2024-07-10 19:18 UTC (8+ messages)
[PATCH 0/5] drm/panel: atna33xc20: Fix the Samsung ATNA45AF01 panel
2024-07-10 19:16 UTC (5+ messages)
` [PATCH 1/5] dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01
Probe failure of usb controller @11290000 on MT8195 after next-20231221
2024-07-10 19:15 UTC (3+ messages)
[PROBLEM linux-next] fs/reiserfs/do_balan.c:1147:13: error: variable ‘leaf_mi’ set but not used [-Werror=unused-but-set-variable]
2024-07-10 19:14 UTC (3+ messages)
[PATCH v4] x86/entry_32: Use stack segment selector for VERW operand
2024-07-10 19:06 UTC
[PATCH] wifi: rtw89: chan: Use swap() to improve rtw89_swap_sub_entity()
2024-07-10 19:04 UTC
[PATCH] serial: qcom-geni: Show '@' characters if we have a FIFO underrun
2024-07-10 19:03 UTC (6+ messages)
[GIT PULL] VFIO fix for v6.10
2024-07-10 19:03 UTC (2+ messages)
[GIT PULL] bcachefs fixes for 6.10-rc8
2024-07-10 19:03 UTC (2+ messages)
[PATCH] drm/panel-edp: Add BOE NV140WUM-N41
2024-07-10 19:02 UTC
[PATCH] wifi: rtl8xxxu: Use swap() to improve rtl8xxxu_switch_ports()
2024-07-10 19:00 UTC
[PATCH] wifi: ath9k: Use swap() to improve ath9k_hw_get_nf_hist_mid()
2024-07-10 18:57 UTC
[PATCH v2 0/3] Enable FRED earlier
2024-07-10 18:53 UTC (3+ messages)
` [PATCH v2 1/3] x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()
[PATCH v8] Add multicolor support to BlinkM LED driver
2024-07-10 18:48 UTC
[RFC PATCH 01/16] bpf: Introduce BPF_PROG_TYPE_CRIB
2024-07-10 18:41 UTC (16+ messages)
` [RFC PATCH 02/16] bpf: Add KF_ITER_GETTER and KF_ITER_SETTER flags
` [RFC PATCH 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust
` [RFC PATCH 04/16] bpf: Add bpf_task_from_vpid() kfunc
` [RFC PATCH 05/16] bpf/crib: Add struct file related CRIB kfuncs
` [RFC PATCH 06/16] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [RFC PATCH 07/16] bpf/crib: Add struct sock related CRIB kfuncs
` [RFC PATCH 08/16] bpf/crib: Add CRIB kfuncs for getting pointer to often-used socket-related structures
` [RFC PATCH 09/16] bpf/crib: Add CRIB kfuncs for getting socket source/destination addresses
` [RFC PATCH 10/16] bpf/crib: Add struct sk_buff related CRIB kfuncs
` [RFC PATCH 11/16] bpf/crib: Introduce skb open-coded iterator kfuncs
` [RFC PATCH 12/16] bpf/crib: Introduce skb_data "
` [RFC PATCH 13/16] bpf/crib: Add CRIB kfuncs for restoring data in skb
` [RFC PATCH 14/16] selftests/crib: Add test for getting basic information of the process
` [RFC PATCH 15/16] selftests/crib: Add test for getting all socket "
` [RFC PATCH 16/16] selftests/crib: Add test for dumping/restoring UDP socket packets
[v5 PATCH] arm64: mm: force write fault for atomic RMW instructions
2024-07-10 18:43 UTC (12+ messages)
[PATCH] x86/smpboot: Mark memory allocations in smp_prepare_cpus_common __GFP_NOFAIL
2024-07-10 18:42 UTC
[PATCH v2 0/2] mtd: spi-nor: macronix: workaround for device id re-use
2024-07-10 18:42 UTC (5+ messages)
` [PATCH v2 1/2] mtd: spi-nor: core: add flag for doing optional SFDP
[PATCH 0/2] virtio-fs: Add 'file' mount option
2024-07-10 18:42 UTC (4+ messages)
[RESEND PATCH] rtc: ds1343: Force SPI chip select to be active high
2024-07-10 18:40 UTC (2+ messages)
[RFC PATCH 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
2024-07-10 18:40 UTC
[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-07-10 18:41 UTC (3+ messages)
[PATCH v2 1/3] arch/x86: Drop own definition of pgd,p4d_leaf
2024-07-10 18:41 UTC (5+ messages)
` [PATCH v2 3/3] mm: Add p{g/4}d_leaf() in asm-generic/pgtable-nop{4/u}d.h
[PATCH 00/10] perf/uprobe: Optimize uprobes
2024-07-10 18:40 UTC (10+ messages)
[PATCH] bpf: Ensure BPF programs testing skb context initialization
2024-07-10 18:38 UTC (2+ messages)
[PATCH v2] mm: shmem: Rename mTHP shmem counters
2024-07-10 18:30 UTC (2+ messages)
[PATCH] bus: sunxi-rsb: Constify struct regmap_bus
2024-07-10 18:28 UTC (2+ messages)
[PATCH-cgroup v2] cgroup: Show # of subsystem CSSes in root cgroup.stat
2024-07-10 18:28 UTC (5+ messages)
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-07-10 18:28 UTC (8+ messages)
` [PATCH v9 05/39] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
[PATCH v3] cxl/core: Support mbox op clear log of vendor debug logs
2024-07-10 18:26 UTC (2+ messages)
[PATCH v3 1/2] cgroup: Show # of subsystem CSSes in cgroup.stat
2024-07-10 18:23 UTC (2+ messages)
` [PATCH v3 2/2] cgroup: Limit frequency of reading cgroup.stat for unprivileged users
[PATCH] perf: arm_pmuv3: Fix chained event check for cycle counter
2024-07-10 18:23 UTC
[PATCH 0/3] sched/core: Fixes and enhancements around spurious need_resched() and idle load balancing
2024-07-10 18:20 UTC (4+ messages)
` [RFC PATCH 3/3] softirq: Avoid waking up ksoftirqd from flush_smp_call_function_queue()
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