All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-14 18:21:56 to 2020-12-14 19:00:36 UTC [more...]

[PATCH 5.9 000/105] 5.9.15-rc1 review
 2020-12-14 17:29 UTC  (43+ messages)
` [PATCH 5.9 005/105] ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks
` [PATCH 5.9 007/105] net, xsk: Avoid taking multiple skbuff references
` [PATCH 5.9 018/105] ibmvnic: delay next reset if hard reset fails
` [PATCH 5.9 020/105] ibmvnic: send_login should check for crq errors
` [PATCH 5.9 021/105] ibmvnic: reduce wait for completion time
` [PATCH 5.9 022/105] drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
` [PATCH 5.9 024/105] can: m_can: tcan4x5x_can_probe(): fix error path: remove erroneous clk_disable_unprepare()
` [PATCH 5.9 025/105] can: sja1000: sja1000_err(): dont count arbitration lose as an error
` [PATCH 5.9 026/105] can: sun4i_can: sun4i_can_err(): "
` [PATCH 5.9 027/105] can: c_can: c_can_power_up(): fix error handling
` [PATCH 5.9 035/105] usb: ohci-omap: Fix descriptor conversion
` [PATCH 5.9 041/105] arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards
` [PATCH 5.9 042/105] arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc
` [PATCH 5.9 043/105] iwlwifi: sta: set max HE max A-MPDU according to HE capa
` [PATCH 5.9 044/105] iwlwifi: pcie: set LTR to avoid completion timeout
` [PATCH 5.9 045/105] iwlwifi: mvm: fix kernel panic in case of assert during CSA
` [PATCH 5.9 046/105] powerpc: Drop -me200 addition to build flags
` [PATCH 5.9 047/105] arm64: dts: broadcom: clear the warnings caused by empty dma-ranges
` [PATCH 5.9 048/105] ARC: stack unwinding: dont assume non-current task is sleeping
` [PATCH 5.9 051/105] interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes
` [PATCH 5.9 052/105] interconnect: qcom: qcs404: Remove GPU and display RPM IDs
` [PATCH 5.9 053/105] ibmvnic: skip tx timeout reset while in resetting
` [PATCH 5.9 055/105] drm/exynos: depend on COMMON_CLK to fix compile tests
` [PATCH 5.9 063/105] intel_idle: Fix intel_idle() vs tracing
` [PATCH 5.9 064/105] arm64: tegra: Disable the ACONNECT for Jetson TX2
` [PATCH 5.9 066/105] platform/x86: thinkpad_acpi: Do not report SW_TABLET_MODE on Yoga 11e
` [PATCH 5.9 067/105] platform/x86: thinkpad_acpi: Add BAT1 is primary battery quirk for Thinkpad Yoga 11e 4th gen
` [PATCH 5.9 068/105] platform/x86: thinkpad_acpi: Whitelist P15 firmware for dual fan control
` [PATCH 5.9 069/105] platform/x86: acer-wmi: add automatic keyboard background light toggle key as KEY_LIGHTS_TOGGLE
` [PATCH 5.9 070/105] platform/x86: intel-vbtn: Support for tablet mode on HP Pavilion 13 x360 PC
` [PATCH 5.9 071/105] platform/x86: touchscreen_dmi: Add info for the Predia Basic tablet
` [PATCH 5.9 073/105] can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
` [PATCH 5.9 074/105] s390: fix irq state tracing
` [PATCH 5.9 075/105] intel_idle: Build fix
` [PATCH 5.9 076/105] media: pulse8-cec: fix duplicate free at disconnect or probe error
` [PATCH 5.9 077/105] media: pulse8-cec: add support for FW v10 and up
` [PATCH 5.9 078/105] mmc: mediatek: Fix system suspend/resume support for CQHCI
` [PATCH 5.9 079/105] mmc: mediatek: Extend recheck_sdio_irq fix to more variants
` [PATCH 5.9 080/105] ktest.pl: Fix incorrect reboot for grub2bls
` [PATCH 5.9 081/105] xen: add helpers for caching grant mapping pages
` [PATCH 5.9 082/105] xen: dont use page->lru for ZONE_DEVICE memory
` [PATCH 5.9 094/105] drm/i915/gt: Cancel the preemption timeout on responding to it

[PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance
 2020-12-14 18:58 UTC  (6+ messages)

[Intel-gfx] [PATCH 14/69] drm/i915/gt: Track the overall awake/busy time
 2020-12-14 19:00 UTC 

[linux-next:master 2505/13375] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c:214:2: error: implicit declaration of function 'enable_kernel_vsx'
 2020-12-14 18:59 UTC  (2+ messages)

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-14 18:37 UTC  (33+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 02/16] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PATCH v2 03/16] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH v2 04/16] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH v2 06/16] target/mips: Rename helper.c as tlb_helper.c
` [PATCH v2 07/16] target/mips: Fix code style for checkpatch.pl
` [PATCH v2 08/16] target/mips: Move mmu_init() functions to tlb_helper.c
` [PATCH v2 09/16] target/mips: Rename translate_init.c as cpu-defs.c
` [PATCH v2 10/16] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PATCH v2 11/16] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
` [PATCH v2 12/16] target/mips/translate: Extract DisasContext structure
` [PATCH v2 13/16] target/mips/translate: Add declarations for generic code
` [PATCH v2 14/16] target/mips: Declare generic FPU functions in 'translate.h'
` [PATCH v2 15/16] target/mips: Extract FPU specific definitions to translate.h
` [PATCH v2 16/16] target/mips: Only build TCG code when CONFIG_TCG is set

[PATCH 1/2] hwrng: iproc-rng200: Fix disable of the block
 2020-12-14 17:36 UTC  (2+ messages)

[PATCH] mmc: meson-gx: change clock phase value on AGX SoCs
 2020-12-14 18:58 UTC  (3+ messages)

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

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

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

[PULL 00/30] ppc-for-6.0 queue 20201214
 2020-12-14 18:53 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] net/bnxt: fix doorbell write ordering
 2020-12-14 18:56 UTC 

[PATCH 0/6] VIM3: add support for checking 'Function' button state
 2020-12-14 18:55 UTC  (13+ messages)
  ` [PATCH 1/6] clk: meson: add minimal driver for g12a-ao clocks
  ` [PATCH 2/6] adc: meson-saradc: add G12A variant
  ` [PATCH 3/6] adc: meson-saradc: skip hardware init only if ADC is enabled
  ` [PATCH 6/6] configs: khadas-vim3: enable Function button support

[Intel-gfx] [PATCH 1/2] drm/i915: Individual request cancellation
 2020-12-14 18:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

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

[Intel-gfx] [PATCH] doc: Fix build of documentation after i915 file rename
 2020-12-14 18:54 UTC 

[dpdk-dev] [PATCH] net/bnxt: limit per-poll Rx representor pkts
 2020-12-14 18:53 UTC 

kexec not working in xen domU?
 2020-12-14 18:52 UTC  (2+ messages)

Kernel oops while using AER inject
 2020-12-14 18:51 UTC  (3+ messages)

[PATCH v2 0/6] Several changes for the UPIU trace
 2020-12-14 18:51 UTC  (4+ messages)
` [PATCH v2 1/6] scsi: ufs: Remove stringize operator '#' restriction

[PATCH 00/10] workqueue: break affinity initiatively
 2020-12-14 17:36 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix doorbell write ordering
 2020-12-14 18:51 UTC 

