All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:15:28 to 2021-09-02 21:54:01 UTC [more...]

incoming
 2021-09-02 21:53 UTC  (77+ messages)
` [patch 001/212] ia64: fix typo in a comment
` [patch 002/212] ia64: fix #endif comment for reserve_elfcorehdr()
` [patch 003/212] ia64: make reserve_elfcorehdr() static
` [patch 004/212] ia64: make num_rsvd_regions static
` [patch 005/212] ocfs2: remove an unnecessary condition
` [patch 006/212] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
` [patch 007/212] ocfs2: ocfs2_downconvert_lock failure results in deadlock
` [patch 008/212] arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings
` [patch 009/212] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 010/212] mm, slub: allocate private object map for debugfs listings
` [patch 011/212] mm, slub: allocate private object map for validate_slab_cache()
` [patch 012/212] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 013/212] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 014/212] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [patch 015/212] mm, slub: extract get_partial() from new_slab_objects()
` [patch 016/212] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 017/212] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 018/212] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 019/212] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 020/212] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 021/212] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 022/212] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 023/212] mm, slub: restore irqs around calling new_slab()
` [patch 024/212] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 025/212] mm, slub: check new pages with restored irqs
` [patch 026/212] mm, slub: stop disabling irqs around get_partial()
` [patch 027/212] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 028/212] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 029/212] mm, slub: call deactivate_slab() without disabling irqs
` [patch 030/212] mm, slub: move irq control into unfreeze_partials()
` [patch 031/212] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [patch 032/212] mm, slub: detach whole partial list at once in unfreeze_partials()
` [patch 033/212] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [patch 034/212] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [patch 035/212] mm, slub: don't disable irqs in slub_cpu_dead()
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled
` [patch 037/212] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [patch 038/212] mm: slub: make object_map_lock a raw_spinlock_t
` [patch 039/212] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [patch 040/212] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [patch 041/212] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [patch 042/212] mm, slub: use migrate_disable() on PREEMPT_RT
` [patch 043/212] mm, slub: convert kmem_cpu_slab protection to local_lock
` [patch 044/212] mm/debug_vm_pgtable: introduce struct pgtable_debug_args
` [patch 045/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests
` [patch 046/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests
` [patch 047/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests
` [patch 048/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests
` [patch 049/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests
` [patch 050/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests
` [patch 051/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD "
` [patch 052/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD "
` [patch 053/212] mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D "
` [patch 054/212] mm/debug_vm_pgtable: remove unused code
` [patch 055/212] mm/debug_vm_pgtable: fix corrupted page flag
` [patch 056/212] mm: report a more useful address for reclaim acquisition
` [patch 057/212] mm: add kernel_misc_reclaimable in show_free_areas
` [patch 058/212] writeback: track number of inodes under writeback
` [patch 059/212] writeback: reliably update bandwidth estimation
` [patch 060/212] writeback: fix bandwidth estimate for spiky workload
` [patch 061/212] writeback: rename domain_update_bandwidth()
` [patch 062/212] writeback: use READ_ONCE for unlocked reads of writeback stats
` [patch 063/212] mm: remove irqsave/restore locking from contexts with irqs enabled
` [patch 064/212] fs: drop_caches: fix skipping over shadow cache inodes
` [patch 065/212] fs: inode: count invalidated shadow pages in pginodesteal
` [patch 066/212] writeback: memcg: simplify cgroup_writeback_by_id
` [patch 067/212] include/linux/buffer_head.h: fix boolreturn.cocci warnings
` [patch 068/212] mm: gup: remove set but unused local variable major
` [patch 069/212] mm: gup: remove unneed local variable orig_refs
` [patch 070/212] mm: gup: remove useless BUG_ON in __get_user_pages()
` [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
` [patch 072/212] mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()
` [patch 073/212] mm/gup: documentation corrections for gup/pup
` [patch 074/212] mm/gup: small refactoring: simplify try_grab_page()
` [patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-02 21:51 UTC  (46+ messages)
` [PATCH v2 01/46] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v2 03/46] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v2 04/46] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v2 05/46] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v2 06/46] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v2 07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v2 08/46] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v2 09/46] mfd: ti_am335x_tscadc: Fix style
` [PATCH v2 10/46] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v2 11/46] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v2 12/46] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v2 13/46] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v2 14/46] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v2 15/46] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v2 16/46] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v2 17/46] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v2 18/46] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v2 19/46] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v2 20/46] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v2 21/46] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v2 22/46] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v2 23/46] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v2 24/46] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v2 25/46] mfd: ti_am335x_tscadc: Use BIT() and GENMASK() when relevant in the header
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() "
` [PATCH v2 27/46] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v2 28/46] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v2 29/46] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v2 30/46] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v2 31/46] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v2 32/46] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v2 33/46] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v2 35/46] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v2 36/46] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v2 37/46] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v2 38/46] iio: adc: ti_am335x_adc: Fix style
` [PATCH v2 40/46] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v2 41/46] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v2 42/46] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v2 43/46] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v2 44/46] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v2 45/46] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v2 46/46] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH v5 0/7] Domain on Static Allocation
 2021-09-02 21:52 UTC  (9+ messages)
` [PATCH v5 2/7] xen/arm: introduce domain "
` [PATCH v5 4/7] xen/arm: static memory initialization
` [PATCH v5 7/7] xen/arm: introduce allocate_static_memory

