All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-02 01:07:54 to 2022-02-02 02:54:36 UTC [more...]

[PATCH v6 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-02-02  0:52 UTC  (4+ messages)
` [PATCH v6 3/7] target/riscv: access configuration through cfg_ptr in DisasContext
` [PATCH v6 5/7] target/riscv: iterate over a table of decoders
` [PATCH v6 7/7] target/riscv: add a MAINTAINERS entry for XVentanaCondOps

[PATCH v2] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
 2022-02-01 21:40 UTC  (2+ messages)

[kvalo-ath:ath-qca] BUILD SUCCESS bb47a1059f44ffa1068302b531619903d87236bf
 2022-02-02  2:54 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS f3136c4ce7acf64bee43135971ca52a880572e32
 2022-02-02  2:54 UTC 

[kvalo-ath:ath-next] BUILD SUCCESS fe98a6137d03a9e51db2197674c355d64eb3b709
 2022-02-02  2:52 UTC 

[PATCH 0/2] Fix bugs in public_key_verify_signature()
 2022-02-02  2:52 UTC  (3+ messages)
` [PATCH 1/2] KEYS: asymmetric: enforce that sig algo matches key algo

[PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
 2022-02-01 21:23 UTC  (4+ messages)

[PATCH 00/22] bsd-user: Start upstreaming the system calls
 2022-02-01 23:19 UTC  (10+ messages)
` [PATCH 05/22] bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls
` [PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH 20/22] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

drivers/net/ethernet/cirrus/cs89x0.c:897:41: error: implicit declaration of function 'isa_virt_to_bus'; did you mean 'virt_to_bus'?
 2022-02-02  2:49 UTC  (2+ messages)

[PATCH] common: handle old versions of modprobe which don't support --help
 2022-02-02  2:47 UTC  (2+ messages)

XFS disaster recovery
 2022-02-02  2:44 UTC  (4+ messages)

[RFC PATCH v4 00/13] module: core code clean up
 2022-02-02  2:44 UTC  (2+ messages)

[ovmf test] 167976: all pass - PUSHED
 2022-02-02  2:43 UTC 

[PATCH v5 00/70] Introducing the Maple Tree
 2022-02-02  2:42 UTC  (44+ messages)
` [PATCH v5 02/70] radix tree test suite: Add pr_err define
` [PATCH v5 01/70] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v5 05/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v5 03/70] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v5 04/70] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v5 06/70] radix tree test suite: Add lockdep_is_held to header
` [PATCH v5 07/70] Maple Tree: Add new data structure
` [PATCH v5 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v5 11/70] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v5 09/70] mm: Start tracking VMAs with maple tree
` [PATCH v5 10/70] mm: Add VMA iterator
` [PATCH v5 12/70] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v5 13/70] mm/mmap: Use the maple tree for find_vma_prev() "
` [PATCH v5 17/70] proc: Remove VMA rbtree use from nommu
` [PATCH v5 19/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v5 22/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v5 23/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v5 25/70] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v5 30/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v5 29/70] mm/mmap: Reorganize munmap to use maple states
` [PATCH v5 33/70] powerpc: Remove mmap linked list walks
` [PATCH v5 32/70] parisc: Remove mmap linked list from cache handling
` [PATCH v5 34/70] s390: Remove vma linked list walks
` [PATCH v5 36/70] xtensa: "
` [PATCH v5 37/70] cxl: Remove vma linked list walk
` [PATCH v5 35/70] x86: Remove vma linked list walks
` [PATCH v5 41/70] coredump: Remove vma linked list walk
` [PATCH v5 43/70] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v5 48/70] perf: Use VMA iterator
` [PATCH v5 52/70] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v5 50/70] fork: Use VMA iterator
` [PATCH v5 53/70] mm/khugepaged: Stop using vma linked list
` [PATCH v5 56/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v5 55/70] mm/madvise: Use vma_find() instead of vma linked list
` [PATCH v5 59/70] mm/mprotect: Use maple tree navigation "
` [PATCH v5 60/70] mm/mremap: Use vma_find_intersection() "
` [PATCH v5 61/70] mm/msync: Use vma_find() "
` [PATCH v5 63/70] mm/pagewalk: "
` [PATCH v5 65/70] i915: Use the VMA iterator
` [PATCH v5 64/70] mm/swapfile: Use vma iterator instead of vma linked list
` [PATCH v5 67/70] riscv: Use vma iterator for vdso
` [PATCH v5 66/70] nommu: Remove uses of VMA linked list
` [PATCH v5 68/70] mm: Remove the vma "

