linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-26 20:41:51 to 2022-05-27 01:40:37 UTC [more...]

[PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
 2022-05-27  1:40 UTC  (3+ messages)

[PATCH] virtio_balloon: check virtqueue_add_outbuf() return value
 2022-05-27  1:34 UTC 

[PATCH] mm/hugetlb: Remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_atomic_pte()
 2022-05-27  1:34 UTC  (3+ messages)

[PATCH] mm/page_alloc: Always attempt to allocate at least one page during bulk allocation
 2022-05-27  1:32 UTC  (2+ messages)

linux-next: please clean up the soc-fsl tree
 2022-05-27  1:30 UTC  (2+ messages)

[PATCH v2 0/9] Add dynamic iommu backed bounce buffers
 2022-05-27  1:25 UTC  (3+ messages)

[rppt:cet/kvm 32/51] <stdin>:1565:2: warning: #warning syscall map_shadow_stack not implemented
 2022-05-27  1:16 UTC 

[PATCH] mm/page_table_check: fix accessing unmapped ptep
 2022-05-27  1:10 UTC  (6+ messages)

[RFC PATCH v2] ceph: prevent a client from exceeding the MDS maximum xattr size
 2022-05-27  1:08 UTC  (5+ messages)

[PATCH] kexec_file: Increase maximum file size to 4G
 2022-05-27  1:01 UTC  (3+ messages)

[PATCH v4] cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrink
 2022-05-27  0:53 UTC 

[PATCH v2] cpuidle: haltpoll: Add trace points for guest_halt_poll_ns grow/shrink
 2022-05-27  0:42 UTC  (3+ messages)

linux-next: manual merge of the arm-soc tree with Linus' tree
 2022-05-27  0:39 UTC 

[PATCH 0/4] rcu/cpuset: Control RCU_NOCB offloading through cpusets
 2022-05-27  0:37 UTC  (7+ messages)
` [RFC PATCH 4/4] cpuset: Support RCU-NOCB toggle on v2 root partitions

[rmk-arm:zii 46/96] drivers/net/dsa/bcm_sf2.c:744:30: warning: unused variable 'priv'
 2022-05-27  0:36 UTC 

[GIT PULL] ARC changes for 5.19-rc1
 2022-05-27  0:32 UTC  (2+ messages)

[GIT PULL] OpenRISC updates for 5.19
 2022-05-27  0:32 UTC  (2+ messages)

[GIT PULL] sysctl changes for v5.19-rc1
 2022-05-27  0:32 UTC  (2+ messages)

[GIT PULL] Modules fixes for v5.19-rc1
 2022-05-27  0:32 UTC  (2+ messages)

[PATCH v6 0/5] i2c: npcm: Bug fixes timeout, spurious interrupts
 2022-05-27  0:31 UTC  (3+ messages)

[PATCH] can: xilinx_can: Add Transmitter delay compensation (TDC) feature support
 2022-05-27  0:30 UTC  (4+ messages)

linux-next: manual merge of the kbuild tree with Linus' tree
 2022-05-27  0:08 UTC 

[PATCH v13 0/3] eDP/DP Phy vdda realted function
 2022-05-27  0:07 UTC  (3+ messages)
` [PATCH v13 1/3] phy: qcom-edp: add regulator_set_load to edp phy

[PATCH] drm/msm/dp: force link training for display resolution change
 2022-05-27  0:07 UTC  (2+ messages)

[PATCH] 9p: Fix refcounting during full path walks for fid lookups
 2022-05-27  0:03 UTC  (2+ messages)

[PATCH v2 0/5] 9p: Fix refcounting and improve readability in lookup
 2022-05-27  0:00 UTC  (6+ messages)
` [PATCH v2 1/5] 9p: Fix refcounting during full path walks for fid lookups
` [PATCH v2 2/5] 9p: Track the root fid with its own variable during lookups
` [PATCH v2 3/5] 9p: Make the path walk logic more clear about when cloning is required
` [PATCH v2 4/5] 9p: Remove unnecessary variable for old fids while walking from d_parent
` [PATCH v2 5/5] 9p: Fix minor typo in code comment

[GIT PULL] clk changes for the merge window
 2022-05-26 23:57 UTC 

[PATCH 06/10] HID: surface-hid: Add support for hot-removal
 2022-05-26 23:55 UTC  (2+ messages)

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-05-26 23:50 UTC  (23+ messages)
` [PATCH v6 01/22] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
` [PATCH v6 02/22] drm/gem: Move mapping of imported dma-bufs to drm_gem_mmap_obj()
` [PATCH v6 03/22] drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error
` [PATCH v6 04/22] drm/panfrost: Fix shrinker list corruption by madvise IOCTL
` [PATCH v6 05/22] drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
` [PATCH v6 06/22] drm/virtio: Check whether transferred 2D BO is shmem
` [PATCH v6 07/22] drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
` [PATCH v6 08/22] drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
` [PATCH v6 09/22] drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
` [PATCH v6 10/22] drm/shmem-helper: Add missing vunmap on error
` [PATCH v6 11/22] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table()
` [PATCH v6 12/22] drm/virtio: Simplify error handling of virtio_gpu_object_create()
` [PATCH v6 13/22] drm/virtio: Improve DMA API usage for shmem BOs
` [PATCH v6 14/22] dma-buf: Introduce new locking convention
` [PATCH v6 15/22] drm/shmem-helper: Don't use vmap_use_count for dma-bufs
` [PATCH v6 16/22] drm/shmem-helper: Use reservation lock
` [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker
` [PATCH v6 18/22] drm/gem: Add drm_gem_pin_unlocked()
` [PATCH v6 19/22] drm/virtio: Support memory shrinking
` [PATCH v6 20/22] drm/virtio: Use dev_is_pci()
` [PATCH v6 21/22] drm/virtio: Return proper error codes instead of -1
` [PATCH v6 22/22] drm/panfrost: Switch to generic memory shrinker

[ANNOUNCE] iproute2 5.18.0 release
 2022-05-26 23:50 UTC 

[PATCH] blk-iocost: fix false positive lagging
 2022-05-26 23:43 UTC  (3+ messages)
  ` [Phishing Risk] [External] "

[PATCH v10 1/4] trace: Add trace any kernel object
 2022-05-26 23:42 UTC  (5+ messages)

[PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
 2022-05-26 23:41 UTC  (3+ messages)
  ` [PATCH 2/2] ARM: "

[PATCH] tracing: Use trace_create_file() to simplify creation of tracefs entry
 2022-05-26 23:39 UTC  (4+ messages)
` [PATCH v3] tracing: Use trace_create_file() to simplify creation of tracefs entries

[PATCH 0/2] tracing/probes: allow no event name input when create group
 2022-05-26 23:36 UTC  (5+ messages)
` [PATCH 1/2] tracing/probes: auto generate events name when create a group of events

linux-next: manual merge of the kselftest-fixes tree with Linus' tree
 2022-05-26 23:33 UTC 

[PATCH -next] cifs: Remove duplicated include in cifssmb.c
 2022-05-26 23:26 UTC 

[PATCH v2 00/13] stackleak: fixes and rework
 2022-05-26 23:25 UTC  (17+ messages)
` [PATCH v2 03/13] stackleak: remove redundant check
` [PATCH v2 07/13] stackleak: rework poison scanning

[PATCH] vhost-vdpa: Fix some error handling path in vhost_vdpa_process_iotlb_msg()
 2022-05-26 23:25 UTC  (2+ messages)

[PATCH] dt-bindings: net/dsa: Add spi-peripheral-props.yaml references
 2022-05-26 23:18 UTC  (4+ messages)

[PATCH 1/2] mm: page-isolation: skip isolated pageblock in start_isolate_page_range()
 2022-05-26 23:15 UTC  (2+ messages)
` [PATCH 2/2] mm: split free page with properly free memory accounting and without race

[PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups
 2022-05-26 23:14 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: x86: Grab regs_dirty in local 'unsigned long'
` [PATCH v2 2/8] KVM: x86: Harden _regs accesses to guard against buggy input
` [PATCH v2 3/8] KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
` [PATCH v2 4/8] KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
` [PATCH v2 5/8] KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
` [PATCH v2 6/8] KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
` [PATCH v2 7/8] KVM: x86: Bug the VM if the emulator generates a bogus exception vector
` [PATCH v2 8/8] KVM: x86: Bug the VM on an out-of-bounds data read

[PATCH 1/2] Input: cros_ec_keyb - switch to using generic device properties
 2022-05-26 23:12 UTC  (2+ messages)
` [PATCH 2/2] Input: cros_ec_keyb - handle x86 detachable/convertible Chromebooks

[PATCH V2 0/5] Support for 64bit hartid on RV64 platforms
 2022-05-26 23:10 UTC  (9+ messages)
` [PATCH V2 1/5] riscv: cpu_ops_sbi: Support for 64bit hartid
` [PATCH V2 2/5] riscv: spinwait: Fix hartid variable type
` [PATCH V2 3/5] riscv: smp: Support for 64bit hartid
` [PATCH V2 4/5] riscv: cpu: "

[PATCH v2] drm/msm/dp: force link training for display resolution change
 2022-05-26 23:09 UTC 

[PATCH] perf lock: Change to synthesize task events
 2022-05-26 23:05 UTC  (2+ messages)

[PATCH v2 0/4] DMA mapping changes for SCSI core
 2022-05-26 22:56 UTC  (3+ messages)
` [PATCH v2 2/4] dma-iommu: Add iommu_dma_opt_mapping_size()

[PATCH] x86/platform/uv: Dont use smp_processor_id while preemptable
 2022-05-26 22:53 UTC  (3+ messages)

[for-next][PATCH 0/6] tracing/rtla: Updates for 5.19
 2022-05-26 22:53 UTC  (7+ messages)
` [for-next][PATCH 1/6] rtla/Makefile: Properly handle dependencies
` [for-next][PATCH 2/6] rtla: Avoid record NULL pointer dereference
` [for-next][PATCH 3/6] rtla: Dont overwrite existing directory mode
` [for-next][PATCH 4/6] rtla: Minor grammar fix for rtla README
` [for-next][PATCH 5/6] rtla: Fix __set_sched_attr error message
` [for-next][PATCH 6/6] rtla: Remove procps-ng dependency

[PATCH] [PATCH] platform/x86/intel: Fix pmt_crashlog array reference
 2022-05-26 22:48 UTC  (2+ messages)

[PATCH v8 0/3] arm64: mvebu: Support for Marvell 98DX2530 (and variants)
 2022-05-26 22:46 UTC  (4+ messages)
` [PATCH v8 2/3] arm64: dts: marvell: Add Armada 98DX2530 SoC and RD-AC5X board

[PATCH v5 0/2] JSON output for perf stat
 2022-05-26 22:45 UTC  (3+ messages)
` [PATCH v5 1/2] perf stat: Add JSON output option
` [PATCH v5 2/2] perf test: Json format checking

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.05.23b 64/68] arch/s390/include/asm/cmpxchg.h:160:17: error: cast to union type from type not present in union
 2022-05-26 22:44 UTC 

[ammarfaizi2-block:axboe/linux-block/for-5.20/io_uring 60/60] io_uring/io_uring.c:224:13: error: use of undeclared identifier 'io_eopnotsupp_prep'
 2022-05-26 22:44 UTC 

iwlwifi keep crashing the kernel
 2022-05-26 22:41 UTC  (2+ messages)

[GIT PULL] PCI changes for v5.19
 2022-05-26 22:33 UTC 

[GIT PULL] non-MM updates for 5.19-rc1
 2022-05-26 22:14 UTC 

[PATCH] PCI: PM: Quirk bridge D3 on Elo i2
 2022-05-26 22:12 UTC  (2+ messages)

[GIT PULL] chrome-platform changes for v5.19
 2022-05-26 22:04 UTC  (2+ messages)

[GIT PULL] gpio: updates for v5.19
 2022-05-26 22:04 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 5.19 merge window
 2022-05-26 22:04 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v5.19
 2022-05-26 22:04 UTC  (2+ messages)

[GIT PULL] MM updates for 5.19-rc1
 2022-05-26 22:04 UTC  (2+ messages)

[PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots
 2022-05-26 22:01 UTC  (7+ messages)
` [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page()
` [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages

[RESEND PATCH v3 0/1] Binder: add TF_UPDATE_TXN to replace outdated txn
 2022-05-26 22:00 UTC  (2+ messages)
` [RESEND PATCH v3 1/1] "

[PATCH] pstore/ram: Fix pmsg address when per-cpu ftrace buffers are enabled
 2022-05-26 21:47 UTC  (2+ messages)

[PATCH] Marvell MDIO clock related changes
 2022-05-26 21:46 UTC  (4+ messages)

[PATCH] dt-bindings: PCI: apple: Add missing 'power-domains' property
 2022-05-26 21:45 UTC  (3+ messages)

[PATCH] dt-bindings: timer: Add Nomadik MTU binding
 2022-05-26 21:36 UTC 

[PATCH 0/2] KVM: VMX: Sanitize VM-Entry/VM-Exit pairs during setup
 2022-05-26 21:35 UTC  (4+ messages)
` [PATCH 1/2] KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load time

[PATCH] KVM: Only display message about bios support disabled once
 2022-05-26 21:30 UTC 

[PATCH v3 00/13] PCI: dwc: Various fixes and cleanups
 2022-05-26 21:30 UTC  (5+ messages)
` [PATCH v3 01/13] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH v3 02/13] PCI: dwc: Don't use generic IO-ops for DBI-space access

[PATCH v21 0/5] FPGA MAX10 BMC Secure Update Driver
 2022-05-26 21:27 UTC  (7+ messages)
` [PATCH v21 2/5] fpga: m10bmc-sec: create max10 bmc secure update
` [PATCH v21 5/5] fpga: m10bmc-sec: add max10 secure update functions

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-05-26 21:22 UTC 

[PATCH] splice: allow direct splicing with chardevs
 2022-05-26 21:19 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: adjust whitespace around '='
 2022-05-26 21:10 UTC  (3+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/dev.2022.05.23b 64/68] arch/powerpc/include/asm/cmpxchg.h:474:6: error: cast to union type from type not present in union
 2022-05-26 21:03 UTC 

[PATCHv3 0/3] Fix for load_unaligned_zeropad() in TDX guest
 2022-05-26 21:00 UTC  (6+ messages)
` [PATCHv3 3/3] x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page

[PATCH 0/4] riscv: some svpbmt fixes
 2022-05-26 20:58 UTC  (2+ messages)

[PATCH v2 0/5] riscv: some svpbmt fixes
 2022-05-26 20:56 UTC  (6+ messages)
` [PATCH v2 1/5] riscv: drop cpufeature_apply_feature tracking variable
` [PATCH v2 2/5] riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol
` [PATCH v2 3/5] riscv: make patch-function pointer more generic in cpu_manufacturer_info struct
` [PATCH v2 4/5] riscv: fix dependency for t-head errata
` [PATCH v2 5/5] riscv: remove usage of function-pointers from cpufeatures and "

RFC: Memory Tiering Kernel Interfaces (v2)
 2022-05-26 20:55 UTC  (15+ messages)

[PATCH v6 0/6] RZN1 USB Host support
 2022-05-26 20:55 UTC  (5+ messages)
` [PATCH v6 2/6] dt-bindings: PCI: renesas,pci-rcar-gen2: Add device tree support for r9a06g032
` [PATCH v6 3/6] PCI: rcar-gen2: Add RZ/N1 SOCs family compatible string

[PATCH 0/2] i2c: core: Add mux root adapter operations
 2022-05-26 20:53 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iio: si7020: Lock root adapter to wait for reset

[PATCH v1] PCI: brcmstb: Fix regression regarding missing PCIe linkup
 2022-05-26 20:53 UTC  (2+ messages)

[ammarfaizi2-block:axboe/linux-block/for-5.20/io_uring 60/60] io_uring/io_uring.c:410:43: error: 'io_eopnotsupp_prep' undeclared here (not in a function)
 2022-05-26 20:52 UTC 

[PATCH] PCI: qcom: Add support for modular builds
 2022-05-26 20:53 UTC  (2+ messages)

[PATCH] pinctrl: sunxi: a83t: Fix NAND function name for some pins
 2022-05-26 20:49 UTC  (2+ messages)

[PATCH 1/3] PCI: Add a flag to notify PCI drivers about powerdown during suspend
 2022-05-26 20:48 UTC  (3+ messages)

[PATCH 1/2] drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime
 2022-05-26 20:47 UTC  (2+ messages)
` [PATCH 2/2] drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()

[PATCH] ARM: dts: sun5i: adjust whitespace around '='
 2022-05-26 20:47 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Adding isolated cpu support for channel interrupts mapping
 2022-05-26 20:45 UTC  (2+ messages)

[PATCH 1/5] arm64: dts: altera: adjust whitespace around '='
 2022-05-26 20:46 UTC  (5+ messages)
` [PATCH 2/5] arm64: dts: amd: "
` [PATCH 3/5] arm64: dts: apm: "
` [PATCH 4/5] arm64: dts: toshiba: "
` [PATCH 5/5] arm64: dts: lg: "

[PATCH 1/2] arm64: dts: amlogic: adjust whitespace around '='
 2022-05-26 20:45 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: meson: "

[PATCH 1/2] arm64: dts: marvell: adjust whitespace around '='
 2022-05-26 20:45 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: pxa: "

[PATCH] arm64: dts: hisilicon: adjust whitespace around '='
 2022-05-26 20:44 UTC 

[PATCH 1/2] arm64: dts: mediatek: adjust whitespace around '='
 2022-05-26 20:44 UTC  (2+ messages)
` [PATCH 2/2] ARM: "

[syzbot] KASAN: use-after-free Read in blk_mq_sched_free_rqs
 2022-05-26 20:44 UTC  (2+ messages)

[PATCH] arm64: dts: arm: adjust whitespace around '='
 2022-05-26 20:43 UTC 

[PATCH 1/2] arm64: dts: broadcom: adjust whitespace around '='
 2022-05-26 20:43 UTC  (2+ messages)
` [PATCH 2/2] ARM: "

[PATCH 1/2] arm64: dts: fsl: adjust whitespace around '='
 2022-05-26 20:42 UTC  (2+ messages)
` [PATCH 2/2] ARM: "

[PATCH] drm/nouveau/kms: Fix failure path for creating DP connectors
 2022-05-26 20:43 UTC 

[PATCH 1/2] arm64: dts: qcom: adjust whitespace around '='
 2022-05-26 20:42 UTC  (2+ messages)
` [PATCH 2/2] ARM: "

[PATCH 1/3] arm64: dts: rockchip: adjust whitespace around '='
 2022-05-26 20:42 UTC  (3+ messages)
` [PATCH 2/3] ARM: "
` [PATCH 3/3] ARM: dts: rv1108: "

[PATCH] arm64: dts: sprd: adjust whitespace around '='
 2022-05-26 20:41 UTC 

[PATCH 1/3] arm64: dts: ti: adjust whitespace around '='
 2022-05-26 20:41 UTC  (3+ messages)
` [PATCH 2/3] ARM: "
` [PATCH 3/3] ARM: dts: keystone: "

[PATCH] ARM: dts: aspeed: adjust whitespace around '='
 2022-05-26 20:41 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).