All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-14 17:38:47 to 2020-12-14 18:17:00 UTC [more...]

[PATCH 5.9 000/105] 5.9.15-rc1 review
 2020-12-14 17:29 UTC  (30+ messages)
` [PATCH 5.9 009/105] vhost-vdpa: fix page pinning leakage in error path (rework)
` [PATCH 5.9 017/105] ibmvnic: avoid memset null scrq msgs
` [PATCH 5.9 023/105] drm/panel: sony-acx565akm: Fix race condition in probe
` [PATCH 5.9 034/105] perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
` [PATCH 5.9 049/105] scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()
` [PATCH 5.9 054/105] irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend
` [PATCH 5.9 056/105] spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
` [PATCH 5.9 057/105] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
` [PATCH 5.9 060/105] btrfs: fix lockdep splat when enabling and disabling qgroups
` [PATCH 5.9 061/105] soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)
` [PATCH 5.9 062/105] sched/idle: Fix arch_cpu_idle() vs tracing
` [PATCH 5.9 065/105] platform/x86: thinkpad_acpi: add P1 gen3 second fan support
` [PATCH 5.9 072/105] platform/x86: touchscreen_dmi: Add info for the Irbis TW118 tablet
` [PATCH 5.9 083/105] Input: cm109 - do not stomp on control URB
` [PATCH 5.9 085/105] pinctrl: jasperlake: Fix HOSTSW_OWN offset
` [PATCH 5.9 086/105] pinctrl: amd: remove debounce filter setting in IRQ type setting
` [PATCH 5.9 087/105] mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC
` [PATCH 5.9 088/105] mmc: block: Fixup condition for CMD13 polling for RPMB requests
` [PATCH 5.9 089/105] drm/amdgpu/disply: set num_crtc earlier
` [PATCH 5.9 090/105] drm/i915/gem: Propagate error from cancelled submit due to context closure
` [PATCH 5.9 091/105] drm/i915/display/dp: Compute the correct slice count for VDSC on DP
` [PATCH 5.9 092/105] drm/i915/gt: Declare gen9 has 64 mocs entries!
` [PATCH 5.9 097/105] proc: use untagged_addr() for pagemap_read addresses
` [PATCH 5.9 099/105] zonefs: fix page reference and BIO leak
` [PATCH 5.9 100/105] scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
` [PATCH 5.9 101/105] x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
` [PATCH 5.9 102/105] x86/membarrier: Get rid of a dubious optimization
` [PATCH 5.9 104/105] x86/kprobes: Fix optprobe to detect INT3 padding correctly
` [PATCH 5.9 105/105] compiler.h: fix barrier_data() on clang

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-12-14 18:17 UTC 

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-14 18:13 UTC  (2+ messages)

Updated performance patch series
 2020-12-14 18:14 UTC  (5+ messages)
` [PATCH v5 1/4] um: Add support for host CPU flags and alignment
` [PATCH v5 2/4] um: enable the use of optimized xor routines in UML
` [PATCH v5 3/4] um: add a UML specific futex implementation
` [PATCH v5 4/4] um: allow the use of glibc functions instead of builtins

[PATCHSET RFC v2 0/5] fs: Support for LOOKUP_NONBLOCK / RESOLVE_NONBLOCK
 2020-12-14 18:06 UTC  (9+ messages)
` [PATCH 4/5] fs: honor LOOKUP_NONBLOCK for the last part of file open

[PATCH v5 00/25] coresight: etm4x: Support for system instructions
 2020-12-14 17:37 UTC  (50+ messages)
