All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-17 08:01:13 to 2021-08-17 08:38:57 UTC [more...]

[PATCH v8 00/11] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-08-17  8:13 UTC  (7+ messages)
` [PATCH v8 02/11] dt-bindings: rtc: sun6i: Add H616 compatible string

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-17  8:38 UTC  (3+ messages)

[PATCH RESEND 1/9] dt-bindings: usb: mtk-xhci: add optional property to disable usb2 ports
 2021-08-17  8:36 UTC  (15+ messages)
` [PATCH RESEND 2/9] dt-bindings: usb: mtk-xhci: add compatible for mt8195
` [PATCH RESEND 3/9] usb: xhci-mtk: fix use-after-free of mtk->hcd
` [PATCH RESEND 4/9] usb: xhci-mtk: support option to disable usb2 ports
` [PATCH RESEND 5/9] usb: xhci-mtk: fix issue of out-of-bounds array access
` [PATCH RESEND 6/9] usb: xhci-mtk: update fs bus bandwidth by bw_budget_table
` [PATCH RESEND 7/9] usb: xhci-mtk: check boundary before check tt
` [PATCH RESEND 8/9] usb: xhci-mtk: add a member of num_esit
` [PATCH RESEND 9/9] usb: xhci-mtk: modify the SOF/ITP interval for mt8195

[PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock
 2021-08-17  8:37 UTC  (2+ messages)

[PATCH] ref-manual: add overlayfs class
 2021-08-17  8:37 UTC  (4+ messages)
` [docs] "

[GIT PULL] Allwinner Device Tree Changes for 5.15
 2021-08-17  8:35 UTC  (3+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17  8:35 UTC  (7+ messages)
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc version of prot_guest_has()

[PATCH 1/1] iser-target: Fix handling of RDMA_CV_EVENT_ADDR_CHANGE
 2021-08-17  8:30 UTC  (9+ messages)

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel
 2021-08-17  8:32 UTC  (2+ messages)

[PATCH 1/1] kwbimage: check fopen() return value
 2021-08-17  8:31 UTC  (2+ messages)

[PATCH 1/1] kwbimage: check return value of image_get_csk_index
 2021-08-17  8:31 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/perf: Use stack siar instead of mfspr
 2021-08-17  8:29 UTC  (8+ messages)
` [PATCH v2 2/2] powerpc/perf: Return regs->nip as instruction pointer value when SIAR is 0

[PATCH] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
 2021-08-17  8:28 UTC  (2+ messages)

[PATCH 0/9] huge tmpfs: shmem_is_huge() fixes and cleanups
 2021-08-17  8:28 UTC  (20+ messages)
` [PATCH 1/9] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 2/9] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [PATCH 3/9] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [PATCH 4/9] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 5/9] huge tmpfs: move shmem_huge_enabled() upwards
` [PATCH 6/9] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
` [PATCH 7/9] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 8/9] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [PATCH 9/9] shmem: shmem_writepage() split unlikely i915 THP

[PATCH v3 00/10] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-08-17  8:27 UTC  (11+ messages)
` [PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
                  ` [Virtio-fs] "

[PATCH] ARM: dts: aspeed: cloudripper: Add comments for "mdio1"
 2021-08-17  8:21 UTC  (4+ messages)

[GIT PULL] Qualcomm ARM64 updates for v5.15
 2021-08-17  8:15 UTC  (6+ messages)

[PATCH] bitbake: bitbake-layers: add skip reason to output
 2021-08-17  8:25 UTC 

[PATCH 1/2] kbuild: macrofy the condition of if_changed and friends
 2021-08-17  8:25 UTC  (3+ messages)
