messages from 2022-07-20 02:01:37 to 2022-07-20 06:02:39 UTC [more...]
[PATCH] fs: drop_caches: skip dropping pagecache which is always dirty
2022-07-20 6:02 UTC (3+ messages)
[PATCH v4 0/5] Add support for Axis, ARTPEC-8 PCIe driver
2022-07-20 6:01 UTC (4+ messages)
` [PATCH v4 1/5] dt-bindings: pci: Add ARTPEC-8 PCIe controller
` [PATCH v4 2/5] dt-bindings: phy: Add ARTPEC-8 PCIe phy
` [PATCH v4 3/5] PCI: axis: Add ARTPEC-8 PCIe controller driver
[PATCH v2 0/4] drivers: misc: Add support for TMR Manager and Inject IPs
2022-07-20 6:00 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: misc: tmr-manager: Add device-tree binding for TMR Manager
` [PATCH v2 2/4] drivers: misc: Add Support "
` [PATCH v2 3/4] dt-bindings: misc: tmr-inject: Add device-tree binding for TMR Inject
` [PATCH v2 4/4] drivers: misc: Add Support for TMR Inject IP
[PATCH v7 0/4] Rewrite jevents program in python
2022-07-20 5:57 UTC (2+ messages)
[PATCH AUTOSEL 5.4 01/16] Revert "evm: Fix memleak in init_desc"
2022-07-20 5:50 UTC (4+ messages)
` [PATCH AUTOSEL 5.4 06/16] wifi: mac80211: do not wake queues on a vif that is being stopped
[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
2022-07-20 5:46 UTC (10+ messages)
` [RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test
[rt-devel:linux-5.19.y-rt-rebase 9/51] kernel/sched/core.c:3058:1: warning: '__sched_setaffinity' used but never defined
2022-07-20 5:44 UTC
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-07-20 5:44 UTC (11+ messages)
[PATCH] HID: nintendo: Fix unused-const-variable compiler warning
2022-07-20 5:42 UTC
[PATCH] drm/panel-edp: add IVO M133NW4J-R3 panel entry
2022-07-20 5:41 UTC (2+ messages)
` [PATCH v2] "
[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
2022-07-20 5:29 UTC (7+ messages)
` [PATCH 33/35] perf intel-pt: Add machine_pid and vcpu to auxtrace_error
` [PATCH 34/35] perf intel-pt: Use guest pid/tid etc in guest samples
` [PATCH 35/35] perf intel-pt: Add documentation for tracing guest machine user space
[PATCH v4 3/5] lib/test: Introduce cpumask KUnit test suite
2022-07-20 5:24 UTC (3+ messages)
[PATCH] crypto: ccree - Remove a useless dma_supported() call
2022-07-20 5:21 UTC (2+ messages)
[PATCH] virtio: Force DMA restricted devices through DMA API
2022-07-20 5:16 UTC (6+ messages)
[PATCH v7 000/102] KVM TDX basic feature support
2022-07-20 5:13 UTC (12+ messages)
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
[PATCH v12 00/69] Introducing the Maple Tree
2022-07-20 5:09 UTC (71+ messages)
` [PATCH v12 02/69] radix tree test suite: add pr_err define
` [PATCH v12 01/69] Maple Tree: add new data structure
` [PATCH v12 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v12 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v12 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v12 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v12 08/69] mm: start tracking VMAs with maple tree
` [PATCH v12 07/69] lib/test_maple_tree: add testing for "
` [PATCH v12 09/69] mm: add VMA iterator
` [PATCH v12 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v12 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v12 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v12 11/69] mm/mmap: use the maple tree in find_vma() "
` [PATCH v12 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v12 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v12 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v12 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v12 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v12 17/69] mm: remove rb tree
` [PATCH v12 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v12 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v12 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v12 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v12 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v12 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v12 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v12 25/69] mm: remove vmacache
` [PATCH v12 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v12 30/69] arm64: remove mmap linked list from vdso
` [PATCH v12 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v12 33/69] powerpc: remove mmap linked list walks
` [PATCH v12 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v12 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v12 36/69] xtensa: remove vma linked list walks
` [PATCH v12 35/69] x86: "
` [PATCH v12 34/69] s390: "
` [PATCH v12 37/69] cxl: remove vma linked list walk
` [PATCH v12 38/69] optee: "
` [PATCH v12 40/69] coredump: "
` [PATCH v12 39/69] um: "
` [PATCH v12 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v12 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v12 41/69] exec: use VMA iterator instead of linked list
` [PATCH v12 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v12 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v12 46/69] acct: "
` [PATCH v12 47/69] perf: use VMA iterator
` [PATCH v12 49/69] fork: "
` [PATCH v12 50/69] bpf: remove VMA linked list
` [PATCH v12 51/69] mm/gup: use maple tree navigation instead of "
` [PATCH v12 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v12 53/69] mm/ksm: use vma iterators instead of vma linked list
` [PATCH v12 52/69] mm/khugepaged: stop using "
` [PATCH v12 54/69] mm/madvise: use vma_find() instead of "
` [PATCH v12 57/69] mm/mlock: use vma iterator and maple state "
` [PATCH v12 55/69] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v12 56/69] mm/mempolicy: use vma iterator & maple state instead of vma linked list
` [PATCH v12 58/69] mm/mprotect: use maple tree navigation "
` [PATCH v12 60/69] mm/msync: use vma_find() "
` [PATCH v12 62/69] mm/pagewalk: "
` [PATCH v12 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v12 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v12 65/69] nommu: remove uses of VMA "
` [PATCH v12 64/69] i915: use the VMA iterator
` [PATCH v12 63/69] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v12 66/69] riscv: use vma iterator for vdso
` [PATCH v12 67/69] mm: remove the vma linked list
` [PATCH v12 68/69] mm/mmap: drop range_has_overlap() function
` [PATCH v12 69/69] mm/mmap.c: pass in mapping to __vma_link_file()
[PATCH v3 0/8] make statx() return DIO alignment information
2022-07-20 5:03 UTC (2+ messages)
[PATCH] staging: rtl8192u: fix rmmod warn when wlan0 is renamed
2022-07-20 4:58 UTC (4+ messages)
` [PATCH v2 2/3] staging: rtl8192u: move debug files to debugfs
[PATCH nolibc v1] selftests/nolibc: Avoid generated files being committed
2022-07-20 4:54 UTC (3+ messages)
[PATCH 0/2] platform/chrome: avoid garbage bytes in `msg->result`
2022-07-20 4:47 UTC (3+ messages)
` [PATCH 1/2] platform/chrome: merge Kunit utils and test cases
` [PATCH 2/2] platform/chrome: cros_kunit_util: add default value for `msg->result`
[PATCH V3 0/5] Support for 64bit hartid on RV64 platforms
2022-07-20 4:46 UTC (2+ messages)
[PATCH v3 0/5] VDUSE: Support registering userspace memory as bounce buffer
2022-07-20 4:41 UTC (6+ messages)
` [PATCH v3 1/5] vduse: Remove unnecessary spin lock protection
` [PATCH v3 2/5] vduse: Use memcpy_{to,from}_page() in do_bounce()
` [PATCH v3 3/5] vduse: Support using userspace pages as bounce buffer
` [PATCH v3 4/5] vduse: Support registering userspace memory for IOVA regions
` [PATCH v3 5/5] vduse: Support querying information of "
[PATCH v4 0/3] power: domain: handle power supplies that need interrupts
2022-07-20 4:34 UTC (4+ messages)
` [PATCH v4 1/3] PM: domain: fix indentation and use BIT macro for flags
` [PATCH v4 2/3] power: domain: handle genpd correctly when needing interrupts
` [PATCH v4 3/3] soc: imx: gpcv2: fix suspend/resume by setting GENPD_FLAG_IRQ_ON
[PATCH v2 net] net: phy: micrel: Fix warn: passing zero to PTR_ERR
2022-07-20 4:32 UTC (3+ messages)
[PATCH 0/3] i2c: qcom-geni: Make it possible to run i2cdetect
2022-07-20 4:31 UTC (3+ messages)
` [PATCH 1/3] i2c: qcom-geni: Use the correct return value
[PATCH] nvme: Define compat_ioctl again to unbreak 32-bit userspace
2022-07-20 4:27 UTC (3+ messages)
[tip:x86/mm] BUILD SUCCESS 8f1d56f64f8d6b80dea2d1978d10071132a695c5
2022-07-20 4:19 UTC
[RFC PATCH 0/2] Rework the kernel's README.rst
2022-07-20 4:13 UTC (3+ messages)
` [RFC PATCH 1/2] docs: admin-guide: do not mention the 'run a.out user programs' feature
` [RFC PATCH 2/2] docs: admin-guide: for kernel bugs refer to other kernel documentation
Query regarding deadlock involving cgroup_threadgroup_rwsem and cpu_hotplug_lock
2022-07-20 3:27 UTC (2+ messages)
[PATCH] riscv: fix RISCV_ISA_SVPBMT kconfig dependency warning
2022-07-20 4:04 UTC (2+ messages)
[PATCH v2 0/3] Add dtsi for sc7280 herobrine boards that using
2022-07-20 3:52 UTC (4+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: sc7280: herobrine: Add pinconf settings for mi2s1
` [PATCH v3 2/3] arm64: dts: qcom: sc7280: Add sc7280-herobrine-audio-rt5682.dtsi
` [PATCH v3 3/3] arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi in herobrine-r1
linux-next: build failure after merge of the bpf-next tree
2022-07-20 3:44 UTC (3+ messages)
[PATCH v2] PCI: imx6: Support more than Gen2 speed link mode
2022-07-20 3:26 UTC
[PATCH v10 0/8] mm/demotion: Memory tiers and demotion
2022-07-20 3:38 UTC (10+ messages)
` [PATCH v10 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v10 2/8] mm/demotion: Move memory demotion related code
` [PATCH v10 3/8] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v10 4/8] mm/demotion/dax/kmem: Set node's performance level to MEMTIER_PERF_LEVEL_PMEM
` [PATCH v10 5/8] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v10 6/8] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v10 7/8] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v10 8/8] mm/demotion: Update node_is_toptier to work with memory tiers
linux-next: build warning after merge of the block tree
2022-07-20 3:33 UTC
[PATCH nolibc v1] selftests/nolibc: Avoid generated files being committed
2022-07-20 3:30 UTC (2+ messages)
[PATCH 5.18 000/231] 5.18.13-rc1 review
2022-07-20 3:30 UTC (4+ messages)
WARNING: CPU: 1 PID: 14735 at fs/dcache.c:365 dentry_free+0x100/0x128
2022-07-20 3:29 UTC (6+ messages)
[PATCH 00/17] nolibc: add preliminary self tests
2022-07-20 3:26 UTC (3+ messages)
[PATCH V17 00/13] irqchip: Add LoongArch-related irqchip drivers
2022-07-20 3:22 UTC (13+ messages)
` [PATCH V17 01/13] LoongArch: Provisionally add ACPICA data structures
` [PATCH V17 03/13] ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallback
` [PATCH V17 06/13] LoongArch: Prepare to support multiple pch-pic and pch-msi irqdomain
` [PATCH V17 07/13] irqchip: Add Loongson PCH LPC controller support
` [PATCH V17 08/13] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH V17 10/13] irqchip/loongson-liointc: "
` [PATCH V17 11/13] irqchip: Add Loongson Extended I/O interrupt controller support
` [PATCH V17 12/13] irqchip: Add LoongArch CPU "
` [PATCH V17 13/13] irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArch
[PATCH v4 0/4] s390/crash: support multi-segment iterators
2022-07-20 3:17 UTC (2+ messages)
There are not enough CPU0 APIC IRQs while doing IRQ migration during S3
2022-07-20 3:16 UTC (4+ messages)
[RFC 1/2] PCI: imx6: Make sure the DBI register can be changed
2022-07-20 3:07 UTC (5+ messages)
` [RFC 2/2] PCI: imx6: Support more than Gen2 speed link mode
[PATCH] random: handle archrandom in plural words
2022-07-20 3:03 UTC (5+ messages)
` [PATCH v2] "
linux-next: manual merge of the block tree with the vfs tree
2022-07-20 3:00 UTC (9+ messages)
[PATCH] cpuidle: Move cpuidle driver forward before acpi driver in Makefile
2022-07-20 3:00 UTC (4+ messages)
[PATCH v2 3/3] media: i2c: ak7375: Add regulator management
2022-07-20 2:58 UTC (2+ messages)
[PATCH] arm64: dts: qcom: Add SKU6 for sc7180-trogdor-pazquel-lte-parade
2022-07-20 2:51 UTC
linux-next: build failure after merge of the amdgpu tree
2022-07-20 2:47 UTC (2+ messages)
[PATCH] tracing: use free_trace_buffer in allocate_trace_buffers
2022-07-20 2:46 UTC
drivers/iio/adc/ad7949.c:80:8: warning: Excessive padding in 'struct ad7949_adc_chip' (37 padding bytes, where 5 is optimal). Optimal fields order: buffer, cfg, vref, indio_dev, spi, refsel, current_channel, lock, buf8b, resolution, consider reordering th
2022-07-20 2:44 UTC
tracing: use free_trace_buffer in allocate_trace_buffers
2022-07-20 2:44 UTC
[PATCH v2] scsi: fix WARNING in scsi_alloc_sgtables
2022-07-20 2:51 UTC
[PATCH 0/3] autofs: fix may_umount_tree()
2022-07-20 2:39 UTC (8+ messages)
` [PATCH 1/3] vfs: track count of child mounts
` [PATCH 2/3] vfs: add propagate_mount_tree_busy() helper
[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
2022-07-20 2:36 UTC (10+ messages)
[PATCH] drm/amdgpu: use native mode for dp aux transfer
2022-07-20 2:16 UTC
[PATCH v4 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-07-20 2:32 UTC (6+ messages)
` [PATCH v4 2/5] "
[PATCH -next] apparmor: Fix some kernel-doc comments
2022-07-20 2:28 UTC (2+ messages)
[PATCH] apparmor: Mark alloc_unconfined() as static
2022-07-20 2:29 UTC (2+ messages)
[PATCH v20 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support
2022-07-20 2:25 UTC (2+ messages)
[PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions
2022-07-20 2:07 UTC
[PATCH] ALSA: hda/realtek: Enable speaker and mute LEDs for HP laptops
2022-07-20 2:07 UTC (3+ messages)
[PATCH 1/3] ocfs2: Remove some useless functions
2022-07-20 2:06 UTC (4+ messages)
` [PATCH 3/3] ocfs2: use the bitmap API to simplify code
[PATCH 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap
2022-07-20 2:04 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox