linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 17:15:28 to 2021-01-14 18:44:19 UTC [more...]

[PATCH 00/18] drivers: Remove oprofile and dcookies
 2021-01-14 17:51 UTC  (3+ messages)
` [PATCH 03/18] arch: arc: Remove CONFIG_OPROFILE support

[PATCH] compiler.h: Raise minimum version of GCC to 5.1 for arm64
 2021-01-14 18:43 UTC  (8+ messages)

[PATCH] power: supply: bq256xx: Fix BQ256XX_NUM_WD_VAL and bq256xx_watchdog_time[] overrun
 2021-01-14 18:43 UTC  (2+ messages)

[PATCH] driver core: Extend device_is_dependent()
 2021-01-14 18:41 UTC 

[PATCH v3 08/15] x86: add new features for paravirt patching
 2021-01-14 18:40 UTC  (4+ messages)

cpuidle-qcom-spm.c:undefined reference to `cpu_resume_arm'
 2021-01-14 18:38 UTC 

perf tools build broken for RISCV 32 bit
 2021-01-14 18:38 UTC 

[PATCH 0/3] arm64: cpufeature: Add filter function to control
 2021-01-14 18:37 UTC  (5+ messages)

[PATCH RFC] x86/sgx: Add trivial NUMA allocation
 2021-01-14 18:35 UTC  (4+ messages)

[PATCH] ACPI: thermal: Do not call acpi_thermal_check() directly
 2021-01-14 18:34 UTC 

[PATCH v6 00/16] Fix several bad kernel-doc markups
 2021-01-14 18:34 UTC  (4+ messages)
` [PATCH v6 12/16] net: tip: fix a couple "

[PATCH 3/4] RISC-V: Fix L1_CACHE_BYTES for RV32
 2021-01-14 18:33 UTC  (3+ messages)

[RFC PATCH v3 00/16] CXL 2.0 Support
 2021-01-14 18:32 UTC  (13+ messages)
` [RFC PATCH v3 07/16] cxl/mem: Implement polled mode mailbox
` [RFC PATCH v3 13/16] cxl/mem: Create concept of enabled commands
` [RFC PATCH v3 14/16] cxl/mem: Use CEL for enabling commands
` [RFC PATCH v3 15/16] cxl/mem: Add limited Get Log command (0401h)

[PATCH v3] kbuild: check the minimum compiler version in Kconfig
 2021-01-14 18:32 UTC  (4+ messages)

[PATCH mips-next 0/2] MIPS: fix -Wshadow in include files
 2021-01-14 18:30 UTC  (3+ messages)
` [PATCH mips-next 1/2] MIPS: bitops: fix -Wshadow in asm/bitops.h
  ` [PATCH mips-next 2/2] MIPS: pgtable: fix -Wshadow in asm/pgtable.h

[PATCH v5] perf stat: Fix wrong skipping for per-die aggregation
 2021-01-14 18:30 UTC  (3+ messages)

[PATCH v2] lib: add basic KUnit test for lib/math
 2021-01-14 18:27 UTC 

net/can/isotp.c:1240:13: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-01-14 18:22 UTC  (2+ messages)

drivers/iio/accel/adxl372.c:949:3: warning: converting the result of '<<' to a boolean always evaluates to true
 2021-01-14 18:24 UTC  (2+ messages)

[PATCH net-next] net: mvpp2: extend mib-fragments name to mib-fragments-err
 2021-01-14 18:20 UTC  (6+ messages)
  ` [EXT] "

[PATCH v5] modules: introduce the MODULE_SCMVERSION config
 2021-01-14 18:20 UTC  (3+ messages)

[RESEND PATCH v3 0/2] i2c: i2c-mux-gpio: Enable this driver in ACPI land
 2021-01-14 18:17 UTC  (6+ messages)