` [PATCH 2/2] kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk

[PATCH v11 00/24] Introduce threaded trace streaming for basic perf record operation
 2021-08-17  8:23 UTC  (25+ messages)
` [PATCH v11 01/24] perf record: Introduce thread affinity and mmap masks
` [PATCH v11 02/24] tools lib: Introduce fdarray duplicate function
` [PATCH v11 03/24] perf record: Introduce thread specific data array
` [PATCH v11 04/24] perf record: Introduce function to propagate control commands
` [PATCH v11 05/24] perf record: Introduce thread local variable
` [PATCH v11 06/24] perf record: Stop threads in the end of trace streaming
` [PATCH v11 07/24] perf record: Start threads in the beginning "
` [PATCH v11 08/24] perf record: Introduce data file at mmap buffer object
` [PATCH v11 09/24] perf record: Introduce bytes written stats to support --max-size option
` [PATCH v11 10/24] perf record: Introduce data transferred and compressed stats
` [PATCH v11 11/24] perf record: Init data file at mmap buffer object
` [PATCH v11 12/24] perf record: Introduce --threads command line option
` [PATCH v11 13/24] perf record: Extend "
` [PATCH v11 14/24] perf record: Implement compatibility checks
` [PATCH v11 15/24] perf report: Output non-zero offset for decompressed records
` [PATCH v11 16/24] perf report: Output data file name in raw trace dump
` [PATCH v11 17/24] perf session: Move reader structure to the top
` [PATCH v11 18/24] perf session: Introduce reader_state in reader object
` [PATCH v11 19/24] perf session: Introduce reader objects in session object
` [PATCH v11 20/24] perf session: Introduce decompressor into trace reader object
` [PATCH v11 21/24] perf session: Move init into reader__init function
` [PATCH v11 22/24] perf session: Move map/unmap into reader__mmap function
` [PATCH v11 23/24] perf session: Load single file for analysis
` [PATCH v11 24/24] perf session: Load data directory files "

[PATCH 0/4] Cleanups and fixup for memcontrol
 2021-08-17  8:24 UTC  (4+ messages)
` [PATCH 2/4] mm/hwpoison: fix potential pte_unmap_unlock pte error

[PATCH v4 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-08-17  8:24 UTC  (3+ messages)
` [PATCH v4 3/3] partitions/efi: Support "

[PATCH] staging:iio:ade7854 surround complex defines in parentheses
 2021-08-17  8:24 UTC  (4+ messages)

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-17  8:25 UTC  (3+ messages)
` [PATCH for-6.2 01/25] arm: Move M-profile RAS register block into its own device

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-17  8:11 UTC  (48+ messages)
` [PATCH v4 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v4 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v4 04/15] KVM: arm64: Fix names of config register fields
` [PATCH v4 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
` [PATCH v4 08/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions
` [PATCH v4 10/15] KVM: arm64: Add config register bit definitions
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 12/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v4 13/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v4 14/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

Regression with commit e532a096be0e ("net: usb: asix: ax88772: add phylib support")
 2021-08-17  8:23 UTC  (4+ messages)

[PATCH] drm/amdgpu: Cancel delayed work when GFXOFF is disabled
 2021-08-17  8:23 UTC  (5+ messages)
` [PATCH v3] "

[linux-next:master 4086/8423] drivers/iio/adc/ingenic-adc.c:657:3: warning: 3rd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 2021-08-17  8:23 UTC 

[PATCH linux dev-5.10] ARM: dts: aspeed: p10bmc: Add power control pins
 2021-08-17  8:22 UTC  (2+ messages)

[RFC PATCH] fsmonitor: fix building with NO_PTHREADS
 2021-08-17  8:23 UTC 

[PATCH net-next] iavf: use mutexes for locking of critical sections
 2021-08-17  8:22 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH V4 00/10] Domain on Static Allocation
 2021-08-17  8:21 UTC  (4+ messages)
` [PATCH V4 07/10] xen: re-define assign_pages and introduce assign_page

[dpdk-dev] EAL: failed to parse device "XX:XX.X" on CentOS 7
 2021-08-16 13:13 UTC  (3+ messages)

[BUG] general protection fault when reading /proc/kcore
 2021-08-17  8:20 UTC  (9+ messages)

[PATCH V2] shadow: add /etc/default/useradd
 2021-08-17  8:19 UTC  (2+ messages)

[PATCH v1 0/3] Tegra DRM and Host1x driver fixes
 2021-08-17  8:20 UTC  (2+ messages)

[syzbot] general protection fault in __io_queue_sqe
 2021-08-17  8:19 UTC  (2+ messages)

[xen-unstable-smoke test] 164222: regressions - FAIL
 2021-08-17  8:18 UTC 

5.10.58 UBSAN from brcmf_sdio_dpc+0xa50/0x128c [brcmfmac]
 2021-08-17  8:17 UTC  (5+ messages)

[dpdk-dev] [PATCH v1] test/func_reentrancy: free memzones after creating test case
 2021-08-17  8:17 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH net] virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO
 2021-08-17  8:16 UTC  (4+ messages)

[PATCH v4 0/6]Finish converting git bisect to C part 4
 2021-08-17  8:14 UTC  (7+ messages)
` [PATCH v4 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v4 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v4 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v4 4/6] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v4 5/6] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v4 6/6] bisect--helper: retire `--bisect-next-check` subcommand

linux-next: manual merge of the mtd tree with Linus' tree
 2021-08-17  8:15 UTC  (2+ messages)

[PATCH v1] virtio-mmio: Specify wait needed in driver during reset
 2021-08-17  8:15 UTC  (11+ messages)
      ` [virtio-dev] "

[PATCH] serial: 8250_mid: Use pci_irq_vector() to get IRQ
 2021-08-17  8:14 UTC  (2+ messages)

[PATCH] iio: gyro: remove dead config dependencies on INPUT_MPU3050
 2021-08-17  8:13 UTC 

[RFC PATCH 0/2] Add PCI driver for the Apple M1
 2021-08-17  8:12 UTC  (7+ messages)
` [RFC PATCH 2/2] PCI: apple: Add "

[PATCH] staging: r8188eu: Remove LINUX_VERSION_CODE check
 2021-08-17  8:12 UTC 

[Buildroot] [PATCH] package/restorecond: Add new init script
 2021-08-17  8:11 UTC  (2+ messages)

[poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks
 2021-08-17  8:12 UTC  (2+ messages)

[PATCH v6 0/2] netfilter: add netfilter hooks to track SRv6-encapsulated flows
 2021-08-17  8:11 UTC  (3+ messages)
` [PATCH v6 2/2] netfilter: add netfilter hooks to SRv6 data plane

[dpdk-dev] [PATCH v4 0/2] Use macro to print MAC address
 2021-08-17  8:11 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 2/2] net: added macro to extract MAC address bytes

