All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-01 00:43:19 to 2021-07-01 01:51:08 UTC [more...]

[PATCH 1/3] phy-sun4i-usb: Fix sun8i_r40_cfg
 2021-07-01  1:50 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: sun8i: r40: Add usb_otg device node
` [PATCH 3/3] ARM: dts: sun8i: r40: bananapi-m2-ultra: Enable usb_otg

incoming
 2021-07-01  1:51 UTC  (75+ messages)
` [patch 001/192] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [patch 002/192] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [patch 003/192] mm: hugetlb: gather discrete indexes of tail page
` [patch 004/192] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [patch 005/192] mm: hugetlb: defer freeing of HugeTLB pages
` [patch 006/192] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [patch 007/192] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [patch 008/192] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
` [patch 009/192] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [patch 010/192] mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
` [patch 011/192] mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mistake
` [patch 012/192] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [patch 013/192] mm/huge_memory.c: use page->deferred_list
` [patch 014/192] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
` [patch 015/192] mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
` [patch 016/192] mm/huge_memory.c: don't discard hugepage if other processes are mapping it
` [patch 017/192] mm/hugetlb: change parameters of arch_make_huge_pte()
` [patch 018/192] mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
` [patch 019/192] mm/vmalloc: enable mapping of huge pages at pte level in vmap
` [patch 020/192] mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
` [patch 021/192] powerpc/8xx: add support for huge pages on VMAP and VMALLOC
` [patch 022/192] khugepaged: selftests: remove debug_cow
` [patch 023/192] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
` [patch 024/192] mm: sparsemem: split the huge PMD mapping of vmemmap pages
` [patch 025/192] mm: sparsemem: use huge PMD mapping for "
` [patch 026/192] mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
` [patch 027/192] hugetlb: remove prep_compound_huge_page cleanup
` [patch 028/192] hugetlb: address ref count racing in prep_compound_gigantic_page
` [patch 029/192] mm/hwpoison: disable pcp for page_handle_poison()
` [patch 030/192] userfaultfd/selftests: use user mode only
` [patch 031/192] userfaultfd/selftests: remove the time() check on delayed uffd
` [patch 032/192] userfaultfd/selftests: dropping VERIFY check in locking_thread
` [patch 033/192] userfaultfd/selftests: only dump counts if mode enabled
` [patch 034/192] userfaultfd/selftests: unify error handling
` [patch 035/192] mm/thp: simplify copying of huge zero page pmd when fork
` [patch 036/192] mm/userfaultfd: fix uffd-wp special cases for fork()
` [patch 037/192] mm/userfaultfd: fail uffd-wp registration if not supported
` [patch 038/192] mm/pagemap: export uffd-wp protection information
` [patch 039/192] userfaultfd/selftests: add pagemap uffd-wp test
` [patch 040/192] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [patch 041/192] userfaultfd/shmem: support minor fault registration for shmem
` [patch 042/192] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [patch 043/192] userfaultfd/shmem: advertise shmem minor fault support
` [patch 044/192] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
` [patch 045/192] userfaultfd/selftests: use memfd_create for shmem test type
` [patch 046/192] userfaultfd/selftests: create alias mappings in the shmem test
` [patch 047/192] userfaultfd/selftests: reinitialize test context in each test
` [patch 048/192] userfaultfd/selftests: exercise minor fault handling shmem support
` [patch 049/192] mm/vmscan.c: fix potential deadlock in reclaim_pages()
` [patch 050/192] include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
` [patch 051/192] mm: workingset: define macro WORKINGSET_SHIFT
` [patch 052/192] mm/kconfig: move HOLES_IN_ZONE into mm
` [patch 053/192] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
` [patch 054/192] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [patch 055/192] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [patch 056/192] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [patch 057/192] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [patch 058/192] virtio-mem: use page_offline_(start|end) when "
` [patch 059/192] fs/proc/kcore: use page_offline_(freeze|thaw)
` [patch 060/192] mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
` [patch 061/192] mm/z3fold: avoid possible underflow in z3fold_alloc()
` [patch 062/192] mm/z3fold: remove magic number in z3fold_create_pool()
` [patch 063/192] mm/z3fold: remove unused function handle_to_z3fold_header()
` [patch 064/192] mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
` [patch 065/192] mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
` [patch 066/192] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
` [patch 067/192] mm/zbud: don't export any zbud API
` [patch 068/192] mm/compaction: use DEVICE_ATTR_WO macro
` [patch 069/192] mm: compaction: remove duplicate !list_empty(&sublist) check
` [patch 070/192] mm/compaction: fix 'limit' in fast_isolate_freepages
` [patch 071/192] mm/mempolicy: cleanup nodemask intersection check for oom
` [patch 072/192] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [patch 073/192] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
` [patch 074/192] mm: mempolicy: don't have to split pmd for huge zero page

[PATCH v3 0/2] bus: mhi: Fix MHI on big endian architectures
 2021-07-01  1:50 UTC  (3+ messages)
` [PATCH v3 1/2] bus: mhi: Fix pm_state conversion to string

