LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-20 01:21:54 to 2022-07-20 02:32:57 UTC [more...]

[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 0/3] autofs: fix may_umount_tree()
 2022-07-20  2:31 UTC  (7+ messages)
` [PATCH 1/3] vfs: track count of child mounts
` [PATCH 2/3] vfs: add propagate_mount_tree_busy() helper

WARNING: CPU: 1 PID: 14735 at fs/dcache.c:365 dentry_free+0x100/0x128
 2022-07-20  2:31 UTC  (7+ messages)

[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] fs: drop_caches: skip dropping pagecache which is always dirty
 2022-07-20  2:21 UTC 

[PATCH v12 00/69] Introducing the Maple Tree
 2022-07-20  2:18 UTC  (70+ messages)
` [PATCH v12 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v12 01/69] Maple Tree: add new data structure
` [PATCH v12 02/69] radix tree test suite: add pr_err define
` [PATCH v12 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v12 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [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 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v12 09/69] mm: add VMA iterator
` [PATCH v12 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v12 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v12 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v12 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v12 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v12 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [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 21/69] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [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 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v12 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v12 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v12 25/69] mm: remove vmacache
` [PATCH v12 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v12 30/69] arm64: remove mmap linked list from vdso
` [PATCH v12 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v12 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v12 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v12 33/69] powerpc: remove mmap linked list walks
` [PATCH v12 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v12 34/69] s390: remove vma linked list walks
` [PATCH v12 35/69] x86: "
` [PATCH v12 36/69] xtensa: "
` [PATCH v12 40/69] coredump: remove vma linked list walk
` [PATCH v12 38/69] optee: "
` [PATCH v12 39/69] um: "
` [PATCH v12 37/69] cxl: "
` [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 43/69] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v12 41/69] exec: use VMA iterator instead of linked list
` [PATCH v12 47/69] perf: use VMA iterator
` [PATCH v12 45/69] ipc/shm: use VMA iterator instead of linked list
` [PATCH v12 46/69] acct: "
` [PATCH v12 51/69] mm/gup: use maple tree navigation "
` [PATCH v12 49/69] fork: use VMA iterator
` [PATCH v12 50/69] bpf: remove VMA linked list
` [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 54/69] mm/madvise: use vma_find() "
` [PATCH v12 52/69] mm/khugepaged: stop using "
` [PATCH v12 57/69] mm/mlock: use vma iterator and maple state instead of "
` [PATCH v12 58/69] mm/mprotect: use maple tree navigation "
` [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 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v12 61/69] mm/oom_kill: use maple tree iterators "
` [PATCH v12 62/69] mm/pagewalk: use vma_find() "
` [PATCH v12 60/69] mm/msync: "
` [PATCH v12 65/69] nommu: remove uses of VMA "
` [PATCH v12 63/69] mm/swapfile: use vma iterator instead of vma "
` [PATCH v12 64/69] i915: use the VMA iterator
` [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 AUTOSEL 5.4 01/16] Revert "evm: Fix memleak in init_desc"
 2022-07-20  1:58 UTC  (17+ messages)
` [PATCH AUTOSEL 5.4 02/16] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
` [PATCH AUTOSEL 5.4 03/16] x86/kvm/vmx: Make noinstr clean
` [PATCH AUTOSEL 5.4 04/16] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 5.4 05/16] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 5.4 06/16] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.4 07/16] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 5.4 08/16] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
` [PATCH AUTOSEL 5.4 09/16] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 5.4 10/16] ASoC: ti: omap-mcbsp: duplicate sysfs error
` [PATCH AUTOSEL 5.4 11/16] ASoC: wm8998: Fix event generation for input mux
` [PATCH AUTOSEL 5.4 12/16] ASoC: cs47l92: Fix event generation for OUT1 demux
` [PATCH AUTOSEL 5.4 13/16] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 5.4 14/16] platform/x86: asus-wmi: Add key mappings
` [PATCH AUTOSEL 5.4 15/16] scsi: pm80xx: Fix 'Unknown' max/min linkrate
` [PATCH AUTOSEL 5.4 16/16] scsi: pm80xx: Set stopped phy's linkrate to Disabled

[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  (8+ messages)
` [PATCH 2/3] ocfs2: Remove a useless spinlock
` [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  (11+ messages)

[PATCH V17 00/13] irqchip: Add LoongArch-related irqchip drivers
 2022-07-20  2:01 UTC  (14+ messages)
` [PATCH V17 01/13] LoongArch: Provisionally add ACPICA data structures
` [PATCH V17 02/13] APCI: irq: Add support for multiple GSI domains
` [PATCH V17 03/13] ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallback
` [PATCH V17 04/13] genirq/generic_chip: export irq_unmap_generic_chip
` [PATCH V17 05/13] LoongArch: Use ACPI_GENERIC_GSI for gsi handling
` [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 09/13] irqchip/loongson-pch-msi: "
` [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

linux-next: build failure after merge of the bpf-next tree
 2022-07-20  1:59 UTC 

[PATCH 1/2] RDMA/erdma: Use the bitmap API to allocate bitmaps
 2022-07-20  1:58 UTC  (7+ messages)

[PATCH] nvme: Define compat_ioctl again to unbreak 32-bit userspace
 2022-07-20  1:55 UTC 

[PATCH] scsi: fix WARNING in scsi_alloc_sgtables
 2022-07-20  1:47 UTC  (3+ messages)

[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
 2022-07-20  1:46 UTC  (9+ messages)

[PATCH] ALSA: hda: Skip creating captures in SOF context
 2022-07-20  1:45 UTC  (3+ messages)

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-07-20  1:43 UTC  (3+ messages)
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path

[RFC 1/2] PCI: imx6: Make sure the DBI register can be changed
 2022-07-20  1:43 UTC  (4+ messages)
` [RFC 2/2] PCI: imx6: Support more than Gen2 speed link mode

[PATCH v1 0/3] drivers/perf: add DDR Sub-System Driveway PMU driver for Yitian 710 SoC
 2022-07-20  1:41 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] docs: perf: Add description for Alibaba's T-Head PMU driver

[PATCH] x86/sgx: Allow enclaves to use Asynchrounous Exit Notification
 2022-07-20  1:38 UTC  (4+ messages)

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-07-20  1:37 UTC  (8+ messages)

[PATCH v2 0/4] Introduce security_create_user_ns()
 2022-07-20  1:32 UTC  (7+ messages)
` [PATCH v2 4/4] selinux: Implement create_user_ns hook

[PATCH v2 00/10] platform/chrome: Kunit tests and refactor for cros_ec_cmd_xfer()
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: fsl,imx6q-pcie: Add missing type for 'reset-gpio-active-high'
 2022-07-20  1:31 UTC  (2+ messages)

[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH v2] platform/chrome: cros_kbd_led_backlight: fix build warning
 2022-07-20  1:30 UTC  (2+ messages)

[PATCH] scsi: sd: Add a comment about limiting max_sectors to shost optimal limit
 2022-07-20  1:21 UTC  (2+ messages)

[PATCH] net: llc: Fix comment typo
 2022-07-20  1:20 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 1/6] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (6+ messages)
` [PATCH AUTOSEL 4.9 2/6] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.9 3/6] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.9 4/6] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 4.9 5/6] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.9 6/6] platform/x86: asus-wmi: Add key mappings

[PATCH AUTOSEL 4.14 1/6] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 2/6] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.14 3/6] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.14 4/6] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 4.14 5/6] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.14 6/6] platform/x86: asus-wmi: Add key mappings

[PATCH AUTOSEL 4.19 1/8] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
 2022-07-20  1:18 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 2/8] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 4.19 3/8] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 4.19 4/8] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 4.19 5/8] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 4.19 6/8] ASoC: wm8998: Fix event generation for input mux
` [PATCH AUTOSEL 4.19 7/8] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 4.19 8/8] platform/x86: asus-wmi: Add key mappings

[PATCH AUTOSEL 5.10 01/25] Revert "evm: Fix memleak in init_desc"
 2022-07-20  1:16 UTC  (25+ messages)
` [PATCH AUTOSEL 5.10 02/25] ARM: rockchip: Add missing of_node_put() in rockchip_suspend_init()
` [PATCH AUTOSEL 5.10 03/25] x86/kvm/vmx: Make noinstr clean
` [PATCH AUTOSEL 5.10 04/25] objtool: Treat .text.__x86.* as noinstr
` [PATCH AUTOSEL 5.10 05/25] x86/bugs: Report AMD retbleed vulnerability
` [PATCH AUTOSEL 5.10 06/25] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH AUTOSEL 5.10 07/25] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH AUTOSEL 5.10 08/25] x86/cpu/amd: Add Spectral Chicken
` [PATCH AUTOSEL 5.10 09/25] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH AUTOSEL 5.10 10/25] wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
` [PATCH AUTOSEL 5.10 11/25] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.10 12/25] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 5.10 13/25] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
` [PATCH AUTOSEL 5.10 14/25] nilfs2: fix incorrect masking of permission flags for symlinks
` [PATCH AUTOSEL 5.10 15/25] ASoC: ti: omap-mcbsp: duplicate sysfs error
` [PATCH AUTOSEL 5.10 16/25] ASoC: tlv320adcx140: Fix tx_mask check
` [PATCH AUTOSEL 5.10 17/25] ASoC: wm8998: Fix event generation for input mux
` [PATCH AUTOSEL 5.10 18/25] ASoC: cs47l92: Fix event generation for OUT1 demux
` [PATCH AUTOSEL 5.10 19/25] ASoC: arizona: Update arizona_aif_cfg_changed to use RX_BCLK_RATE
` [PATCH AUTOSEL 5.10 20/25] scsi: target: Fix WRITE_SAME No Data Buffer crash
` [PATCH AUTOSEL 5.10 21/25] platform/x86: asus-wmi: Add key mappings
` [PATCH AUTOSEL 5.10 22/25] platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF
` [PATCH AUTOSEL 5.10 23/25] scsi: ufs: core: Fix missing clk change notification on host reset
` [PATCH AUTOSEL 5.10 24/25] scsi: pm80xx: Fix 'Unknown' max/min linkrate
` [PATCH AUTOSEL 5.10 25/25] scsi: pm80xx: Set stopped phy's linkrate to Disabled

[PATCH AUTOSEL 5.15 01/42] Revert "evm: Fix memleak in init_desc"
 2022-07-20  1:13 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 20/42] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH AUTOSEL 5.15 24/42] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.15 28/42] ASoC: ti: omap-mcbsp: duplicate sysfs error
` [PATCH AUTOSEL 5.15 29/42] ASoC: tlv320adcx140: Fix tx_mask check
` [PATCH AUTOSEL 5.15 41/42] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
` [PATCH AUTOSEL 5.15 42/42] ubsan: disable UBSAN_DIV_ZERO for clang

[PATCH AUTOSEL 5.18 01/54] Revert "evm: Fix memleak in init_desc"
 2022-07-20  1:10 UTC  (7+ messages)
` [PATCH AUTOSEL 5.18 28/54] tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
` [PATCH AUTOSEL 5.18 29/54] wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
` [PATCH AUTOSEL 5.18 30/54] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.18 31/54] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 5.18 32/54] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Tablet 2 830
` [PATCH AUTOSEL 5.18 33/54] nilfs2: fix incorrect masking of permission flags for symlinks

[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
 2022-07-20  1:12 UTC  (3+ messages)
` [PATCH 28/35] perf intel-pt: Remove guest_machine_pid

[PATCH v2 1/3] dt-bindings: PCI: imx6: convert the imx pcie controller to dtschema
 2022-07-20  1:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).