linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-21 21:14:13 to 2023-05-22 05:05:24 UTC [more...]

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22  5:05 UTC  (14+ 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

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  (5+ messages)

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-22  4:52 UTC  (4+ messages)
` [PATCH v1 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs

[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

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)

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

[PATCH v2 0/7] GenieZone hypervisor drivers
 2023-05-22  4:32 UTC  (24+ 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

[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 0/2] iio/adc-joystick: buffer data parsing fixes
 2023-05-22  4:20 UTC  (4+ messages)
` [PATCH v2 1/2] iio/adc: ingenic: Fix channel offsets in buffer
` [PATCH v2 2/2] input: joystick: Fix buffer data parsing

[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  (3+ 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)

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

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

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

A null-ptr-deref bug in f2fs_write_end_io
 2023-05-22  3:58 UTC  (3+ messages)

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

[PATCH v1 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-05-22  3:54 UTC  (6+ 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] 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

[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] 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 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 

[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

[PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
 2023-05-22  2:53 UTC  (5+ messages)

[PATCH V2] riscv: hibernation: Remove duplicate call of suspend_restore_csrs
 2023-05-22  2:50 UTC 

[PATCH 0/3] vhost: Fix freezer/ps regressions
 2023-05-22  2:51 UTC  (4+ messages)
` [PATCH 1/3] signal: Don't always put SIGKILL in shared_pending
` [PATCH 2/3] signal: Don't exit for PF_USER_WORKER tasks
` [PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression

[PATCH v21 00/30] splice: Kill ITER_PIPE
 2023-05-22  2:49 UTC  (5+ messages)
` [PATCH v21 16/30] ceph: Provide a splice-read stub
` [PATCH v21 22/30] ocfs2: "

[PATCH] riscv: hibernation: Remove duplicate call of suspend_restore_csrs
 2023-05-22  2:44 UTC  (6+ messages)

[PATCH net-next v4] octeontx2-pf: Add support for page pool
 2023-05-22  2:04 UTC 

[PATCH v10 00/30] Add KVM LoongArch support
 2023-05-22  2:37 UTC  (5+ messages)

[PATCH] cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
 2023-05-22  2:23 UTC  (3+ messages)

ERROR: modpost: "__st_r13_to_r22" [lib/zstd/zstd_decompress.ko] undefined!
 2023-05-22  2:29 UTC 

[PATCH] usb: gadget: u_serial: Add null pointer check in gserial_suspend
 2023-05-22  2:21 UTC 

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

[PATCH v2 0/9] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-22  2:16 UTC  (4+ messages)
` [PATCH v2 4/9] dt-binding: riscv: add T-HEAD CPU reset

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2023-05-22  2:07 UTC  (7+ messages)
` (no subject)
  ` 

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

[PATCH] [v9] platform/chrome: cros_ec_lpc: Move host command to prepare/complete
 2023-05-22  2:00 UTC  (2+ messages)

[PATCH wireless-next v1 0/4] wifi: rtw88: Add support for the RTL8723DS SDIO wifi chip
 2023-05-22  1:58 UTC  (10+ messages)
` [PATCH wireless-next v1 1/4] wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()
` [PATCH wireless-next v1 2/4] wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing
` [PATCH wireless-next v1 3/4] mmc: sdio: Add/rename SDIO ID of the RTL8723DS SDIO wifi cards
` [PATCH wireless-next v1 4/4] wifi: rtw88: Add support for the SDIO based RTL8723DS chipset

[PATCH v20 13/32] ceph: Provide a splice-read stub
 2023-05-22  1:53 UTC  (5+ messages)
` [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE

[RFC PATCH v3 -next] tty: serial: add panic serial helper
 2023-05-22  1:52 UTC 

[PATCH v6 00/20] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-05-22  1:47 UTC  (2+ messages)

linux-next: build failure after merge of the rcu tree
 2023-05-22  1:45 UTC  (3+ messages)

[RFC PATCH v3 -next] tty: serial: add panic serial helper
 2023-05-22  1:44 UTC 

[PATCH 0/5] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-22  1:36 UTC  (8+ messages)
` [PATCH 3/5] riscv: dts: add initial T-HEAD light SoC device tree

[PATCH] kbuild: Disallow DTB overlays to built from .dts named source files
 2023-05-22  1:36 UTC  (5+ messages)

[PATCH v2] ata: libata-scsi: Fix get identity data failed
 2023-05-22  1:35 UTC  (6+ messages)

[PATCH] drm/msm: Remove unnecessary (void*) conversions
 2023-05-22  1:32 UTC 

[PATCH] swap: cleanup get/put_swap_device usage
 2023-05-22  1:26 UTC  (5+ messages)

[PATCH for-next] RDMA/core: Get IB width and speed from netdev
 2023-05-22  1:25 UTC 

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-22  1:26 UTC  (4+ messages)

[PATCH RFC 00/10] drm/panel: Drivers for four Sony CMD-mode (and DSC) panels
 2023-05-22  1:23 UTC  (17+ messages)
` [PATCH RFC 01/10] drm/panel: Clean up SOFEF00 config dependencies
` [PATCH RFC 02/10] dt-bindings: display: panel: Describe Sony Xperia XZ3's LGD panel
` [PATCH RFC 03/10] drm/panel: Add LGD panel driver for Sony Xperia XZ3
` [PATCH RFC 04/10] arm64: dts: qcom: sdm845-akatsuki: Configure OLED panel
` [PATCH RFC 05/10] dt-bindings: display: panel: Describe Samsung SOFEF01-M Display-IC
` [PATCH RFC 06/10] drm/panel/samsung-sofef01: Add panel driver for Sony Xperia 5 / 10 II
` [PATCH RFC 07/10] dt-bindings: display: panel: Describe Samsung SOFEF03-M Display-IC
` [PATCH RFC 08/10] drm/panel/samsung-sofef03: Add panel driver for Sony Xperia 5 II
` [PATCH RFC 09/10] dt-bindings: display: panel: Describe Sony Xperia 1 display
` [PATCH RFC 10/10] drm/panel/sony-griffin-samsung: Add panel driver for Sony Xperia 1

Fwd: Regression. -6.3.X Good. -6.4-rcY Bad
 2023-05-22  1:15 UTC  (2+ messages)
`  "

[PATCH] riscv: hibernation: Replace jalr with jr before suspend_restore_regs
 2023-05-22  1:12 UTC  (3+ messages)

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-05-22  1:02 UTC  (5+ messages)
` [RFC PATCH v2 06/11] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support

[PATCH] powerpc/crypto: fix build warnings when DEBUG_FS is not enabled
 2023-05-22  0:59 UTC  (2+ messages)

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-22  0:54 UTC  (3+ messages)
` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
` [PATCH v2 2/2] fs: udf: udftime: Replace LGPL boilerplate "

linux-next: build failure after merge of the crypto tree
 2023-05-22  0:52 UTC 

[PATCH] mm: pagemap: restrict pagewalk to the requested range
 2023-05-21 23:55 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: imx8mn-beacon: Migrate sound card to simple-audio-card
 2023-05-21 23:10 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: imx8mn-beacon: Fix SPI CS pinmux

[PATCH 0/3] MIPS: Enhancements on usage and documentation of parameters
 2023-05-21 23:10 UTC  (5+ messages)
` [PATCH 1/3] MIPS: Rework smt cmdline parameters
` [PATCH 2/3] MIPS: Select CONFIG_GENERIC_IDLE_POLL_SETUP
` [PATCH 3/3] Documentation: kernel-parameters: Add some MIPS parameters

[PATCH] arm64: dts: imx8mp-beacon-kit: Enable WM8962 Audio CODEC
 2023-05-21 23:09 UTC 

[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
 2023-05-21 23:07 UTC 

[PATCH RESEND] x86: msr: clean up kernel-doc notation
 2023-05-21 22:58 UTC 

[PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-05-21 22:57 UTC 

[PATCH v2 RESEND] soc/fsl/qe: fix usb.c build errors
 2023-05-21 22:52 UTC 

[PATCH v2 RESEND] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set
 2023-05-21 22:51 UTC 

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-21 22:49 UTC  (4+ messages)

[PATCH RESEND] powerpc: delete empty config entry for PPC_86xx
 2023-05-21 22:48 UTC 

[PATCH V2 00/13] Add multipd remoteproc support
 2023-05-21 22:28 UTC  (14+ messages)
` [PATCH V2 01/13] dt-bindings: remoteproc: qcom: Add support for multipd model
` [PATCH V2 02/13] dt-bindings: mailbox: qcom: Add IPQ5018 APCS compatible
` [PATCH V2 03/13] dt-bindings: arm: qcom: Document the Qualcomm rdp432-c1 board
` [PATCH V2 04/13] dt-bindings: clock: qcom: gcc-ipq5018: remove q6 clocks macros
` [PATCH V2 05/13] dt-bindings: clock: qcom: gcc-ipq9574: remove q6 bring up clock macros
` [PATCH V2 06/13] clk: qcom: ipq5018: remove q6 bring up clocks
` [PATCH V2 07/13] clk: qcom: ipq9574: "
` [PATCH V2 08/13] firmware: qcom_scm: ipq5018: Add WCSS AHB pd support
` [PATCH V2 09/13] remoteproc: qcom: q6v5: Add multipd interrupts support
` [PATCH V2 10/13] remoteproc: qcom: Add Hexagon based multipd rproc driver
` [PATCH V2 11/13] arm64: dtsi: qcom: ipq5018: enable nodes required for multipd
` [PATCH V2 12/13] arm64: dts: qcom: ipq5018: Add RDP432-c1 board support
` [PATCH V2 13/13] arm64: dtsi: qcom: ipq9574: Add nodes to bring up multipd

[PATCH v5 1/2] usb: serial: add support for CH348
 2023-05-21 22:21 UTC  (2+ messages)

[PATCH 00/11] Add multipd remoteproc support
 2023-05-21 22:07 UTC  (6+ messages)
` [PATCH 08/11] remoteproc: qcom: Add Hexagon based multipd rproc driver

[PATCH 07/32] mm: Bring back vmalloc_exec
 2023-05-21 22:04 UTC  (12+ messages)

riscv: boot failure for 3335068f8721 ("riscv: Use PUD/P4D/PGD pages for the linear mapping")
 2023-05-21 22:01 UTC  (3+ messages)

[ANNOUNCE] util-linux v2.39
 2023-05-21 21:48 UTC  (4+ messages)

[PATCH v3] Add multicolor support to BlinkM LED driver
 2023-05-21 21:41 UTC 

CSC3551 and devices missing related _DSD bits
 2023-05-21 21:35 UTC  (3+ messages)

[PATCH v1 0/5] Landlock support for UML
 2023-05-21 21:13 UTC  (3+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

Linux 6.4-rc3
 2023-05-21 21:13 UTC 


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).