All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 02:55:27 to 2023-05-22 05:22:21 UTC [more...]

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22  5:22 UTC  (26+ messages)
` [PATCH 01/31] mm: use pmdp_get_lockless() without surplus barrier()
` [PATCH 02/31] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH 03/31] mm/pgtable: kmap_local_page() instead of kmap_atomic()
` [PATCH 04/31] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 06/31] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk()
` [PATCH 07/31] mm/page_vma_mapped: reformat map_pte() with less indentation
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH 09/31] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
` [PATCH 10/31] mm/pagewalk: walk_pte_range() allow for pte_offset_map()
` [PATCH 11/31] mm/vmwgfx: simplify pmd & pud mapping dirty helpers
` [PATCH 12/31] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails
` [PATCH 14/31] fs/userfaultfd: "
` [PATCH 15/31] mm/userfaultfd: allow pte_offset_map_lock() to fail
` [PATCH 16/31] mm/debug_vm_pgtable,page_table_check: warn pte map fails
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 18/31] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
` [PATCH 19/31] mm/mremap: retry if either pte_offset_map_*lock() fails
` [PATCH 20/31] mm/madvise: clean up pte_offset_map_lock() scans
` [PATCH 21/31] mm/madvise: clean up force_shm_swapin_readahead()
` [PATCH 22/31] mm/swapoff: allow pte_offset_map[_lock]() to fail
` [PATCH 23/31] mm/mglru: allow pte_offset_map_nolock() "
` [PATCH 24/31] mm/migrate_device: allow pte_offset_map_lock() "
` [PATCH 25/31] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()

[PATCH] fixup! ARM: mmu32: Use pages for early MMU setup
 2023-05-22  5:20 UTC 

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-22  5:21 UTC  (12+ messages)
` [PATCH v1 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v1 03/23] perf evlist: Remove __evlist__add_default
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted

[PATCH v3 0/4] Miscellaneous
 2023-05-22  5:18 UTC  (5+ messages)
` [PATCH v3 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v3 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v3 3/4] lib: utils: Improve fdt_ipi
` [PATCH v3 4/4] lib: utils: Improve fdt_timer

[PATCH] crypto: starfive - Fix driver dependencies
 2023-05-22  5:17 UTC  (2+ messages)

[PATCH v5 0/8] fix fwnode_irq_get[_byname()] returnvalue
 2023-05-22  5:16 UTC  (7+ messages)
` [PATCH v5 3/8] net-next: mvpp2: relax return value check for IRQ get
` [PATCH v5 4/8] pinctrl: wpcm450: "

next/master build: 187 builds: 12 failed, 175 passed, 20 errors, 54 warnings (next-20230522)
 2023-05-22  5:16 UTC 

next/master build: 187 builds: 12 failed, 175 passed, 20 errors, 54 warnings (next-20230522)
 2023-05-22  5:16 UTC 

linux-next: build failure after merge of the crypto tree
 2023-05-22  5:15 UTC  (2+ messages)

[PATCH] fixup! ARM: rockchip: rk3588: add memsize detection
 2023-05-22  5:13 UTC 

[sashal-stable:pending-5.4 63/84] sound/soc/fsl/fsl_micfil.c:829:10: error: 'struct platform_driver' has no member named 'remove_new'; did you mean 'remove'?
 2023-05-22  5:15 UTC 

[linux-next:master 2492/3918] arch/arm64/kvm/mmu.c:147:3-9: preceding lock on line 140
 2023-05-22  5:15 UTC 

[Intel-xe] [PATCH 0/4] D3Cold Policy
 2023-05-22  5:13 UTC  (3+ messages)