[PATCH v2] ipvs: add weighted random twos choice algorithm
 2020-12-14 18:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 2/2] drm: automatic legacy gamma support
 2020-12-14 18:49 UTC  (7+ messages)
      ` [kbuild-all] "

[PATCH] usb: dwc3-meson-g12a: always configure dr-mode
 2020-12-14 18:50 UTC  (3+ messages)

[PATCH] pinctrl: meson: fix bit manipulation of pin bias configuration
 2020-12-14 18:48 UTC  (2+ messages)

[PATCH] fair/util_est: Separate util_est_dequeue() for cfs_rq_util_change
 2020-12-14 18:46 UTC  (3+ messages)

[PATCH v2] proc: Allow pid_revalidate() during LOOKUP_RCU
 2020-12-14 18:45 UTC  (5+ messages)

[Intel-wired-lan] [PATCH v4 0/4] Improve s0ix flows for systems i219LM
 2020-12-14 18:40 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH 4/4] e1000e: Export S0ix flags to ethtool
  `  "
` [PATCH v4 0/4] Improve s0ix flows for systems i219LM
    ` Fw: [External] "
      ` [Intel-wired-lan] "

[PATCH] e2fsck: Avoid changes on recovery flags when jbd2_journal_recover() failed
 2020-12-14 18:44 UTC  (4+ messages)

[Intel-gfx] [PATCH i-g-t] lib: Pass device fd to gem_mmappable_aperture_size()
 2020-12-14 18:45 UTC  (3+ messages)
  ` [igt-dev] "

[Patch bpf-next 0/3] bpf: introduce timeout map
 2020-12-14 18:40 UTC  (6+ messages)

[PATCH 0/3] x86/resctrl: Fix a few issues in moving a task to a resource group
 2020-12-14 18:41 UTC  (6+ messages)
` [PATCH 2/3] x86/resctrl: Update PQR_ASSOC MSR synchronously when moving task to "

[meta-python][PATCH 1/2] python3-matplotlib: Disable LTO on mips/clang
 2020-12-14 18:42 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] redis: Update to 6.0.9

[Intel-gfx] [PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-14 18:42 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v6,1/5] "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[microchip-ung-linux-upstream:v5.10-webstax 49/88] drivers/dma/microchip-sparx5-fdma.c:1766:3: error: implicit declaration of function '__flush_dcache_area'
 2020-12-14 18:40 UTC 

Why /dev/mem has null size?
 2020-12-14 18:38 UTC  (3+ messages)

[PATCH 0/3] KVM: x86: MSR completion refactoring for SEV-ES
 2020-12-14 18:32 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: remove bogus #GP injection
` [PATCH 2/3] KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
` [PATCH 3/3] KVM: x86: introduce complete_emulated_msr callback

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

dm-crypt with no_read_workqueue and no_write_workqueue + btrfs scrub = BUG()
 2020-12-14 18:11 UTC  (2+ messages)
` [dm-crypt] "

[SPDK] Intel Memory and Storage Moment 2020 - December 15 & 16
 2020-12-14 18:36 UTC 

[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
 2020-12-14 17:05 UTC  (5+ messages)
` [PATCH v2 1/4] block: Honor blk_set_aio_context() context requirements
` [PATCH v2 2/4] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
` [PATCH v2 3/4] nbd/server: Quiesce coroutines on context switch
` [PATCH v2 4/4] block: Close block exports in two steps

[PATCH 00/24] NetBSD fixes
 2020-12-14 16:36 UTC  (25+ messages)
` [PATCH 01/24] Fix lock directory path for NetBSD
` [PATCH 02/24] NetBSD doens't need xenbackendd with xl toolstack
` [PATCH 03/24] Fix lock directory path for NetBSD
` [PATCH 04/24] Make xg_main.c build on NetBSD
` [PATCH 05/24] Introduce locking functions for block device setup "
` [PATCH 06/24] Handle the case where vifname is not present in xenstore
` [PATCH 07/24] Remove NetBSD's system headers. We'll use the system-provided ones, which are up to date
` [PATCH 08/24] Make libs/call build on NetBSD
` [PATCH 09/24] Use xen/xenio.h "
` [PATCH 10/24] Make libs/evtchn build "
` [PATCH 11/24] Implement foreignmemory "
` [PATCH 12/24] Implement gnttab "
` [PATCH 13/24] Don't assume tv_sec is a unsigned long (for NetBSD)
` [PATCH 14/24] Pass bridge name to qemu and set XEN_DOMAIN_ID
` [PATCH 15/24] Make libs/light build on NetBSD
` [PATCH 16/24] Switch NetBSD to QEMU_XEN (!traditional)
` [PATCH 17/24] Make libs/light build on NetBSD
` [PATCH 18/24] xeneventchn_stubs.c doens't need xen/sys/evtchn.h (NetBSD fix)
` [PATCH 19/24] errno may not be a gobal R/W variable, use a local variable instead (fix build on NetBSD)
` [PATCH 20/24] If FILENAME_MAX is defined, use it instead of arbitrary value (fix format-truncation errors with GCC >= 7)
` [PATCH 21/24] Fix unused functions/variables error
` [PATCH 22/24] If PTHREAD_STACK_MIN is not defined, use DEFAULT_THREAD_STACKSIZE
` [PATCH 23/24] Use xen/xenio.h on NetBSD
` [PATCH 24/24] Fix error: array subscript has type 'char' [-Werror=char-subscripts]

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-12-14 18:32 UTC  (4+ messages)

[GIT PULL] arm64 updates for 5.11
 2020-12-14 18:28 UTC  (2+ messages)

[v1] drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driver
 2020-12-14 18:32 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/4] dma-buf: Remove kmap kerneldoc vestiges
 2020-12-14 18:33 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] dma-buf: Remove kmap kerneldoc vestiges (rev2)