[PATCH v2] btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handling
 2021-08-17  8:10 UTC  (4+ messages)

[PATCH] input: remove dead CSR Prima2 PWRC driver
 2021-08-17  8:09 UTC  (2+ messages)

[PATCH] dt-bindings: memory: convert Broadcom DPFE to dtschema
 2021-08-17  8:06 UTC  (2+ messages)

[PATCH v3] vga: don't abort when adding a duplicate isa-vga device
 2021-08-17  8:07 UTC  (4+ messages)

[Intel-gfx] [PATCH 01/10] drm/i915/bios: Allow DSI ports to be parsed by parse_ddi_port()
 2021-08-17  8:08 UTC  (3+ messages)
` [Intel-gfx] [PATCH 05/10] drm/i915/bios: Enable parse of two integrated panels eDP data

[virtio-dev] Enabling hypervisor agnosticism for VirtIO backends
 2021-08-17  8:07 UTC  (6+ messages)
`  "

[PATCH V2 net] virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO
 2021-08-17  8:06 UTC  (2+ messages)

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-08-17  8:06 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH v4 0/4] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-08-17  8:05 UTC  (4+ messages)
` [PATCH v4 2/4] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes

[PATCH v5 0/4] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-08-17  8:03 UTC  (4+ messages)
` [PATCH v5 2/4] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes

[PATCH 1/6] mmc: sdhci-esdhc-imx: remove redundant code for manual tuning
 2021-08-17  8:00 UTC  (6+ messages)
` [PATCH 4/6] mmc: host: sdhci-esdhc-imx.c: correct the auto-tuning setting for sdio device

[poky][dunfell][PATCH] python3: Remove unused python3 recipe
 2021-08-17  8:03 UTC  (2+ messages)

[PATCH 1/3] cifs: only compile in smb1ops.c if we configure CIFS_ALLOW_INSECURE_LEGACY
 2021-08-17  8:02 UTC  (2+ messages)

[PATCH] gpio: remove the obsolete MX35 3DS BOARD MC9S08DZ60 GPIO functions
 2021-08-17  8:01 UTC 

[PATCH] mailbox: fix a UAF bug in msg_submit()
 2021-08-17  8:01 UTC  (4+ messages)


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.