All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-12 00:29:48 to 2020-08-12 01:35:11 UTC [more...]

incoming
 2020-08-12  1:35 UTC  (94+ 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] 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  (11+ messages)
` [PATCH 6/7] hw/arm/virt: spe: Add SPE fdt binding for virt machine
` [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 

[PATCH] field-dictionary.csv: Add errno to audit message field dictionary
 2020-08-12  0:53 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/7] proc-info enhancements
 2020-08-12  0:52 UTC  (2+ messages)

stable-rc/linux-5.4.y baseline: 189 runs, 2 regressions (v5.4.58)
 2020-08-12  0:51 UTC 

stable-rc/linux-4.14.y baseline: 156 runs, 4 regressions (v4.14.193)
 2020-08-12  0:51 UTC 

[dpdk-dev] [PATCH 0/3] Add missing SPDX license tags
 2020-08-12  0:49 UTC  (2+ messages)

[PATCH 0/3] Change "--diff-merges" to require parameter
 2020-08-12  0:48 UTC  (4+ messages)
` [PATCH 2/3] doc/git-log: describe --diff-merges=off

[PATCH] net: openvswitch: introduce common code for flushing flows
 2020-08-12  0:47 UTC  (2+ messages)

[PATCH] sched/fair: Remove the duplicate check from group_has_capacity()
 2020-08-12  0:46 UTC  (9+ messages)

dbus-sensors:hwmontemp: additional attribute proposal
 2020-08-12  0:46 UTC  (17+ messages)

[ovs-discuss] Double free in recent kernels after memleak fix
 2020-08-12  0:43 UTC  (12+ messages)

[PATCH] x86/boot: avoid relaxable symbols with Clang
 2020-08-12  0:43 UTC  (9+ messages)
` [PATCH] x86/boot/compressed: Disable relocation relaxation for non-pie link
              ` [PATCH v2] x86/boot/compressed: Disable relocation relaxation

[PATCH 0/3] Smack: Use the netlbl incoming cache
 2020-08-12  0:39 UTC  (4+ messages)
  ` [PATCH 1/3] Smack: Consolidate uses of secmark into a function
  ` [PATCH 2/3] Smack: Set socket labels only once
  ` [PATCH 3/3] Smack: Use the netlabel cache

[Bug 1884684] [NEW] QEMU 5.0: Guest VM hangs/freeze when unplugging USB device
 2020-08-12  0:35 UTC  (2+ messages)
` [Bug 1884684] "

[PATCH 00/22] crypto: add check for xts input length equal to zero
 2020-08-12  0:36 UTC  (11+ messages)
` [PATCH 19/22] crypto: inside-secure - "

[OE-core][dunfell 00/19] Pull request (cover letter only)
 2020-08-12  0:38 UTC 

How to enable building tpm.mod into core.img ?
 2020-08-12  0:37 UTC 

[PATCH] efi_loader: variable: keep temporary buffer during the authentication
 2020-08-12  0:37 UTC 

git reflog --date
 2020-08-12  0:28 UTC 

[PATCH] python3-setuptools: update to 49.3.1
 2020-08-12  0:36 UTC 

[GIT PULL] orangefs pull request for 5.9
 2020-08-12  0:35 UTC  (2+ messages)

[GIT PULL] zonefs changes for X.Y-rcZ
 2020-08-12  0:35 UTC  (2+ messages)

[GIT PULL] chrome-platform changes for v5.9
 2020-08-12  0:34 UTC  (2+ messages)

[PATCHv1 0/2] add Intel SoCFPGA crypto service driver
 2020-08-12  0:34 UTC  (3+ messages)
` [PATCHv1 2/2] crypto: "

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-08-12  0:29 UTC  (3+ messages)
  ` [RESEND PATCH v10 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk

Avoiding 'master' nomenclature
 2020-08-12  0:30 UTC  (12+ messages)

[PATCH v3] nSVM: Test illegal combinations of EFER.LME, CR0.PG, CR0.PE and CR4.PAE in VMCB
 2020-08-12  0:29 UTC  (2+ messages)


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.