public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-05 00:20:27 to 2023-12-05 03:42:07 UTC [more...]

[PATCH] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
 2023-12-05  3:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 00/15] Transparent Contiguous PTEs for User Mappings
 2023-12-05  3:41 UTC  (2+ messages)

[PATCH 5.15 00/67] 5.15.142-rc1 review
 2023-12-05  3:16 UTC 

[PATCH v8 00/10] Multi-size THP for anonymous memory
 2023-12-05  3:37 UTC  (8+ messages)
` [PATCH v8 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
` [PATCH v8 04/10] mm: thp: Support allocation of anonymous multi-size THP

[PATCH] perf/x86/uncore: fix a potential double-free in uncore_type_init
 2023-12-05  3:27 UTC 

[PATCH 5.10 000/135] 5.10.203-rc1 review
 2023-12-05  3:15 UTC 

[PATCH v2 0/3] scsi: aic7xxx: fix some problem of return value
 2023-12-05  3:33 UTC  (2+ messages)

[PATCH v1 1/2] perf metrics: Avoid segv if default metricgroup isn't set
 2023-12-05  3:33 UTC  (3+ messages)

[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-05  3:30 UTC 

[PATCH 6.1 000/107] 6.1.66-rc1 review
 2023-12-05  3:15 UTC 

[PATCH 4.19 00/71] 4.19.301-rc1 review
 2023-12-05  3:15 UTC 

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-05  3:23 UTC  (14+ messages)
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH 6.6 000/134] 6.6.5-rc1 review
 2023-12-05  3:14 UTC 

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-12-05  3:18 UTC  (5+ messages)
` [PATCH v4 1/3] "

[PATCH 4.14 00/30] 4.14.332-rc1 review
 2023-12-05  3:16 UTC 

[PATCH] mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()
 2023-12-05  3:08 UTC 

[PATCH] mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG back
 2023-12-05  3:05 UTC 

[PATCH v3 iwl-next] i40e: Use correct buffer size in i40e_dbg_command_read
 2023-12-05  3:05 UTC  (3+ messages)

[PATCH v2 1/1] arm64: dts: qcom: ipq6018: fix clock rates for GCC_USB0_MOCK_UTMI_CLK
 2023-12-05  3:02 UTC  (2+ messages)

[PATCH v5 0/2] mutiple selectable capabilities in tcpm
 2023-12-05  3:01 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: connector: Add child nodes for multiple PD capabilities
` [PATCH v5 2/2] usb: typec: tcpm: Support multiple capabilities

linux-next: Tree for Dec 5
 2023-12-05  2:57 UTC 

[PATCH] amd64: Fix csum_partial_copy_generic()
 2023-12-05  2:27 UTC  (39+ messages)
` AW: "
                ` [RFC][PATCH] fix csum_and_copy_..._user() idiocy. "
                  ` [RFC][PATCHES v2] checksum stuff
                    ` [PATCH v2 01/18] make net/checksum.h self-contained
                      ` [PATCH v2 1/9] reiserfs: Avoid touching renamed directory if parent does not change
                      ` [PATCH v2 02/18] get rid of asm/checksum.h includes outside of include/net/checksum.h and arch
                      ` [PATCH v2 2/9] ocfs2: Avoid touching renamed directory if parent does not change
                      ` [PATCH v2 03/18] make net/checksum.h the sole user of asm/checksum.h
                      ` [PATCH v2 3/9] udf_rename(): only access the child content on cross-directory rename
                      ` [PATCH v2 4/9] ext2: Avoid reading renamed directory if parent does not change
                      ` [PATCH v2 04/18] Fix the csum_and_copy_..._user() idiocy
                      ` [PATCH v2 05/18] bits missing from csum_and_copy_{from,to}_user() unexporting
                      ` [PATCH v2 5/9] ext4: don't access the source subdirectory content on same-directory rename
                      ` [PATCH v2 06/18] consolidate csum_tcpudp_magic(), take default variant into net/checksum.h
                      ` [PATCH v2 6/9] f2fs: Avoid reading renamed directory if parent does not change
                      ` [PATCH v2 07/18] consolidate default ip_compute_csum()
                      ` [PATCH v2 7/9] rename(): fix the locking of subdirectories
                      ` [PATCH v2 08/18] alpha: pull asm-generic/checksum.h
                      ` [PATCH v2 8/9] kill lock_two_inodes()
                      ` [PATCH v2 09/18] mips: pull include of asm-generic/checksum.h out of #if
                      ` [PATCH v2 9/9] rename(): avoid a deadlock in the case of parents having no common ancestor
                      ` [PATCH v2 10/18] nios2: pull asm-generic/checksum.h
                      ` [PATCH v2 11/18] x86: merge csum_fold() for 32bit and 64bit
                      ` [PATCH v2 12/18] x86: merge ip_fast_csum() "
                      ` [PATCH v2 13/18] x86: merge csum_tcpudp_nofold() "
                      ` [PATCH v2 14/18] amd64: saner handling of odd address in csum_partial()
                      ` [PATCH v2 15/18] x86: optimized csum_add() is the same for 32bit and 64bit
                      ` [PATCH v2 16/18] x86: lift the extern for csum_partial() into checksum.h
                      ` [PATCH v2 17/18] x86_64: move csum_ipv6_magic() from csum-wrappers_64.c to csum-partial_64.c
                      ` [PATCH v2 18/18] uml/x86: use normal x86 checksum.h

[PATCH V3 2/5] misc: mlx5ctl: Add mlx5ctl misc driver
 2023-12-05  2:52 UTC  (12+ messages)

[PATCH net-next v2 0/3] net: stmmac: EST implementation
 2023-12-05  2:50 UTC  (2+ messages)

[PATCH v2 1/1] arm64: dts: qcom: ipq6018: Add QUP5 SPI node
 2023-12-05  2:30 UTC  (2+ messages)

[PATCH 0/4] Code simplification and clean-up for hugetlb vmemmap
 2023-12-05  2:46 UTC  (6+ messages)
` [PATCH 3/4] mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge_pmd()
` [PATCH 4/4] mm: hugetlb_vmemmap: convert page to folio

[PATCH] drivers: perf: ctr_get_width function for legacy is not defined
 2023-12-05  2:47 UTC  (3+ messages)

[syzbot] [net?] INFO: rcu detected stall in sys_socket (10)
 2023-12-05  2:47 UTC 

[PATCH net-next v6 3/6] ptp: clockmatrix: Fix u8 -> u16, DPLL_WF_TIMER and DPLL_WP_TIMER are 2-byte registers
 2023-12-05  2:44 UTC  (4+ messages)
` [PATCH net-next v6 4/6] ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns

[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-05  2:43 UTC  (10+ messages)
` [RFC 1/9] RISC-V: Fix the typo in Scountovf CSR name
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 3/9] RISC-V: Add FIRMWARE_READ_HI definition
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 5/9] RISC-V: Add SBI PMU snapshot definitions
` [RFC 6/9] drivers/perf: riscv: Implement SBI PMU snapshot function
` [RFC 7/9] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests
` [RFC 9/9] RISC-V: KVM: Support 64 bit firmware counters on RV32

[PATCH] Bluetooth: hci_sync: fix BR/EDR wakeup bug
 2023-12-05  2:41 UTC 

[PATCH v4] net: stmmac: fix FPE events losing
 2023-12-05  2:40 UTC  (2+ messages)

[net PATCH v3] octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coalescing
 2023-12-05  2:40 UTC  (2+ messages)

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-05  2:39 UTC  (4+ messages)
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 24/35] block: null_blk: fix opencoded find_and_set_bit() in get_tag()

[net-next PATCH v3 1/3] net: phy: extend PHY package API to support multiple global address
 2023-12-05  2:37 UTC  (4+ messages)
` [net-next PATCH v3 3/3] net: phy: add support for PHY package MMD read/write

[PATCH v8 0/6] workload-specific and memory pressure-driven zswap writeback
 2023-12-05  2:28 UTC  (12+ messages)
` [PATCH v8 1/6] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v8 2/6] memcontrol: implement mem_cgroup_tryget_online()

[PATCH 0/3] mm/damon: export DAMON symbols and add sample loadable modules
 2023-12-05  2:28 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/core: export symbols for supporting "
` [PATCH 2/3] samples: add working set size estimation DAMON sample module
` [PATCH 3/3] samples: add proactive reclamation "

[PATCH v3] f2fs: Restrict max filesize for 16K f2fs
 2023-12-05  2:38 UTC 

[PATCH v2 0/3] net: usb: r8152: Fix lost config across deauthorize+authorize
 2023-12-05  2:34 UTC  (5+ messages)
` [PATCH net v2 3/3] r8152: Choose our USB config with choose_configuration() rather than probe()

[PATCH v2 0/8] drm/msm: Introduce display support for SM8650
 2023-12-05  2:34 UTC  (2+ messages)

[PATCH v3] misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write
 2023-12-05  2:30 UTC  (2+ messages)

[PATCH net-next v3] net: ethernet: ti: davinci_mdio: Update K3 SoCs list for errata i2329
 2023-12-05  2:30 UTC  (2+ messages)

