All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-07 05:17:19 to 2020-08-07 06:24:01 UTC [more...]

[linux.git drm/ttm]: NULL pointer dereference upon driver probe
 2020-08-07  6:22 UTC  (5+ messages)

incoming
 2020-08-07  6:23 UTC  (120+ messages)
` [patch 001/163] mm/memory.c: avoid access flag update TLB flush for retried page fault
` [patch 002/163] mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIER
` [patch 003/163] mm/shuffle: don't move pages between zones and don't read garbage memmaps
` [patch 004/163] mm: fix kthread_use_mm() vs TLB invalidate
` [patch 005/163] kthread: remove incorrect comment in kthread_create_on_cpu()
` [patch 006/163] tools/: replace HTTP links with HTTPS ones
` [patch 007/163] tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference
` [patch 008/163] scripts/tags.sh: collect compiled source precisely
` [patch 009/163] scripts/bloat-o-meter: Support comparing library archives
` [patch 010/163] scripts/decode_stacktrace.sh: skip missing symbols
` [patch 011/163] scripts/decode_stacktrace.sh: guess basepath if not specified
` [patch 012/163] scripts/decode_stacktrace.sh: guess path to modules
` [patch 013/163] scripts/decode_stacktrace.sh: guess path to vmlinux by release name
` [patch 014/163] const_structs.checkpatch: add regulator_ops
` [patch 015/163] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 016/163] ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type
` [patch 017/163] ocfs2: fix remounting needed after setfacl command
` [patch 018/163] ocfs2: suballoc.h: delete a duplicated word
` [patch 019/163] ocfs2: change slot number type s16 to u16
` [patch 020/163] ocfs2: replace HTTP links with HTTPS ones
` [patch 021/163] ocfs2: fix unbalanced locking
` [patch 022/163] mm, treewide: rename kzfree() to kfree_sensitive()
` [patch 023/163] mm: ksize() should silently accept a NULL pointer
` [patch 024/163] mm/slab: expand CONFIG_SLAB_FREELIST_HARDENED to include SLAB
` [patch 025/163] mm/slab: add naive detection of double free
` [patch 026/163] mm, slab: check GFP_SLAB_BUG_MASK before alloc_pages in kmalloc_order
` [patch 027/163] mm/slab.c: update outdated kmem_list3 in a comment
` [patch 028/163] mm, slub: extend slub_debug syntax for multiple blocks
` [patch 029/163] mm, slub: make some slub_debug related attributes read-only
` [patch 030/163] mm, slub: remove runtime allocation order changes
` [patch 031/163] mm, slub: make remaining slub_debug related attributes read-only
` [patch 032/163] mm, slub: make reclaim_account attribute read-only
` [patch 033/163] mm, slub: introduce static key for slub_debug()
` [patch 034/163] mm, slub: introduce kmem_cache_debug_flags()
` [patch 035/163] mm, slub: extend checks guarded by slub_debug static key
` [patch 036/163] mm, slab/slub: move and improve cache_from_obj()
` [patch 037/163] mm, slab/slub: improve error reporting and overhead of cache_from_obj()
` [patch 038/163] mm/slub.c: drop lockdep_assert_held() from put_map()
` [patch 039/163] mm, kcsan: instrument SLAB/SLUB free with "ASSERT_EXCLUSIVE_ACCESS"
` [patch 040/163] mm/debug_vm_pgtable: add tests validating arch helpers for core MM features
` [patch 041/163] mm/debug_vm_pgtable: add tests validating advanced arch page table helpers
` [patch 042/163] mm/debug_vm_pgtable: add debug prints for individual tests
` [patch 043/163] Documentation/mm: add descriptions for arch page table helpers
` [patch 044/163] mm/debug: handle page->mapping better in dump_page
` [patch 045/163] mm/debug: dump compound page information on a second line
` [patch 046/163] mm/debug: print head flags in dump_page
` [patch 047/163] mm/debug: switch dump_page to get_kernel_nofault
` [patch 048/163] mm/debug: print the inode number in dump_page
` [patch 049/163] mm/debug: print hashed address of struct page
` [patch 050/163] mm, dump_page: do not crash with bad compound_mapcount()
` [patch 051/163] mm: filemap: clear idle flag for writes
` [patch 052/163] mm: filemap: add missing FGP_ flags in kerneldoc comment for pagecache_get_page
` [patch 053/163] mm/gup.c: fix the comment of return value for populate_vma_page_range()
` [patch 054/163] mm/swap_slots.c: simplify alloc_swap_slot_cache()
` [patch 055/163] mm/swap_slots.c: simplify enable_swap_slots_cache()
` [patch 056/163] mm/swap_slots.c: remove redundant check for swap_slot_cache_initialized
` [patch 057/163] mm: swap: fix kerneldoc of swap_vma_readahead()
` [patch 058/163] mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync io
` [patch 059/163] tmpfs: per-superblock i_ino support
` [patch 060/163] tmpfs: support 64-bit inums per-sb
` [patch 061/163] mm: kmem: make memcg_kmem_enabled() irreversible
` [patch 062/163] mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_state()
` [patch 063/163] mm: memcg: prepare for byte-sized vmstat items
` [patch 064/163] mm: memcg: convert vmstat slab counters to bytes
` [patch 065/163] mm: slub: implement SLUB version of obj_to_index()
` [patch 066/163] mm: memcontrol: decouple reference counting from page accounting
` [patch 067/163] mm: memcg/slab: obj_cgroup API
` [patch 068/163] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [patch 069/163] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [patch 070/163] mm: memcg/slab: charge individual slab objects instead of pages
` [patch 071/163] mm: memcg/slab: deprecate memory.kmem.slabinfo
` [patch 072/163] mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
` [patch 073/163] mm: memcg/slab: use a single set of kmem_caches for all accounted allocations
` [patch 074/163] mm: memcg/slab: simplify memcg cache creation
` [patch 075/163] mm: memcg/slab: remove memcg_kmem_get_cache()
` [patch 076/163] mm: memcg/slab: deprecate slab_root_caches
` [patch 077/163] mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()
` [patch 078/163] mm: memcg/slab: use a single set of kmem_caches for all allocations
` [patch 079/163] kselftests: cgroup: add kernel memory accounting tests
` [patch 080/163] tools/cgroup: add memcg_slabinfo.py tool
` [patch 081/163] mm: memcontrol: account kernel stack per node
` [patch 082/163] mm: memcg/slab: remove unused argument by charge_slab_page()
` [patch 083/163] mm: slab: rename (un)charge_slab_page() to (un)account_slab_page()
` [patch 084/163] mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()
` [patch 085/163] mm: memcontrol: avoid workload stalls when lowering memory.high
` [patch 086/163] mm, memcg: reclaim more aggressively before high allocator throttling
` [patch 087/163] mm, memcg: unify reclaim retry limits with page allocator
` [patch 088/163] mm, memcg: avoid stale protection values when cgroup is above protection
` [patch 089/163] mm, memcg: decouple e{low,min} state mutations from protection checks
` [patch 090/163] memcg, oom: check memcg margin for parallel oom
` [patch 091/163] mm: memcontrol: restore proper dirty throttling when memory.high changes
` [patch 092/163] mm: memcontrol: don't count limit-setting reclaim as memory pressure
` [patch 093/163] mm/page_counter.c: fix protection usage propagation
` [patch 094/163] mm: remove redundant check non_swap_entry()
` [patch 095/163] mm/memory.c: make remap_pfn_range() reject unaligned addr
` [patch 096/163] mm: remove unneeded includes of <asm/pgalloc.h>
` [patch 097/163] opeinrisc: switch to generic version of pte allocation
` [patch 098/163] xtensa: "
` [patch 099/163] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [patch 100/163] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [patch 101/163] asm-generic: pgalloc: provide generic pgd_free()
` [patch 102/163] mm: move lib/ioremap.c to mm/
` [patch 103/163] mm: move p?d_alloc_track to separate header file
` [patch 104/163] mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()
` [patch 105/163] proc/meminfo: avoid open coded reading of vm_committed_as
` [patch 106/163] mm/util.c: make vm_memory_committed() more accurate
` [patch 107/163] percpu_counter: add percpu_counter_sync()
` [patch 108/163] mm: adjust vm_committed_as_batch according to vm overcommit policy
` [patch 109/163] mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
` [patch 110/163] mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
` [patch 111/163] arm64/mm: enable vmem_altmap support for vmemmap mappings
` [patch 112/163] mm: mmap: merge vma after call_mmap() if possible
` [patch 113/163] mm: remove unnecessary wrapper function do_mmap_pgoff()
` [patch 114/163] mm/mremap: it is sure to have enough space when extent meets requirement
` [patch 115/163] mm/mremap: calculate extent in one place
` [patch 116/163] mm/mremap: start addresses are properly aligned
` [patch 117/163] selftests: add mincore() tests
` [patch 118/163] mm/sparse: never partially remove memmap for early section
` [patch 119/163] mm/sparse: only sub-section aligned range would be populated

[GIT] Networking
 2020-08-07  6:23 UTC  (5+ messages)

[PATCH v3 2/4] irqchip/qcom-pdc: Switch to using IRQCHIP_PLATFORM_DRIVER helper macros
 2020-08-07  6:22 UTC  (15+ messages)

[RFC] checkpatch: detect missing changes to trace-events
 2020-08-07  6:21 UTC  (2+ messages)

[PATCH for-5.2 00/19] aspeed: mostly cleanups and some extensions
 2020-08-07  6:21 UTC  (16+ messages)
` [PATCH for-5.2 02/19] m25p80: Add support for mx25l25635f
` [PATCH for-5.2 08/19] aspeed/sdhci: Fix reset sequence
` [PATCH for-5.2 10/19] ftgmac100: Fix interrupt status "Packet transmitted on ethernet"
` [PATCH for-5.2 12/19] ftgmac100: Change interrupt status when a DMA error occurs
` [PATCH for-5.2 15/19] ftgmac100: Improve software reset

[RFC PATCH 0/8] *** A Method for evaluating dirty page rate ***
 2020-08-07  6:19 UTC  (10+ messages)
` [RFC PATCH 2/8] migration/dirtyrate: Add block_dirty_info to store dirtypage info

[PATCH v2 2/2] ext4: rename system_blks to s_system_blks inside ext4_sb_info
 2020-08-07  6:20 UTC 

[PATCH v2 1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
 2020-08-07  6:20 UTC 

[Buildroot] Having trouble getting a simple cmake based custom package to wok
 2020-08-07  6:08 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v5.9-rc1
 2020-08-07  6:05 UTC 

[PATCH v2 0/2] powerpc/pci: unmap interrupts when a PHB is removed
 2020-08-07  6:01 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/pci: unmap all "

[folded-merged] mm-thp-replace-http-links-with-https-ones-fix.patch removed from -mm tree
 2020-08-07  5:58 UTC 

[folded-merged] mm-page_alloc-skip-watermark_boost-for-atomic-order-0-allocations-fix.patch removed from -mm tree
 2020-08-07  5:58 UTC 

[folded-merged] page_alloc-consider-highatomic-reserve-in-watermark-fast-v5.patch removed from -mm tree
 2020-08-07  5:57 UTC 

INVESTMENT
 2020-08-07  5:56 UTC 

[folded-merged] kasan-arm64-dont-instrument-functions-that-enable-kasan-v2.patch removed from -mm tree
 2020-08-07  5:57 UTC 

[folded-merged] kasan-fix-kasan-unit-tests-for-tag-based-kasan-v4.patch removed from -mm tree
 2020-08-07  5:56 UTC 

[folded-merged] kasan-record-and-print-the-free-track-v8.patch removed from -mm tree
 2020-08-07  5:56 UTC 

[folded-merged] rcu-kasan-record-and-print-call_rcu-call-stack-v8.patch removed from -mm tree
 2020-08-07  5:55 UTC 

[dpdk-dev] [PATCH] tracepoint: fix compilation with C++
 2020-08-07  5:54 UTC  (5+ messages)
  ` [dpdk-dev] [EXT] "

[folded-merged] xtensa-switch-to-generic-version-of-pte-allocation-fix.patch removed from -mm tree
 2020-08-07  5:54 UTC 

[PATCH] configs: socfpga: add kernel parameter for immediate reboot
 2020-08-07  5:53 UTC  (2+ messages)

[folded-merged] mm-remove-unneeded-includes-of-asm-pgalloch-fix.patch removed from -mm tree
 2020-08-07  5:53 UTC 

[PATCH v3] drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
 2020-08-07  5:52 UTC  (5+ messages)

[folded-merged] mm-memcg-slab-use-a-single-set-of-kmem_caches-for-all-allocations-fix.patch removed from -mm tree
 2020-08-07  5:52 UTC 

[Buildroot] [PATCH 1/1] package/php: bump version to 7.4.9
 2020-08-07  5:52 UTC 

[folded-merged] mm-memcontrol-decouple-reference-counting-from-page-accounting-fix.patch removed from -mm tree
 2020-08-07  5:51 UTC 

[PATCH] epic100: switch from 'pci_' to 'dma_' API
 2020-08-07  5:50 UTC  (4+ messages)

[folded-merged] tmpfs-support-64-bit-inums-per-sb-fix.patch removed from -mm tree
 2020-08-07  5:50 UTC 

[folded-merged] mm-handle-page-mapping-better-in-dump_page-fix.patch removed from -mm tree
 2020-08-07  5:49 UTC 

[tpm2] Re: Debugging tpm2 tools based of FAPI
 2020-08-07  5:48 UTC 

[folded-merged] documentation-mm-add-descriptions-for-arch-page-table-helpers-v5.patch removed from -mm tree
 2020-08-07  5:48 UTC 

[folded-merged] mm-debug_vm_pgtable-add-tests-validating-advanced-arch-page-table-helpers-v5.patch removed from -mm tree
 2020-08-07  5:48 UTC 

[folded-merged] mm-slab-slub-improve-error-reporting-and-overhead-of-cache_from_obj-fix.patch removed from -mm tree
 2020-08-07  5:47 UTC 

[folded-merged] mm-slub-introduce-kmem_cache_debug_flags-fix.patch removed from -mm tree
 2020-08-07  5:46 UTC 

[folded-merged] mm-slub-extend-slub_debug-syntax-for-multiple-blocks-fix.patch removed from -mm tree
 2020-08-07  5:45 UTC 

[folded-merged] slab-add-naive-detection-of-double-free-fix.patch removed from -mm tree
 2020-08-07  5:44 UTC 

[folded-merged] mm-treewide-rename-kzfree-to-kfree_sensitive-fix-fix.patch removed from -mm tree
 2020-08-07  5:44 UTC 

[folded-merged] mm-treewide-rename-kzfree-to-kfree_sensitive-fix.patch removed from -mm tree
 2020-08-07  5:44 UTC 

[folded-merged] scripts-tagssh-collect-compiled-source-precisely-v2.patch removed from -mm tree
 2020-08-07  5:43 UTC 

[folded-merged] mm-fix-kthread_use_mm-vs-tlb-invalidate-fix.patch removed from -mm tree
 2020-08-07  5:43 UTC 

[Bug 1890775] [NEW] Aten USB to Serial bridge does not work with qemu under Windows 10
 2020-08-07  5:33 UTC  (2+ messages)
` [Bug 1890775] "

[intel-linux-intel-lts:5.4/yocto 3/3] drivers/gpu/drm/hantro_driver/hantrodec.c:1544:31-32: WARNING: Use ARRAY_SIZE
 2020-08-07  5:41 UTC  (6+ messages)
` [PATCH] drm: fix array_size.cocci warnings
` [PATCH] drm: fix platform_no_drv_owner.cocci warnings
` [PATCH] drm: fix zalloc-simple.cocci warnings
` [PATCH] drm: fix vma_pages.cocci warnings

[PATCH] btrfs: backref: this patch fixes a null pointer dereference bug
 2020-08-07  5:40 UTC  (3+ messages)

drivers/staging/mt7621-pci/pci-mt7621.c:189:11: error: 'pci_generic_config_read' undeclared here (not in a function)
 2020-08-07  5:36 UTC  (2+ messages)

psplash and mountpoint -q
 2020-08-07  5:36 UTC  (2+ messages)
` [yocto] "

[PATCH for-5.2] hw/null-machine: Add the kvm_type() hook for MIPS
 2020-08-07  5:36 UTC 

[PATCH V7 for-5.2] hw/mips: Add Loongson-3 machine support (with KVM)
 2020-08-07  5:36 UTC 

drivers/net/wireless/mediatek/mt76/mt7915/init.c:339:26: sparse: sparse: cast from restricted __le16
 2020-08-07  5:12 UTC 

[PATCH v1 1/2] Missing instruction_pointer_set() instances
 2020-08-07  5:32 UTC  (10+ messages)
` [PATCH v1 2/2] perf/core: Fake regs for leaked kernel samples

INFO: task hung in pipe_read (2)
 2020-08-07  5:31 UTC  (4+ messages)

when is it appropriate to push recipe enhancements (eg., class-nativesdk) upstream?
 2020-08-07  5:28 UTC  (2+ messages)
` [yocto] "

[linux-5.4 test] 152501: tolerable FAIL - PUSHED
 2020-08-07  5:26 UTC 

[PATCH] drm/vmwgfx/stdu: Use drm_mode_config_reset
 2020-08-07  5:27 UTC  (2+ messages)

[PATCH v6 00/11] Introduce features and debugfs/sysfs entries for MHI
 2020-08-07  5:22 UTC  (3+ messages)
` [PATCH v6 11/11] bus: mhi: core: Introduce sysfs "

[PATCH v3 0/2] dma-pool fixes
 2020-08-07  5:21 UTC  (4+ messages)
` [PATCH v3 2/2] dma-pool: Only allocate from CMA when in same memory zone

request for missing access permission to libhinawa repository
 2020-08-07  5:18 UTC 

[PATCH] serial: qcom_geni_serial: Fix recent kdb hang
 2020-08-07  5:19 UTC 

Does any version of Yocto currently support LLVM/CLANG/and OpenCL ?
 2020-08-07  5:17 UTC  (2+ messages)
` [yocto] "

Kernel external module with firmware
 2020-08-07  5:16 UTC 


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.