linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 06:56:44 to 2020-10-12 21:13:49 UTC [more...]

[hnaz-linux-mm:master 412/421] drivers/pci/switch/switchtec.c:1075:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-12 21:13 UTC 

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 20:48 UTC  (29+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v14 04/26] x86/cet: Add control-protection fault handler
` [PATCH v14 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v14 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v14 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v14 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v14 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v14 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v14 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v14 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v14 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v14 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v14 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v14 16/26] mm: Add guard pages around a shadow stack
` [PATCH v14 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v14 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v14 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v14 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v14 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v14 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v14 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v14 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v14 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v14 26/26] mm: Introduce PROT_SHSTK "

[PATCH v5 00/40] kasan: add hardware tag-based mode for arm64
 2020-10-12 20:44 UTC  (41+ messages)
` [PATCH v5 01/40] arm64: Enable armv8.5-a asm-arch option
` [PATCH v5 02/40] arm64: mte: Add in-kernel MTE helpers
` [PATCH v5 03/40] arm64: mte: Reset the page tag in page->flags
` [PATCH v5 04/40] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v5 05/40] arm64: mte: Add in-kernel tag fault handler
` [PATCH v5 06/40] arm64: kasan: Enable in-kernel MTE
` [PATCH v5 07/40] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v5 08/40] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v5 09/40] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v5 10/40] kasan: drop unnecessary GPL text from comment headers
` [PATCH v5 11/40] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v5 12/40] kasan: group vmalloc code
` [PATCH v5 13/40] kasan: shadow declarations only for software modes
` [PATCH v5 14/40] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v5 15/40] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v5 16/40] kasan: only build init.c for software modes
` [PATCH v5 17/40] kasan: split out shadow.c from common.c
` [PATCH v5 18/40] kasan: define KASAN_GRANULE_PAGE
` [PATCH v5 19/40] kasan: rename report and tags files
` [PATCH v5 20/40] kasan: don't duplicate config dependencies
` [PATCH v5 21/40] kasan: hide invalid free check implementation
` [PATCH v5 22/40] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v5 23/40] kasan, arm64: only init shadow for software modes
` [PATCH v5 24/40] kasan, arm64: only use kasan_depth "
` [PATCH v5 25/40] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v5 26/40] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v5 27/40] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v5 28/40] kasan: rename SHADOW layout macros to META
` [PATCH v5 29/40] kasan: separate metadata_fetch_row for each mode
` [PATCH v5 30/40] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v5 31/40] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v5 32/40] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v5 33/40] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v5 34/40] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v5 35/40] kasan, arm64: implement HW_TAGS runtime
` [PATCH v5 36/40] kasan, arm64: print report from tag fault handler
` [PATCH v5 37/40] kasan, mm: reset tags when accessing metadata
` [PATCH v5 38/40] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v5 39/40] kasan: add documentation for hardware tag-based mode
` [PATCH v5 40/40] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v2 0/3] Actually fix freelist pointer vs redzoning
 2020-10-12 20:43 UTC  (4+ messages)
` [PATCH v2 2/3] mm/slub: Fix redzoning for small allocations

[PATCH v14 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-10-12 20:29 UTC  (10+ messages)
` [PATCH v14 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v14 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v14 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v14 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v14 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v14 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v14 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-12 20:02 UTC  (15+ messages)
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-12 19:14 UTC  (6+ messages)

[PATCH v2] mm/hmm: make device private reference counts zero based
 2020-10-12 17:45 UTC 

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-10-12 17:21 UTC  (3+ messages)

[PATCH] mm/memcg: fix device private memcg accounting
 2020-10-12 17:11 UTC  (5+ messages)

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-12 16:53 UTC  (26+ messages)
` [PATCH v2 01/22] mpool: add utility routines and ioctl definitions
` [PATCH v2 02/22] mpool: add in-memory struct definitions
` [PATCH v2 03/22] mpool: add on-media "
` [PATCH v2 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH v2 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH v2 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH v2 07/22] mpool: add superblock management routines
` [PATCH v2 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH v2 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH v2 10/22] mpool: add mlog IO utility routines
` [PATCH v2 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH v2 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH v2 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH v2 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH v2 15/22] mpool: add mpool lifecycle management routines
` [PATCH v2 16/22] mpool: add mpool control plane utility routines
` [PATCH v2 17/22] mpool: add mpool lifecycle management ioctls
` [PATCH v2 18/22] mpool: add object "
` [PATCH v2 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH v2 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH v2 21/22] mpool: add documentation
` [PATCH v2 22/22] mpool: add Kconfig and Makefile

[PATCH v3 0/2] Add tracepoints around mmap_lock acquisition
 2020-10-12 16:23 UTC  (6+ messages)
` [PATCH v3 1/2] tracing: support "bool" type in synthetic trace events

[PATCH] mm/msync: exit early when the flags is an MS_ASYNC and start < vm_start
 2020-10-12 16:09 UTC 

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 16:04 UTC  (3+ messages)
  ` [External] "

[PATCH] mm, oom: enable rate-limiting controls for oom dumps
 2020-10-12 15:41 UTC  (4+ messages)

[PATCH] proc.5: Document inaccurate RSS due to SPLIT_RSS_COUNTING
 2020-10-12 15:33 UTC  (5+ messages)

[PATCH] mm: Make allocator take care of memoryless numa node
 2020-10-12 15:22 UTC  (3+ messages)

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:39 UTC  (12+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates
` [PATCH v2 09/17] mm: Add unsafe_follow_pfn

[PATCH 1/2] mm: mmap: fix fput in error path v2
 2020-10-12 14:22 UTC  (5+ messages)
` [PATCH 2/2] mm: introduce vma_set_file function v4

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-12 14:20 UTC  (8+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[Question Resend] About z3fold page migration
 2020-10-12 14:04 UTC  (2+ messages)

[PATCH v2] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-12 13:58 UTC  (2+ messages)

[Question] About z3fold page migration
 2020-10-12 13:54 UTC 

[linux-next:master 11074/14813] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 13:15 UTC 

[linux-next:master 10691/14813] drivers/i2c/busses/i2c-mlxbf.c:513:21: sparse: sparse: cast to restricted __be32
 2020-10-12 13:10 UTC 

[PATCH v1 00/29] virtio-mem: Big Block Mode (BBM)
 2020-10-12 13:09 UTC  (31+ messages)
` [PATCH v1 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v1 02/29] virtio-mem: simplify calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v1 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v1 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()
` [PATCH v1 05/29] virtio-mem: generalize check for added memory
` [PATCH v1 06/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v1 07/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v1 08/29] virtio-mem: drop last_mb_id
` [PATCH v1 09/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v1 10/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v1 11/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v1 12/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v1 13/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v1 14/29] virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
` [PATCH v1 15/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v1 16/29] virtio-mem: memory block states are specific to "
` [PATCH v1 17/29] virito-mem: subblock "
` [PATCH v1 18/29] virtio-mem: factor out calculation of the bit number within the sb_states bitmap
` [PATCH v1 19/29] virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM)
` [PATCH v1 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v1 21/29] virtio-mem: memory notifier callbacks "
` [PATCH v1 22/29] virtio-mem: memory block ids "
` [PATCH v1 23/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v1 24/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v1 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v1 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v1 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v1 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v1 29/29] virtio-mem: Big Block Mode (BBM) - safe "

[patch 3/5] mm: mmap: fix general protection fault in unlink_file_vma()
 2020-10-12 12:19 UTC  (2+ messages)

[linux-next:master 2053/14669] drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main.c:165: undefined reference to `tls_toe_unregister_device'
 2020-10-12 11:13 UTC 

[linux-next:master 11142/14669] drivers/net/wireless/realtek/rtw88/fw.c:1485:21: warning: address of array 'rtwdev->chip->fw_fifo_addr' will always evaluate to 'true'
 2020-10-12 11:08 UTC 

[PATCH] mm: proc: add Sock to /proc/meminfo
 2020-10-12  9:53 UTC  (7+ messages)
  ` [External] "

[PATCH 1/4] of/fdt: Update zone_dma_bits when running in bcm2711
 2020-10-12  8:47 UTC  (11+ messages)

[PATCH 1/6] mm: mmap: fix fput in error path
 2020-10-12  8:13 UTC  (7+ messages)
` [PATCH 2/6] mm: introduce vma_set_file function v3


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).