[PATCH] mm: filemap: Remove unnecessary ‘0’ values from ret
 2023-12-05  2:29 UTC 

[PATCH v11 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
 2023-12-05  2:26 UTC  (2+ messages)

[PATCH] usb: dwc3: xilinx: improve error handling for PM APIs
 2023-12-05  2:24 UTC  (4+ messages)

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-05  1:52 UTC  (5+ messages)

[PATCH v2 1/2] dt-bindings: iio: temperature: Add AMS AS6200
 2023-12-05  2:19 UTC  (6+ messages)
` [PATCH v2 2/2] iio: temperature: Add support for "

[PATCH] mm: cma: Remove unnecessary ‘0’ values from ret
 2023-12-05  2:17 UTC 

[PATCH] gen_compile_commands.py: fix path resolve with symlinks in it
 2023-12-05  2:15 UTC  (3+ messages)
` (no subject)
` [PATCH v2] gen_compile_commands.py: fix path resolve with symlinks in it

[PATCH v2 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
 2023-12-05  2:14 UTC  (4+ messages)
` [PATCH v2 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS

[syzbot] [net?] INFO: rcu detected stall in sys_socket (10)
 2023-12-05  2:10 UTC  (2+ messages)
` [syzbot] [net?] INFO: rcu detected stall in sys_socket

[PATCH] arcnet: restoring support for multiple Sohard Arcnet cards
 2023-12-05  2:08 UTC  (2+ messages)

[syzbot] [kernel?] possible deadlock in alarm_handle_timer
 2023-12-05  2:07 UTC 

[PATCH 1/6] x86: Use PCI_HEADER_TYPE_* instead of literals
 2023-12-05  2:06 UTC  (2+ messages)

[PATCH for-rc 0/6] Bugfixes and improvements for hns RoCE
 2023-12-05  2:05 UTC  (3+ messages)

[PATCH v3 0/2] mmc: mediatek: add support for 64-steps tuning
 2023-12-05  2:02 UTC  (4+ messages)
` [PATCH v3 2/2] mmc: mediatek: extend number of tuning steps

[PATCH v15 00/23] TDX host kernel support
 2023-12-05  2:04 UTC  (10+ messages)
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-05  1:58 UTC  (3+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c

[PATCH] serial: dw8250: Make DLF feature independent of ADDITIONAL_FEATURE
 2023-12-05  1:55 UTC  (4+ messages)

[PATCH] fs: exec: Remove unnecessary ‘NULL’ values from vma
 2023-12-05  1:51 UTC 

[PATCH for-next v7 0/7] On-Demand Paging on SoftRoCE
 2023-12-05  1:50 UTC  (3+ messages)

[PATCH] usb: dwc3: gadget: Handle EP0 request dequeuing properly
 2023-12-05  1:46 UTC  (2+ messages)

[PATCH] fs: exec: Remove unnecessary ‘NULL’ values from mm
 2023-12-05  1:46 UTC 

[PATCH 00/21] block atomic writes
 2023-12-05  1:45 UTC  (7+ messages)
` [PATCH 10/21] block: Add fops atomic write support

[RFC] usb: dwc: ep0: Use -ESHUTDOWN in dwc3_ep0_stall_restart
 2023-12-05  1:43 UTC  (2+ messages)

drivers/video/fbdev/atmel_lcdfb.c:342:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-05  1:34 UTC 

io_uring/poll.c:819:40: sparse: sparse: incorrect type in argument 2 (different base types)
 2023-12-05  1:34 UTC 

io_uring/poll.c:819:40: sparse: sparse: incorrect type in argument 2 (different base types)
 2023-12-05  1:34 UTC 

[RFC PATCH 00/86] Make the kernel preemptible
 2023-12-05  1:33 UTC  (5+ messages)
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n

[PATCH 0/2] ALSA: hda/tas2563: Add tas253 HDA driver
 2023-12-05  1:31 UTC  (7+ messages)
` [PATCH 1/2] ASoc: tas2563: DSP Firmware loading support
` [PATCH 2/2] ALSA: hda/tas2563: Add tas2563 HDA driver

[PATCH v2] f2fs: Restrict max filesize for 16K f2fs
 2023-12-05  1:28 UTC  (2+ messages)

[PATCH] usb: dwc3: don't reset device side if dwc3 was configured as host-only
 2023-12-05  1:27 UTC  (8+ messages)

[PATCH v2 0/6] iommu/vt-d: Convert to use static identity domain
 2023-12-05  1:22 UTC  (7+ messages)
` [PATCH v2 1/6] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH v2 2/6] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH v2 3/6] iommu/vt-d: Refactor domain_context_mapping_one() to be reusable
` [PATCH v2 4/6] iommu/vt-d: Remove 1:1 mappings from identity domain
` [PATCH v2 5/6] iommu/vt-d: Add support for static "
` [PATCH v2 6/6] iommu/vt-d: Cleanup si_domain

[PATCH v2 0/2] mmc: mediatek: add support for 64-steps tuning
 2023-12-05  1:23 UTC  (8+ messages)
` [PATCH v2 2/2] mmc: mediatek: extend number of tuning steps

[PATCH v2 0/3] drm/managed: Add drmm_release_action
 2023-12-05  1:22 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] drm/tests: managed: Extract device initialization into test init
` [PATCH v2 3/3] drm/tests: managed: Add a simple test for drmm_managed_release

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-05  1:21 UTC  (2+ messages)

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-05  1:18 UTC  (10+ messages)
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH 0/2] drm/managed: Add drmm_release_action
 2023-12-05  1:16 UTC  (4+ messages)
` [PATCH 2/2] drm/tests: managed: Add a simple test for drmm_managed_release

[PATCH v3] extcon: usbc-tusb320: Set interrupt polarity based on device-tree
 2023-12-05  1:14 UTC  (2+ messages)

[PATCH v4 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-05  1:13 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: soc: sophgo: Add Sophgo system control module
` [PATCH v4 2/4] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH v4 3/4] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v4 4/4] riscv: dts: add clock generator for Sophgo SG2042 SoC

[PATCH] xfs: adjust the offset of the log statistics line
 2023-12-05  1:12 UTC  (2+ messages)

[PATCH v1] neighbour: Don't let neigh_forced_gc() disable preemption for long
 2023-12-05  1:08 UTC  (4+ messages)

[PATCH v6 0/5] crypto: LEA block cipher implementation
 2023-12-05  1:03 UTC  (6+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] crypto: add LEA testmgr tests
` [PATCH v6 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 5/5] crypto: LEA block cipher x86_64 optimization

[RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
 2023-12-05  1:03 UTC  (5+ messages)

[PATCH v5 0/4] pinctl: qcom: sm4450: Add SM4450 pinctrl driver
 2023-12-05  0:59 UTC  (5+ messages)
` [PATCH v5 4/4] pinctrl: qcom: sm4450: correct incorrect address offset

drivers/net/geneve.c:85:47: sparse: sparse: incorrect type in return expression (different base types)
 2023-12-05  0:56 UTC 

drivers/gpu/drm/scheduler/sched_main.c:266: warning: Function parameter or member 'result' not described in 'drm_sched_job_done'
 2023-12-05  0:56 UTC 

arch/sh/include/cpu-sh2/cpu/watchdog.h:44:16: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-12-05  0:56 UTC 

[PATCH 0/5] pstore: Initial use of cleanup.h
 2023-12-05  0:54 UTC  (4+ messages)
` [PATCH 5/5] pstore: inode: Use cleanup.h for struct pstore_private

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-05  0:53 UTC  (3+ messages)
` [PATCH v2 3/3] mm/slub: correct the default value of slub_min_objects in doc

[PATCH v17 000/116] KVM TDX basic feature support
 2023-12-05  0:48 UTC  (3+ messages)
` [PATCH v17 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-05  0:48 UTC  (11+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-05  0:45 UTC  (15+ messages)
` [PATCHv4 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv4 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv4 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv4 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv4 06/14] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv4 07/14] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv4 08/14] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv4 09/14] x86/tdx: Account shared memory
` [PATCHv4 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv4 11/14] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv4 12/14] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv4 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH] staging: sm750fb: fix coding style camelCase issue
 2023-12-05  0:28 UTC 

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-05  0:26 UTC  (3+ messages)
` [PATCH RFT v4 2/5] fork: Add shadow stack support to clone3()

[PATCH] rtw89: avoid stringop-overflow warning
 2023-12-05  0:26 UTC  (2+ messages)

[PATCH v2] drm/msm/dpu: improve DSC allocation
 2023-12-05  0:23 UTC  (2+ messages)

[PATCH -tip v3 1/3] x86/percpu: Fix "const_pcpu_hot" version generation failure
 2023-12-05  0:21 UTC  (3+ messages)
` [PATCH -tip v3 3/3] x86/percpu: Avoid sparse warning with cast to named address space

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-12-05  0:20 UTC  (5+ messages)
` [PATCH v5 7/9] slub: Optimize deactivate_slab()

[PATCH] cifs: Fix non-availability of dedup breaking generic/304
 2023-12-05  0:20 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox