All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-02 04:34:54 to 2020-06-02 05:00:42 UTC [more...]

[RFC 00/16] ext4: mballoc/extents: Code cleanup and debug improvements
 2020-06-02  5:00 UTC  (4+ messages)
` [RFC 16/16] ext4: Add process name and pid in ext4_msg()

linux-sh for-next reactivation
 2020-06-02  5:00 UTC  (2+ messages)

[PATCH v2] kexec: Do not verify the signature without the lockdown or mandatory signature
 2020-06-02  4:59 UTC  (2+ messages)

[PATCH v2] driver core: platform: need consistent spacing around '-'
 2020-06-02  4:55 UTC 

[PATCH 4/6] vhost_vdpa: support doorbell mapping via mmap
 2020-06-02  4:56 UTC  (4+ messages)

[PATCH] spi: tegra114: missing put on pm_runtime_get_sync failure
 2020-06-02  4:55 UTC  (2+ messages)

include/linux/compiler.h:199:9: sparse: sparse: context imbalance in 'alua_rtpg' - different lock contexts for basic block
 2020-06-02  4:48 UTC  (2+ messages)

[ceph-client:testing 9/30] include/linux/spinlock.h:353:9: sparse: sparse: context imbalance in 'ceph_handle_caps' - unexpected unlock
 2020-06-02  4:38 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2020-06-02  4:53 UTC 

[LTP] [PATCH] syscalls/ioctl_loop05: set loop blksize to bdev blksize
 2020-06-02  4:53 UTC  (2+ messages)

incoming
 2020-06-02  4:52 UTC  (152+ messages)
` [patch 001/128] squashfs: migrate from ll_rw_block usage to BIO
` [patch 002/128] ocfs2: add missing annotation for dlm_empty_lockres()
` [patch 003/128] ocfs2: mount shared volume without ha stack
` [patch 004/128] arch/parisc/include/asm/pgtable.h: remove unused `old_pte'
` [patch 005/128] vfs: track per-sb writeback errors and report them to syncfs
` [patch 006/128] fs/buffer.c: record blockdev write errors in super_block that it backs
` [patch 007/128] usercopy: mark dma-kmalloc caches as usercopy caches
` [patch 008/128] mm/slub.c: fix corrupted freechain in deactivate_slab()
` [patch 009/128] slub: Remove userspace notifier for cache add/remove
` [patch 010/128] slub: remove kmalloc under list_lock from list_slab_objects() V2
` [patch 011/128] mm/slub: fix stack overruns with SLUB_STATS
` [patch 012/128] Documentation/vm/slub.rst: s/Toggle/Enable/
` [patch 013/128] mm, dump_page(): do not crash with invalid mapping pointer
` [patch 014/128] mm: move readahead prototypes from mm.h
` [patch 015/128] mm: return void from various readahead functions
` [patch 016/128] mm: ignore return value of ->readpages
` [patch 017/128] mm: move readahead nr_pages check into read_pages
` [patch 018/128] mm: add new readahead_control API
` [patch 019/128] mm: use readahead_control to pass arguments
` [patch 020/128] mm: rename various 'offset' parameters to 'index'
` [patch 021/128] mm: rename readahead loop variable to 'i'
` [patch 022/128] mm: remove 'page_offset' from readahead loop
` [patch 023/128] mm: put readahead pages in cache earlier
` [patch 024/128] mm: add readahead address space operation
` [patch 025/128] mm: move end_index check out of readahead loop
` [patch 026/128] mm: add page_cache_readahead_unbounded
` [patch 027/128] mm: document why we don't set PageReadahead
` [patch 028/128] mm: use memalloc_nofs_save in readahead path
` [patch 029/128] fs: convert mpage_readpages to mpage_readahead
` [patch 030/128] btrfs: convert from readpages to readahead
` [patch 031/128] erofs: convert uncompressed files "
` [patch 032/128] erofs: convert compressed "
` [patch 033/128] ext4: convert "
` [patch 034/128] ext4: pass the inode to ext4_mpage_readpages
` [patch 035/128] f2fs: convert from readpages to readahead
` [patch 036/128] f2fs: pass the inode to f2fs_mpage_readpages
` [patch 037/128] fuse: convert from readpages to readahead
` [patch 038/128] iomap: "
` [patch 039/128] include/linux/pagemap.h: introduce attach/detach_page_private
` [patch 040/128] md: remove __clear_page_buffers and use attach/detach_page_private
` [patch 041/128] btrfs: "
` [patch 042/128] fs/buffer.c: "
` [patch 043/128] f2fs: "
` [patch 044/128] iomap: "
` [patch 045/128] ntfs: replace attach_page_buffers with attach_page_private
` [patch 046/128] orangefs: use attach/detach_page_private
` [patch 047/128] buffer_head.h: remove attach_page_buffers
` [patch 048/128] mm/migrate.c: call detach_page_private to cleanup code
` [patch 049/128] mm_types.h: change set_page_private to inline function
` [patch 050/128] mm/filemap.c: remove misleading comment
` [patch 051/128] mm/page-writeback.c: remove unused variable
` [patch 052/128] mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
` [patch 053/128] mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
` [patch 054/128] mm/gup.c: update the documentation
` [patch 055/128] mm/gup: introduce pin_user_pages_unlocked
` [patch 056/128] ivtv: convert get_user_pages() --> pin_user_pages()
` [patch 057/128] mm/gup.c: further document vma_permits_fault()
` [patch 058/128] mm/swapfile: use list_{prev,next}_entry() instead of open-coding
` [patch 059/128] mm/swap_state: fix a data race in swapin_nr_pages
` [patch 060/128] mm: swap: properly update readahead statistics in unuse_pte_range()
` [patch 061/128] mm/swapfile.c: offset is only used when there is more slots
` [patch 062/128] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
` [patch 063/128] mm/swapfile.c: remove the unnecessary goto for SSD case
` [patch 064/128] mm/swapfile.c: simplify the calculation of n_goal
` [patch 065/128] mm/swapfile.c: remove the extra check in scan_swap_map_slots()
` [patch 066/128] mm/swapfile.c: found_free could be represented by (tmp < max)
` [patch 067/128] mm/swapfile.c: tmp is always smaller than max
` [patch 068/128] mm/swapfile.c: omit a duplicate code by compare tmp and max first
` [patch 069/128] swap: try to scan more free slots even when fragmented
` [patch 070/128] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
` [patch 071/128] mm/swapfile.c: __swap_entry_free() always free 1 entry
` [patch 072/128] mm/swapfile.c: use prandom_u32_max()
` [patch 073/128] swap: reduce lock contention on swap cache from swap slots allocation
` [patch 074/128] mm: swapfile: fix /proc/swaps heading and Size/Used/Priority alignment
` [patch 075/128] include/linux/swap.h: delete meaningless __add_to_swap_cache() declaration
` [patch 076/128] mm, memcg: add workingset_restore in memory.stat
` [patch 077/128] mm: memcontrol: simplify value comparison between count and limit
` [patch 078/128] memcg: expose root cgroup's memory.stat
` [patch 079/128] mm/memcg: prepare for swap over-high accounting and penalty calculation
` [patch 080/128] mm/memcg: move penalty delay clamping out of calculate_high_delay()
` [patch 081/128] mm/memcg: move cgroup high memory limit setting into struct page_counter
` [patch 082/128] mm/memcg: automatically penalize tasks with high swap use
` [patch 083/128] memcg: fix memcg_kmem_bypass() for remote memcg charging
` [patch 084/128] x86: mm: ptdump: calculate effective permissions correctly
` [patch 085/128] mm: ptdump: expand type of 'val' in note_page()
` [patch 086/128] /proc/PID/smaps: Add PMD migration entry parsing
` [patch 087/128] mm/memory: remove unnecessary pte_devmap case in copy_one_pte()
` [patch 088/128] mm, memory_failure: don't send BUS_MCEERR_AO for action required error
` [patch 089/128] x86/hyperv: use vmalloc_exec for the hypercall page
` [patch 090/128] x86: fix vmap arguments in map_irq_stack
` [patch 091/128] staging: android: ion: use vmap instead of vm_map_ram
` [patch 092/128] staging: media: ipu3: use vmap instead of reimplementing it
` [patch 093/128] dma-mapping: use vmap insted "
` [patch 094/128] powerpc: add an ioremap_phb helper
` [patch 095/128] powerpc: remove __ioremap_at and __iounmap_at
` [patch 096/128] mm: remove __get_vm_area
` [patch 097/128] mm: unexport unmap_kernel_range_noflush
` [patch 098/128] mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING
` [patch 099/128] mm: only allow page table mappings for built-in zsmalloc
` [patch 100/128] mm: pass addr as unsigned long to vb_free
` [patch 101/128] mm: remove vmap_page_range_noflush and vunmap_page_range
` [patch 102/128] mm: rename vmap_page_range to map_kernel_range
` [patch 103/128] mm: don't return the number of pages from map_kernel_range{,_noflush}
` [patch 104/128] mm: remove map_vm_range
` [patch 105/128] mm: remove unmap_vmap_area
` [patch 106/128] mm: remove the prot argument from vm_map_ram
` [patch 107/128] mm: enforce that vmap can't map pages executable
` [patch 108/128] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [patch 109/128] mm: remove the pgprot argument to __vmalloc
` [patch 110/128] mm: remove the prot argument to __vmalloc_node
` [patch 111/128] mm: remove both instances of __vmalloc_node_flags
` [patch 112/128] mm: remove __vmalloc_node_flags_caller
` [patch 113/128] mm: switch the test_vmalloc module to use __vmalloc_node
` [patch 114/128] mm: remove vmalloc_user_node_flags
` [patch 115/128] arm64: use __vmalloc_node in arch_alloc_vmap_stack
` [patch 116/128] powerpc: use __vmalloc_node in alloc_vm_stack
` [patch 117/128] s390: use __vmalloc_node in stack_alloc
` [patch 118/128] mm: add functions to track page directory modifications
` [patch 119/128] mm/vmalloc: track which page-table levels were modified
` [patch 120/128] mm/ioremap: "
` [patch 121/128] x86/mm/64: implement arch_sync_kernel_mappings()
` [patch 122/128] x86/mm/32: "
` [patch 123/128] mm: remove vmalloc_sync_(un)mappings()
` [patch 124/128] x86/mm: remove vmalloc faulting
` [patch 125/128] kasan: fix clang compilation warning due to stack protector
` [patch 126/128] ubsan: entirely disable alignment checks under UBSAN_TRAP
` [patch 127/128] mm/mm_init.c: report kasan-tag information stored in page->flags
` [patch 128/128] kasan: move kasan_report() into report.c

[jpirko-mlxsw:petrm_wip4 3/12] net/sched/cls_api.c:3817:5: error: redefinition of 'tcf_qevent_init'
 2020-06-02  4:52 UTC 

[PATCH 0/4] firmware: imx: fix/update cm4 and add resource check
 2020-06-02  4:50 UTC  (11+ messages)
` [PATCH 2/4] firmware: imx: add resource management api

[cip-dev] Kernel config warning
 2020-06-02  4:50 UTC  (2+ messages)

[PATCH] mm/vmstat: Add events for PMD based THP migration without split
 2020-06-02  4:48 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915: Trim set_timer_ms() intervals
 2020-06-02  4:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "

[net 0/2] tipc: revert two patches
 2020-06-02  4:46 UTC  (3+ messages)
` [net 1/2] Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"
` [net 2/2] Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"

[jkirsher-next-queue:dev-queue 24/35] drivers/net/ethernet/intel/iecm/iecm_txrx.c:2510:28: error: 'last_offset' undeclared; did you mean 'page_offset'?
 2020-06-02  4:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[lkundrak-linux-mmp:lr/ariel 61/67] sound/soc/codecs/88ce156-codec.c:406:5: warning: no previous prototype for 'ce156_set_sample_rate'
 2020-06-02  4:45 UTC 

[PATCH] driver core: platform: expose numa_node to users in sysfs
 2020-06-02  4:42 UTC  (5+ messages)

linux-next: manual merge of the irqchip tree with the tip tree
 2020-06-02  4:42 UTC 

[LTP] [PATCH v2 1/4] lib: add new cgroup test API
 2020-06-02  4:42 UTC  (3+ messages)

[linux-next:master 7573/14131] drivers/md/dm-integrity.c:1895:33: sparse: expected unsigned long long volatile
 2020-06-02  4:42 UTC 

stable-rc/linux-4.9.y boot: 5 boots: 0 failed, 5 passed (v4.9.225-62-gf7c3cc559c2e)
 2020-06-02  4:41 UTC 

[PATCH] spi: tegra20-sflash: call pm_runtime_put in case of pm_runtime_get failure
 2020-06-02  4:40 UTC  (2+ messages)

[rgushchin:percpu_acc.1 25/27] include/linux/memcontrol.h:45:30: error: implicit conversion from enumeration type 'enum memcg_stat_item' to different enumeration type 'enum node_stat_item'
 2020-06-02  4:39 UTC 

28307d938f ("percpu: make pcpu_alloc() aware of current gfp .."): BUG: kernel reboot-without-warning in boot stage
 2020-06-02  4:37 UTC  (4+ messages)
  ` [LKP] "

[PATCH] spi: spi-ti-qspi: call pm_runtime_put on pm_runtime_get failure
 2020-06-02  4:36 UTC 

[PATCH 0/2] pseries extended cede cpu offline mode removal
 2020-06-02  4:31 UTC  (2+ messages)
` [PATCH 2/2] powerpc/rtas: don't online CPUs for partition suspend

[PATCH] media: rkvdec: Fix H264 scaling list order
 2020-06-02  4:36 UTC  (2+ messages)

[cip-dev] [PATCH v4.4.y-cip] ARM: dts: iwg20d-q7-common: Add LCD support
 2020-06-02  4:35 UTC  (4+ messages)

[lkundrak-linux-mmp:lr/ariel 61/67] sound/soc/codecs/88ce156-codec.c:1341:5-8: Unneeded variable: "ret". Return "0" on line 1390
 2020-06-02  4:35 UTC  (2+ messages)
` [PATCH] fix returnvar.cocci warnings

drivers/ptp/ptp_ines.c:837:34: warning: unused variable 'ines_ptp_ctrl_of_match'
 2020-06-02  4:35 UTC 

[PATCH 0/5] brcmfmac: Stability change series
 2020-06-02  4:34 UTC  (3+ messages)
` [PATCH 1/5] brcmfmac: To fix kernel crash on out of boundary access


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.