[PATCH 0/5] flush the mdlog before waiting on unsafe reqs
 2021-07-01  1:50 UTC  (21+ messages)
` [PATCH 1/5] ceph: export ceph_create_session_msg
` [PATCH 3/5] ceph: flush mdlog before umounting
` [PATCH 4/5] ceph: flush the mdlog before waiting on unsafe reqs
` [PATCH 5/5] ceph: fix ceph feature bits

[PATCH 1/2] soc: imx: gpcv2: Turn domain->pgc into bitfield
 2021-07-01  1:48 UTC  (2+ messages)

[PATCH 2/2] mm: Change p4d_page_vaddr to return pud_t *
 2021-07-01  2:08 UTC  (2+ messages)
` [mm] c0af5203b9: will-it-scale.per_process_ops 7.4% improvement

Reload IPtables
 2021-07-01  1:49 UTC  (12+ messages)

[RFC bpf-next 0/5] bpf, x86: Add bpf_get_func_ip helper
 2021-07-01  1:45 UTC  (5+ messages)
` [PATCH bpf-next 4/5] bpf: Add bpf_get_func_ip helper for kprobe programs

IO failure without other (device) error
 2021-07-01  1:40 UTC  (4+ messages)

[RFC net-next 0/2] Remove duplicate code around MTU
 2021-07-01  1:40 UTC  (4+ messages)
` [RFC net-next 1/2] net: ipv6: introduce ip6_dst_mtu_maybe_forward
` [RFC net-next 2/2] net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward

[PATCH v2] block: check disk exist before trying to add partition
 2021-07-01  1:39 UTC  (2+ messages)

[PATCH 3/3] util: Add l_streq0
 2021-07-01  1:39 UTC  (2+ messages)

[PATCH v9 0/3] fpga: Use standard class dev_release function
 2021-07-01  1:37 UTC  (4+ messages)
` [PATCH v9 1/3] fpga: mgr: Use standard dev_release for class driver
` [PATCH v9 2/3] fpga: bridge: "
` [PATCH v9 3/3] fpga: region: "

[PATCH v5] arm pl011 serial: support multi-irq request
 2021-07-01  1:38 UTC 

[PATCH v3 00/37] target/riscv: support packed extension v0.9.4
 2021-07-01  1:30 UTC  (3+ messages)

[dpdk-dev] Question about 'rxm->hash.rss' and 'mb->hash.fdir'
 2021-07-01  1:31 UTC  (4+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2021-07-01  1:30 UTC 

[LTP] [RFC] syscalls/ipc: Make use of TST_EXP_FAIL macro
 2021-07-01  1:28 UTC  (5+ messages)
` [LTP] [PATCH v2 1/2] syscalls: Use more accurate TST_EXP_FAIL2 macro
  ` [LTP] [PATCH v2 2/2] syscalls/ipc: Make use of TST_EXP_FAIL or "

[PATCH] target/riscv: pmp: Fix some typos
 2021-07-01  1:27 UTC  (3+ messages)

incoming
 2021-07-01  1:27 UTC  (9+ messages)
` [patch 128/192] mm: improve mprotect(R|W) efficiency on pages referenced once

[PATCH v3 0/9] powerpc: fast interrupt exit bug and misc fixes
 2021-07-01  1:26 UTC  (4+ messages)
` [PATCH v3 3/9] powerpc/64e: remove implicit soft-masking and interrupt exit restart logic

[PATCH v2 1/2] perf pmu: Add pmu name wildcards matching function
 2021-07-01  1:22 UTC  (4+ messages)
` [PATCH v2 2/2] perf tools: Fix pattern matching for same substring in different pmu type

[PATCH] scsi: fix bug scsi resp sense is 0 when expand disk
 2021-07-01  1:21 UTC  (2+ messages)
` ping "

[PATCH v2 0/2] efi_loader: indicating capsule update results
 2021-07-01  1:20 UTC  (4+ messages)
` [PATCH v2 1/2] efi_loader: fix set_capsule_result()