[PATCH v5 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-02-02  0:40 UTC  (5+ messages)
` [PATCH v5 6/7] target/riscv: Add XVentanaCondOps custom extension

[PATCH] mm: move page-writeback sysctls to is own file
 2022-02-02  2:41 UTC  (4+ messages)

[ocfs2] c42ff46f97: sysctl_table_check_failed
 2022-02-02  2:39 UTC  (7+ messages)

[PATCH v2] kernel/time: move timer sysctls to its own file
 2022-02-02  2:40 UTC  (4+ messages)

[PATCH v4 00/10] Add a new --remerge-diff capability to show & log
 2022-02-02  2:37 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/10] show, log: provide a --remerge-diff capability
  ` [PATCH v5 02/10] log: clean unneeded objects during `log --remerge-diff`
  ` [PATCH v5 03/10] ll-merge: make callers responsible for showing warnings
  ` [PATCH v5 04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion
  ` [PATCH v5 05/10] merge-ort: mark a few more conflict messages as omittable
  ` [PATCH v5 06/10] merge-ort: format messages slightly different for use in headers
  ` [PATCH v5 07/10] diff: add ability to insert additional headers for paths
  ` [PATCH v5 08/10] show, log: include conflict/warning messages in --remerge-diff headers
  ` [PATCH v5 09/10] merge-ort: mark conflict/warning messages from inner merges as omittable
  ` [PATCH v5 10/10] diff-merges: avoid history simplifications when diffing merges

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-02-02  2:39 UTC  (10+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: fix bpf line info
 2022-02-02  2:37 UTC  (3+ messages)

[PATCH] iommu/vt-d: Remove comment reference to iommu_dev_has_feature
 2022-02-02  2:37 UTC 

[PATCH bpf-next] selftests/bpf: use getpagesize() to initialize ring buffer size
 2022-02-02  2:36 UTC  (4+ messages)

[PATCH 5.10 000/100] 5.10.96-rc1 review
 2022-02-02  2:34 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text.unlikely+0x1810): Section mismatch in reference from the function trace_define_generic_fields.isra.0() to the variable .init.data:initcall_level_names
 2022-02-02  2:28 UTC  (2+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02  2:28 UTC  (3+ messages)

[PATCH 1/2] migration/rdma: Increase the backlog from 5 to 128
 2022-02-01 20:43 UTC  (6+ messages)
` [PATCH 2/2] migration/rdma: set the REUSEADDR option for destination

[PATCH v5 0/2] tcg/mips: Unaligned access support
 2022-02-01 23:41 UTC  (2+ messages)
` [PATCH v5 1/2] tcg/mips: Support unaligned access for user-only

[PULL 00/40] Bsd user arm 2022q1 patches
 2022-02-01 21:03 UTC  (3+ messages)

[PATCH 2/2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
 2022-02-02  2:22 UTC  (11+ messages)

[PATCH] tick: Detect and fix jiffies update stall
 2022-02-02  2:19 UTC  (3+ messages)

[PATCH v1] erofs-utils: don't hard code constants
 2022-02-02  2:19 UTC  (4+ messages)

[PATCH v4 1/3] drm/lsdc: add drm driver for loongson display controller
 2022-02-02  2:18 UTC  (3+ messages)

[PATCH v3] knotty: improve the UI information
 2022-02-02  2:17 UTC  (4+ messages)
` [bitbake-devel] "

[Printing-architecture] CANCELED: February 2022 OP monthly call (was 8 February 2022)
 2022-02-02  2:17 UTC 

[linux-lvm] LVM performance vs direct dm-thin
 2022-02-02  2:09 UTC  (7+ messages)

[Intel-gfx] [PATCH 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation
 2022-02-02  2:09 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gem: Don't try to map and fence large scanout buffers (v5)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted
 2022-02-02  2:05 UTC  (13+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-02  2:02 UTC  (6+ messages)
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf

[PATCH v2 1/2] PCI: Allow internal devices to be marked as untrusted
 2022-02-02  2:01 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: Document "UntrustedDevice" property for PCI devices

[PATCH] replay: use CF_NOIRQ for special exception-replaying TB
 2022-02-01 23:12 UTC  (2+ messages)

Cache flush on file lock
 2022-02-02  1:41 UTC 

[PATCH 0/3] Split split_and_strip_files()
 2022-02-02  1:59 UTC  (4+ messages)
` [PATCH 1/3] package.bbclass: Split out package_debug_vars from split_and_strip_files
` [PATCH 2/3] package.bbclass: Make package_debug_vars() return a dict
` [PATCH 3/3] package.bbclass: Pass dv (debug_vars) around instead of individual vars

stable-rc/queue/4.4 baseline: 120 runs, 1 regressions (v4.4.301-25-g6565be02586d)
 2022-02-02  1:58 UTC 

[PATCH v4 0/4] Python: Improvements for iotest 040,041
 2022-02-01 19:46 UTC  (5+ messages)
` [PATCH v4 4/4] python/aqmp: add socket bind step to legacy.py

[PATCH] kselftest: alsa: Check for event generation when we write to controls
 2022-02-02  1:56 UTC  (3+ messages)

[Patch v4] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-02-02  1:55 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v2 0/2] EFI: Reset system after capsule-on-disk
 2022-02-02  1:53 UTC  (4+ messages)
` [PATCH v2 2/2] efi_loader: Reset system after CapsuleUpdate on disk

OpenBMC v2.10/Hardknott status please
 2022-02-01 20:13 UTC  (7+ messages)

[PATCH -next] media: aspeed: Remove duplicated include in aspeed-video.c
 2022-02-01  4:04 UTC 

[PATCH v4 1/3] drm/lsdc: add drm driver for loongson display controller
 2022-02-02  1:47 UTC 

[PATCHv2 00/29] TDX Guest: TDX core support
 2022-02-02  1:46 UTC  (7+ messages)
` [PATCHv2 24/29] x86/mm/cpa: Add support for TDX shared memory
` [PATCHv2 26/29] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCHv2 28/29] x86/tdx: Warn about unexpected WBINVD

[RFC v3] cat-file: add a --stdin-cmd mode
 2022-02-02  1:45 UTC  (6+ messages)

PROBLEM: Injected conntrack lost helper
 2022-02-02  1:43 UTC  (7+ messages)

[PATCH v3 0/4] A design for future-proofing fsync() configuration
 2022-02-02  1:42 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] core.fsync: introduce granular fsync control

[PATCH v3 0/2] Bluetooth: Fix skb handling in net/bluetooth/mgmt.c
 2022-02-02  1:41 UTC  (3+ messages)
` [PATCH v3 1/2] Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()

cip/linux-5.10.y-cip baseline: 129 runs, 2 regressions (v5.10.83-cip1-178-g2cf1d12aab81) #kernelci
 2022-02-02  1:41 UTC 

[PATCH v3 0/4] printk: reduce deadlocks during panic
 2022-02-02  1:39 UTC  (3+ messages)
` [PATCH v3 1/4] printk: Add panic_in_progress helper

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-02  1:40 UTC  (4+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
` [PATCH v2 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [PATCH v2 3/3] userfaultfd/selftests: enable huegtlb remap and remove event testing

[LTP] [RFC PATCH 1/1] lib: Print in summary also tests not run at all
 2022-02-02  1:40 UTC  (6+ messages)

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-01 21:41 UTC  (7+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device

[RFC PATCH 1/3] Introduce per thread group current virtual cpu id
 2022-02-02  1:32 UTC  (8+ messages)
` [RFC PATCH 2/3] rseq: extend struct rseq with per thread group vcpu id

[PATCH 1/2] drm/mm: Add an iterator to optimally walk over holes for an allocation
 2022-02-02  1:13 UTC 

[PATCH 00/13] hw/intc/arm_gicv3_its: more cleanups, bugfixes
 2022-02-01 19:32 UTC  (5+ messages)
` [PATCH 04/13] hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_t
` [PATCH 05/13] hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()
` [PATCH 09/13] hw/intc/arm_gicv3_its: Make update_ite() use ITEntry
` [PATCH 10/13] hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fields

rtl8xxxu: Performance findings and questions
 2022-02-02  0:42 UTC 

[PATCH bpf-next 0/5] Attach a cookie to a tracing program
 2022-02-02  1:24 UTC  (9+ messages)
` [PATCH bpf-next 4/5] bpf: Attach a cookie to a BPF program

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-02  1:18 UTC  (2+ messages)

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-02-02  1:18 UTC  (4+ messages)
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute

[PATCH mptcp-next v3 0/8] mptcp: fixes and enhancements related to path management
 2022-02-02  1:18 UTC  (6+ messages)
` [PATCH mptcp-next v3 7/8] mptcp: attempt to add listening sockets for announced addrs

[POC for v5.15 0/2] btrfs: defrag: what if v5.15 is doing proper defrag
 2022-02-02  1:18 UTC  (8+ messages)

[PATCH RFC bpf-next v2 3/5] bpf: cgroup_view iter
 2022-02-02  1:17 UTC  (2+ messages)

[PATCH 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-02-02  1:08 UTC  (20+ messages)
` [PATCH 01/19] scsi: call device_probe() after scanning
` [PATCH 02/19] usb: storage: "
` [PATCH 03/19] mmc: "
` [PATCH 04/19] nvme: "
` [PATCH 05/19] sata: "
` [PATCH 06/19] block: ide: "
` [PATCH 07/19] virtio: call device_probe() in scanning
` [PATCH 08/19] dm: add event notification
` [PATCH 09/19] dm: add tag support
` [PATCH 10/19] dm: tag: add some document
` [PATCH 11/19] test: dm: add tests for tag support
` [PATCH 12/19] dm: disk: add UCLASS_PARTITION
` [PATCH 13/19] dm: blk: add a device-probe hook for scanning disk partitions
` [PATCH 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [PATCH 15/19] efi_loader: disk: a helper function to delete efi_disk objects
` [PATCH 16/19] dm: disk: add read/write interfaces with udevice
` [PATCH 17/19] efi_loader: disk: use udevice instead of blk_desc
` [PATCH 18/19] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH 19/19] efi_driver: align with efi_disk-dm integration

[PATCH 0/4 v5] fortify: Add Clang support
 2022-02-02  1:13 UTC  (4+ messages)
` [PATCH 1/4] Compiler Attributes: Add Clang's __pass_object_size

cip/linux-5.10.y-cip build: 180 builds: 2 failed, 178 passed, 4 errors, 9 warnings (v5.10.83-cip1-178-g2cf1d12aab81) #kernelci
 2022-02-02  1:13 UTC 

[net-next v3 00/10] page_pool: Add page_pool stat counters
 2022-02-02  1:12 UTC  (11+ messages)
` [net-next v3 01/10] page_pool: kconfig: Add flag for page pool stats
` [net-next v3 02/10] page_pool: Add per-cpu page_pool_stats struct
` [net-next v3 03/10] page_pool: Add a macro for incrementing stats
` [net-next v3 04/10] page_pool: Add stat tracking fast path allocations
` [net-next v3 05/10] page_pool: Add slow path order 0 allocation stat
` [net-next v3 06/10] page_pool: Add slow path high order "
` [net-next v3 07/10] page_pool: Add stat tracking empty ring
` [net-next v3 08/10] page_pool: Add stat tracking cache refill
` [net-next v3 09/10] page_pool: Add a stat tracking waived pages
` [net-next v3 10/10] net-procfs: Show page pool stats in proc

[PATCH mptcp-stable] mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
 2022-02-02  1:09 UTC  (2+ messages)

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-02-02  1:07 UTC  (7+ 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.