All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-08 02:17:17 to 2021-09-08 03:00:20 UTC [more...]

incoming
 2021-09-08  3:00 UTC  (133+ messages)
` [patch 001/147] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 002/147] mm, slub: allocate private object map for debugfs listings
` [patch 003/147] mm, slub: allocate private object map for validate_slab_cache()
` [patch 004/147] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 005/147] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 006/147] mm, slub: extract get_partial() from new_slab_objects()
` [patch 007/147] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 008/147] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 009/147] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 010/147] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 011/147] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 012/147] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 013/147] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 014/147] mm, slub: restore irqs around calling new_slab()
` [patch 015/147] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 016/147] mm, slub: check new pages with restored irqs
` [patch 017/147] mm, slub: stop disabling irqs around get_partial()
` [patch 018/147] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 019/147] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 020/147] mm, slub: call deactivate_slab() without disabling irqs
` [patch 021/147] mm, slub: move irq control into unfreeze_partials()
` [patch 022/147] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [patch 023/147] mm, slub: detach whole partial list at once in unfreeze_partials()
` [patch 024/147] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [patch 025/147] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [patch 026/147] mm, slub: don't disable irqs in slub_cpu_dead()
` [patch 027/147] mm, slab: split out the cpu offline variant of flush_slab()
` [patch 028/147] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [patch 029/147] mm: slub: make object_map_lock a raw_spinlock_t
` [patch 030/147] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [patch 031/147] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [patch 032/147] mm, slub: use migrate_disable() on PREEMPT_RT
` [patch 033/147] mm, slub: convert kmem_cpu_slab protection to local_lock
` [patch 034/147] memory-hotplug.rst: remove locking details from admin-guide
` [patch 035/147] memory-hotplug.rst: complete admin-guide overhaul
` [patch 036/147] mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
` [patch 037/147] mm: memory_hotplug: cleanup after removal of pfn_valid_within()
` [patch 038/147] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [patch 039/147] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [patch 040/147] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [patch 041/147] ACPI: memhotplug: memory resources cannot be enabled yet
` [patch 042/147] mm: track present early pages per zone
` [patch 043/147] mm/memory_hotplug: introduce "auto-movable" online policy
` [patch 044/147] drivers/base/memory: introduce "memory groups" to logically group memory blocks
` [patch 045/147] mm/memory_hotplug: track present pages in memory groups
` [patch 046/147] ACPI: memhotplug: use a single static memory group for a single memory device
` [patch 047/147] dax/kmem: use a single static memory group for a single probed unit
` [patch 048/147] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [patch 049/147] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [patch 050/147] mm/memory_hotplug: improved dynamic "
` [patch 051/147] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
` [patch 052/147] mm: remove redundant compound_head() calling
` [patch 053/147] riscv: only select GENERIC_IOREMAP if MMU support is enabled
` [patch 054/147] mm: move ioremap_page_range to vmalloc.c
` [patch 055/147] mm: don't allow executable ioremap mappings
` [patch 056/147] mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
` [patch 057/147] highmem: don't disable preemption on RT in kmap_atomic()
` [patch 058/147] mm: in_irq() cleanup
` [patch 059/147] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
` [patch 060/147] mm/secretmem: use refcount_t instead of atomic_t
` [patch 061/147] kfence: show cpu and timestamp in alloc/free info
` [patch 062/147] kfence: test: fail fast if disabled at boot
` [patch 063/147] mm: introduce Data Access MONitor (DAMON)
` [patch 064/147] mm/damon/core: implement region-based sampling
` [patch 065/147] mm/damon: adaptively adjust regions
` [patch 066/147] mm/idle_page_tracking: make PG_idle reusable
` [patch 067/147] mm/damon: implement primitives for the virtual memory address spaces
` [patch 068/147] mm/damon: add a tracepoint
` [patch 069/147] mm/damon: implement a debugfs-based user space interface
` [patch 070/147] mm/damon/dbgfs: export kdamond pid to the user space
` [patch 071/147] mm/damon/dbgfs: support multiple contexts
` [patch 072/147] Documentation: add documents for DAMON
` [patch 073/147] mm/damon: add kunit tests
` [patch 074/147] mm/damon: add user space selftests
` [patch 075/147] MAINTAINERS: update for DAMON
` [patch 076/147] alpha: agp: make empty macros use do-while-0 style
` [patch 077/147] alpha: pci-sysfs: fix all kernel-doc warnings
` [patch 078/147] percpu: remove export of pcpu_base_addr
` [patch 079/147] fs/proc/kcore.c: add mmap interface
` [patch 080/147] proc: stop using seq_get_buf in proc_task_name
` [patch 081/147] connector: send event on write to /proc/[pid]/comm
` [patch 082/147] arch: Kconfig: fix spelling mistake "seperate" -> "separate"
` [patch 083/147] include/linux/once.h: fix trivia typo Not -> Note
` [patch 084/147] units: change from 'L' to 'UL'
` [patch 085/147] units: add the HZ macros
` [patch 086/147] thermal/drivers/devfreq_cooling: use "
` [patch 087/147] devfreq: "
` [patch 088/147] iio/drivers/as73211: "
` [patch 089/147] hwmon/drivers/mr75203: "
` [patch 090/147] iio/drivers/hid-sensor: "
` [patch 091/147] i2c/drivers/ov02q10: "
` [patch 092/147] mtd/drivers/nand: "
` [patch 093/147] phy/drivers/stm32: "
` [patch 094/147] kernel/acct.c: use dedicated helper to access rlimit values
` [patch 095/147] profiling: fix shift-out-of-bounds bugs
` [patch 096/147] MAINTAINERS: update ClangBuiltLinux mailing list
` [patch 097/147] Documentation/llvm: update "
` [patch 098/147] Documentation/llvm: update IRC location
` [patch 099/147] math: make RATIONAL tristate
` [patch 100/147] math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
` [patch 101/147] lib/string: optimized memcpy
` [patch 102/147] lib/string: optimized memmove
` [patch 103/147] lib/string: optimized memset
` [patch 104/147] lib/test: convert test_sort.c to use KUnit
` [patch 105/147] lib/dump_stack: correct kernel-doc notation
` [patch 106/147] lib/iov_iter.c: fix kernel-doc warnings
` [patch 107/147] bitops: protect find_first_{,zero}_bit properly
` [patch 108/147] bitops: move find_bit_*_le functions from le.h to find.h
` [patch 109/147] include: move find.h from asm_generic to linux
` [patch 110/147] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [patch 111/147] lib: add find_first_and_bit()
` [patch 112/147] cpumask: use find_first_and_bit()
` [patch 113/147] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [patch 114/147] tools: sync tools/bitmap with mother linux
` [patch 115/147] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [patch 116/147] include/linux: move for_each_bit() macros from bitops.h to find.h
` [patch 117/147] find: micro-optimize for_each_{set,clear}_bit()
` [patch 118/147] bitops: replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [patch 119/147] tools: rename bitmap_alloc() to bitmap_zalloc()
` [patch 120/147] mm/percpu: micro-optimize pcpu_is_populated()
` [patch 121/147] bitmap: unify find_bit operations
` [patch 122/147] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [patch 123/147] vsprintf: rework bitmap_list_string
` [patch 124/147] checkpatch: support wide strings
` [patch 125/147] checkpatch: make email address check case insensitive
` [patch 126/147] checkpatch: improve GIT_COMMIT_ID test
` [patch 127/147] fs/epoll: use a per-cpu counter for user's watches count
` [patch 128/147] init: move usermodehelper_enable() to populate_rootfs()
` [patch 130/147] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [patch 131/147] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [patch 132/147] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [patch 133/147] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group