` [Intel-xe] [PATCH 3/4] drm/xe/pm: Add vram_d3cold_threshold Sysfs

seeking community input on adapting DPDK to P4Runtime backend
 2023-05-22  5:12 UTC  (7+ messages)

[PATCH v2 0/4] Miscellaneous
 2023-05-22  5:10 UTC  (5+ messages)
` [PATCH v2 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v2 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v2 3/4] lib: utils: Improve fdt_ipi
` [PATCH v2 4/4] lib: utils: Improve fdt_timer

[PATCH v3 00/10] Clean ups for maple tree
 2023-05-22  5:06 UTC  (11+ messages)
` [PATCH v3 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v3 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v3 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v3 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v3 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH v3 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v3 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v3 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v3 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v3 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[virtio-dev] [PATCH v14] virtio-net: support inner header hash
 2023-05-22  5:02 UTC  (2+ messages)
` [virtio-comment] "

undefined reference to `ftrace_likely_update'
 2023-05-22  5:01 UTC 

[PATCH v1] gpio: tangier: calculate number of ctx using temporary variable
 2023-05-22  4:58 UTC 

Marvell NFC timings on CN9130
 2023-05-22  4:53 UTC  (6+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-05-22  4:50 UTC  (6+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

stable-rc/queue/4.14 baseline: 121 runs, 26 regressions (v4.14.315-37-g7cbdd14e6c16)
 2023-05-22  4:48 UTC 

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-22  4:48 UTC  (3+ messages)

ld.lld: error: undefined symbol: devm_gen_pool_create
 2023-05-22  4:47 UTC 

[PATCH] firmware: qcom_scm: use the SCM_CONVENTION based on ARM / ARM64
 2023-05-22  4:45 UTC 

[PATCH v2 5/5] audit: do not use exclusive wait in audit_receive()
 2023-05-22  4:44 UTC  (3+ messages)

[Intel-xe] [PATCH 0/8] Scheduler changes for upstreaming
 2023-05-22  4:39 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 151 runs, 28 regressions (v5.4.243-58-g72ca073409922)
 2023-05-22  4:39 UTC 

[GIT PULL] ksmbd server fixes
 2023-05-22  4:38 UTC  (5+ messages)

chrome-platform/for-kernelci cros-ec: 9 runs, 2 regressions (v6.4-rc1-3-g4b9abbc132b86)
 2023-05-22  4:38 UTC 

[PATCH 00/20] ASoC: replace dpcm_playback/capture to playback/capture_only
 2023-05-22  4:35 UTC  (4+ messages)
` [PATCH 08/20] ASoC: soc-pcm.c: cleanup soc_get_playback_capture()

[arm-platforms:kvm-arm64/hvhe 17/17] aarch64-linux-ld:./arch/arm64/kernel/vmlinux.lds:176: undefined symbol `aic_impdef_timer_control' referenced in expression
 2023-05-22  4:34 UTC 

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-05-22  4:32 UTC  (29+ messages)
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor
` [PATCH v2 3/7] virt: geniezone: Introduce GenieZone hypervisor support
` [PATCH v2 5/7] virt: geniezone: Add irqchip support for virtual interrupt injection

Displaying streams as xattrs
 2023-05-22  4:33 UTC  (2+ messages)

[PATCH qemu 0/1] [meson.build] Add conditional dependency for libkeyutils
 2023-05-22  0:17 UTC  (2+ messages)
` [PATCH qemu 1/1] "

[PATCH v6 0/8] FMP versioning support
 2023-05-22  4:32 UTC  (8+ messages)
` [PATCH v6 7/8] doc: uefi: add firmware versioning documentation
` [PATCH v6 8/8] doc: uefi: add anti-rollback documentation

[PATCH v2 4/5] audit: check if audit_queue is full after prepare_to_wait_exclusive()
 2023-05-22  4:28 UTC  (3+ messages)

[PATCH v2 2/5] audit: account backlog waiting time in audit_receive()
 2023-05-22  4:22 UTC  (3+ messages)

[PATCH v2 1/2] iio/adc: ingenic: Fix channel offsets in buffer
 2023-05-22  4:20 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
 2023-05-22  4:19 UTC  (4+ messages)

[PATCH v2 1/5] audit: refactor queue full checks
 2023-05-22  4:19 UTC  (3+ messages)

[PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-22  4:16 UTC  (6+ messages)
` [PATCH v7 3/4] powerpc/purgatory: Remove PGO flags

[PATCH] sched/headers: remove duplicate included header
 2023-05-22  4:16 UTC  (4+ messages)

[PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
 2023-05-22  4:12 UTC  (4+ messages)

[RFC PATCH] sched/fair: Introduce SIS_PAIR to wakeup task on local idle core first
 2023-05-22  4:10 UTC  (9+ messages)

[ovmf test] 180883: all pass - PUSHED
 2023-05-22  4:11 UTC 

[PATCHv3] mm: skip CMA pages when they are not available
 2023-05-22  4:07 UTC  (2+ messages)

chrome-platform/for-kernelci sleep: 8 runs, 2 regressions (v6.4-rc1-3-g4b9abbc132b86)
 2023-05-22  4:08 UTC 

[qemu-mainline test] 180881: regressions - FAIL
 2023-05-22  4:05 UTC 

[RFCv5 4/5] iomap: Allocate iop in ->write_begin() early
 2023-05-22  4:05 UTC  (2+ messages)

[PATCH] sched/deadline: simplify dl_bw_cpus() using cpumask_weight_and()
 2023-05-22 11:56 UTC 

[bug report] wifi: rt2x00: add TX LOFT calibration for MT7620
 2023-05-22  4:04 UTC  (3+ messages)

[PATCH] Makefile: Dereference symlinks on install
 2023-05-22  4:02 UTC  (4+ messages)
` [PATCH v[3]] "

[PATCH 0/4] Miscellaneous
 2023-05-22  4:00 UTC  (9+ messages)
` [PATCH 1/4] lib: sbi: Fix the hang condition of console init
` [PATCH 2/4] lib: utils: Improve fdt_serial_init
` [PATCH 3/4] lib: utils: Improve fdt_ipi
` [PATCH 4/4] lib: utils: Improve fdt_timer

[f2fs-dev] A null-ptr-deref bug in f2fs_write_end_io
 2023-05-22  3:58 UTC  (3+ messages)
  `  "

[RFC PATCH 00/17] sunxi: rework pinctrl and add T113s support
 2023-05-22  3:57 UTC  (3+ messages)
` [RFC PATCH 10/17] clk: sunxi: Add support for the D1 CCU

[PATCH] LoongArch: Add support to clone a time namespace
 2023-05-22  3:57 UTC  (4+ messages)

[PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space
 2023-05-22  3:56 UTC  (13+ messages)

[PATCH v4 0/4] NFSD: add support for NFSv4 write delegation
 2023-05-22  3:56 UTC  (5+ messages)
` [PATCH v4 3/4] NFSD: handle GETATTR conflict with "

[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-05-22  3:54 UTC  (11+ messages)
` [PATCH v5 0/4] "
` [PATCH v5 1/4] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v5 2/4] PCI: move Alibaba Vendor ID linux/pci_ids.h
` [PATCH v5 3/4] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v5 4/4] MAINTAINERS: add maintainers for "

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-05-22  3:52 UTC  (3+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes

chrome-platform/for-kernelci baseline: 81 runs, 14 regressions (v6.4-rc1-3-g4b9abbc132b86)
 2023-05-22  3:53 UTC 

[PATCH] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-22  3:50 UTC  (9+ messages)

[PATCH -next 0/5] md/raid5: fix several reported bugs
 2023-05-22  3:46 UTC  (4+ messages)
` [PATCH -next 1/5] md/raid5: don't allow replacement while reshape is not done

[PATCH v11 00/31] Add KVM LoongArch support
 2023-05-22  3:42 UTC  (33+ messages)
` [PATCH v11 01/31] LoongArch: KVM: Add kvm related header files
` [PATCH v11 02/31] LoongArch: KVM: Implement kvm module related interface
` [PATCH v11 03/31] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v11 04/31] LoongArch: KVM: Implement VM related functions
` [PATCH v11 05/31] LoongArch: KVM: Add vcpu related header files
` [PATCH v11 06/31] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v11 07/31] LoongArch: KVM: Implement vcpu run interface
` [PATCH v11 08/31] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v11 09/31] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v11 10/31] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v11 11/31] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v11 12/31] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v11 13/31] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v11 14/31] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v11 15/31] LoongArch: KVM: Implement vcpu status description
` [PATCH v11 16/31] LoongArch: KVM: Implement update VM id function
` [PATCH v11 17/31] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v11 18/31] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v11 19/31] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v11 20/31] LoongArch: KVM: Implement handle csr excption
` [PATCH v11 21/31] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v11 22/31] LoongArch: KVM: Implement handle idle exception
` [PATCH v11 23/31] LoongArch: KVM: Implement handle gspr exception
` [PATCH v11 24/31] LoongArch: KVM: Implement handle mmio exception
` [PATCH v11 25/31] LoongArch: KVM: Implement handle fpu exception
` [PATCH v11 26/31] LoongArch: KVM: Implement kvm exception vector
` [PATCH v11 27/31] LoongArch: KVM: Implement vcpu world switch
` [PATCH v11 28/31] LoongArch: KVM: Implement probe virtualization when LoongArch cpu init
` [PATCH v11 29/31] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v11 30/31] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v11 31/31] LoongArch: KVM: Add maintainers for LoongArch KVM