[PATCH v8 00/14] iio: afe: add temperature rescaling support
 2021-09-02 21:52 UTC  (7+ messages)
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales

[PATCH v2] arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
 2021-09-02 21:51 UTC 

[PATCH 5.14 00/11] 5.14.1-rc1 review
 2021-09-02 21:51 UTC  (2+ messages)

NOHZ tick-stop error with ath10k SDIO
 2021-09-02 21:51 UTC  (7+ messages)

[PATCH][next] drm/amdgpu: sdma: clean up identation
 2021-09-02 21:51 UTC 

[PATCH 5.13 000/113] 5.13.14-rc1 review
 2021-09-02 21:51 UTC  (3+ messages)

[PATCH 5.4 00/48] 5.4.144-rc1 review
 2021-09-02 21:50 UTC  (2+ messages)

[PATCH 4.19 00/33] 4.19.206-rc1 review
 2021-09-02 21:50 UTC  (2+ messages)

[PATCH 4.14 00/23] 4.14.246-rc1 review
 2021-09-02 21:50 UTC  (2+ messages)

bus: mhi: parse_xfer_event running transfer completion callbacks more than once for a given buffer
 2021-09-02 21:49 UTC  (9+ messages)

[PATCH 4.9 00/16] 4.9.282-rc1 review
 2021-09-02 21:49 UTC  (2+ messages)

[PATCH 4.4 00/10] 4.4.283-rc1 review
 2021-09-02 21:49 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 195 runs, 8 regressions (v4.19.205-33-g55b15808c010)
 2021-09-02 21:49 UTC 

[PATCH v4] platform/x86: Add driver for ACPI WMAA EC-based backlight control
 2021-09-02 21:47 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] arm64: dts: qcom: ipq8074: add SMEM support
 2021-09-02 21:47 UTC 

[Buildroot] [git commit] support/testing: add fs tests
 2021-09-02 21:46 UTC  (2+ messages)

[syzbot] bpf build error (3)
 2021-09-02 21:46 UTC  (2+ messages)

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-09-02 21:46 UTC  (5+ messages)
` [PATCH v2] "

stable-rc/queue/4.9 baseline: 162 runs, 6 regressions (v4.9.281-16-g6fc63cf2ff3e)
 2021-09-02 21:45 UTC 

[PATCH net] ip6_gre: validate csum_start only if CHECKSUM_PARTIAL
 2021-09-02 21:44 UTC  (6+ messages)
` [PATCH net] ip_gre: "

[PATCH 00/10] stm32mp1: Support falcon mode with OP-TEE payloads
 2021-09-02 21:45 UTC  (5+ messages)