` [RESEND PATCH v3 2/2] "

[PATCH v2 1/2] power: supply: PCHG: Peripheral device charger
 2021-01-14 18:19 UTC  (2+ messages)

[PATCH v2] perf test: Fix shadow stat test for non-bash shells
 2021-01-14 18:20 UTC  (2+ messages)

[PATCH bpf-next v7 00/11] Atomics for eBPF
 2021-01-14 18:17 UTC  (12+ messages)
` [PATCH bpf-next v7 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v7 02/11] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v7 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH bpf-next v7 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v7 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v7 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v7 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v7 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v7 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v7 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v7 11/11] bpf: Document new atomic instructions

[PATCH v1] HID: make arrays usage and value to be the same
 2021-01-14 18:19 UTC  (5+ messages)

[PATCH v3 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-14 18:17 UTC  (11+ messages)
` [PATCH v3 1/8] mm: Cleanup faultaround and finish_fault() codepaths
` [PATCH v3 2/8] mm: Allow architectures to request 'old' entries when prefaulting
` [PATCH v3 3/8] arm64: mm: Implement arch_wants_old_prefaulted_pte()
` [RFC PATCH 4/8] mm: Separate fault info out of 'struct vm_fault'
` [RFC PATCH 5/8] mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
` [RFC PATCH 6/8] mm: Avoid modifying vmf.info.address in __collapse_huge_page_swapin()
` [RFC PATCH 7/8] mm: Use static initialisers for 'info' field of 'struct vm_fault'
` [RFC PATCH 8/8] mm: Mark 'info' field of 'struct vm_fault' as 'const'

[PATCH v2] kbuild: check the minimum compiler version in Kconfig
 2021-01-14 18:14 UTC  (2+ messages)

[PATCH] Documentation: livepatch: document reliable stacktrace
 2021-01-14 18:10 UTC  (8+ messages)

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-14 18:08 UTC  (11+ messages)
` [PATCH v1 5/5] driver core: Set "

[RFC PATCH v6 00/11] media: v4l2: Add extended fmt and buffer ioctls
 2021-01-14 18:07 UTC  (12+ messages)
` [RFC PATCH v6 01/11] media: v4l2-common: add normalized pixelformat field to struct v4l2_format_info
` [RFC PATCH v6 02/11] media: v4l2: Extend pixel formats to unify single/multi-planar handling (and more)
` [RFC PATCH v6 03/11] media: v4l2: Add extended buffer (de)queue operations for video types
` [RFC PATCH v6 04/11] media: videobuf2-v4l2: reorganize flags handling
` [RFC PATCH v6 05/11] media: videobuf2: Expose helpers for Ext qbuf/dqbuf
` [RFC PATCH v6 06/11] media: vivid: use vb2_ioctls_ext_{d}qbuf hooks
` [RFC PATCH v6 07/11] media: vimc: "
` [RFC PATCH v6 08/11] media: mediabus: Add helpers to convert a ext_pix format to/from a mbus_fmt
` [RFC PATCH v6 09/11] media: vivid: Convert to v4l2_ext_pix_format
` [RFC PATCH v6 10/11] media: vimc: "
` [RFC PATCH v6 11/11] media: docs: add documentation for the Extended API

[PATCH 1/2] [v2] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency
 2021-01-14 18:07 UTC  (3+ messages)
  ` [Sound-open-firmware] "

[PATCH v3 0/6] add support for inline encryption to device mapper
 2021-01-14 18:04 UTC  (5+ messages)
` [PATCH v3 3/6] dm: add support for passing through inline crypto support
` [PATCH v3 5/6] dm: Verify inline encryption capabilities of new table when it is loaded

upstream build error (12)
 2021-01-14 18:06 UTC  (5+ messages)

[PATCH v2 0/3] QCOM QUP I2C - Add noise rejection, convert to YAML
 2021-01-14 18:05 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: qcom,i2c-qup: Convert txt to YAML schema
` [PATCH v2 2/3] i2c: qup: Introduce SCL/SDA noise rejection
` [PATCH v2 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

[PATCH 0/3] v4l2 framework minor improvements
 2021-01-14 18:01 UTC  (4+ messages)
` [PATCH 1/3] media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()
` [PATCH 2/3] media: videodev2.h: clarify v4l2_pix_format_mplane.sizeimage docs when to set to zero
` [PATCH 3/3] media: videobuf2-v4l2: remove redundant error test

[PATCH v5 0/7] media: v4l2: Add extended fmt and buffer ioctls
 2021-01-14 18:04 UTC  (7+ messages)
` [PATCH v5 7/7] media: docs: add documentation for the Extended API

[PATCH v5 2/7] pwm: pca9685: Support hardware readout
 2021-01-14 18:05 UTC  (5+ messages)

[PATCH v3 0/3] QCOM QUP I2C - Add noise rejection, convert to YAML
 2021-01-14 18:04 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: i2c: qcom,i2c-qup: Convert txt to YAML schema
` [PATCH v3 2/3] i2c: qup: Introduce SCL/SDA noise rejection
` [PATCH v3 3/3] dt-bindings: i2c: qcom,i2c-qup: Document noise rejection properties

[PATCH v3 0/4] Chunk Heap Support on DMA-HEAP
 2021-01-14 18:04 UTC  (4+ messages)
` [PATCH v3 2/4] mm: failfast mode with __GFP_NORETRY in alloc_contig_range

[PATCH 1/2] libperf tests: If a test fails return non-zero
 2021-01-14 18:02 UTC  (2+ messages)
` [PATCH 2/2] libperf tests: Fail when failing to get a tracepoint id

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-14 18:02 UTC  (11+ messages)
` [PATCH v2 02/14] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH v2 04/14] x86/cpufeatures: Assign dedicated feature word for AMD mem encryption
` [PATCH v2 06/14] x86/sev: Drop redundant and potentially misleading 'sev_enabled'

[PATCH v2 00/14] kasan: HW_TAGS tests support and fixes
 2021-01-14 18:01 UTC  (5+ messages)
` [PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2021-01-14 18:00 UTC  (10+ messages)

[PATCH 1/1] usb: xhci: setup packets don't need DMA mapping
 2021-01-14 18:00 UTC  (3+ messages)

[PATCH v5 1/4] pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0
 2021-01-14 17:58 UTC  (6+ messages)
` [PATCH v5 4/4] pinctrl: qcom: Don't clear pending interrupts when enabling

[PATCH 0/3] tty: some cleanups in remove functions
 2021-01-14 17:57 UTC  (4+ messages)
` [PATCH 1/3] tty: hvcs: Drop unnecessary if block
` [PATCH 2/3] tty: vcc: "
` [PATCH 3/3] tty: vcc: Drop impossible to hit WARN_ON

[PATCH 1/3] phy: qcom-qusb2: Allow specifying default clock scheme
 2021-01-14 17:57 UTC  (7+ messages)
` [PATCH 2/3] phy: qcom-qusb2: Add configuration for SDM660
` [PATCH 3/3] dt-bindings: phy: qcom-qusb2: Document SDM660 compatible

[PATCH v10 0/8] IMA: support for measuring kernel integrity critical data
 2021-01-14 17:57 UTC  (17+ messages)
` [PATCH v10 5/8] IMA: limit critical data measurement based on a label
` [PATCH v10 8/8] selinux: include a consumer of the new IMA critical data hook

[PATCH v2 0/4] Promote Hikey 970 USB phy out of staging
 2021-01-14 17:56 UTC  (6+ messages)
` [PATCH v2 1/4] staging: hikey9xx: phy-hi3670-usb3.c: use bitfield macros
` [PATCH v2 2/4] staging: hikey9xx: phy-hi3670-usb3.c: adjust retry logic
` [PATCH v2 3/4] staging: hikey9xx: phy-hi3670-usb3.c: hi3670_is_abbclk_seleted() returns bool
` [PATCH v2 4/4] phy: phy-hi3670-usb3: move driver from staging into phy

[PATCH v2] arm64: PCI: Enable SMC conduit
 2021-01-14 17:56 UTC  (2+ messages)

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-14 17:54 UTC  (4+ messages)
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

[PATCH Broadcom/stblinux 1/2] dt-bindings: power: bcm-pmb: add BCM63138 binding
 2021-01-14 17:53 UTC  (2+ messages)
` [PATCH Broadcom/stblinux 2/2] soc: bcm: bcm-pmb: add BCM63138 SATA support

[PATCH] Documentation/llvm: Add a section about supported architectures
 2021-01-14 17:53 UTC  (4+ messages)

[PATCH net-next] net: bridge: use eth_type_vlan in br_dev_queue_push_xmit
 2021-01-14 17:51 UTC  (2+ messages)

[PATCH v6 1/4] drm/i915: Keep track of pwm-related backlight hooks separately
 2021-01-14 17:49 UTC  (3+ messages)

[PATCH 1/2] drm/panel: Add BOE BF060Y8M-AJ0 5.99" AMOLED panel driver
 2021-01-14 17:50 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: display: Document BOE BF060Y8M-AJ0 panel compatible

fbcon: remove soft scrollback code (missing Doc. patch)
 2021-01-14 17:43 UTC  (2+ messages)
` fbcon: remove soft scrollback code

[PATCH] MIPS: Compare __SYNC_loongson3_war against 0
 2021-01-14 17:48 UTC  (2+ messages)

[PATCH v5 0/6] Fix issues on pf8x00 driver
 2021-01-14 17:47 UTC  (7+ messages)
` [PATCH v5 1/6] regulator: pf8x00: add a doc for the module
` [PATCH v5 2/6] regulator: dt-bindings: pf8x00: fix nxp,phase-shift doc
` [PATCH v5 3/6] regulator: dt-bindings: pf8x00: mark nxp,ilim-ma property as deprecated
` [PATCH v5 4/6] regulator: "
` [PATCH v5 5/6] regulator: pf8x00: use linear range for buck 1-6
` [PATCH v5 6/6] regulator: pf8x00: fix nxp,phase-shift

[PATCH 0/3] soc: qcom: mdt_loader: General improvements
 2021-01-14 17:46 UTC  (5+ messages)
` [PATCH 3/3] soc: qcom: mdt_loader: Read hash from firmware blob

[PATCH] drm/amd/display: Simplify bool comparison
 2021-01-14 17:45 UTC  (2+ messages)

[PATCH] kbuild: check the minimum compiler version in Kconfig
 2021-01-14 17:44 UTC  (2+ messages)

[PATCH] nvme: reject the ns when the block size is smaller than a sector
 2021-01-14 17:43 UTC  (4+ messages)

[PATCH] drm/amdgpu: Repeat assignment to max_slave_planes
 2021-01-14 17:41 UTC  (2+ messages)

[PATCH 00/10] Fix documentation warnings at linux-next
 2021-01-14 17:40 UTC  (3+ messages)
` [PATCH 06/10] drm: amd: amdgpu_dm.h: fix a wrong kernel-doc markup

[PATCH] cgroup: Remove unnecessary call to strstrip()
 2021-01-14 17:35 UTC  (3+ messages)

[PATCH wireless v3 -next] brcmfmac: Delete useless kfree code
 2021-01-14 17:32 UTC  (2+ messages)

[PATCH] qtnfmac_pcie: Use module_pci_driver
 2021-01-14 17:31 UTC  (2+ messages)

[PATCH][V2] wilc1000: fix spelling mistake in Kconfig "devision" -> "division"
 2021-01-14 17:29 UTC  (2+ messages)

[PATCH] mwifiex: pcie: Drop bogus __refdata annotation
 2021-01-14 17:28 UTC  (2+ messages)

[PATCH v2] rtw88: Simplify bool comparison
 2021-01-14 17:27 UTC  (2+ messages)

[PATCH v4 0/6] Fix issues on pf8x00 driver
 2021-01-14 17:27 UTC  (3+ messages)
` [PATCH v4 3/6] regulator: dt-bindings: pf8x00: mark nxp,ilim-ma property as deprecated

[PATCH wireless -next] rtw88: Delete useless kfree code
 2021-01-14 17:25 UTC  (2+ messages)

[PATCH v2 0/9] UBSan Enablement for hyp/nVHE code
 2021-01-14 17:23 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH v2 2/9] KVM: arm64: Add a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH v2 3/9] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE
` [PATCH v2 4/9] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
` [PATCH v2 5/9] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
` [PATCH v2 6/9] KVM: arm64: __ubsan_handle_load_invalid_value EL2 implementation
` [PATCH v2 7/9] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
` [PATCH v2 8/9] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE
` [PATCH v2 9/9] KVM: arm64: Add UBSan tests for PKVM

[PATCH v4 00/21] ibmvfc: initial MQ development
 2021-01-14 17:24 UTC  (7+ messages)
` [PATCH v4 01/21] ibmvfc: add vhost fields and defaults for MQ enablement

[PATCH 00/30] [Set 13] Finally rid W=1 warnings from GPU
 2021-01-14 17:23 UTC  (17+ messages)
` [PATCH 14/30] drm/amd/display/dc/dce80/Makefile: Ignore -Woverride-init warning
` [PATCH 15/30] drm/amd/display/dc/dce80/dce80_resource: Include our own header containing prototypes
` [PATCH 17/30] drm/amd/display/dc/dce60/dce60_resource: "
` [PATCH 18/30] drm/amd/display/dc/core/dc_link: Move some local data from the stack to the heap
` [PATCH 19/30] drm/amd/display/dc/core/dc_link_dp: Mark 'result_write_min_hblank' as __maybe_unused
` [PATCH 20/30] drm/amd/display/dc/core/dc: Fix a bunch of documentation misdemeanours
` [PATCH 21/30] drm/amd/display/dc/core/dc_resource: Demote some kernel-doc abuses
` [PATCH 22/30] drm/amd/display/dc/core/dc_link: Fix a couple of function documentation issues

drivers/media/test-drivers/vidtv/vidtv_psi.c:667:31: warning: taking address of packed member 'bitfield2' of class or structure 'vidtv_psi_table_pmt' may result in an unaligned pointer value
 2021-01-14 17:23 UTC 

[PATCH 0/2] Fix infinite machine check loop in futex_wait_setup()
 2021-01-14 17:22 UTC  (3+ messages)
` [PATCH v2 0/3] "

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 17:20 UTC  (10+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-14 17:19 UTC  (5+ messages)

[PATCH] zsmalloc: do not use bit_spin_lock
 2021-01-14 17:18 UTC  (12+ messages)

[PATCH 0/5] Scan for an idle sibling in a single pass
 2021-01-14 17:18 UTC  (8+ messages)
` [PATCH 5/5] sched/fair: Merge select_idle_core/cpu()

[PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section
 2021-01-14 17:16 UTC  (2+ messages)
` [PATCH v2] MAINTAINERS: Add compiler-clang.h "

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-14 17:14 UTC  (5+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-14 17:14 UTC  (4+ messages)

[PATCH] udf: fix the problem that the disc content is not displayed
 2021-01-14 17:15 UTC  (2+ messages)

[PATCH v1 0/9] mmc: sdhci-of-arasan: Add UHS-1 support for Keem Bay SOC
 2021-01-14 17:14 UTC  (3+ messages)
` [PATCH v1 8/9] regulator: keembay: Add regulator for Keem Bay SoC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).