linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-15 13:18:46 to 2022-02-15 15:06:06 UTC [more...]

[PATCH v1 0/7] Add Intel OFS support for DFL driver
 2022-02-15 15:05 UTC  (7+ messages)
` [PATCH v1 1/7] Documentation: fpga: dfl: add description of IOFS
` [PATCH v1 2/7] fpga: dfl: check feature type before parse irq info
` [PATCH v1 3/7] fpga: dfl: Allow for ports with no local bar space

[PATCH v5 11/13] module: Move sysfs support into a separate file
 2022-02-15 15:05 UTC  (6+ messages)
` [PATCH v5 13/13] module: Move version "

[PATCH v2] mm: clean up hwpoison page cache page in fault path
 2022-02-15 15:04 UTC  (5+ messages)

[PATCH printk v1 00/13] implement threaded console printing
 2022-02-15 15:03 UTC  (5+ messages)
` [PATCH printk v1 05/13] printk: call boot_delay_msec() in printk_delay()

[PATCH] dt-bindings: nvmem: add U-Boot environment variables binding
 2022-02-15 15:02 UTC  (4+ messages)

[GIT PULL] parisc architecture fixes for v5.17-rc5
 2022-02-15 15:02 UTC 

[PATCH] gso: do not skip outer ip header in case of ipip and net_failover
 2022-02-15 15:01 UTC  (5+ messages)

[PATCH v2] arm64: move efi_reboot to restart handler
 2022-02-15 15:01 UTC  (7+ messages)

[PATCH v2] mctp: fix use after free
 2022-02-15 15:00 UTC  (2+ messages)

[PATCH][next] net: dm9051: Fix spelling mistake "eror" -> "error"
 2022-02-15 15:00 UTC  (2+ messages)

[PATCH -next] dpaa2-eth: Simplify bool conversion
 2022-02-15 15:00 UTC  (3+ messages)

[PATCH 0/5] Follow-up on high-order PCP caching
 2022-02-15 14:51 UTC  (6+ messages)
` [PATCH 1/5] mm/page_alloc: Fetch the correct pcp buddy during bulk free
` [PATCH 2/5] mm/page_alloc: Track range of active PCP lists "
` [PATCH 3/5] mm/page_alloc: Simplify how many pages are selected per pcp list "
` [PATCH 4/5] mm/page_alloc: Free pages in a single pass "
` [PATCH 5/5] mm/page_alloc: Limit number of high-order pages on PCP "

kernel-parameter.txt question
 2022-02-15 14:57 UTC 

[RFC v2 0/8] Move HEVC stateless controls out of staging
 2022-02-15 14:57 UTC  (8+ messages)
` [RFC v2 6/8] media: uapi: Remove bit_size field from v4l2_ctrl_hevc_slice_params

[PATCH v2 1/1] spi: intel-pci: Add support for Intel Ice Lake-N SPI serial flash
 2022-02-15 14:57 UTC  (2+ messages)

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-02-15 14:56 UTC  (13+ messages)

[PATCH mips-fixes] MIPS: smp: fill in sibling and core maps earlier
 2022-02-15 14:49 UTC  (2+ messages)

[PATCH v8 0/2] Add UART driver for Suplus SP7021 SoC
 2022-02-15 14:53 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings:serial:Add bindings doc for Sunplus SoC UART Driver

[PATCH v2 0/6] coresight: Add config flag to enable branch broadcast
 2022-02-15 14:52 UTC  (4+ messages)
` [PATCH v2 3/6] perf cs-etm: Update deduction of TRCCONFIGR register for "

[PATCH] dt-bindings: rtc: convert at91sam9 bindings to json-schema
 2022-02-15 14:46 UTC 

[RFC] media: uapi: Move HEVC stateless controls out of staging
 2022-02-15 14:51 UTC  (6+ messages)
    `  "

[PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-02-15 14:50 UTC  (3+ messages)

[vfs] 2719c7160d: xfstests.generic.459.fail
 2022-02-15 14:49 UTC 

[PATCH V3] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-15 14:49 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 5.17-rc5
 2022-02-15 14:44 UTC 

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-15 14:49 UTC  (7+ messages)
` [PATCHv2 22/29] x86/tdx: Make pages shared in ioremap()

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-15 14:49 UTC  (3+ messages)

[PATCH] io_uring: add a schedule point in io_add_buffers()
 2022-02-15 14:47 UTC  (2+ messages)

[PATCH v6 00/71] Introducing the Maple Tree
 2022-02-15 14:43 UTC  (72+ messages)
` [PATCH v6 01/71] binfmt_elf: Take the mmap lock when walking the VMA list
  ` [PATCH v6 03/71] radix tree test suite: Add pr_err define
  ` [PATCH v6 02/71] xarray: Fix bitmap breakage
  ` [PATCH v6 04/71] radix tree test suite: Add kmem_cache_set_non_kernel()
  ` [PATCH v6 05/71] radix tree test suite: Add allocation counts and size to kmem_cache
  ` [PATCH v6 06/71] radix tree test suite: Add support for slab bulk APIs
  ` [PATCH v6 07/71] radix tree test suite: Add lockdep_is_held to header
  ` [PATCH v6 08/71] Maple Tree: Add new data structure
  ` [PATCH v6 09/71] lib/test_maple_tree: Add testing for maple tree
  ` [PATCH v6 10/71] mm: Start tracking VMAs with "
  ` [PATCH v6 11/71] mm: Add VMA iterator
  ` [PATCH v6 12/71] mmap: Use the VMA iterator in count_vma_pages_range()
  ` [PATCH v6 13/71] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
  ` [PATCH v6 15/71] mm/mmap: Use maple tree for unmapped_area{_topdown}
  ` [PATCH v6 16/71] kernel/fork: Use maple tree for dup_mmap() during forking
  ` [PATCH v6 14/71] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
  ` [PATCH v6 18/71] proc: Remove VMA rbtree use from nommu
  ` [PATCH v6 17/71] damon: Convert __damon_va_three_regions to use the VMA iterator
  ` [PATCH v6 19/71] mm: Remove rb tree
  ` [PATCH v6 20/71] mmap: Change zeroing of maple tree in __vma_adjust()
  ` [PATCH v6 23/71] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
  ` [PATCH v6 21/71] xen: Use vma_lookup() in privcmd_ioctl_mmap()
  ` [PATCH v6 22/71] mm: Optimize find_exact_vma() to use vma_lookup()
  ` [PATCH v6 25/71] mm: Use maple tree operations for find_vma_intersection()
  ` [PATCH v6 24/71] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
  ` [PATCH v6 26/71] mm/mmap: Use advanced maple tree API for mmap_region()
  ` [PATCH v6 27/71] mm: Remove vmacache
  ` [PATCH v6 28/71] mm: Convert vma_lookup() to use mtree_load()
  ` [PATCH v6 29/71] mm/mmap: Move mmap_region() below do_munmap()
  ` [PATCH v6 30/71] mm/mmap: Reorganize munmap to use maple states
  ` [PATCH v6 32/71] arm64: Remove mmap linked list from vdso
  ` [PATCH v6 31/71] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
  ` [PATCH v6 35/71] s390: Remove vma linked list walks
  ` [PATCH v6 33/71] parisc: Remove mmap linked list from cache handling
  ` [PATCH v6 34/71] powerpc: Remove mmap linked list walks
  ` [PATCH v6 37/71] xtensa: Remove vma "
  ` [PATCH v6 38/71] cxl: Remove vma linked list walk
  ` [PATCH v6 36/71] x86: Remove vma linked list walks
  ` [PATCH v6 40/71] um: Remove vma linked list walk
  ` [PATCH v6 39/71] optee: "
  ` [PATCH v6 41/71] binfmt_elf: "
  ` [PATCH v6 43/71] exec: Use VMA iterator instead of linked list
  ` [PATCH v6 42/71] coredump: Remove vma linked list walk
  ` [PATCH v6 45/71] fs/proc/task_mmu: Stop using linked list and highest_vm_end
  ` [PATCH v6 44/71] fs/proc/base: Use maple tree iterators in place of linked list
  ` [PATCH v6 47/71] ipc/shm: Use VMA iterator instead "
  ` [PATCH v6 46/71] userfaultfd: Use maple tree iterator to iterate VMAs
  ` [PATCH v6 48/71] acct: Use VMA iterator instead of linked list
  ` [PATCH v6 49/71] perf: Use VMA iterator
  ` [PATCH v6 50/71] sched: Use maple tree iterator to walk VMAs
  ` [PATCH v6 51/71] fork: Use VMA iterator
  ` [PATCH v6 52/71] bpf: Remove VMA linked list
  ` [PATCH v6 53/71] mm/gup: Use maple tree navigation instead of "
  ` [PATCH v6 55/71] mm/ksm: Use vma iterators instead of vma "
  ` [PATCH v6 54/71] mm/khugepaged: Stop using "
  ` [PATCH v6 57/71] mm/memcontrol: Stop using mm->highest_vm_end
  ` [PATCH v6 56/71] mm/madvise: Use vma_find() instead of vma linked list
  ` [PATCH v6 58/71] mm/mempolicy: Use vma iterator & maple state "
  ` [PATCH v6 61/71] mm/mremap: Use vma_find_intersection() "
  ` [PATCH v6 60/71] mm/mprotect: Use maple tree navigation "
  ` [PATCH v6 59/71] mm/mlock: Use vma iterator and "
  ` [PATCH v6 62/71] mm/msync: Use vma_find() "
  ` [PATCH v6 63/71] mm/oom_kill: Use maple tree iterators "
  ` [PATCH v6 64/71] mm/pagewalk: Use vma_find() "
  ` [PATCH v6 66/71] i915: Use the VMA iterator
  ` [PATCH v6 65/71] mm/swapfile: Use vma iterator instead of vma linked list
  ` [PATCH v6 68/71] riscv: Use vma iterator for vdso
  ` [PATCH v6 69/71] mm: Remove the vma linked list
  ` [PATCH v6 67/71] nommu: Remove uses of VMA "
  ` [PATCH v6 70/71] mm/mmap: Drop range_has_overlap() function
  ` [PATCH v6 71/71] mm/mmap.c: Pass in mapping to __vma_link_file()

[PATCH] drm/msm/dpu: Disable boot loader configured data paths
 2022-02-15 14:44 UTC  (2+ messages)

[PATCH v3] x86/cpu: clear SME features when not in use
 2022-02-15 14:41 UTC  (2+ messages)

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-15 14:41 UTC  (9+ messages)
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit

[PATCH] net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-15 14:40 UTC  (2+ messages)

[PATCH] dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key
 2022-02-15 14:40 UTC  (2+ messages)

[PATCH v2] ipv4: add description about martian source
 2022-02-15 14:40 UTC  (2+ messages)

[PATCH RESEND v4 0/4] platform: surface: Introduce Surface XBL Driver
 2022-02-15 14:39 UTC  (6+ messages)
` [PATCH RESEND v4 1/4] dt-bindings: platform: microsoft: Document surface xbl
    ` [EXTERNAL] "

[RFC PATCH v2 0/4] Add driver for Renesas RZ/G2L CRU module
 2022-02-15 14:40 UTC  (3+ messages)
` [RFC PATCH v2 3/4] media: platform: Add CRU driver for RZ/G2L SoC