` [PATCH 10/10] stm32mp1: spl: Copy optee nodes to target FDT for "

[PATCH][next] drm/amdgpu: clean up inconsistent indenting
 2021-09-02 21:45 UTC 

[PATCH v6 0/6] Finish converting git bisect to C part 4
 2021-09-02 21:44 UTC  (3+ messages)
` [PATCH v6 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases

[PATCH v2 0/2] Add MNT Reform 2 board support
 2021-09-02 21:43 UTC  (3+ messages)
` [PATCH v2 1/2] arm: dts: imx8mq: add MNT Reform 2
` [PATCH v2 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support

[igt-dev] [PATCH i-g-t 00/11] kms: Clean up the supported rotations mess
 2021-09-02 21:43 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3 0/4] Make USB ports to work on HiKey960/970
 2021-09-02 21:42 UTC  (13+ messages)
` [PATCH v3 2/4] misc: hisi_hikey_usb: change the DT schema

[PATCH v6 0/6] Bluetooth: fix locking and socket killing in SCO and RFCOMM
 2021-09-02 21:41 UTC  (6+ messages)
` [PATCH v6 1/6] Bluetooth: schedule SCO timeouts with delayed_work

blktest/rxe almost working
 2021-09-02 21:41 UTC 

[RFC PATCH net-next 0/3] Make the PHY library stop being so greedy when binding the generic PHY driver
 2021-09-02 21:39 UTC  (12+ messages)
` [RFC PATCH net-next 1/3] net: phy: don't bind genphy in phy_attach_direct if the specific driver defers probe

[PATCH 0/7] KVM: X86: MMU: misc fixes and cleanups
 2021-09-02 21:38 UTC  (3+ messages)
` [PATCH 1/7] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()

SPDK initiators (Vmware 7.x) can not connect to nvmet-rdma
 2021-09-02 21:36 UTC  (2+ messages)

[RFC PATCH 0/3] Type C partner power supply and PDO support
 2021-09-02 21:35 UTC  (4+ messages)
` [RFC PATCH 1/3] usb: pd: Increase max PDO objects to 13
` [RFC PATCH 2/3] power: supply: Add support for PDOs props
` [RFC PATCH 3/3] usb: typec: Add partner power registration call

❌ FAIL: Test report for kernel 5.14.0 (mainline.kernel.org-clang, 8e235ff9)
 2021-09-02 21:33 UTC 

[dhowells-fs:afs-fixes 5/5] ERROR: modpost: "unmap_mapping_pages" [fs/afs/kafs.ko] undefined!
 2021-09-02 21:32 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.14.0 (mainline.kernel.org-clang, 9b2eacd8)
 2021-09-02 21:32 UTC 

[PATCH 0/9] remove dead shell code
 2021-09-02 21:29 UTC  (3+ messages)

[PATCH][next] vfio/pci: add missing identifier name in argument of function prototype
 2021-09-02 21:26 UTC 

[PATCH v6 00/21] File system wide monitoring
 2021-09-02 21:24 UTC  (5+ messages)
` [PATCH v6 15/21] fanotify: Preallocate per superblock mark error event

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-09-02 21:24 UTC  (2+ messages)
` [Bug 211277] "

[folded-merged] mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix-fix.patch removed from -mm tree
 2021-09-02 21:23 UTC 

[folded-merged] mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch removed from -mm tree
 2021-09-02 21:23 UTC 

[GIT PULL] Please Pull NFS Client Updates for Linux 5.15
 2021-09-02 21:22 UTC 

[folded-merged] mm-compaction-support-triggering-of-proactive-compaction-by-user-fix.patch removed from -mm tree
 2021-09-02 21:22 UTC 

[folded-merged] mm-compaction-optimize-proactive-compaction-deferrals-fix.patch removed from -mm tree
 2021-09-02 21:22 UTC 

[PATCH net-next v2 0/3] TSN endpoint Ethernet MAC driver
 2021-09-02 21:21 UTC  (7+ messages)
` [PATCH net-next v2 3/3] tsnep: Add "

[PATCH] net: Add "info neighbors" command
 2021-09-02 21:20 UTC 

[folded-merged] mm-vmscan-guarantee-drop_slab_node-termination-fix.patch removed from -mm tree
 2021-09-02 21:21 UTC 

[folded-merged] mm-vmscan-consider-anonymous-pages-without-swap-v11.patch removed from -mm tree
 2021-09-02 21:20 UTC 

[folded-merged] mm-vmscan-add-helper-for-querying-ability-to-age-anonymous-pages-v11.patch removed from -mm tree
 2021-09-02 21:20 UTC 

[PATCH v4 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-02 21:19 UTC  (3+ messages)
` [PATCH v4 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[folded-merged] mm-migrate-demote-pages-during-reclaim-v11.patch removed from -mm tree
 2021-09-02 21:19 UTC 

[meta-web][hardknott][PATCH 1/1] nginx: fix CVE-2021-3618
 2021-09-02 21:19 UTC 

[folded-merged] mm-hwpoison-dump-page-for-unhandlable-page-v3.patch removed from -mm tree
 2021-09-02 21:18 UTC 

[folded-merged] mm-page_alloc-always-initialize-memory-map-for-the-holes-fix.patch removed from -mm tree
 2021-09-02 21:17 UTC 

[folded-merged] add-mmap_assert_locked-annotations-to-find_vma-fix.patch removed from -mm tree
 2021-09-02 21:17 UTC 

[folded-merged] lazy-tlb-shoot-lazies-a-non-refcounting-lazy-tlb-option-fix.patch removed from -mm tree
 2021-09-02 21:16 UTC 

[folded-merged] lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix-2.patch removed from -mm tree
 2021-09-02 21:15 UTC 

[folded-merged] lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch removed from -mm tree
 2021-09-02 21:15 UTC 

[PATCH v2 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-02 21:14 UTC  (2+ messages)
` [PATCH v2 16/16] iio: adc: max1027: Don't reject external triggers when there is no IRQ


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.