All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:51:02 to 2021-09-02 21:58:22 UTC [more...]

incoming
 2021-09-02 21:58 UTC  (134+ messages)
` [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 106/212] memcg: enable accounting for posix_timers_cache slab
` [patch 107/212] memcg: enable accounting for ldt_struct objects
` [patch 108/212] memcg: cleanup racy sum avoidance code
` [patch 109/212] memcg: replace in_interrupt() by !in_task() in active_memcg()
` [patch 110/212] mm: memcontrol: set the correct memcg swappiness restriction
` [patch 111/212] mm, memcg: remove unused functions
` [patch 112/212] mm, memcg: save some atomic ops when flush is already true
` [patch 113/212] memcg: fix up drain_local_stock comment
` [patch 114/212] memcg: make memcg->event_list_lock irqsafe
` [patch 115/212] selftests/vm: use kselftest skip code for skipped tests
` [patch 116/212] selftests: Fix spelling mistake "cann't" -> "cannot"
` [patch 117/212] lazy tlb: introduce lazy mm refcount helper functions
` [patch 118/212] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [patch 120/212] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN
` [patch 121/212] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [patch 122/212] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [patch 123/212] scatterlist: "
` [patch 124/212] mm: remove flush_kernel_dcache_page
` [patch 125/212] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
` [patch 126/212] mm: change fault_in_pages_* to have an unsigned size parameter
` [patch 127/212] mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
` [patch 128/212] remap_file_pages: Use vma_lookup() instead of find_vma()
` [patch 129/212] mm/mremap: fix memory account on do_munmap() failure
` [patch 130/212] mm/bootmem_info.c: mark __init on register_page_bootmem_info_section
` [patch 131/212] mm: sparse: pass section_nr to section_mark_present
` [patch 132/212] mm: sparse: pass section_nr to find_memory_block
` [patch 133/212] mm: sparse: remove __section_nr() function
` [patch 134/212] mm/sparse: set SECTION_NID_SHIFT to 6
` [patch 135/212] include/linux/mmzone.h: avoid a warning in sparse memory support
` [patch 136/212] mm/sparse: clarify pgdat_to_phys
` [patch 137/212] mm/vmalloc: use batched page requests in bulk-allocator
` [patch 138/212] mm/vmalloc: remove gfpflags_allow_blocking() check
` [patch 139/212] lib/test_vmalloc.c: add a new 'nr_pages' parameter
` [patch 140/212] mm/vmalloc: fix wrong behavior in vread
` [patch 141/212] mm/kasan: move kasan.fault to mm/kasan/report.c
` [patch 142/212] kasan: test: rework kmalloc_oob_right
` [patch 143/212] kasan: test: avoid writing invalid memory
` [patch 144/212] kasan: test: avoid corrupting memory via memset
` [patch 145/212] kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS
` [patch 146/212] kasan: test: only do kmalloc_uaf_memset for generic mode
` [patch 147/212] kasan: test: clean up ksize_uaf
` [patch 148/212] kasan: test: avoid corrupting memory in copy_user_test
` [patch 149/212] kasan: test: avoid corrupting memory in kasan_rcu_uaf
` [patch 150/212] mm/page_alloc: always initialize memory map for the holes
` [patch 151/212] microblaze: simplify pte_alloc_one_kernel()
` [patch 153/212] memblock: stop poisoning raw allocations

[PATCH][next] drm/i915: clean up inconsistent indenting
 2021-09-02 21:57 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v3 1/2] x86/sgx: Add the missing ifdef for sgx_set_attribute()
 2021-09-02 21:56 UTC  (11+ messages)
` [PATCH v3 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo

[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)

[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] (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 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 21:54 UTC  (6+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

[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/7] KVM: X86: MMU: misc fixes and cleanups
 2021-09-02 21:54 UTC  (3+ messages)
` [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][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  (2+ messages)

[PATCH 5.4 00/48] 5.4.144-rc1 review
 2021-09-02 21:50 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.