messages from 2021-09-02 21:35:53 to 2021-09-02 21:56:01 UTC [more...]
incoming
2021-09-02 21:55 UTC (108+ 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 076/212] fs, mm: fix race in unlinking swapfile
` [patch 077/212] mm: delete unused get_kernel_page()
` [patch 078/212] shmem: use raw_spinlock_t for ->stat_lock
` [patch 079/212] shmem: remove unneeded variable ret
` [patch 080/212] shmem: remove unneeded header file
` [patch 081/212] shmem: remove unneeded function forward declaration
` [patch 082/212] shmem: include header file to declare swap_info
` [patch 083/212] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [patch 084/212] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [patch 085/212] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [patch 086/212] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [patch 087/212] huge tmpfs: move shmem_huge_enabled() upwards
` [patch 088/212] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
` [patch 089/212] huge tmpfs: shmem_is_huge(vma, inode, index)
` [patch 090/212] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [patch 091/212] shmem: shmem_writepage() split unlikely i915 THP
` [patch 092/212] mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related functions
` [patch 093/212] mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config
` [patch 094/212] mm, memcg: inline swap-related functions "
` [patch 095/212] memcg: enable accounting for pids in nested pid namespaces
` [patch 096/212] memcg: switch lruvec stats to rstat
` [patch 097/212] memcg: infrastructure to flush memcg stats
` [patch 098/212] memcg: charge fs_context and legacy_fs_context
` [patch 099/212] memcg: enable accounting for mnt_cache entries
` [patch 100/212] memcg: enable accounting for pollfd and select bits arrays
` [patch 101/212] memcg: enable accounting for file lock caches
` [patch 102/212] memcg: enable accounting for fasync_cache
` [patch 103/212] memcg: enable accounting for new namesapces and struct nsproxy
` [patch 104/212] memcg: enable accounting of ipc resources
` [patch 105/212] memcg: enable accounting for signals
` [patch 107/212] memcg: enable accounting for ldt_struct objects
[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
2021-09-02 21:55 UTC (7+ messages)
` [PATCH bpf-next v4 18/27] bpf, x64: Store properly return value for trampoline with multi func programs
[GIT PULL] vboxsf fixes for 5.14-1
2021-09-02 21:55 UTC (6+ messages)
` Paragon NTFSv3 (was Re: [GIT PULL] vboxsf fixes for 5.14-1)
[GIT PULL] (swiotlb) stable/for-linus-5.15
2021-09-02 21:55 UTC (3+ messages)
[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
2021-09-02 21:54 UTC (7+ messages)
[PATCH v2 00/46] TI AM437X ADC1
2021-09-02 21:51 UTC (47+ 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 39/46] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [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 v2 1/2] powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
2021-09-02 21:52 UTC (4+ messages)
[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
2021-09-02 21:54 UTC (5+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
[PATCH 0/7] KVM: X86: MMU: misc fixes and cleanups
2021-09-02 21:54 UTC (5+ messages)
` [PATCH 1/7] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
` [PATCH 3/7] KVM: X86: Zap the invalid list after remote tlb flushing
[PATCH v5 0/7] Domain on Static Allocation
2021-09-02 21:52 UTC (4+ messages)
` [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 5.13 000/113] 5.13.14-rc1 review
2021-09-02 21:51 UTC (2+ 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 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 (12+ 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
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.