` [PATCH v5 01/25] coresight: etm4x: Handle access to TRCSSPCICRn
` [PATCH v5 02/25] coresight: etm4x: Skip accessing TRCPDCR in save/restore
` [PATCH v5 03/25] coresight: Introduce device access abstraction
` [PATCH v5 04/25] coresight: tpiu: Prepare for using coresight "
` [PATCH v5 05/25] coresight: Convert coresight_timeout to use "
` [PATCH v5 06/25] coresight: Convert claim/disclaim operations to use access wrappers
` [PATCH v5 07/25] coresight: etm4x: Always read the registers on the host CPU
` [PATCH v5 08/25] coresight: etm4x: Convert all register accesses
` [PATCH v5 09/25] coresight: etm4x: Add commentary on the registers
` [PATCH v5 10/25] coresight: etm4x: Add sysreg access helpers
` [PATCH v5 11/25] coresight: etm4x: Define DEVARCH register fields
` [PATCH v5 12/25] coresight: etm4x: Check for Software Lock
` [PATCH v5 13/25] coresight: etm4x: Cleanup secure exception level masks
` [PATCH v5 14/25] coresight: etm4x: Clean up "
` [PATCH v5 15/25] coresight: etm4x: Handle ETM architecture version
` [PATCH v5 16/25] coresight: etm4x: Detect access early on the target CPU
` [PATCH v5 17/25] coresight: etm4x: Use TRCDEVARCH for component discovery
` [PATCH v5 18/25] coresight: etm4x: Expose trcdevarch via trcidr
` [PATCH v5 19/25] coresight: etm4x: Add necessary synchronization for sysreg access
` [PATCH v5 20/25] coresight: etm4x: Detect system instructions support
` [PATCH v5 21/25] coresight: etm4x: Refactor probing routine
` [PATCH v5 22/25] coresight: etm4x: Add support for sysreg only devices
` [PATCH v5 23/25] dts: bindings: coresight: ETM system register access only units
` [PATCH v5 24/25] arm64: Add TRFCR_ELx definitions
` [PATCH v5 25/25] coresight: Add support for v8.4 SelfHosted tracing

Energy-efficiency options within RCU
 2020-12-14 18:12 UTC  (2+ messages)

dm-crypt with no_read_workqueue and no_write_workqueue + btrfs scrub = BUG()
 2020-12-14 18:11 UTC 

[PATCH 0/2] target/arm: Add support for DIT (Data Independent Timing)
 2020-12-14 18:11 UTC  (7+ messages)
` [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing

[PATCH] unlock patched C gccs
 2020-12-14 17:51 UTC 

[PATCH v12 00/31] Speculative page faults
 2020-12-14 18:10 UTC  (12+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2020-12-14 18:12 UTC 

Please add android-5.4 to kernelci
 2020-12-14 18:11 UTC  (3+ messages)
` Please add -stable kernels "
  ` Please add android12-5.10 kernel "

[PATCH V2 0/2] Broadcom's PMB (Power Management Bus) support
 2020-12-14 18:07 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: power: document Broadcom's PMB binding
` [PATCH V2 2/2] soc: bcm: add PM driver for Broadcom's PMB

[GIT PULL] jfs updates for 5.11
 2020-12-14 18:07 UTC 

post-receive: pub/scm/git/git
 2020-12-14 18:08 UTC 

[PATCH v3 2/4] membarrier: Add an actual barrier before rseq_preempt()
 2020-12-14 18:05 UTC  (3+ messages)
` [tip: x86/urgent] "

[PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-14 18:06 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges (rev2)
` [Intel-gfx] ✗ Fi.CI.DOCS: "

Request timeout seen with NVMEoF TCP
 2020-12-14 18:05 UTC  (7+ messages)

[PATCH v5 00/29] Convert DSI code to use drm_mipi_dsi and drm_panel (second half)
 2020-12-14 17:39 UTC  (4+ messages)
` [PATCH v5 27/29] drm/omap: dsi: remove ulps support

[microchip-ung-linux-upstream:v5.10-webstax 66/88] drivers/spi/spi-vcoreiii.c:59: Error: unrecognized instruction `nop'
 2020-12-14 18:05 UTC 

[PATCH][SMB3] mount.cifs integration with PAM
 2020-12-14 18:03 UTC  (15+ messages)

[libnftnl PATCH 1/2] set_elem: Use nftnl_data_reg_snprintf()
 2020-12-14 18:02 UTC  (2+ messages)
` [libnftnl PATCH 2/2] set_elem: Include key_end data reg in print output

iwd and NetworkManager
 2020-12-14 18:04 UTC  (2+ messages)

[PATCH net-next v4 0/3] implement kthread based napi poll
 2020-12-14 18:02 UTC  (8+ messages)
` [PATCH net-next v4 2/3] net: implement threaded-able napi poll loop support
` [PATCH net-next v4 3/3] net: add sysfs attribute to control napi threaded mode

[PATCH backport] membarrier: Explicitly sync remote cores when SYNC_CORE is requested
 2020-12-14 18:00 UTC 

hybrid polling on an nvme doesn't seem to work with iodepth > 1 on 5.10.0-rc5
 2020-12-14 17:58 UTC  (9+ messages)

[PATCH linux hwmon-next v5 0/3] SB-TSI hwmon driver v5
 2020-12-14 17:59 UTC  (5+ messages)
` [PATCH linux hwmon-next v5 1/3] hwmon: (sbtsi) Add basic support for SB-TSI sensors

[PATCH 1/2] hwrng: iproc-rng200: Fix disable of the block
 2020-12-14 17:50 UTC  (9+ messages)
` [PATCH 2/2] hwrng: iproc-rng200: Move enable/disable in separate function

[GIT PULL] KVM/arm64 updates for 5.11
 2020-12-14 17:56 UTC  (5+ messages)

[PATCH] iotests: Quote $cmd in _send_qemu_cmd
 2020-12-14 17:58 UTC 

[PATCH v8 00/18] Implement NTB Controller using multiple PCI EP
 2020-12-14 17:56 UTC  (5+ messages)
` [PATCH v8 11/18] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v8 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map

[PATCH v2 net-next] net: phy: mchp: Add 1588 support for LAN8814 Quad PHY
 2020-12-14 17:56 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-12-14 17:58 UTC 

[PATCH] mm/vmalloc: Fix unlock order in s_stop()
 2020-12-14 17:56 UTC  (6+ messages)

[PATCH V3 00/25] smartpqi updates
 2020-12-14 17:54 UTC  (3+ messages)
` [PATCH V3 15/25] smartpqi: fix host qdepth limit

[PATCH v3 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-14 17:53 UTC  (2+ messages)

[GIT PULL] dlm updates for 5.11
 2020-12-14 17:54 UTC 

[RFC PATCH] pinctrl: add helper to expose pinctrl state in debugfs
 2020-12-14 17:55 UTC  (4+ messages)

[PATCH 0/2] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2020-12-14 17:54 UTC  (10+ messages)
` [PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting

[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
 2020-12-14 17:52 UTC  (4+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner

[PATCH] drm/amd/display: Revert "add DCN support for aarch64"
 2020-12-14 17:52 UTC  (3+ messages)

CVE-2020-3702: Firmware updates for ath9k and ath10k chips
 2020-12-14 17:41 UTC  (8+ messages)

[PATCH] iotests/210: Fix reference output
 2020-12-14 17:51 UTC 

FAILED: patch "[PATCH] x86/resctrl: Fix incorrect local bandwidth when mba_sc is" failed to apply to 4.19-stable tree
 2020-12-14 18:14 UTC  (2+ messages)
` [PATCH 4.19] x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled

[PATCH] io_uring: hold uring_lock to complete faild polled io in io_wq_submit_work()
 2020-12-14 17:48 UTC  (2+ messages)

[PATCH v8 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-14 17:49 UTC 

Hardcoded multicast queue length in macvlan.c driver causes poor multicast receive performance
 2020-12-14 17:50 UTC  (5+ messages)
    ` [PATCH iproute2-next v2] iplink:macvlan: Added bcqueuelen parameter

[PATCH v4 0/2] Platform driver update to support playback recover after resume
 2020-12-14 17:50 UTC  (8+ messages)
` [PATCH v4 1/2] Partially revert ASoC: qcom: Fix enabling BCLK and LRCLK in LPAIF invalid state

post-receive: pub/scm/linux/kernel/git/teigland/linux-dlm
 2020-12-14 17:51 UTC 

[PATCH v2 0/4] Additional NPCM7xx devices
 2020-12-14 17:48 UTC  (4+ messages)
` [PATCH v2 3/4] hw/adc: Add an ADC module for NPCM7XX

[PATCH] efi/libstub: Allow EFI_NOT_FOUND on LOAD_FILE2_PROTOCOL calls for initrd
 2020-12-14 17:48 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-12-14 17:50 UTC 

[git pull] 2 reverts for 5.11 to fix v5.10 MD regression
 2020-12-14 17:47 UTC  (2+ messages)
` [dm-devel] "

[PATCH v3 1/4] spi: LS7A: Add Loongson LS7A SPI controller driver support
 2020-12-14 17:48 UTC  (2+ messages)

[MPTCP] [PATCH mptcp-net] mptcp: properly annotate nested lock
 2020-12-14 17:49 UTC 

[PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-14 17:49 UTC  (6+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v6 2/5] drm/i915/display/psr: Use plane damage clips to calculate damaged area
` [Intel-gfx] [PATCH v6 3/5] drm/i915/display: Split and export main surface calculation from skl_check_main_surface()
` [Intel-gfx] [PATCH v6 4/5] drm/i915/display/psr: Program plane's calculated offset to plane SF register
` [Intel-gfx] [PATCH v6 5/5] HAX/DO_NOT_MERGE_IT: drm/i915/display: Enable PSR2 selective fetch for testing

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-12-14 17:48 UTC 

[RFC, v2 0/1] msi support for platform devices
 2020-12-14 17:45 UTC  (4+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 1/2] vfio/platform: add support for msi
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom platform devices

updated ksmbd (cifsd)
 2020-12-14 17:45 UTC  (2+ messages)

FAILED: patch "[PATCH] x86/resctrl: Fix incorrect local bandwidth when mba_sc is" failed to apply to 5.4-stable tree
 2020-12-14 18:09 UTC  (2+ messages)
` [PATCH 5.4] x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled

[PATCH] venus: venc: set inband mode property to FW
 2020-12-14 17:44 UTC 

How to create a directory in multiple packages?
 2020-12-14 17:46 UTC  (2+ messages)
` [OE-core] "

[Intel-gfx] [PATCH v5 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-12-14 17:46 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-12-14 17:46 UTC 

post-receive: pub/scm/linux/kernel/git/tnguy/next-queue
 2020-12-14 17:46 UTC 

[PATCH v2] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
 2020-12-14 17:41 UTC 

[net-next PATCH v3] tcp: Add logic to check for SYN w/ data in tcp_simple_retransmit
 2020-12-14 17:42 UTC  (2+ messages)

[PATCH] Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
 2020-12-14 17:41 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 00/12] fix rx packets dropped issue
 2020-12-14 17:44 UTC  (2+ messages)

FAILED: patch "[PATCH] x86/resctrl: Fix incorrect local bandwidth when mba_sc is" failed to apply to 5.9-stable tree
 2020-12-14 18:05 UTC  (2+ messages)
` [PATCH 5.9] x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled

[PATCH v4 00/32] qdev property code cleanup
 2020-12-14 17:40 UTC  (7+ messages)
` [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-12-14 17:42 UTC 

[microchip-ung-linux-upstream:v5.10-webstax 62/88] drivers/net/ethernet/vitesse/vtss_if_mux_netlink.c:149 vtss_if_mux_newlink() warn: potential spectre issue 'vtss_if_mux_port_net_dev' (local cap)
 2020-12-14 17:42 UTC 

[dpdk-dev] question regarding rx checksum offload flags
 2020-12-14 17:41 UTC  (3+ messages)

[PATCH v3 for-next 0/3] btrfs async discard fixes & improvements
 2020-12-14 17:37 UTC  (2+ messages)

[PATCH 0/2] optimise iov_iter
 2020-12-14 17:25 UTC  (8+ messages)
` [PATCH 2/2] iov_iter: optimise iter type checking

[PATCH 5.4 00/36] 5.4.84-rc1 review
 2020-12-14 17:27 UTC  (5+ messages)
` [PATCH 5.4 02/36] x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S
` [PATCH 5.4 07/36] powerpc: Drop -me200 addition to build flags
` [PATCH 5.4 08/36] arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
` [PATCH 5.4 13/36] irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend


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.