[PATCH v8 1/3] gpu: drm: separate panel orientation property creating and value setting
 2022-02-15 14:38 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-02-15 14:38 UTC  (8+ messages)
` [PATCH v2 09/13] powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGS

[PATCH][REPOST] firmware: arm_scmi: Remove space in MODULE_ALIAS name
 2022-02-15 14:38 UTC  (2+ messages)

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-02-15 14:37 UTC  (19+ messages)
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()

[PATCH] mfd: ab8500: Drop debugfs module
 2022-02-15 14:37 UTC  (2+ messages)

[BUG/PATCH v3] net: mvpp2: always set port pcs ops
 2022-02-15 14:36 UTC  (3+ messages)

[PATCH] perf test: Test 73 Sig_trap fails on s390
 2022-02-15 14:35 UTC  (9+ messages)
          ` Test 73 Sig_trap fails on arm64 (was Re: [PATCH] perf test: Test 73 Sig_trap fails on s390)

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-02-15 14:34 UTC  (3+ messages)
` [PATCH 12/54] tools/perf: replace bitmap_weight with bitmap_empty where appropriate

[RFC PATCH 0/2] perf: arm_spe: Fix consistency of CONTEXT packets in SPE driver
 2022-02-15 14:29 UTC  (8+ messages)
` [RFC PATCH 1/2] perf: arm_spe: Fix consistency of PMSCR register bit CX

