All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-20 05:17:50 to 2023-02-20 07:15:50 UTC [more...]

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-02-20  5:35 UTC  (20+ messages)
` [Nouveau] "

[PATCH net-next v3 0/5] net/mlx5e: Add GBP VxLAN HW offload support
 2023-02-20  7:15 UTC  (6+ messages)
` [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr

[PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-20  7:15 UTC  (10+ messages)

[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
 2023-02-20  7:13 UTC  (2+ messages)

linux-next: duplicate patch in the driver-core tree
 2023-02-20  7:13 UTC  (2+ messages)

[PATCH -next] libnvdimm: Fix some kernel-doc comments
 2023-02-20  7:12 UTC 

[PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack
 2023-02-20  7:11 UTC  (3+ messages)

[PATCH bpf-next] riscv, bpf: Add kfunc support for RV64
 2023-02-20  7:13 UTC  (2+ messages)

[PATCH net-next] net: dpaa2-eth: do not always set xsk support in xdp_features flag
 2023-02-20  7:10 UTC  (2+ messages)

[PATCH v4 0/2] Apple Magic Keyboard Backlight
 2023-02-20  7:09 UTC  (4+ messages)
` [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[PATCH v4 00/12] Implement Eager Page Splitting for ARM
 2023-02-20  7:08 UTC  (7+ messages)
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()

[PATCH 0/2] Improving calls to kvmppc_hv_entry
 2023-02-20  7:05 UTC  (5+ messages)
` [PATCH 1/2] arch/powerpc/kvm: kvmppc_hv_entry: remove .global scope
` [PATCH 2/2] arch/powerpc/kvm: kvmppc_hv_entry: remove r4 argument

[PATCH -next] sfc: clean up some inconsistent indentings
 2023-02-20  6:59 UTC 

[PATCH vhost 00/10] virtio core prepares for AF_XDP
 2023-02-20  7:04 UTC  (23+ messages)
` [PATCH vhost 01/10] virtio_ring: split: refactor virtqueue_add_split() for premapped
` [PATCH vhost 02/10] virtio_ring: packed: separate prepare code from virtuque_add_indirect_packed()
` [PATCH vhost 03/10] virtio_ring: packed: refactor virtqueue_add_packed() for premapped
` [PATCH vhost 04/10] virtio_ring: split: introduce virtqueue_add_split_premapped()
` [PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH vhost 08/10] virtio_ring: introduce dma sync api for virtio
` [PATCH vhost 09/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost 10/10] virtio_ring: introduce virtqueue_reset()

[PATCH v8 0/8] Introduce igb
 2023-02-20  7:04 UTC  (4+ messages)

[PATCH] Updated the FSF address to <https://www.gnu.org/licenses/>
 2023-02-20  7:01 UTC 

[PATCH 1/2] eventdev: fix race condition in fast-path set function
 2023-02-20  7:01 UTC  (4+ messages)
` [PATCH 2/2] ethdev: fix race condition in fast-path ops setup

[PATCH RESEND 00/18] Support smp.clusters for x86
 2023-02-20  6:59 UTC  (3+ messages)
` [PATCH RESEND 04/18] i386/cpu: Fix number of addressable IDs in CPUID.04H

Linux kernel 6.2 released
 2023-02-20  7:00 UTC 

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

net-next is CLOSED
 2023-02-20  6:56 UTC 

[PATCH] usb: xhci: Workaround for runpm issue on AMD xHC
 2023-02-20  6:54 UTC  (3+ messages)

[f2fs-dev] [syzbot] [f2fs?] KASAN: use-after-free Read in f2fs_lookup_rb_tree_ret
 2023-02-20  6:53 UTC  (2+ messages)
`  "

KMSAN: uninit-value in bcmp
 2023-02-20  6:52 UTC  (3+ messages)
` [syzbot] [net?] [ntfs3?] "

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-20  6:50 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 0/2] Don't use stolen memory or BAR mappings for ring buffers
 2023-02-20  6:50 UTC  (5+ messages)
    `  "

[PATCH] staging: rtl8712: Fix Sparse warning in rtl871x_xmit.c
 2023-02-20  6:49 UTC  (2+ messages)

Bug with /dev/vcs* devices
 2023-02-20  6:46 UTC  (2+ messages)
` [PATCH] vc_screen: don't clobber return value in vcs_read

[PATCH] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error
 2023-02-20  6:46 UTC  (4+ messages)

[meta-virtualization][dunfell][PATCH] lxc: Fix CVE-2022-47952
 2023-02-20  6:44 UTC 

arm/arm-64 ipipe release
 2023-02-20  6:42 UTC  (5+ messages)

Why is converting from RAID1 to single in Btrfs an I/O-intensive operation?
 2023-02-20  6:31 UTC  (7+ messages)

[PATCH 0/2] hw/timer: Reduce 'hw/ptimer.h' inclusion
 2023-02-20  6:35 UTC  (3+ messages)
` [PATCH 3/2] hw/timer: Rename ptimer_state -> PTimer

[PATCH v3] tpm: Disable tpm verifier if tpm is not present
 2023-02-20  6:36 UTC 

[PATCH] fs/ntfs3: Fix root inode checking
 2023-02-20  6:32 UTC 

[PATCH v1 00/12] implement mldev test application
 2023-02-20  6:31 UTC  (4+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 06/12] app/mldev: add test case to interleave inferences

[PATCH v3 vfio 0/7] pds vfio driver
 2023-02-20  6:29 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: fix non-auto defrag path not working issue
 2023-02-20  6:26 UTC  (2+ messages)

[PATCH v5 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-02-20  6:17 UTC  (9+ messages)
` [PATCH v5 1/2] dt-bindings: i2c: Add support for ASPEED i2Cv2
` [PATCH v5 2/2] i2c: aspeed: support ast2600 i2cv2 new register mode driver

scsi: Recent kernels drop into emergency shell
 2023-02-20  6:22 UTC  (2+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-20  6:22 UTC  (8+ messages)
` [PATCH 4/5] block: Add support for bouncing "

[lunn:v6.2-rc7-net-next-ethtool-eee-v4 5/21] net/dsa/port.c:1664:9: error: too few arguments to function 'ds->ops->phylink_mac_link_up'
 2023-02-20  6:20 UTC 

[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-02-20  6:20 UTC  (9+ messages)
` [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c

[PATCH net-next 00/14] mlx5 dynamic msix
 2023-02-20  6:14 UTC  (15+ messages)
` [PATCH net-next 01/14] lib: cpu_rmap: Avoid use after free on rmap->obj array entries
` [PATCH net-next 02/14] lib: cpu_rmap: Use allocator for rmap entries
` [PATCH net-next 03/14] lib: cpu_rmap: Add irq_cpu_rmap_remove to complement irq_cpu_rmap_add
` [PATCH net-next 04/14] net/mlx5e: Coding style fix, add empty line
` [PATCH net-next 05/14] net/mlx5: Fix wrong comment
` [PATCH net-next 06/14] net/mlx5: Modify struct mlx5_irq to use struct msi_map
` [PATCH net-next 07/14] net/mlx5: Use newer affinity descriptor
` [PATCH net-next 08/14] net/mlx5: Improve naming of pci function vectors
` [PATCH net-next 09/14] net/mlx5: Refactor completion irq request/release code
` [PATCH net-next 10/14] net/mlx5: Use dynamic msix vectors allocation
` [PATCH net-next 11/14] net/mlx5: Move devlink registration before mlx5_load
` [PATCH net-next 12/14] net/mlx5: Refactor calculation of required completion vectors
` [PATCH net-next 13/14] net/mlx5: Use one completion vector if eth is disabled
` [PATCH net-next 14/14] net/mlx5: Provide external API for allocating vectors

[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-20  6:16 UTC  (5+ messages)

[PATCH] fastboot: Only call the bootm command if it is enabled
 2023-02-20  6:14 UTC 

[Discussion] Xen grants and access permissions
 2023-02-20  6:13 UTC  (4+ messages)

[PATCH 0/3] remoteproc: uclass cleanup
 2023-02-20  6:13 UTC  (4+ messages)
` [PATCH 1/3] remoteproc: Move rproc_cfg_arr out of the uclass header
` [PATCH 2/3] remoteproc: Remove unused mem_type platform data
` [PATCH 3/3] remoteproc: Remove legacy probing method

[PATCH 0/3] Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+
 2023-02-20  6:11 UTC  (3+ messages)

[PATCH 1/2] kcsan: xtensa: Add atomic builtin stubs for 32-bit systems
 2023-02-20  6:10 UTC  (6+ messages)
` [PATCH 2/2] powerpc/{32,book3e}: kcsan: Extend KCSAN Support

[lunn:v6.2-rc7-net-next-ethtool-eee-v4 5/21] net/dsa/port.c:1675:17: error: incompatible function pointer types initializing 'void (*)(struct phylink_config *, struct phy_device *, unsigned int, phy_interface_t, int, int, bool, bool, bool)' (aka 'void (*)(struct phylink_config *, struct phy_device *
 2023-02-20  6:09 UTC 

[PATCH] riscv: Support CONFIG_REMAKE_ELF
 2023-02-20  6:02 UTC 

[PATCH v3 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-02-20  6:01 UTC  (4+ messages)
` [PATCH v3 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation

[PATCH v1 1/5] powerpc/64: Set default CPU in Kconfig
 2023-02-20  6:00 UTC  (4+ messages)
` [PATCH v1 4/5] powerpc: Remove cpu-as-y completely

[PATCH 0/6] clk: uclass fixes and improvements
 2023-02-20  5:59 UTC  (7+ messages)
` [PATCH 1/6] clk: Handle error pointers in clk_valid()
` [PATCH 2/6] clk: Fix error handling in clk_get_rate()
` [PATCH 3/6] clk: Fix error handling in clk_get_parent()
` [PATCH 4/6] clk: Fix rate caching in clk_get_parent_rate()
` [PATCH 5/6] clk: Remove an unneeded check from clk_get_parent_rate()
` [PATCH 6/6] clk: Add a .get_parent operation

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-20  6:01 UTC  (6+ messages)

ath10k-firmware: WCN3990: Add board file for the Lenovo Yoga C630 laptop
 2023-02-20  5:59 UTC  (4+ messages)

[OE-core][dunfell][PATCH] git: Whitelist CVE-2022-41953
 2023-02-20  5:58 UTC 

[PATCH v5 0/2] sched/fair: Wake short task on current CPU
 2023-02-20  5:58 UTC  (3+ messages)

[linux-next:master 13057/13499] drivers/virtio/virtio_ring.c:1571:6: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2023-02-20  5:58 UTC 

[PULL linux-firmware] ath10k & ath11k firmware 20230215
 2023-02-20  5:56 UTC  (5+ messages)

[kirkstone][PATCH] xserver-xorg: 21.1.6 -> 21.1.7
 2023-02-20  5:57 UTC 

[PATCH v4 00/10] usb: dwc3: Refactor dwc3-generic and apply to dwc3-uniphier
 2023-02-20  5:50 UTC  (11+ messages)
` [PATCH v4 01/10] usb: dwc3: Look up reference clock DT phandle in both controller DT nodes
` [PATCH v4 02/10] usb: dwc3-generic: Allow different controller DT node pattern
` [PATCH v4 03/10] usb: dwc3-generic: Add clock initialization in child DT node
` [PATCH v4 04/10] usb: dwc3-generic: Export glue structures and functions
` [PATCH v4 05/10] usb: dwc3-generic: Add the size of regs property to glue structure
` [PATCH v4 06/10] reset: uniphier: Add USB glue reset support
` [PATCH v4 07/10] clk: uniphier: Add missing USB SS-PHY clocks
` [PATCH v4 08/10] phy: socionext: Add UniPhier USB3 PHY driver
` [PATCH v4 09/10] usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3
` [PATCH v4 10/10] uniphier_defconfig: Disable USB_XHCI_DWC3

[PATCH v3] dt-bindings: ata: Add UniPhier controller binding
 2023-02-20  5:47 UTC 

[PATCH v2 0/4] Simplify extcon_dev_register function
 2023-02-20  5:45 UTC  (5+ messages)
  ` [PATCH v2 1/4] extcon: Removed redundant null checking for class
  ` [PATCH v2 2/4] extcon: Added extcon_alloc_cables to simplify extcon register function
  ` [PATCH v2 3/4] extcon: Added extcon_alloc_muex "
  ` [PATCH v2 4/4] extcon: Added extcon_alloc_groups "

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2023-02-20  5:44 UTC  (6+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support

[PATCH] spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
 2023-02-20  5:42 UTC 

[PATCH] app/testpmd: fix secondary process not forwarding
 2023-02-20  5:39 UTC  (7+ messages)

linux-next: Tree for Feb 20
 2023-02-20  5:39 UTC 

[patch] recv.2: Mention SOCK_SEQPACKET in MSG_TRUNC flag description
 2023-02-20  5:37 UTC  (6+ messages)

linux-next: build warning after merge of the devicetree tree
 2023-02-20  5:36 UTC 

[PATCH v2 1/4] dt-bindings: soc: imx8mp-media-blk-ctrl: Align block controller example name
 2023-02-20  5:31 UTC  (5+ messages)
` [PATCH v2 3/4] soc: imx: imx8m-blk-ctrl: Scan subnodes and bind drivers to them

linux-next: build warning after merge of the driver-core tree
 2023-02-20  5:31 UTC 

[PATCH v2 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-02-20  5:31 UTC  (6+ messages)
` [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction

[PATCH bpf-next v1 2/7] bpf: Support kptrs in local storage maps
 2023-02-20  5:28 UTC  (2+ messages)

[PATCH 0/5] hwrng: meson: simplify driver
 2023-02-20  4:41 UTC  (4+ messages)
` [PATCH 4/5] hwrng: meson: use struct hw_random priv data

[GIT PULL] Crypto Fixes for 5.15
 2023-02-20  5:22 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.16
    ` [GIT PULL] Crypto Fixes for 5.17
        ` [GIT PULL] Crypto Fixes for 5.18
          ` [GIT PULL] Crypto Fixes for 5.19
            ` [GIT PULL] Crypto Update for 5.20
              ` [GIT PULL] Crypto Update for 6.1
                ` [GIT PULL] Crypto Update for 6.2
                  ` [GIT PULL] Crypto Update for 6.3

[Buildroot] [PATCH v1] package/libopenssl: security bump to version 1.1.1t
 2023-02-20  5:20 UTC  (3+ messages)

[PATCH v2 0/4] introduce tee-based EFI Runtime Variable Service
 2023-02-20  5:17 UTC  (6+ messages)
` [PATCH v2 1/4] efi: expose efivar generic ops register function
` [PATCH v2 2/4] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v2 3/4] tee: expose tee efivar register function
` [PATCH v2 4/4] efi: Add tee-based EFI variable driver


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.