All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-26 13:04:24 to 2020-10-26 13:39:53 UTC [more...]

post-receive: pub/scm/linux/kernel/git/mark/linux
 2020-10-26 13:39 UTC 

[PATCH v2 0/7] Add support for Rpi4b + Cirrus Lochnagar2 and CS47L15
 2020-10-26 13:38 UTC  (11+ messages)
` [PATCH v2 1/7] of: base: Add of_count_phandle_with_fixed_args()
` [PATCH v2 2/7] ASoC: audio-graph-card: Add plls and sysclks DT bindings

[PATCHv3 00/17] arm64: remove set_fs() and friends
 2020-10-26 13:31 UTC  (15+ messages)
` [PATCHv3 01/17] arm64: ensure ERET from kthread is illegal
` [PATCHv3 02/17] arm64: add C wrappers for SET_PSTATE_*()
` [PATCHv3 03/17] arm64: head.S: rename el2_setup -> init_kernel_el
` [PATCHv3 04/17] arm64: head.S: cleanup SCTLR_ELx initialization
` [PATCHv3 05/17] arm64: head.S: always initialize PSTATE
` [PATCHv3 06/17] arm64: sdei: move uaccess logic to arch/arm64/
` [PATCHv3 07/17] arm64: sdei: explicitly simulate PAN/UAO entry
` [PATCHv3 08/17] arm64: uaccess: move uao_* alternatives to asm-uaccess.h
` [PATCHv3 09/17] arm64: uaccess: rename privileged uaccess routines
` [PATCHv3 10/17] arm64: uaccess: simplify __copy_user_flushcache()
` [PATCHv3 11/17] arm64: uaccess: refactor __{get,put}_user
` [PATCHv3 12/17] arm64: uaccess: split user/kernel routines
` [PATCHv3 13/17] arm64: uaccess cleanup macro naming
` [PATCHv3 14/17] arm64: uaccess: remove set_fs()

[dpdk-dev] [PATCH] mlx5: add ConnectX-7 and Bluefield-3 device IDs
 2020-10-26 13:39 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/mlx5: Fix devlink deadlock on net namespace deletion
 2020-10-26 13:38 UTC  (2+ messages)

[PATCH v1] Input: touchscreen: ads7846.c: Fix race that causes missing releases
 2020-10-26 13:21 UTC 

[PATCH v9 0/4] userspace MHI client interface driver
 2020-10-26 13:38 UTC  (4+ messages)
` [PATCH v9 3/4] docs: Add documentation for userspace client interface

[PATCH 0/5] Add PWM support for MT8183 EVB
 2020-10-26 13:38 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: pwm: pwm-mediatek: Add documentation for MT8183 SoC

[PATCH v4 0/3] Add support for mv88e6393x family of Marvell
 2020-10-26 13:38 UTC  (3+ messages)
` [PATCH v4 2/3] Add phy interface for 5GBASER mode

[PULL 00/33] target-arm queue
 2020-10-26 13:36 UTC  (11+ messages)
` [PULL 25/33] tests/acceptance: Add a test for the N800 and N810 arm machines

XSM and the idle domain
 2020-10-26 13:37 UTC  (4+ messages)

[PATCH rdma-next 0/2] Extra patches with NDR support
 2020-10-26 13:37 UTC  (3+ messages)
` [PATCH rdma-next 1/2] IB/core: Add support for NDR link speed
` [PATCH rdma-next 2/2] IB/mlx5: "

[PATCH v2 1/3] drm/msm: Add support for GPU cooling
 2020-10-26 13:37 UTC  (4+ messages)
` [PATCH v2 3/3] dt-bindings: drm/msm/gpu: Add cooling device support

Recent upgrade of 4.13 -> 4.14 issue
 2020-10-26 13:37 UTC 

post-receive: pub/scm/linux/kernel/git/s390/linux
 2020-10-26 13:37 UTC 

[PATCH -next] crypto: atmel-sha: discard unnecessary break
 2020-10-26 13:48 UTC 

post-receive: pub/scm/linux/kernel/git/s390/linux
 2020-10-26 13:37 UTC 

[PATCH 0/5] iio: adc: xilinx: use even more devres
 2020-10-26 13:36 UTC  (6+ messages)
` [PATCH 1/5] iio: adc: xilinx: use helper variable for &pdev->dev
` [PATCH 2/5] iio: adc: xilinx: use devm_krealloc() instead of kfree() + kcalloc()
` [PATCH 3/5] iio: adc: xilinx: use a devres action to disable and unprepare the clock
` [PATCH 4/5] iio: adc: xilinx: use devres for irq handling
` [PATCH 5/5] iio: adc: xilinx: use iio devres helpers

drm/ttm: new TT backend allocation pool
 2020-10-26 13:36 UTC  (3+ messages)
` [PATCH 01/13] drm/ttm: nuke ttm_tt_set_(un)populated again

[PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() to housekeeping CPUs
 2020-10-26 13:35 UTC  (15+ messages)
                          ` [Intel-wired-lan] "

[PATCH -next] [media] dvb: si21xx: Discard unnecessary breaks
 2020-10-26 13:46 UTC 

[PATCH 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2020-10-26 13:34 UTC  (20+ messages)
` [PATCH 01/11] KVM: arm64: Don't adjust PC on SError during SMC trap
` [PATCH 02/11] KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
` [PATCH 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP
` [PATCH 04/11] KVM: arm64: Move PC rollback on SError "
` [PATCH 05/11] KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
` [PATCH 06/11] KVM: arm64: Add basic hooks for injecting exceptions from EL2
` [PATCH 07/11] KVM: arm64: Inject AArch64 exceptions from HYP
` [PATCH 08/11] KVM: arm64: Inject AArch32 "
` [PATCH 09/11] KVM: arm64: Remove SPSR manipulation primitives

[xen-unstable-smoke test] 156241: regressions - trouble: blocked/fail
 2020-10-26 13:35 UTC  (2+ messages)

[dpdk-dev] [PATCH v5 0/7] BBDEV test updates
 2020-10-26 13:35 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 2/7] app/bbdev: add explicit check for counters
` [dpdk-dev] [PATCH v5 3/7] app/bbdev: include explicit HARQ preloading
` [dpdk-dev] [PATCH v5 4/7] app/bbdev: define wait for offload
` [dpdk-dev] [PATCH v5 5/7] app/bbdev: skip bler ut when compression is used

[PATCH 0/6] qemu-storage-daemon: QAPIfy --chardev
 2020-10-26 13:33 UTC  (3+ messages)
` [PATCH 6/6] qemu-storage-daemon: Use qmp_chardev_add() for --chardev

[PATCH 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
 2020-10-26 13:30 UTC  (5+ messages)
` [PATCH 2/2] ASoC: fsl_aud2htx: Add aud2htx module driver

[PATCH 0/2] Add support for the Sony Exmor-RS IMX300 camera sensor
 2020-10-26 13:33 UTC  (3+ messages)
` [PATCH 2/2] media: dt-bindings: media: i2c: Add IMX300 CMOS sensor binding

[PATCH] ARM: dts: BCM5301X: Linksys EA9500 add fixed partitions
 2020-10-26 13:30 UTC  (4+ messages)

Xen on RP4
 2020-10-26 13:31 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2020-10-26 13:31 UTC 

[PATCH 1/5] mips: start.S: Add Octeon boot header compatibility
 2020-10-26 13:31 UTC  (3+ messages)
` [PATCH 5/5] mips: octeon: tools: Add update_octeon_header tool

[PATCH 1/2] dt-bindings: timer: mtk-timer: add optional 13m and bus clock
 2020-10-26 13:30 UTC  (8+ messages)
` [PATCH 2/2] clocksource: mediatek: add clk13m and bus clock support

[PATCH v6 00/29] Warn on orphan section placement
 2020-10-26 13:29 UTC  (5+ messages)
` [PATCH v6 13/29] arm64/build: Assert for unwanted sections

[Regression] s390x build broken with 5.10-rc1 (bisected)
 2020-10-26 13:31 UTC  (5+ messages)
  ` [PATCH 1/1] s390: correct __bootdata / __bootdata_preserved macros

[PATCH 0/2] Add support to configure DWC for ECRC
 2020-10-26 13:30 UTC  (5+ messages)
` [PATCH 2/2] PCI: dwc: Add support to configure "

[PATCH] um: include compiler_attributes.h where used
 2020-10-26 13:30 UTC  (2+ messages)

[RFCv2 00/16] KVM protected memory extension
 2020-10-26 13:28 UTC  (8+ messages)
` [RFCv2 08/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory

[PATCH rdma-next] RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtool
 2020-10-26 13:29 UTC 

[PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
 2020-10-26 13:27 UTC  (4+ messages)

[PATCH 0/4] Test more "check-acceptance" tests in the gitlab-CI
 2020-10-26 13:27 UTC  (2+ messages)

[PATCH v2] perf trace: Segfault when trying to trace events by cgroup
 2020-10-26 13:20 UTC 

[PATCH net] can: peak_usb: add range checking in decode operations
 2020-10-26 13:28 UTC  (3+ messages)

[PATCH rdma-next] IB/srpt: Fix memory leak in srpt_add_one
 2020-10-26 13:27 UTC  (2+ messages)

[PATCH libdrm] xf86drm.c: Use integer logarithm
 2020-10-26 13:11 UTC 

[PATCH rdma-next 0/6] Use ib_umem_find_best_pgsz() for all umems
 2020-10-26 13:26 UTC  (7+ messages)
` [PATCH rdma-next 1/6] RDMA/mlx5: Use ib_umem_find_best_pgsz() for devx
` [PATCH rdma-next 2/6] RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQ
` [PATCH rdma-next 3/6] RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQ
` [PATCH rdma-next 4/6] RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QP
` [PATCH rdma-next 5/6] RDMA/mlx5: mlx5_umem_find_best_quantized_pgoff() for CQ
` [PATCH rdma-next 6/6] RDMA/mlx5: Lower setting the umem's PAS for SRQ

[PATCH v3] KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIRED
 2020-10-26 13:25 UTC  (3+ messages)

[Buildroot] [PATCH] DEVELOPERS: change Julien Olivain's e-mail address
 2020-10-26 13:25 UTC  (2+ messages)

[PATCH] hw/arm: fix min_cpus for xlnx-versal-virt platform
 2020-10-26 13:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/dhowells/linux-fs
 2020-10-26 13:23 UTC 

[PATCH rdma-next 0/5] Use ib_umem_find_best_pgsz() when creating MRs
 2020-10-26 13:23 UTC  (6+ messages)
` [PATCH rdma-next 1/5] RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()
` [PATCH rdma-next 2/5] RDMA/mlx5: Move xlt_emergency_page_mutex into mr.c
` [PATCH rdma-next 3/5] RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()
` [PATCH rdma-next 4/5] RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP cases
` [PATCH rdma-next 5/5] RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc's

[PATCH rdma-next 0/7] Use only a umem and HW page_shift to calculate MR sizes
 2020-10-26 13:19 UTC  (8+ messages)
` [PATCH rdma-next 1/7] RDMA/mlx5: Remove mlx5_ib_mr->order
` [PATCH mlx5-next 2/7] RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
` [PATCH rdma-next 3/7] RDMA/mlx5: Remove mlx5_ib_mr->npages
` [PATCH rdma-next 4/7] RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mr
` [PATCH rdma-next 5/7] RDMA/mlx5: Remove order from mlx5_ib_cont_pages()
` [PATCH rdma-next 6/7] RDMA/mlx5: Remove ncont "
` [PATCH rdma-next 7/7] RDMA/mlx5: Remove npages "

stable-rc/queue/4.9 build: 197 builds: 2 failed, 195 passed, 6 warnings (v4.9.240-135-g01998ece2fca)
 2020-10-26 13:22 UTC 

Critical BMC process failure recovery
 2020-10-26 13:19 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/weston: add patch to fix issue in conjunction with imx-gpu-viv
 2020-10-26 13:21 UTC  (2+ messages)

[PATCH] drm: deprecate DRM_FORMAT_MOD_NONE
 2020-10-26 13:21 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/s390/linux
 2020-10-26 13:21 UTC 

post-receive: pub/scm/linux/kernel/git/s390/linux
 2020-10-26 13:21 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-10-26 13:20 UTC 

[PATCH v6 1/2] arm64: Add part number for Arm Cortex-A77
 2020-10-26 13:19 UTC  (6+ messages)
` [PATCH v6 2/2] arm64: Add workaround for Arm Cortex-A77 erratum 1508412

[PULL 00/12] riscv-to-apply queue
 2020-10-26 13:16 UTC  (2+ messages)

[PATCH v2 0/7] Microchip PolarFire SoC support
 2020-10-26 13:18 UTC  (5+ messages)
` [PATCH v2 5/7] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v2 6/7] riscv: Add Microchip MPFS Icicle Kit support

[PATCH] device-crash-test: Check if path is actually an executable file
 2020-10-26 13:16 UTC  (2+ messages)

[PATCH 0/3] crypto: Add Keem Bay OCS HCU driver
 2020-10-26 13:17 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: crypto: Add Keem Bay OCS HCU bindings

[PATCH RESEND 0/3] Fix wrong identifiers on kernel-doc markups
 2020-10-26 13:16 UTC  (3+ messages)
` [PATCH RESEND 1/3] net: phy: fix "

[PATCH] arm64: mte: Document that user PSTATE.TCO is ignored by kernel uaccess
 2020-10-26 13:14 UTC 

[PATCH 1/2] dt-bindings: nvmem: mtk-efuse: add documentation for MT8516 SoC
 2020-10-26 13:13 UTC  (4+ messages)

[PATCH 0/9] Genpd related code changes to drop am335x pdata
 2020-10-26 13:13 UTC  (6+ messages)
` [PATCH 9/9] remoteproc/wkup_m3: Use reset control driver if available

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 13:13 UTC  (4+ messages)

[PATCH v6 0/6] CTU CAN FD open-source IP core SocketCAN driver, PCI, platform integration and documentation
 2020-10-26 13:04 UTC  (4+ messages)
` [PATCH v6 3/6] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part

[PATCH 1/2] perf test: Use generic event for expand_libpfm_events()
 2020-10-26 13:12 UTC  (5+ messages)
` [PATCH v2 2/2] perf stat: Support regex pattern in --for-each-cgroup

[PATCH v2 0/1] Add macro definition for the upcoming new OST driver
 2020-10-26 13:13 UTC  (3+ messages)
` [PATCH v2 1/1] dt-bindings: timer: Add new OST support for the upcoming new driver

[PATCH] i915: Add QUIRK_EDP_CHANNEL_EQ for Dell 7200 2-in-1
 2020-10-26 13:11 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH 0/3] scsi: target: Set correct residual data
 2020-10-26 13:12 UTC  (7+ messages)
` [PATCH 3/3] scsi: target: core: Change ASCQ for residual write

post-receive: pub/scm/linux/kernel/git/broonie/regmap
 2020-10-26 13:13 UTC 

[Bug 209867] New: CPU soft lockup/stall with nested KVM and SMP
 2020-10-26 13:10 UTC  (3+ messages)
` [Bug 209867] "

[PATCH] MIPS: zboot: put appended dtb into a section
 2020-10-26 13:11 UTC  (2+ messages)

[PATCH] Makefile: Correctly propagate failure when removing target
 2020-10-26 13:10 UTC 

[PATCH 00/18] Drop remaining pdata for am335x and use genpd
 2020-10-26 13:10 UTC  (2+ messages)

mt7601u panic on device removal
 2020-10-26 13:10 UTC 

post-receive: pub/scm/linux/kernel/git/mark/linux
 2020-10-26 13:10 UTC 

[PATCH v3] Add new recipe for squashfs-tools-ng
 2020-10-26 13:09 UTC  (4+ messages)
` [PATCH v4] "

[qemu-mainline test] 156240: regressions - trouble: blocked/fail/pass/starved
 2020-10-26 13:08 UTC 

[PATCH 00/11] SCMI vendor protocols and modularization
 2020-10-26 13:07 UTC  (6+ messages)
` [PATCH 03/11] firmware: arm_scmi: introduce common protocol interface

[PATCH v3 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-10-26 13:08 UTC  (3+ messages)
` [PATCH v3 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml

[igt-dev] [PATCH i-g-t] tests/kms_plane: fix pixel format (-clamping) tests
 2020-10-26 13:08 UTC 

[PATCH] usb: typec: Prevent setting invalid opmode value
 2020-10-26 13:05 UTC  (2+ messages)

[PATCH v5 00/12] Exposing backing-chain allocation over NBD
 2020-10-26 13:06 UTC  (4+ messages)
` [PATCH v5 06/12] nbd: Update qapi to support exporting multiple bitmaps

[PATCH 06/18] mips: mtmips: add two reference boards for mt7620
 2020-10-26 13:06 UTC  (2+ messages)

[PATCH v29 00/17] Add migration support for VFIO devices
 2020-10-26 13:00 UTC  (3+ messages)
` [PATCH v29 05/17] vfio: Add VM state change handler to know state of VM

possible lockdep regression introduced by 4d004099a668 ("lockdep: Fix lockdep recursion")
 2020-10-26 13:06 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2020-10-26 13:06 UTC 

[Buildroot] [git commit] package/weston: add patch to fix issue in conjunction with imx-gpu-viv
 2020-10-26 13:05 UTC 

[PATCH 0/4] crypto: switch to crypto API for EBOIV generation
 2020-10-26 13:04 UTC  (5+ messages)
` [PATCH 1/4] crypto: add eboiv as a crypto API template
` [PATCH 2/4] crypto: add eboiv(cbc(aes)) test vectors
` [PATCH 3/4] dm crypt: switch to EBOIV crypto API template
` [PATCH 4/4] crypto: ccree: re-introduce ccree eboiv support

[PATCH 0/9] dev-serial: minor fixes and improvements
 2020-10-26 13:00 UTC  (6+ messages)
` [PATCH 8/9] dev-serial: fix FTDI_GET_MDM_ST response

boost ranks with organic traffic
 2020-10-26 12:47 UTC 


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.