linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linux-next:fs-next] BUILD SUCCESS e1f92950fa5729e8ac1c7da0c0b05db1070f3566
 2024-09-14  3:54 UTC 

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-14  3:26 UTC  (40+ messages)
` [PATCH v4 01/30] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v4 02/30] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v4 03/30] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v4 04/30] riscv: Add support for per-thread envcfg CSR values
` [PATCH v4 05/30] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v4 06/30] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v4 07/30] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v4 08/30] riscv: zicfiss / zicfilp enumeration
` [PATCH v4 09/30] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v4 10/30] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v4 11/30] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v4 12/30] riscv mm: manufacture shadow stack pte
` [PATCH v4 13/30] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v4 14/30] riscv mmu: write protect and shadow stack
` [PATCH v4 15/30] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v4 16/30] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v4 17/30] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 18/30] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v4 19/30] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v4 20/30] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v4 21/30] riscv/traps: Introduce software check exception
` [PATCH v4 22/30] riscv sigcontext: cfi state struct definition for sigcontext
` [PATCH v4 23/30] riscv signal: save and restore of shadow stack for signal
` [PATCH v4 24/30] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v4 25/30] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v4 26/30] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v4 27/30] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v4 28/30] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v4 29/30] riscv: Documentation for shadow stack on riscv
` [PATCH v4 30/30] kselftest/riscv: kselftest for user mode cfi

[PATCH] mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag set
 2024-09-14  1:53 UTC 

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-09-14  1:08 UTC  (4+ messages)
` [RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb

[linux-next:master 11090/11210] arch/arm64/boot/dts/freescale/imx8mm-venice-gw75xx-0x.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short
 2024-09-14  0:34 UTC  (4+ messages)

[linux-next:master 11040/11962] include/uapi/linux/const.h:20:25: error: conversion from 'long long unsigned int' to 'size_t' {aka 'unsigned int'} changes value from '34359738368' to '0'
 2024-09-14  0:31 UTC 

[PATCH v3 0/5] Increase mseal test coverage
 2024-09-13 23:00 UTC  (11+ messages)
` [PATCH v3 4/5] selftests/mseal: add more tests for mmap

[PATCH 0/1] Fix device private page livelock on CPU fault
 2024-09-13 22:39 UTC  (4+ messages)
` [PATCH 1/1] mm/migrate: Trylock device page in do_swap_page

[PATCH] selftests: mm: Fix build errors on armhf
 2024-09-13 22:33 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 5acd9952f95fb4b7da6d09a3be39195a80845eb6
 2024-09-13 22:07 UTC 

[PATCH V11] cgroup/rstat: Avoid flushing if there is an ongoing root flush
 2024-09-13 21:54 UTC  (4+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-13 21:30 UTC  (18+ messages)

kernel/iomem.c:18:32: sparse: sparse: cast truncates bits from constant value (38400000050e becomes 50e)
 2024-09-13 21:22 UTC 

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-13 21:04 UTC  (17+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits

[PATCH] rust: shrinker: add shrinker abstraction
 2024-09-13 20:31 UTC  (3+ messages)

[linux-next:fs-current] BUILD SUCCESS 790c8492e25c5601d6930ae57e2e9980670e593b
 2024-09-13 19:30 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c3d6ecf6721c7484527b003d8cb22b452cc244b2
 2024-09-13 19:29 UTC 

[PATCH net-next v1] mm: fix build on powerpc with GCC 14
 2024-09-13 19:22 UTC  (2+ messages)

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-13 19:17 UTC  (17+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "

[v5 PATCH 1/2] hugetlb: arm64: add mte support
 2024-09-13 18:34 UTC  (2+ messages)
` [v5 PATCH 2/2] selftests: arm64: add hugetlb mte tests

[PATCH v4 07/10] tmpfs: Add casefold lookup support
 2024-09-13 18:25 UTC  (3+ messages)

[v4 PATCH 1/2] hugetlb: arm64: add mte support
 2024-09-13 17:49 UTC  (4+ messages)
` [v4 PATCH 2/2] selftests: arm64: add hugetlb mte tests

[regression] oops on heavy compilations ("kernel BUG at mm/zswap.c:1005!" and "Oops: invalid opcode: 0000")
 2024-09-13 17:39 UTC  (3+ messages)

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-13 17:25 UTC  (5+ messages)
` [PATCH v12 01/17] EDAC: Add support for EDAC device features control
` [PATCH v12 02/17] EDAC: Add EDAC scrub control driver

[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-13 17:21 UTC  (11+ messages)
` [PATCH 1/7] m68k/mm: Change pmd_val()
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH 7/7] mm: Use pgdp_get() for accessing PGD entries

[PATCH] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-13 16:58 UTC  (4+ messages)

[PATCH] mm/madvise: process_madvise() drop capability check if same mm
 2024-09-13 15:56 UTC  (5+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-13 15:14 UTC  (7+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-13 15:00 UTC  (3+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages

[PATCH v4 0/3] Refactor __kmem_cache_create() and fix memory leak
 2024-09-13 15:00 UTC  (7+ messages)
` [PATCH v4 3/3] mm/slub: Fix memory leak of kobj->name in sysfs_slab_add()

[PATCH] maple_tree: root node could be handled by !p_slot too
 2024-09-13 14:17 UTC  (2+ messages)

[PATCH 1/3] maple_tree: use ma_data_end() in mas_data_end()
 2024-09-13 14:13 UTC  (10+ messages)

[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
 2024-09-13 13:41 UTC  (3+ messages)

Question about freeing of empty per-CPU partial slabs in SLUB
 2024-09-13 13:27 UTC  (3+ messages)

[RFC PATCH] cxl/pci: Set default timeout for background operations
 2024-09-13 11:52 UTC  (2+ messages)

[PATCH v3 4/9] arch/sparc: Teach arch_get_unmapped_area{_topdown} to handle hugetlb mappings
 2024-09-13 11:16 UTC  (2+ messages)

[PATCH] mm: set hugepage to false when anon mthp allocation
 2024-09-13 10:36 UTC  (3+ messages)

[RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound
 2024-09-13  9:35 UTC  (3+ messages)

[linux-next:master 9293/11623] drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c:1014:51: warning: 'DCEC' directive output may be truncated writing 4 bytes into a region of size between 0 and 53
 2024-09-13  9:22 UTC 

[PATCH] mm: Compute mTHP order efficiently
 2024-09-13  9:19 UTC 

[PATCH v3 9/9] mm: Consolidate common checks in hugetlb_get_unmapped_area
 2024-09-13  8:51 UTC  (2+ messages)

[linux-next:master] [perf] 4ba4f1afb6: WARNING:suspicious_RCU_usage
 2024-09-13  8:51 UTC 

Questions about TLB flushing and lru_gen_look_around
 2024-09-13  8:50 UTC  (3+ messages)

[PATCH V2] mm/memcontrol: add per-memcg pgpgin/pswpin counter
 2024-09-13  8:45 UTC  (2+ messages)
` [PATCH V2] mm/vmscan: wake up flushers conditionally to avoid cgroup OOM

[PATCH] mm, slab: restore kerneldoc for kmem_cache_create()
 2024-09-13  8:42 UTC  (2+ messages)

[linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-09-13  8:11 UTC  (3+ messages)

[PATCH v5 0/8] implement async block discards and other ops via io_uring
 2024-09-13  7:45 UTC  (6+ messages)
` [PATCH v5 6/8] block: implement write zeroes io_uring cmd

[linus:master] [mseal] 8be7258aad: stress-ng.pagemove.page_remaps_per_sec -4.4% regression
 2024-09-13  5:47 UTC  (11+ messages)

[PATCH V2] mm: Drop unused set_pte_safe()
 2024-09-13  4:37 UTC  (3+ messages)

[PATCH 1/2] selftest/mm: Fix typo in virtual_address_range
 2024-09-13  3:41 UTC  (5+ messages)
` [PATCH 2/2] selftests/mm: skip virtual_address_range tests on riscv

[linux-next:master 9437/11210] arch/arm64/boot/dts/freescale/imx8mm-beacon-kit.dtb: pcie-ep@33800000: reg: [[864026624, 4194304], [402653184, 134217728]] is too short
 2024-09-13  2:42 UTC 

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH] selftest/mm: Do not use hint for riscv mmap
 2024-09-13  2:07 UTC  (3+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-09-13  1:25 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 57f962b956f1d116cd64d5c406776c4975de549d
 2024-09-13  0:18 UTC 

[PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
 2024-09-12 22:52 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH v2] SLUB: Add support for per object memory policies
 2024-09-12 22:21 UTC  (5+ messages)

[PATCH] bootmem: Stop using page->index
 2024-09-12 21:56 UTC  (4+ messages)

MDWE does not prevent read-only, executable, shared memory regions to be updated by backing file writes
 2024-09-12 21:10 UTC  (5+ messages)

[linux-next:master 11167/11623] drivers/pinctrl/pinctrl-ep93xx.c:683:27: warning: 'raster_on_sdram3_pins' defined but not used
 2024-09-12 20:11 UTC 

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-09-11  3:04 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox