All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-12 00:53:51 to 2020-08-12 01:37:06 UTC [more...]

incoming
 2020-08-12  1:37 UTC  (130+ messages)
` [patch 001/165] percpu: return number of released bytes from pcpu_free_area()
` [patch 002/165] mm: memcg/percpu: account percpu memory to memory cgroups
` [patch 003/165] mm: memcg/percpu: per-memcg percpu memory statistics
` [patch 004/165] mm: memcg: charge memcg percpu memory to the parent cgroup
` [patch 005/165] kselftests: cgroup: add perpcu memory accounting test
` [patch 006/165] mm/hugetlb: add mempolicy check in the reservation routine
` [patch 007/165] mm/vmscan: make active/inactive ratio as 1:1 for anon lru
` [patch 008/165] mm/vmscan: protect the workingset on anonymous LRU
` [patch 009/165] mm/workingset: prepare the workingset detection infrastructure for anon LRU
` [patch 010/165] mm/swapcache: support to handle the shadow entries
` [patch 011/165] mm/swap: implement workingset detection for anonymous LRU
` [patch 012/165] mm/vmscan: restore active/inactive ratio "
` [patch 013/165] /proc/PID/smaps: consistent whitespace output format
` [patch 014/165] mm: proactive compaction
` [patch 015/165] mm: fix compile error due to COMPACTION_HPAGE_ORDER
` [patch 016/165] mm: use unsigned types for fragmentation score
` [patch 017/165] mm/compaction: correct the comments of compact_defer_shift
` [patch 018/165] mm: mempolicy: fix kerneldoc of numa_map_to_online_node()
` [patch 019/165] mm/mempolicy.c: check parameters first in kernel_get_mempolicy
` [patch 020/165] include/linux/mempolicy.h: fix typo
` [patch 021/165] mm, oom: make the calculation of oom badness more accurate
` [patch 022/165] doc, mm: sync up oom_score_adj documentation
` [patch 023/165] doc, mm: clarify /proc/<pid>/oom_score value range
` [patch 024/165] mm, oom: show process exiting information in __oom_kill_process()
` [patch 025/165] hugetlbfs: prevent filesystem stacking of hugetlbfs
` [patch 026/165] hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
` [patch 027/165] mm/migrate: optimize migrate_vma_setup() for holes
` [patch 028/165] mm/migrate: add migrate-shared test for migrate_vma_*()
` [patch 029/165] mm: thp: remove debug_cow switch
` [patch 030/165] mm/vmstat: add events for THP migration without split
` [patch 031/165] mm/cma.c: fix NULL pointer dereference when cma could not be activated
` [patch 032/165] mm: cma: fix the name of CMA areas
` [patch 033/165] mm: hugetlb: fix the name of hugetlb CMA
` [patch 034/165] cma: don't quit at first error when activating reserved areas
` [patch 035/165] include/linux/sched/mm.h: optimize current_gfp_context()
` [patch 036/165] mm: mmu_notifier: fix and extend kerneldoc
` [patch 037/165] x86/mm: use max memory block size on bare metal
` [patch 038/165] mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
` [patch 039/165] mm/memory_hotplug: fix unpaired mem_hotplug_begin/done
` [patch 040/165] mm, memory_hotplug: update pcp lists everytime onlining a memory block
` [patch 041/165] mm: drop duplicated words in <linux/pgtable.h>
` [patch 042/165] mm: drop duplicated words in <linux/mm.h>
` [patch 043/165] include/linux/highmem.h: fix duplicated words in a comment
` [patch 044/165] include/linux/frontswap.h: drop duplicated word "
` [patch 045/165] include/linux/memcontrol.h: drop duplicate word and fix spello
` [patch 046/165] sh/mm: drop unused MAX_PHYSADDR_BITS
` [patch 047/165] sparc: "
` [patch 048/165] mm/compaction.c: delete duplicated word
` [patch 049/165] mm/filemap.c: "
` [patch 050/165] mm/hmm.c: "
` [patch 051/165] mm/hugetlb.c: delete duplicated words
` [patch 052/165] mm/memcontrol.c: "
` [patch 053/165] mm/memory.c: "
` [patch 054/165] mm/migrate.c: delete duplicated word
` [patch 055/165] mm/nommu.c: delete duplicated words
` [patch 056/165] mm/page_alloc.c: delete or fix "
` [patch 057/165] mm/shmem.c: delete duplicated word
` [patch 058/165] mm/slab_common.c: "
` [patch 059/165] mm/usercopy.c: "
` [patch 060/165] mm/vmscan.c: delete or fix duplicated words
` [patch 061/165] mm/zpool.c: delete duplicated word and fix grammar
` [patch 062/165] mm/zsmalloc.c: fix duplicated words
` [patch 063/165] syscalls: use uaccess_kernel in addr_limit_user_check
` [patch 064/165] nds32: use uaccess_kernel in show_regs
` [patch 065/165] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
` [patch 066/165] uaccess: remove segment_eq
` [patch 067/165] uaccess: add force_uaccess_{begin,end} helpers
` [patch 068/165] exec: use force_uaccess_begin during exec and exit
` [patch 069/165] alpha: fix annotation of io{read,write}{16,32}be()
` [patch 070/165] include/linux/compiler-clang.h: drop duplicated word in a comment
` [patch 071/165] include/linux/exportfs.h: "
` [patch 072/165] include/linux/async_tx.h: "
` [patch 073/165] include/linux/xz.h: drop duplicated word
` [patch 074/165] kernel: add a kernel_wait helper
` [patch 075/165] ./Makefile: add debug option to enable function aligned on 32 bytes
` [patch 076/165] kernel.h: remove duplicate include of asm/div64.h
` [patch 077/165] include/: replace HTTP links with HTTPS ones
` [patch 078/165] include/linux/poison.h: remove obsolete comment
` [patch 079/165] sparse: group the defines by functionality
` [patch 080/165] lib/bitmap.c: fix bitmap_cut() for partial overlapping case
` [patch 081/165] lib/test_bitmap.c: add test for bitmap_cut()
` [patch 082/165] lib/generic-radix-tree.c: remove unneeded __rcu
` [patch 083/165] lib/test_bitops: do the full test during module init
` [patch 084/165] lib/test_lockup.c: make symbol 'test_works' static
` [patch 085/165] lib/Kconfig.debug: make TEST_LOCKUP depend on module
` [patch 086/165] lib/test_lockup.c: fix return value of test_lockup_init()
` [patch 087/165] lib/: replace HTTP links with HTTPS ones
` [patch 088/165] kstrto*: correct documentation references to simple_strto*()
` [patch 089/165] kstrto*: do not describe simple_strto*() as obsolete/replaced
` [patch 090/165] lz4: fix kernel decompression speed
` [patch 091/165] lib/test_bits.c: add tests of GENMASK
` [patch 092/165] checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_
` [patch 093/165] checkpatch: add --fix option for ASSIGN_IN_IF
` [patch 094/165] checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing
` [patch 095/165] checkpatch: add test for repeated words
` [patch 096/165] checkpatch: remove missing switch/case break test
` [patch 097/165] autofs: fix doubled word
` [patch 098/165] fs/minix: check return value of sb_getblk()
` [patch 099/165] fs/minix: don't allow getting deleted inodes
` [patch 100/165] fs/minix: reject too-large maximum file size
` [patch 101/165] fs/minix: set s_maxbytes correctly
` [patch 102/165] fs/minix: fix block limit check for V1 filesystems
` [patch 103/165] fs/minix: remove expected error message in block_to_path()
` [patch 104/165] nilfs2: only call unlock_new_inode() if I_NEW
` [patch 105/165] nilfs2: convert __nilfs_msg to integrate the level and format
` [patch 106/165] nilfs2: use a more common logging style
` [patch 107/165] fs/ufs: avoid potential u32 multiplication overflow
` [patch 108/165] fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
` [patch 109/165] VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones
` [patch 110/165] fat: fix fat_ra_init() for data clusters == 0
` [patch 111/165] fs/signalfd.c: fix inconsistent return codes for signalfd4
` [patch 112/165] selftests: kmod: use variable NAME in kmod_test_0001()
` [patch 113/165] kmod: remove redundant "be an" in the comment
` [patch 114/165] test_kmod: avoid potential double free in trigger_config_run_type()
` [patch 115/165] coredump: add %f for executable filename
` [patch 116/165] exec: change uselib(2) IS_SREG() failure to EACCES
` [patch 117/165] exec: move S_ISREG() check earlier
` [patch 118/165] exec: move path_noexec() "
` [patch 119/165] kdump: append kernel build-id string to VMCOREINFO
` [patch 120/165] drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper
` [patch 121/165] drivers/rapidio/rio-scan.c: "
` [patch 122/165] rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()
` [patch 123/165] kernel/panic.c: make oops_may_print() return bool
` [patch 124/165] lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT
` [patch 125/165] panic: make print_oops_end_marker() static
` [patch 126/165] kcov: unconditionally add -fno-stack-protector to compiler options
` [patch 127/165] kcov: make some symbols static
` [patch 128/165] scripts/gdb: fix python 3.8 SyntaxWarning
` [patch 129/165] ipc: uninline functions

[PATCH] kvm: x86: Read PDPTEs on CR0.CD and CR0.NW changes
 2020-08-12  1:34 UTC  (2+ messages)

[PATCH] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-08-12  1:32 UTC  (10+ messages)

[PATCH net] net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus
 2020-08-12  1:34 UTC 

[RFC v2 00/11] DVFS in the OPP core
 2020-08-12  1:33 UTC  (5+ messages)
` [RFC v2 03/11] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state

stable-rc/linux-5.7.y baseline: 188 runs, 1 regressions (v5.7.15)
 2020-08-12  1:33 UTC 

[PATCH] drm/amdgpu: fix a potential circular locking dependency
 2020-08-12  1:33 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add git tree for KVM/mips
 2020-08-12  1:32 UTC 

[PATCH v2 0/7] regulator: fix deadlock vs memory reclaim
 2020-08-12  1:31 UTC  (8+ messages)
` [PATCH v2 2/7] regulator: push allocation in regulator_ena_gpio_request() out of lock
` [PATCH v2 1/7] regulator: push allocation in regulator_init_coupling() outside "
` [PATCH v2 3/7] regulator: push allocations in create_regulator() "
` [PATCH v2 5/7] regulator: plug of_node leak in regulator_register()'s error path
` [PATCH v2 4/7] regulator: push allocation in set_consumer_device_supply() out of lock
` [PATCH v2 6/7] regulator: cleanup regulator_ena_gpio_free()
` [PATCH v2 7/7] regulator: remove superfluous lock in regulator_resolve_coupling()

[PATCH] usb: xhci-mtk: Fix typo
 2020-08-12  1:26 UTC  (4+ messages)

[PATCH] btrfs-progs: --init-extent-tree if extent tree is unreadable
 2020-08-12  1:29 UTC  (2+ messages)

[PATCH v6] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-08-12  1:24 UTC  (6+ messages)
` [PATCH v7] "

[PATCH v2 00/20] virtiofs: Add DAX support
 2020-08-12  1:23 UTC  (6+ messages)
` [PATCH v2 15/20] fuse, dax: Take ->i_mmap_sem lock during dax page fault
        ` [Virtio-fs] "

[dpdk-dev] [PATCH] net/ice: fix VF index check for DCF
 2020-08-12  0:56 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4 0/2] Unsolicited broadcast probe resp support
 2020-08-12  1:22 UTC  (3+ messages)
` [PATCH v4 1/2] nl80211: Unsolicited broadcast probe response support
` [PATCH v4 2/2] mac80211: "

[PATCH v2] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-08-12  1:20 UTC 

linux-next: manual merge of the tip tree with Linus' tree
 2020-08-12  1:21 UTC 

[PATCH] wl18xx-calibrator: Fix build with -fno-common
 2020-08-12  1:17 UTC 

[PATCH v3] tools/objtool: Fix unnecessary jumps
 2020-08-12  1:13 UTC 

[PATCH] riscv: Setup exception vector for K210 properly
 2020-08-12  1:09 UTC  (5+ messages)

[PATCH v3 0/8] huge vmalloc mappings
 2020-08-12  1:07 UTC  (6+ messages)

[PATCH v1] usb: typec: tcpm: Fix TDA 2.2.1.1 and TDA 2.2.1.2 failures
 2020-08-12  1:08 UTC  (9+ messages)