[PATCH RFC 1/1] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-07-01  1:16 UTC  (11+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-01  1:15 UTC  (2+ messages)

[GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1
 2021-07-01  1:15 UTC  (2+ messages)

[PATCH] scsi: be2iscsi: Fix a use after free in beiscsi_if_clr_ip
 2021-07-01  1:13 UTC  (3+ messages)

[PATCH v7 0/3] ima-evm-utils: Add --keyid option
 2021-07-01  1:13 UTC  (4+ messages)
` [PATCH v7 1/3] ima-evm-utils: Allow manual setting keyid for signing
` [PATCH v7 2/3] ima-evm-utils: Allow manual setting keyid from a cert file
` [PATCH v7 3/3] ima-evm-utils: Read keyid from the cert appended to the key file

[PATCH 0/2] dwc3-qcom: Prepare the ground for pm8150b tcpm
 2021-07-01  1:12 UTC  (9+ messages)
` [PATCH 1/2] usb: dwc3: dwc3-qcom: Find USB connector and register role switch

[PATCH v11 4/5] usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default
 2021-07-01  1:09 UTC  (3+ messages)

[PATCH 00/20] Add LoongArch linux-user emulation support
 2021-07-01  1:07 UTC  (6+ messages)
` [PATCH 20/20] target/loongarch: Add "

[PATCH v9 0/5] Re-introduce TX FIFO resize for larger EP bursting
 2021-07-01  1:08 UTC  (11+ messages)

[PATCH 1/6] arm64: dts: mediatek: Move reset controller constants into common location
 2021-07-01  1:06 UTC  (4+ messages)

[folded-merged] ipc-utilc-use-binary-search-for-max_idx-fix.patch removed from -mm tree
 2021-07-01  1:05 UTC 

[folded-merged] ipc-semc-use-read_once-write_once-for-use_global_lock-update.patch removed from -mm tree
 2021-07-01  1:05 UTC 

[folded-merged] lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch removed from -mm tree
 2021-07-01  1:04 UTC 

[PATCH v6 0/4] drm: address potential UAF bugs with drm_master ptrs
 2021-07-01  1:04 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[folded-merged] kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v3.patch removed from -mm tree
 2021-07-01  1:03 UTC 

[folded-merged] kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v2.patch removed from -mm tree
 2021-07-01  1:03 UTC 

kernel build error during ubuntu linux kernel build
 2021-07-01  1:03 UTC  (4+ messages)

[folded-merged] kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch removed from -mm tree
 2021-07-01  1:03 UTC 

[PATCH] scsi: aic94xx: Fix fall-through warning for Clang
 2021-07-01  1:04 UTC 

[folded-merged] lib-math-rational-add-kunit-test-cases-fix-2.patch removed from -mm tree
 2021-07-01  1:02 UTC 

[folded-merged] lib-math-rational-add-kunit-test-cases-fix.patch removed from -mm tree
 2021-07-01  1:02 UTC 

[PATCH v3 00/10] iio: afe: add temperature rescaling support
 2021-07-01  1:00 UTC  (11+ messages)
` [PATCH v3 01/10] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v3 02/10] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v3 03/10] iio: inkern: make a best effort on offset calculation
` [PATCH v3 04/10] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v3 05/10] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v3 06/10] iio: afe: rescale: add offset support
` [PATCH v3 07/10] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v3 08/10] iio: afe: rescale: add temperature transducers
` [PATCH v3 09/10] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v3 10/10] dt-bindings: iio: afe: add bindings for temperature transducers

[GIT PULL] Networking for v5.14
 2021-07-01  1:01 UTC  (2+ messages)

[folded-merged] kernelh-split-out-panic-and-oops-helpers-fix-2.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] kernelh-split-out-panic-and-oops-helpers-fix.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] fs-proc-kcorec-add-mmap-interface-fix.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] mm-device-exclusive-memory-access-fix.patch removed from -mm tree
 2021-07-01  1:00 UTC 

[folded-merged] mm-mmap_lock-remove-dead-code-for-config_tracing-configurations-fix.patch removed from -mm tree
 2021-07-01  0:59 UTC 

[folded-merged] mmmemory_hotplug-drop-unneeded-locking-fix.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] nommu-remove-__gfp_highmem-in-vmalloc-vzalloc-checkpatch-fixes.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] mm-thp-refactor-numa-fault-handling-fix.patch removed from -mm tree
 2021-07-01  0:57 UTC 

[folded-merged] mm-migrate-fix-missing-update-page_private-to-hugetlb_page_subpool-v2.patch removed from -mm tree
 2021-07-01  0:56 UTC 

[folded-merged] mm-mempolicy-unify-the-parameter-sanity-check-for-mbind-and-set_mempolicy-v4.patch removed from -mm tree
 2021-07-01  0:56 UTC 

[PATCH] drm/vgem: Use 256B aligned pitch
 2021-07-01  0:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[folded-merged] mm-mempolicy-dont-handle-mpol_local-like-a-fake-mpol_preferred-policy-v4-fix.patch removed from -mm tree
 2021-07-01  0:55 UTC 

[folded-merged] mm-mempolicy-dont-handle-mpol_local-like-a-fake-mpol_preferred-policy-v4.patch removed from -mm tree
 2021-07-01  0:55 UTC 

[PATCH/rfc] NFS: introduce NFS namespaces
 2021-07-01  0:54 UTC  (2+ messages)
` [PATCH/rfc v2] "