[PATCH v2 1/7] syslinux: rewrite recipe so only target code is x86-specific
 2020-12-14 18:31 UTC  (7+ messages)
` [PATCH v2 2/7] wic-image-minimal: only depend on syslinux on x86 targets
` [PATCH v2 3/7] wic-tools: don't build syslinux-native for targets without syslinux
` [PATCH v2 4/7] image-uefi.conf: add EFI arch variable
` [PATCH v2 5/7] systemd-boot: build the EFI stub
` [PATCH v2 6/7] systemd-boot: allow building for Arm targets
` [PATCH v2 7/7] wic-tools: add grub-efi and systemd-boot on arm64

[libnftnl PATCH 1/2] set_elem: Use nftnl_data_reg_snprintf()
 2020-12-14 18:30 UTC  (2+ messages)

[PATCH v4 00/32] qdev property code cleanup
 2020-12-14 18:28 UTC  (4+ messages)
` [PATCH v4 25/32] qdev: Make qdev_class_add_property() more flexible

[PATCH AUTOSEL 5.9 01/23] drm/tegra: sor: Don't warn on probe deferral
 2020-12-14 18:29 UTC  (6+ messages)
` [PATCH AUTOSEL 5.9 15/23] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()

Depreciate PATCH support for HostName at NetworkProtocol
 2020-12-14 18:27 UTC 

[RFC PATCH] scsi:libiscsi:Fix possible NULL dereference in iscsi_eh_cmd_timed_out
 2020-12-14 17:36 UTC  (2+ messages)

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

[PATCH BlueZ v2 1/2] Revert "input/hog: Remove HID device after HoG device disconnects"
 2020-12-14 18:22 UTC  (4+ messages)
` [PATCH BlueZ v2 2/2] input/hog: Cache the HID report map

[PATCH v5 00/25] coresight: etm4x: Support for system instructions
 2020-12-14 17:37 UTC  (2+ messages)
` [PATCH v5 02/25] coresight: etm4x: Skip accessing TRCPDCR in save/restore

linux-next: manual merge of the akpm-current tree with the risc-v tree
 2020-12-14 17:37 UTC  (2+ messages)

[PATCH 1/3] thermal: core: Add indication for userspace usage
 2020-12-14 18:21 UTC  (2+ messages)

[Bug 210683] New: Nasty gpu powersave regression Navi14
 2020-12-14 18:22 UTC  (2+ messages)
` [Bug 210683] Nasty amdgpu "

[PATCH 0/4] Introduce a mmap sem to deal with some mmap issues
 2020-12-14 18:19 UTC  (2+ messages)
` [PATCH 1/4] btrfs: add a i_mmap_lock to our inode


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.