[PATCH] virtio_net: Fix code indent error
 2022-02-15 14:30 UTC  (2+ messages)

[PATCH net] net: phy: mediatek: remove PHY mode check on MT7531
 2022-02-15 14:30 UTC  (2+ messages)

Possible regression on suspend (mem/s2idle) between 5.15 and 5.16
 2022-02-15 14:29 UTC  (6+ messages)

[PATCH 1/2] perf tui: Only support --tui with slang
 2022-02-15 14:29 UTC  (3+ messages)

[PATCH v3 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-02-15 14:29 UTC  (7+ messages)
` [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity

[PATCH rcu 3/3] rcu: Allow expedited RCU grace periods on incoming CPUs
 2022-02-15 14:28 UTC  (3+ messages)

[PATCH 00/25] perf intel-pt: Add support for Event Trace and TNT disable
 2022-02-15 14:27 UTC  (2+ messages)

[PATCH v5] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-02-15 14:19 UTC 

[PATCH V6 3/6] mfd: pm8008: Add mfd cell struct to register LDOs
 2022-02-15 14:18 UTC  (3+ messages)

[PATCH V2 0/2] perf/x86/intel/pt: Add support for event tracing and TNT disabling
 2022-02-15 14:18 UTC  (3+ messages)

[PATCH] char: ttyprintk: register console
 2022-02-15 14:17 UTC 

[gustavoars:for-next/kspp-fam0] BUILD SUCCESS e1cec403b76b41f6e8d6339cd446fe540c4ef83f
 2022-02-15 14:17 UTC 

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-15 14:14 UTC  (7+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[PATCH] x86: Preserve ACPI memory area during hibernation
 2022-02-15 14:10 UTC  (4+ messages)

[PATCH 3/4] clk: imx: support fracn gppll
 2022-02-15 14:07 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_uac1: add different speed transfers support
 2022-02-15 14:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6] ACPI: device_sysfs: Add sysfs support for _PLD
 2022-02-15 14:08 UTC  (8+ messages)

[PATCH v3] dt-bindings: crypto: convert rockchip-crypto to yaml
 2022-02-15 14:07 UTC  (2+ messages)

[luxis1999-iommufd:iommufd-v5.17-rc4 28/56] drivers/iommu/iommufd/selftest.c:198:31: warning: comparison of distinct pointer types lacks a cast
 2022-02-15 14:07 UTC 

[PATCH] x86/ioremap: Always incriminate the caller on failure
 2022-02-15 14:07 UTC 

[PATCH] usb: gadget: f_uvc: fix superspeedplus transfer
 2022-02-15 14:07 UTC  (3+ messages)
` [PATCH v2] "

[paulmck-rcu:rcu/next] BUILD SUCCESS fbc1ed420b65795e63ebe65a6f39bfd71f33dc45
 2022-02-15 14:06 UTC 

[PATCH v2] usb: dwc2: drd: fix soft connect when gadget is unconfigured
 2022-02-15 14:04 UTC  (2+ messages)

[char-misc 1/4] mei: me: disable driver on the ign firmware
 2022-02-15 13:56 UTC  (3+ messages)

[0/2] Add mmsys reset control for MT8186
 2022-02-15 13:54 UTC  (4+ messages)
` [1/2] soc: mediatek: mmsys: add sw0_rst_offset in mmsys driver data
` [2/2] soc: mediatek: mmsys: add mmsys reset control for MT8186

[PATCH v17 2/2] mailbox: mediatek: add support for adsp mailbox controller
 2022-02-15 13:50 UTC  (2+ messages)
  ` [PATCH v17 1/2] dt-bindings: mailbox: add mtk adsp-mbox document

[v1 1/2] drm/msm/dp: Add basic PSR support for eDP
 2022-02-15 13:47 UTC  (2+ messages)

[PATCH v2 1/2] serial: 8250_lpss: Balance reference count for PCI DMA device
 2022-02-15 13:43 UTC  (2+ messages)
` [PATCH v2 2/2] serial: 8250_lpss: Switch to pcim_iomap() instead of pci_ioremap_bar()

[PATCH v2 1/2] drm/msm/dpu: Add INTF_5 interrupts
 2022-02-15 13:43 UTC  (4+ messages)
` [PATCH v2 2/2] drm/msm/dpu: Add SC8180x to hw catalog

[PATCH v4 0/2] enable widebus feature base on chip hardware revision
 2022-02-15 13:41 UTC  (6+ messages)
` [PATCH v4 1/2] drm/msm/dp: revise timing engine programming to support widebus feature
` [PATCH v4 2/2] drm/msm/dp: enable widebus feature for display port

[PATCH] tools/vm/page_owner: filter out pid and timestamp
 2022-02-15 13:40 UTC 

[PATCH v13 00/11] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-02-15 13:39 UTC  (5+ messages)
  ` [PATCH v13 05/11] arm64: Copy the task argument to unwind_state
  ` [PATCH v13 06/11] arm64: Use stack_trace_consume_fn and rename args to unwind()

fs: race between vfs_rename and do_linkat (mv and link)
 2022-02-15 13:37 UTC  (3+ messages)
`  "

[PATCH v4 1/3] Bluetooth: aosp: surface AOSP quality report through mgmt
 2022-02-15 13:35 UTC  (3+ messages)
` [PATCH v4 2/3] Bluetooth: btintel: surface Intel telemetry events "
` [PATCH v4 3/3] Bluetooth: mgmt: add set_quality_report for MGMT_OP_SET_QUALITY_REPORT

[PATCH] net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled
 2022-02-15 13:34 UTC  (2+ messages)

[PATCH v2 0/6] Add Tegra234 HDA support
 2022-02-15 13:34 UTC  (3+ messages)

[RFC V2 00/21] The Runtime Verification (RV) interface
 2022-02-15 13:33 UTC  (6+ messages)
` [RFC V2 12/21] rv/reactor: Add the printk reactor

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-15 13:28 UTC  (7+ messages)
` [PATCH 09/14] m68k: drop custom __access_ok()

[PATCH 0/9] use GFP_KERNEL
 2022-02-15 13:22 UTC  (3+ messages)
` [PATCH 9/9] mfd: sta2x11: "

[PATCH 0/8] bpf: Add fprobe link
 2022-02-15 13:21 UTC  (11+ messages)

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-15 13:18 UTC  (3+ messages)
` [PATCH v3 1/1] "


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 NNTP newsgroup(s).