[RFC 0/4] Support VFIO sparse mmap in PCI bus
 2023-05-22  3:42 UTC  (5+ messages)
` [PATCH v1 "
  ` [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support

[PATCH] OPP: rate-limit debug messages when no change in OPP is required
 2023-05-22  3:42 UTC  (2+ messages)

[PATCH net] page_pool: fix inconsistency for page_pool_ring_[un]lock()
 2023-05-22  3:17 UTC 

linux-next: Tree for May 22
 2023-05-22  3:39 UTC 

[PATCH RFC] x86/tsc: Make recalibration default on for TSC_KNOWN_FREQ cases
 2023-05-22  3:30 UTC 

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-05-22  3:33 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: hbm: Fix compile error about fallthrough marking
 2023-05-22  3:20 UTC 

[PATCH] fpga: zynq-fpga: Ensure proper xCAP interface switch
 2023-05-22 10:17 UTC  (2+ messages)

[PATCH] Crypto: Fix one bug when use kernel ecdsa algorithm
 2023-05-22  3:30 UTC  (2+ messages)
` [PATCH] Crypto module : rearrange the default functions of akcipher

[PATCH] Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system"
 2023-05-22  3:22 UTC  (3+ messages)

[jic23-iio:testing 35/46] drivers/iio/imu/inv_icm42600/inv_icm42600_timestamp.c:121: undefined reference to `__divdi3'
 2023-05-22  3:16 UTC 

[PATCH V2 0/5] vDPA/ifcvf: implement immediate initialization mechanism
 2023-05-22  3:15 UTC  (2+ messages)

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed, 6 warnings (v6.4-rc1-3-g4b9abbc132b86)
 2023-05-22  3:09 UTC 

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-22  3:07 UTC  (8+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context

[PATCH v3 3/5] ASoC: tas2781: Add tas2781 driver
 2023-05-22  3:03 UTC  (2+ messages)

[PATCH -next] hexagon: Fix unbalanced spinlock in die()
 2023-05-22  2:56 UTC  (2+ messages)

[PATCH] tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_status
 2023-05-22  2:51 UTC 

[PATCH net-next 0/3] net: tcp: add support of window shrink
 2023-05-22  2:55 UTC  (10+ messages)
` [PATCH net-next 3/3] net: tcp: handle window shrink properly


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.