[PATCH] common/rc: Check SCRATCH_DEV in _require_dm_target()
 2021-09-08  2:57 UTC  (5+ messages)

[dpdk-dev] [PATCH] net: promote make rarp packet API as stable
 2021-09-08 10:59 UTC 

[PATCH v2] trace/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()
 2021-09-08  2:55 UTC  (4+ messages)

[GIT PULL] PCI changes for v5.15
 2021-09-08  2:52 UTC  (3+ messages)

Application of QEMUTimer in short timing
 2021-09-08  2:50 UTC  (3+ messages)

[PATCH] usb: dwc3: core: balance phy init and exit
 2021-09-08  2:28 UTC 

[PATCH v4 14/16] pack-write.c: extract 'write_rev_file_order'
 2021-09-08  2:50 UTC  (5+ messages)
` [PATCH] pack-write: skip *.rev work when not writing *.rev

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-08  2:50 UTC  (11+ messages)
                  ` ##freemail## "

[PATCH 1/3] arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices
 2021-09-08  2:47 UTC  (12+ messages)

[OpenRISC] Reporting the bugs in MOR1KX processor
 2021-09-08  2:48 UTC  (3+ messages)

[PATCH 0/4] v2 cifs patches
 2021-09-08  2:47 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: Update IOT2050 boards
 2021-09-08  2:44 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: ti: k3-am65: Flip mmc device ordering

[PATCH] ext4: Fix refcount leak bug in __ext4_new_inode()
 2021-09-08  2:46 UTC 

[mctp] 889b7da23a: net/mctp/route.c:#RCU-list_traversed_in_non-reader_section
 2021-09-08  3:03 UTC 

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-09-08  2:35 UTC  (4+ messages)
` [PATCH 1/2] mm, thp: check page mapping when truncating page cache

[Intel-gfx] [PATCH] drm/i915/gt: Add separate MOCS table for Gen12 devices other than TGL/RKL
 2021-09-08  2:40 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v2] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-09-08  2:36 UTC  (6+ messages)
` [Intel-wired-lan] "
  ` [External] "
        ` [Intel-wired-lan] [External] "

[drm:i915-vtable-cleanup 12/12] drivers/gpu/drm/i915/display/intel_audio.c:852:24: error: member reference type 'const struct drm_i915_display_audio_funcs *' is a pointer; did you mean to use '->'?
 2021-09-08  2:33 UTC  (2+ messages)

[PATCH 1/5] Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
 2021-09-08  2:32 UTC  (10+ messages)
` [PATCH 2/5] imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIG
` [PATCH 3/5] arm: Disable ATAGs support
` [PATCH 4/5] arm: Add Kconfig entry for MACH_TYPE
` [PATCH 5/5] arm: Finish migration of CONFIG_MACH_TYPE

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-08  2:30 UTC  (10+ messages)
` [PATCH 1/4] t/helper/test-bitmap.c: add 'dump-hashes' mode
` [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
` [PATCH 4/4] t5326: test propagating hashcache values

[PATCH v3] Input: analog: Always use ktime functions
 2021-09-08  2:29 UTC  (3+ messages)

[PATCH v3 0/7] Basic recovery for machine checks inside SGX
 2021-09-08  2:29 UTC  (11+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 5/6] x86/sgx: Hook sgx_memory_failure() into mainline code

[RFC PATCH 0/7] clk: sunxi-ng: Add a RTC CCU driver
 2021-09-08  2:26 UTC  (7+ messages)
` [RFC PATCH 1/7] dt-bindings: rtc: sun6i: Add H616 and R329 compatibles

[Intel-gfx] [PATCH 0/8] [CI] Enable GuC submission by default on DG1
 2021-09-08  2:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Enable GuC submission by default on DG1 (rev3)

ip6mr: Indentation not proper in ip6mr_cache_report()
 2021-09-08  2:25 UTC 

[PATCH] fuse: add a dev ioctl for recovery
 2021-09-08  2:25 UTC  (3+ messages)

[GIT PULL] PCI changes for v5.15
 2021-09-08  2:25 UTC  (2+ messages)

[PATCH] mailbox: sun6i: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-08  2:22 UTC  (3+ messages)

[folded-merged] log-if-a-core-dump-is-aborted-due-to-changed-file-permissions-fix.patch removed from -mm tree
 2021-09-08  2:22 UTC 

[PATCH net v2] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-09-08  2:22 UTC  (4+ messages)

[folded-merged] fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix-fix.patch removed from -mm tree
 2021-09-08  2:22 UTC 

[folded-merged] fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[folded-merged] checkpatch-improve-git_commit_id-test-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[folded-merged] vsprintf-rework-bitmap_list_string-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[PATCH net internal 1/1] ibmvnic: check failover_pending in login response
 2021-09-08  2:20 UTC 

[PATCH v4 1/4] clk: fractional-divider: Export approximation algorithm to the CCF users
 2021-09-08  2:17 UTC  (6+ messages)

[PATCH] drm/msm: Disable frequency clamping on a630
 2021-09-08  2:21 UTC  (11+ messages)

[folded-merged] mm-damon-implement-a-debugfs-based-user-space-interface-fix-fix.patch removed from -mm tree
 2021-09-08  2:20 UTC 

[folded-merged] mm-damon-implement-a-debugfs-based-user-space-interface-fix.patch removed from -mm tree
 2021-09-08  2:20 UTC 

rtw_8821ce: "rfe 4 isn't supported". Asus D509DA laptop
 2021-09-08  2:13 UTC  (2+ messages)
` Fwd: "

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix-2.patch removed from -mm tree
 2021-09-08  2:19 UTC 

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix-3.patch removed from -mm tree
 2021-09-08  2:19 UTC 

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix.patch removed from -mm tree
 2021-09-08  2:18 UTC 

[PATCH] ASoC: rt1011: add i2s reference control for rt1011
 2021-09-08  2:17 UTC  (3+ messages)

[PATCH] lockdep: Let lock_is_held_type() detect recursive read as read
 2021-09-08  2:16 UTC  (4+ messages)
  ` [PATCH v2] "

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix-2.patch removed from -mm tree
 2021-09-08  2:17 UTC 

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix-fix.patch removed from -mm tree
 2021-09-08  2:17 UTC 

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix.patch removed from -mm tree
 2021-09-08  2:17 UTC 

firewire-ohci fails to initialize Texas Instruments XIO2213A/B/XIO2221 based controller on realtime kernels [5.4.91-rt50, 5.10.8-rt24]
 2021-09-08  2:17 UTC  (11+ messages)

[PATCH 0/2] A pair of git am --abort issues
 2021-09-08  2:17 UTC  (3+ messages)
` [PATCH 1/2] t4151: document a pair of am --abort bugs
` [PATCH 2/2] am: fix incorrect exit status on am fail to abort


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.