[PATCH v2] arm64: mm: free unused memmap for sparse memory model that define VMEMMAP
 2020-08-12  1:06 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] net/ice: optimize the Rx metadata hardware check
 2020-08-12  0:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] net/ice: optimize the FlexiMD "

KASAN: global-out-of-bounds Read in precalculate_color
 2020-08-12  1:07 UTC  (2+ messages)

[folded-merged] mm-migrate-make-a-standard-migration-target-allocation-function-fix.patch removed from -mm tree
 2020-08-12  1:06 UTC 

[folded-merged] mm-migrate-clear-__gfp_reclaim-to-make-the-migration-callback-consistent-with-regular-thp-allocations-fix.patch removed from -mm tree
 2020-08-12  1:05 UTC 

BUG: mlx5 refcount_t: underflow; use-after-free. (5.7)
 2020-08-12  1:05 UTC 

stable-rc/linux-4.19.y baseline: 174 runs, 6 regressions (v4.19.139)
 2020-08-12  1:04 UTC 

[folded-merged] bits-add-tests-of-genmask-fix-2.patch removed from -mm tree
 2020-08-12  1:04 UTC 

[folded-merged] bits-add-tests-of-genmask-fix.patch removed from -mm tree
 2020-08-12  1:04 UTC 

[folded-merged] uaccess-add-force_uaccess_beginend-helpers-v2.patch removed from -mm tree
 2020-08-12  1:03 UTC 

[folded-merged] syscalls-use-uaccess_kernel-in-addr_limit_user_check-fix.patch removed from -mm tree
 2020-08-12  1:02 UTC 

[folded-merged] x86-mm-use-max-memory-block-size-on-bare-metal-v3.patch removed from -mm tree
 2020-08-12  1:02 UTC 

[folded-merged] mm-cma-fix-the-name-of-cma-areas-fix.patch removed from -mm tree
 2020-08-12  1:01 UTC 

[folded-merged] mm-vmstat-add-events-for-thp-migration-without-split-v4.patch removed from -mm tree
 2020-08-12  1:00 UTC 

[folded-merged] mm-vmstat-add-events-for-thp-migration-without-split-fix-2.patch removed from -mm tree
 2020-08-12  1:00 UTC 

[folded-merged] mm-vmstat-add-events-for-thp-migration-without-split-fix.patch removed from -mm tree
 2020-08-12  1:00 UTC 

[git pull] vmwgfx-next-5.9
 2020-08-12  0:59 UTC 

[folded-merged] mm-migrate-optimize-migrate_vma_setup-for-holes-v2.patch removed from -mm tree
 2020-08-12  0:59 UTC 

[folded-merged] mm-oom-make-the-calculation-of-oom-badness-more-accurate-v3.patch removed from -mm tree
 2020-08-12  0:58 UTC 

[folded-merged] mm-hugetlb-add-mempolicy-check-in-the-reservation-routine-fix.patch removed from -mm tree
 2020-08-12  0:58 UTC 

[folded-merged] mm-memcg-charge-memcg-percpu-memory-to-the-parent-cgroup-fix.patch removed from -mm tree
 2020-08-12  0:57 UTC 

[folded-merged] mm-memcg-percpu-per-memcg-percpu-memory-statistics-v3.patch removed from -mm tree
 2020-08-12  0:57 UTC 

[PATCH v3 0/4] miscellaneous ZBD improvements
 2020-08-12  0:56 UTC  (4+ messages)

[PATCH 0/7] target/arm: Add vSPE support to KVM guest
 2020-08-12  0:54 UTC  (6+ messages)
` [PATCH 7/7] target/arm/cpu: spe: Enable spe to work with host cpu

[folded-merged] mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix-2.patch removed from -mm tree
 2020-08-12  0:56 UTC 

[folded-merged] mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix-fix.patch removed from -mm tree
 2020-08-12  0:56 UTC 

[folded-merged] mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix.patch removed from -mm tree
 2020-08-12  0:55 UTC 

function_profile_enabled not showing Time info
 2020-08-12  0:54 UTC  (2+ messages)

[GIT PULL] Mount notifications
 2020-08-12  0:53 UTC  (12+ messages)
` [GIT PULL] Filesystem Information
        ` file metadata via fs API (was: [GIT PULL] Filesystem Information)

Songs about Pandemic of Lies
 2020-08-11 22:28 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.