[folded-merged] mm-zbud-dont-export-any-zbud-api-fix.patch removed from -mm tree
 2021-07-01  0:54 UTC 

[PATCH RFC net-next] dt-bindings: ethernet-controller: document signal multiplexer
 2021-07-01  0:53 UTC 

[folded-merged] userfaultfd-selftests-reinitialize-test-context-in-each-test-fix.patch removed from -mm tree
 2021-07-01  0:53 UTC 

[folded-merged] mm-userfaultfd-fix-a-few-thp-pmd-missing-uffd-wp-bit.patch removed from -mm tree
 2021-07-01  0:52 UTC 

linux-next: manual merge of the drm tree with Linus' tree
 2021-07-01  0:52 UTC  (2+ messages)

[folded-merged] mm-hugetlb-fix-racy-resv_huge_pages-underflow-on-uffdio_copy-fix-2.patch removed from -mm tree
 2021-07-01  0:51 UTC 

[folded-merged] mm-hugetlb-fix-racy-resv_huge_pages-underflow-on-uffdio_copy-fix.patch removed from -mm tree
 2021-07-01  0:51 UTC 

[PATCH] scsi: ufs: add missing host_lock in setup_xfer_req
 2021-07-01  0:51 UTC 

[folded-merged] arm64-define-only-pud-pmd_set-clear_huge-when-usefull.patch removed from -mm tree
 2021-07-01  0:50 UTC 

[PATCH] block: Removed a warning while compiling with a cross compiler for parisc
 2021-07-01  0:50 UTC  (2+ messages)

[folded-merged] mm-pgtable-add-stubs-for-pmd-pub_set-clear_huge-fix-2.patch removed from -mm tree
 2021-07-01  0:49 UTC 

[folded-merged] mm-huge_memoryc-add-missing-read-only-thp-checking-in-transparent_hugepage_enabled-v4.patch removed from -mm tree
 2021-07-01  0:49 UTC 

[folded-merged] mm-memory_hotplug-disable-memmap_on_memory-when-hugetlb_free_vmemmap-enabled-fix.patch removed from -mm tree
 2021-07-01  0:48 UTC 

[PATCH] kunit: tool: Fix error messages for cases of no tests and wrong TAP header
 2021-07-01  0:48 UTC  (2+ messages)

[PATCH 1/2] fs: ext4: Consolidate checks for resize of bigalloc into ext4_resize_begin
 2021-07-01  0:48 UTC  (3+ messages)

[PATCH] PM: sleep: use ktime_us_delta in initcall_debug_report()
 2021-07-01  0:45 UTC  (3+ messages)

[folded-merged] mm-hugetlb-alloc-the-vmemmap-pages-associated-with-each-hugetlb-page-fix-2.patch removed from -mm tree
 2021-07-01  0:47 UTC 

[folded-merged] mm-hugetlb-alloc-the-vmemmap-pages-associated-with-each-hugetlb-page-fix.patch removed from -mm tree
 2021-07-01  0:47 UTC 

[PATCH v4 00/19] rtw89: add Realtek 802.11ax driver
 2021-07-01  0:47 UTC  (6+ messages)
` [PATCH v4 09/19] rtw89: add pci files

[folded-merged] mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page-fix.patch removed from -mm tree
 2021-07-01  0:46 UTC 

[PATCH 1/1] mm: introduce process_reap system call
 2021-07-01  0:45 UTC  (8+ messages)

[PATCH 1/4] arm64: dts: rockchip: helios64: fixup USB setup
 2021-07-01  0:40 UTC  (6+ messages)
` [PATCH 2/4] arm64: dts: rockchip: helios64: set stdout-path
` [PATCH 3/4] arm64: dts: rockchip: helios64: add SPI support
` [PATCH 4/4] arm64: dts: rockchip: helios64: enable tsadc on helios64


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.