All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-21 13:36:37 to 2021-06-21 14:18:13 UTC [more...]

[PATCH V2 2/3] cpufreq: intel_pstate: Migrate to ->exit() callback instead of ->stop_cpu()
 2021-06-21 14:17 UTC  (5+ messages)
` [PATCH V3 2/3] cpufreq: intel_pstate: Migrate away from ->stop_cpu() callback

[PATCH v3 1/2] habanalabs: define uAPI to export FD for DMA-BUF
 2021-06-21 14:17 UTC  (8+ messages)

[PATCH 1/3] drm/panel: Add connector_type and bus_format for AUO G104SN02 V2 panel
 2021-06-21 14:17 UTC  (4+ messages)

[PATCH 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap
 2021-06-21 14:14 UTC  (2+ messages)
` [PATCH 2/2] tests/tcg: Test that compare-and-trap raises SIGFPE

[RFC] what to do with IOCB_DSYNC?
 2021-06-21 14:16 UTC  (5+ messages)

[PATCH] drm/vc4: dsi: Only register our component once a DSI device is attached
 2021-06-21 14:14 UTC  (17+ messages)

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-21 14:16 UTC  (12+ messages)

[PATCH 1/2] arm64: dts: exynos7: Add cpu cache information
 2021-06-21 13:46 UTC  (4+ messages)
  ` [PATCH 2/2] arm64: dts: exynos5433: "

[PATCH] serial: samsung: use dma_ops of DMA if attached
 2021-06-21 13:21 UTC  (3+ messages)

perf-top: heap-buffer-overflow in elf_sec__is_text reported from ASan
 2021-06-21 14:15 UTC  (3+ messages)

[PATCH] mt76: mt7915: add LED support
 2021-06-21 14:14 UTC  (2+ messages)

New Defects reported by Coverity Scan for Linux
 2021-06-21 14:14 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: clock: tegra: Fix USB controller nodes in examples
 2021-06-21 14:15 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: usb: tegra: Convert to json-schema

[PATCH v2 0/5] riscv: improving uaccess with logs from network bench
 2021-06-21 14:13 UTC  (9+ messages)
` [PATCH 1/5] riscv: __asm_to/copy_from_user: delete existing code
` [PATCH 5/5] riscv: __asm_to/copy_from_user: Bulk copy when both src, dst are aligned

[PATCH v2 0/5] vchiq: Patch to separate platform and cdev code
 2021-06-21 14:11 UTC  (4+ messages)

[PATCH] platform/x86: think-lmi: Return EINVAL when kbdlang gets set to a 0 length string
 2021-06-21 14:13 UTC  (3+ messages)

[PATCH v3] media: uvc: don't do DMA on stack
 2021-06-21 14:11 UTC  (2+ messages)

[PATCH v2] hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH field
 2021-06-21 14:09 UTC  (2+ messages)

[PATCH] ASoC: fsi: fix spelling mistake
 2021-06-18  8:53 UTC 

[PATCH 00/28] tcg: bswap improvements
 2021-06-21 14:09 UTC  (13+ messages)
` [PATCH 01/28] tcg: Add flags argument to bswap opcodes
` [PATCH 02/28] tcg/i386: Support bswap flags
` [PATCH 03/28] tcg/aarch64: "
` [PATCH 04/28] tcg/arm: "

[PATCH v3 0/9] arm64: tegra: Prevent early SMMU faults
 2021-06-21 14:11 UTC  (7+ messages)
` [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-18  8:32 UTC  (4+ messages)

[PATCH for 4.16 00/11] membarrier updates for 4.16
 2021-06-21 14:11 UTC  (8+ messages)
` [PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()

[oe-core][dunfell][PATCH] libxml2: Fix CVE-2021-3518
 2021-06-21 14:10 UTC 

[PATCH 1/2] ARM: tegra: Remove useless usb-ehci compatible string
 2021-06-21 14:13 UTC  (2+ messages)
` [PATCH 2/2] arm64: "

[Buildroot] [PATCH 00/15] Overwritten file detection and fixes, one more step to TLP build
 2021-06-21 14:11 UTC  (16+ messages)
` [Buildroot] [PATCH 01/15] package/pkg-generic.mk: detect files overwritten in TARGET_DIR and HOST_DIR
` [Buildroot] [PATCH 02/15] package/e2fsprogs: fix fsck overwrite in HOST_DIR
` [Buildroot] [PATCH 03/15] package/pkg-generic.mk: Remove Info documents dir entry
` [Buildroot] [PATCH 04/15] package/pkg-generic.mk: Fix .la files overwrite detection
` [Buildroot] [PATCH 05/15] package/pkg-generic.mk: Perform .la files fixup in per-package HOST_DIR
` [Buildroot] [PATCH 06/15] package/pkg-generic.mk: Introduce <PKG>_PER_PACKAGE_TWEAK_HOOKS
` [Buildroot] [PATCH 07/15] package/apr-util: Use <PKG>_PER_PACKAGE_TWEAK_HOOKS
` [Buildroot] [PATCH 08/15] package/apache: Move APACHE_FIXUP_APR_LIBTOOL to <PKG>_PER_PACKAGE_TWEAK_HOOKS
` [Buildroot] [PATCH 09/15] package/pkg-python: Remove _sysconfigdata*.pyc files when _sysconfigdata*.py are changed
` [Buildroot] [PATCH 10/15] package/pkg-generic.mk: Move python fixup to generic package infrastructure
` [Buildroot] [PATCH 11/15] package/owfs: Remove Python sysconfigdata fixup
` [Buildroot] [PATCH 12/15] package/pkg-generic.mk: Generate final rsync exclude file list
` [Buildroot] [PATCH 13/15] Makefile: Rsync global {TARGET, HOST}_DIR using exclusion "
` [Buildroot] [PATCH 14/15] Makefile: Breaks hardlinks in global {TARGET, HOST}_DIR on per-package build
` [Buildroot] [PATCH 15/15] package/pkg-generic.mk: Fix per-package <pkg>-{reconfigure, rebuild, reinstall}

linux-next: build warning after merge of the mailbox tree
 2021-06-21 14:11 UTC  (2+ messages)

[RFC 00/19] Improve the qlge driver based on drivers/staging/qlge/TODO
 2021-06-21 14:10 UTC  (22+ messages)
` [RFC 01/19] staging: qlge: fix incorrect truesize accounting
` [RFC 02/19] staging: qlge: change LARGE_BUFFER_MAX_SIZE to 4096
` [RFC 03/19] staging: qlge: alloc skb with only enough room for header when data is put in the fragments
` [RFC 04/19] staging: qlge: add qlge_* prefix to avoid namespace clashes
` [RFC 05/19] staging: qlge: rename rx to completion queue and seperate rx_ring from completion queue
` [RFC 06/19] staging: qlge: disable flow control by default
` [RFC 07/19] staging: qlge: remove the TODO item of unnecessary memset 0
` [RFC 08/19] staging: qlge: reorder members of qlge_adapter for optimization
` [RFC 09/19] staging: qlge: remove the TODO item of reorder struct
` [RFC 10/19] staging: qlge: remove the TODO item of avoid legacy/deprecated apis
` [RFC 11/19] staging: qlge: the number of pages to contain a buffer queue is constant
` [RFC 12/19] staging: qlge: rewrite do while loops as for loops in qlge_start_rx_ring
` [RFC 13/19] staging: qlge: rewrite do while loop as for loop in qlge_sem_spinlock
` [RFC 14/19] staging: qlge: rewrite do while loop as for loop in qlge_refill_bq
` [RFC 15/19] staging: qlge: remove the TODO item about rewriting while loops as simple for loops
` [RFC 16/19] staging: qlge: remove deadcode in qlge_build_rx_skb
` [RFC 17/19] staging: qlge: fix weird line wrapping
` [RFC 18/19] staging: qlge: fix two indentation issues
` [RFC 19/19] staging: qlge: remove TODO item of unnecessary runtime checks

[fujitsu-integration:mailbox-for-next 14/19] make[2]: *** No rule to make target '/tmp/kernel/xtensa-allyesconfig/gcc-9.3.0/97badbeb32cb87f14c9023ec4ef6bf93a29cde74/lib/modules/5.13.0-rc7+/kernel/drivers/accessibility/speakup/speakup_decpc.ko', needed by '__modinst'
 2021-06-21 14:10 UTC 

drm/i915: __GFP_RETRY_MAYFAIL allocations in stable kernels
 2021-06-21 14:10 UTC  (6+ messages)
      ` [Intel-gfx] "

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-21 14:10 UTC  (15+ messages)

[RFC PATCH v1] vhost-vsock: SOCK_SEQPACKET feature bit support
 2021-06-21 14:08 UTC  (2+ messages)

[PATCH] selinux-notebook: describe nosuid and NNP transitions
 2021-06-21 14:09 UTC  (6+ messages)

[igt-dev] [PATCH 0/7] tests/panfrost: Misc fixes/improvements
 2021-06-21 14:09 UTC  (11+ messages)
` [igt-dev] [PATCH 3/7] lib/panfrost: Add a helper to create a job loop
` [igt-dev] [PATCH 5/7] tests/panfrost: Simplify submit tests
` [igt-dev] [PATCH 6/7] lib/panfrost: Get rid of igt_panfrost_trivial_job()
` [igt-dev] [PATCH 7/7] tests/panfrost: Test FD-close while jobs are still in-flight
` [igt-dev] ✓ Fi.CI.BAT: success for tests/panfrost: Misc fixes/improvements

[iwlwifi-next:iwlmei 8/8] make[2]: *** No rule to make target '/tmp/kernel/h8300-randconfig-r013-20210621/gcc-9.3.0/0d6b343d636eb798337cbe9d9d918120812b9148/lib/modules/5.13.0-rc3-00723-g0d6b343d636e/kernel/drivers/media/common/videobuf2/videobuf2-dma-contig.ko.gz', needed by '__m
 2021-06-21 14:06 UTC  (2+ messages)
` [iwlwifi-next:iwlmei 8/8] make[2]: *** No rule to make target '/tmp/kernel/h8300-randconfig-r013-20210621/gcc-9.3.0/0d6b343d636eb798337cbe9d9d918120812b9148/lib/modules/5.13.0-rc3-00723-g0d6b343d636e/kernel/drivers/media/common/videobuf2/videobuf2-

[RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-21 14:04 UTC  (7+ messages)
` [RFC PATCH V2 3/3] dm: "
  ` [dm-devel] "

[PATCH v2 kvmtool 0/4] arm/arm64: PCI Express 1.1 support
 2021-06-21 14:04 UTC  (7+ messages)
` [PATCH v2 kvmtool 2/4] arm/fdt.c: Don't generate the node if generator function is NULL
` [PATCH v2 kvmtool 3/4] arm/arm64: Add PCI Express 1.1 support
` [PATCH v2 kvmtool 4/4] arm/arm64: vfio: Add PCI Express Capability Structure

[PATCH net-next] net/sched: cls_flower: fix resetting of ether proto mask
 2021-06-21 14:04 UTC  (5+ messages)

[LTP] [PATCH 1/2] mem: child memory alloc should larger than memory.max+memory.swap.max if lite==1
 2021-06-21 14:04 UTC  (2+ messages)

[PATCH 00/26] accel/tcg: Introduce translator_use_goto_tb
 2021-06-21 13:47 UTC  (7+ messages)
` [PATCH 01/26] "
` [PATCH 17/26] target/ppc: Use translator_use_goto_tb

[PATCH] KVM: s390: get rid of register asm usage
 2021-06-21 14:03 UTC 

[PATCH 0/5] Another round of secilc-fuzzer problems fixed
 2021-06-21 14:03 UTC  (4+ messages)
` [PATCH 2/5] libsepol/cil: Fix syntax checking of defaultrange rule

[PATCH v2 0/2] drm/panfrost: Queue jobs on the hardware
 2021-06-21 14:02 UTC  (3+ messages)
` [PATCH v2 1/2] drm/panfrost: Use a threaded IRQ for job interrupts
` [PATCH v2 2/2] drm/panfrost: Queue jobs on the hardware

Large gpio interrupt latency
 2021-06-21 14:02 UTC  (6+ messages)

[PATCH 0/3] mm/page_reporting: Make page reporting work on arm64 with 64KB page size
 2021-06-21 14:02 UTC  (3+ messages)

[PATCH] libtracefs: Add APIs for data streaming
 2021-06-21 14:01 UTC 

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-06-21 14:01 UTC  (3+ messages)
` [PATCH 05/12] diffcore-rename: move old_dir/new_dir definition to plug leak

[RFC PATCH 0/2] Introduce ftrace_disabled
 2021-06-21 14:00 UTC  (5+ messages)
` [RFC PATCH 1/2] ftrace: Introduce cmdline argument ftrace_disabled

[PATCH] dt-bindings: arm-smmu: Fix json-schema syntax
 2021-06-21 14:00 UTC  (2+ messages)

[PATCH v2 00/12] drm/panfrost: Misc fixes/improvements
 2021-06-21 13:57 UTC  (16+ messages)
` [PATCH v2 01/12] drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv
` [PATCH v2 02/12] drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definition
` [PATCH v2 03/12] drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
` [PATCH v2 04/12] drm/panfrost: Expose exception types to userspace
` [PATCH v2 05/12] drm/panfrost: Disable the AS on unhandled page faults
` [PATCH v2 06/12] drm/panfrost: Expose a helper to trigger a GPU reset
` [PATCH v2 07/12] drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuck
` [PATCH v2 08/12] drm/panfrost: Do the exception -> string translation using a table
` [PATCH v2 09/12] drm/panfrost: Don't reset the GPU on job faults unless we really have to
` [PATCH v2 10/12] drm/panfrost: Kill in-flight jobs on FD close
` [PATCH v2 11/12] drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriate
` [PATCH v2 12/12] drm/panfrost: Shorten the fence signalling section

[Mesa-dev] [PATCH 0/6] dma-buf: Add an API for exporting sync files (v12)
 2021-06-21 13:57 UTC  (11+ messages)

[PATCH] spidev: add platform driver support
 2021-06-21 13:57 UTC  (4+ messages)

[PATCH v2] clk: zynqmp: fix compile testing without ZYNQMP_FIRMWARE
 2021-06-21 13:54 UTC  (5+ messages)

[PATCH 0/4] fpga/mfd/hwmon: Initial support for Silicom N5010 PAC
 2021-06-21 13:56 UTC  (3+ messages)
` [PATCH 2/4] fpga: dfl: Move DFH header register macros to linux/dfl.h

[PATH 1/4] drm: Add Virtual DRM device driver
 2021-06-21 13:55 UTC  (4+ messages)

[PATCH] trace2: log progress time and throughput
 2021-06-21 13:55 UTC  (3+ messages)

drivers/staging/rtl8723bs/core/rtw_security.c:95:9: warning: variable 'crc' set but not used
 2021-06-21 13:55 UTC 

[PATCH v2 0/9] powerpc: Add support for Microwatt soft-core
 2021-06-21 13:54 UTC  (5+ messages)
` [PATCH v2 2/9] powerpc: Add Microwatt device tree

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-21 13:55 UTC  (15+ messages)

[PATCH net-next 0/6] Improvement for DSA cross-chip setups
 2021-06-21 13:55 UTC  (5+ messages)
` [PATCH net-next 1/6] net: dsa: assert uniqueness of dsa,member properties
` [PATCH net-next 2/6] net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers

[omap-audio:peter/linux-next-wip 61/61] make[2]: *** No rule to make target '/tmp/kernel/i386-randconfig-c021-20210621/gcc-9/11957b267457cfe0db21fd62200be07b61477e2e/lib/modules/5.13.0-rc5-next-20210611+/kernel/drivers/char/xillybus/xillybus_class.ko', needed by '__modinst'
 2021-06-21 13:54 UTC 

[PATCH] fuse: Send FUSE_WRITE_KILL_SUIDGID for killpriv v1
 2021-06-21 13:54 UTC  (3+ messages)

[PATCH] gcov,x86: Mark GCOV broken for x86
 2021-06-21 13:53 UTC  (4+ messages)

[PATCH v3 0/2] usb: udc: indroduce more api for lower gadget driver
 2021-06-21 13:53 UTC  (8+ messages)
` [PATCH v3 1/2] usb: udc: core: hide struct usb_gadget_driver to "

[PATCH v2 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-21 13:50 UTC  (7+ messages)
` [PATCH v2 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v2 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
  ` [External] "

[PATCH v4 net] net: dsa: mv88e6xxx: Fix adding VLAN 0
 2021-06-21 13:47 UTC 

[PATCH v3] ASoC: qcom: Fix for DMA interrupt clear reg overwriting
 2021-06-21 13:47 UTC  (4+ messages)

[PATCH 1/2] ASoC: codecs: wcd938x: fix unused variable warning
 2021-06-21 13:45 UTC  (4+ messages)
` [PATCH 2/2] ASoC: codecs: wcd938x: fix uninitialized symbol warnings

[PATCH v3 0/2] target/s390x: Fix SIGILL psw.addr reporting
 2021-06-21 13:44 UTC  (5+ messages)

[RFC PATCH] mm/page_reporting: Adjust threshold according to MAX_ORDER
 2021-06-21 13:43 UTC  (10+ messages)

[mtd:spi-nor/next 13/13] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst'
 2021-06-21 13:43 UTC 

[dpdk-dev] [PATCH 00/44] Marvell CNXK Ethdev Driver
 2021-06-21 13:41 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 00/62] "

[PATCH 00/10] drm/panfrost: Misc fixes/improvements
 2021-06-21 13:41 UTC  (3+ messages)
` [PATCH 09/10] drm/panfrost: Don't reset the GPU on job faults unless we really have to

vhost: multiple worker support
 2021-06-21 13:41 UTC  (10+ messages)
` [PATCH 7/9] vhost: allow userspace to create workers

[PATCH] virtiofsd: Don't allow file creation with FUSE_OPEN
 2021-06-21 13:36 UTC  (2+ messages)

[PATCH 00/18] vhost-vDPA multiqueue
 2021-06-21 11:46 UTC  (5+ messages)
` [PATCH 01/18] vhost_net: remove the meaningless assignment in vhost_net_start_one()
` [PATCH 02/18] vhost: use unsigned int for nvqs

Linux 5.13-rc7
 2021-06-21 13:39 UTC  (2+ messages)

RCU vs data_race()
 2021-06-21 13:37 UTC  (8+ messages)

[PATCH v2 0/5] PCI: Endpoint: Miscellaneous improvements
 2021-06-21 13:37 UTC  (6+ messages)
` [PATCH v2 2/5] PCI: endpoint: Replace spinlock with mutex


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.