All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-04 16:17:41 to 2020-11-04 16:46:09 UTC [more...]

ath10k-firmware: QCA4019 hw1.0: Add Linksys MR8300 specific BDFs
 2020-11-04 16:45 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-11-04 16:45 UTC  (7+ messages)
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test

Philips Monitor with webcam
 2020-11-04 16:45 UTC  (4+ messages)

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-04 16:45 UTC  (6+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 06/10] commit-graph: implement corrected commit date

[PATCH bpf-next v3 0/9] Implement task_local_storage
 2020-11-04 16:44 UTC  (10+ messages)
` [PATCH bpf-next v3 1/9] bpf: Implement task local storage
` [PATCH bpf-next v3 2/9] libbpf: Add support for "
` [PATCH bpf-next v3 3/9] bpftool: "
` [PATCH bpf-next v3 4/9] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v3 5/9] bpf: Allow LSM programs to use bpf spin locks
` [PATCH bpf-next v3 6/9] bpf: Fix tests for local_storage
` [PATCH bpf-next v3 7/9] bpf: Update selftests for local_storage to use vmlinux.h
` [PATCH bpf-next v3 8/9] bpf: Add tests for task_local_storage
` [PATCH bpf-next v3 9/9] bpf: Exercise syscall operations for inode and sk storage

[Buildroot] [PATCH 00/10] Introduce CPE ID matching for CVEs
 2020-11-04 16:45 UTC  (3+ messages)
` [Buildroot] [PATCH 01/10] support/scripts/cve.py: properly match CPEs with version '*'

PROBLEM: Crash when timestamping outgoing PTP packets under heavy network load (ppc, gianfar)
 2020-11-04 16:45 UTC  (10+ messages)
` [PATCH net v2 1/2] gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP

regression in TCG emulation of VTBL neon instruction
 2020-11-04 16:45 UTC  (2+ messages)

[PATCH net-next 1/3] ptp: idt82p33: add adjphase support
 2020-11-04 16:43 UTC  (5+ messages)
` [PATCH net-next 2/3] ptp: idt82p33: use i2c_master_send for bus write
` [PATCH net-next 3/3] ptp: idt82p33: optimize _idt82p33_adjfine

[PATCH] MIPS: BMC47xx: fix kconfig dependency bug for BCM47XX_SSB
 2020-11-04 16:41 UTC 

[PATCH] membarrier.2: Update membarrier manpage for 5.10
 2020-11-04 16:42 UTC  (3+ messages)
` [PATCH v3] membarrier.2: Update membarrier manual page "

[PATCH v2 0/3] KVM: arm64: Fix get-reg-list regression
 2020-11-04 16:41 UTC  (12+ messages)
` [PATCH v2 2/3] KVM: arm64: Check RAZ visibility in ID register accessors
` [PATCH v2 3/3] KVM: arm64: Remove AA64ZFR0_EL1 accessors

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-11-04 16:41 UTC  (19+ messages)
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM

[dpdk-dev] [PATCH 1/3] common/sfc_efx: introduce 128-bit unsigned integer compat
 2020-11-04 16:41 UTC  (3+ messages)

[PATCH v2] Prefer 'on' | 'off' over 'yes' | 'no' for bool options
 2020-11-04 16:39 UTC 

[PATCH 1/1] mm: avoid re-using pfmemalloc page in page_frag_alloc()
 2020-11-04 16:41 UTC  (9+ messages)

[PATCH] ona10iv: add ona10iv smart PA kernel driver
 2020-11-04 15:42 UTC 

Alternative to HDA Analyzer that can change Audio Mixer Source Node?
 2020-11-04 16:39 UTC 

[PATCH] KVM: x86: use positive error values for msr emulation that causes #GP
 2020-11-04 16:40 UTC  (3+ messages)

[PATCH 1/4] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
 2020-11-04 16:40 UTC  (3+ messages)
` [PATCH 4/4] drm/prime: document that use the page array is deprecated v3

[PATCH v1] lan743x: correctly handle chips with internal PHY
 2020-11-04 16:39 UTC  (3+ messages)

[PATCH v2 0/3] wireless: convert tasklets to use new
 2020-11-04 16:38 UTC  (5+ messages)

[PATCH v2 00/44] Make qdev static property API usable by any QOM type
 2020-11-04 16:36 UTC  (22+ messages)
` [PATCH v2 19/44] qdev: Add name parameter to qdev_class_add_property()
` [PATCH v2 22/44] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v2 23/44] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH v2 24/44] qdev: Make qdev_class_add_property() more flexible
` [PATCH v2 25/44] qdev: Separate generic and device-specific property registration
` [PATCH v2 26/44] qdev: Rename Property.name to Property.qdev_prop_name
` [PATCH v2 27/44] qdev: Don't set qdev_prop_name for array elements
` [PATCH v2 28/44] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PATCH v2 31/44] qdev: Reuse object_property_add_field() when adding array elements
` [PATCH v2 32/44] qom: Add allow_set callback to ObjectProperty
` [PATCH v2 33/44] qdev: Make qdev_prop_allow_set() a ObjectProperty.allow_set callback
` [PATCH v2 34/44] qdev: Make qdev_propinfo_get_uint16() static
` [PATCH v2 35/44] qdev: Rename qdev_propinfo_* to field_prop_*
` [PATCH v2 37/44] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PATCH v2 38/44] qdev: Rename qdev_prop_* to prop_info_*
` [PATCH v2 39/44] qdev: PROP_* macros
` [PATCH v2 41/44] qdev: Move base property types to qom/property-types.c
` [PATCH v2 43/44] tests: Use field properties at check-qom-proplist test case
` [PATCH v2 44/44] machine: Register most properties as field properties

[PATCH 00/14] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-11-04 16:38 UTC  (11+ messages)
` [PATCH 08/14] media: sunxi: Add support for the A31 MIPI CSI-2 controller

[PATCH] ath10k: fix compilation warning
 2020-11-04 16:37 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-11-04 16:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/2] "

locking option doesn't work as expected
 2020-11-04 16:35 UTC 

[Virtio-fs] [qemu-web PATCH] Add virtio-fs in OSv overview blog post
 2020-11-04 16:35 UTC  (4+ messages)
  `  "

[LTP] [PATCH v2 00/11] Test metadata extraction
 2020-11-04 16:37 UTC  (5+ messages)
` [LTP] [PATCH v2 03/11] docparse: Add test documentation parser

[dpdk-dev] [PATCH] usertools: fix pmdinfo parsing
 2020-11-04 16:35 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v4 0/5] Fix the Hypervisor access functions
 2020-11-04 16:30 UTC  (7+ messages)
` [PATCH v4 1/5] target/riscv: Add a virtualised MMU Mode
` [PATCH v4 4/5] target/riscv: Remove the hyp load and store functions

QCA6390 failure on unsuspend
 2020-11-04 16:35 UTC  (2+ messages)

[PATCH V4 0/2] scsi: ufs: Add DeepSleep feature
 2020-11-04 16:35 UTC  (5+ messages)
` [PATCH V4 1/2] "
` [PATCH V4 2/2] scsi: ufs: Allow an error return value from ->device_reset()

[PATCH V2 0/1] Add QPIC NAND support for IPQ6018
 2020-11-04 16:34 UTC  (4+ messages)
` [PATCH V2 1/1] arm64: dts: ipq6018: Add the QPIC peripheral nodes

[PATCH] strerror.3: tfix
 2020-11-04 16:35 UTC 

[LTP] [PATCH] pty04: Limit the number of packets sent to avoid timeout
 2020-11-04 16:35 UTC  (2+ messages)
` [LTP] [PATCH v2] "

[PATCH] timer_list: Use printk format instead of open-coded symbol lookup
 2020-11-04 16:34 UTC 

ath11k: QCA6390 support on Linux
 2020-11-04 16:33 UTC  (3+ messages)

[PATCH] ssi: Fix bad printf format specifiers
 2020-11-04 16:21 UTC  (3+ messages)

[leon-rdma:rdma-next 58/59] drivers/infiniband/core/uverbs_cmd.c:820:6: warning: variable 'new_mr' is used uninitialized whenever 'if' condition is true
 2020-11-04 16:33 UTC 

[PATCH 0/7] gpio: exar: refactor the driver
 2020-11-04 16:32 UTC  (8+ messages)
` [RFT PATCH 6/7] gpio: exar: switch to using regmap

Enable/Disable some sensors when Host On/Off
 2020-11-04 16:31 UTC  (10+ messages)

remove dma_virt_ops
 2020-11-04 16:31 UTC  (7+ messages)
` [PATCH 2/5] RDMA/core: remove use of dma_virt_ops

[ojeda-linux:auxdisplay 2/25] drivers/auxdisplay/hd44780.c:254:6: warning: Variable 'ret' is reassigned a value before the old one has been used. 'break; '
 2020-11-04 16:31 UTC 

Country code setting ignored on bootup
 2020-11-04 16:30 UTC  (3+ messages)
  ` ath11k: "

PCI: Race condition in pci_create_sysfs_dev_files
 2020-11-04 16:29 UTC  (4+ messages)

entry: Fix the incorrect ordering of lockdep and RCU check
 2020-11-04 16:29 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards
 2020-11-04 16:27 UTC  (6+ messages)

[Cluster-devel] [GFS2 PATCH] Documentation: Update filesystems/gfs2.rst
 2020-11-04 16:29 UTC 

[PATCH v3 00/17] Readdir enhancements
 2020-11-04 16:16 UTC  (18+ messages)
` [PATCH v3 01/17] NFS: Ensure contents of struct nfs_open_dir_context are consistent
  ` [PATCH v3 02/17] NFS: Clean up readdir struct nfs_cache_array
    ` [PATCH v3 03/17] NFS: Clean up nfs_readdir_page_filler()
      ` [PATCH v3 04/17] NFS: Clean up directory array handling
        ` [PATCH v3 05/17] NFS: Don't discard readdir results
          ` [PATCH v3 06/17] NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()
            ` [PATCH v3 07/17] NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()
              ` [PATCH v3 08/17] NFS: Simplify struct nfs_cache_array_entry
                ` [PATCH v3 09/17] NFS: Support larger readdir buffers
                  ` [PATCH v3 10/17] NFS: More readdir cleanups
                    ` [PATCH v3 11/17] NFS: nfs_do_filldir() does not return a value
                      ` [PATCH v3 12/17] NFS: Reduce readdir stack usage
                        ` [PATCH v3 13/17] NFS: Cleanup to remove nfs_readdir_descriptor_t typedef
                          ` [PATCH v3 14/17] NFS: Allow the NFS generic code to pass in a verifier to readdir
                            ` [PATCH v3 15/17] NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls
                              ` [PATCH v3 16/17] NFS: Improve handling of directory verifiers
                                ` [PATCH v3 17/17] NFS: Optimisations for monotonically increasing readdir cookies

[PATCH 0/8] Block group caching fixes
 2020-11-04 16:27 UTC  (5+ messages)
` [PATCH 5/8] btrfs: load free space cache into a temporary ctl
` [PATCH 6/8] btrfs: load the free space cache inode extents from commit root

[dpdk-dev] [PATCH v3] mbuf: fix dynamic flags lookup from secondary process
 2020-11-04 16:26 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] mbuf: allow dynamic flags to be used by "

[PATCH v8 resend 0/2] avoid xfs transaction reservation recursion
 2020-11-04 16:26 UTC  (5+ messages)
` [PATCH v8 resend 1/2] mm: Add become_kswapd and restore_kswapd

[PATCH 00/20] [Set 1/2] Rid W=1 issues from Input
 2020-11-04 16:24 UTC  (21+ messages)
` [PATCH 01/20] input: rmi4: rmi_bus: Fix misnaming of '__rmi_register_function_handler's 'owner' param
` [PATCH 02/20] input: mouse: cyapa: Fix misnaming of 'cyapa_i2c_write's 'reg' param
` [PATCH 03/20] input: mouse: cyapa_gen5: Fix obvious abuse of kernel-doc format
` [PATCH 04/20] input: misc: ab8500-ponkey: Fix incorrect name in 'ab8500_ponkey' doc header
` [PATCH 05/20] input: rmi4: rmi_f01: Struct headers are expected to start with 'struct <name>'
` [PATCH 06/20] include: input: elan-i2c-ids: Mark 'elan_acpi_id' as __maybe_unused
` [PATCH 07/20] input: keyboard: cros_ec_keyb: Struct headers should start with 'struct <name>'
` [PATCH 08/20] input: rmi4: rmi_f11: Struct headers are expected to "
` [PATCH 09/20] input: touchscreen: resistive-adc-touch: Struct headers should "
` [PATCH 10/20] input: mouse: synaptics: Place braces around empty if() body
` [PATCH 11/20] input: keyboard: gpio_keys: Fix misnamed function parameter 'dev'
` [PATCH 12/20] input: mouse: elantech: Demote obvious abuse of kernel-doc header
` [PATCH 13/20] input: rmi4: rmi_f54: Provide some missing 'REPORT_TYPE' enums
` [PATCH 14/20] input: rmi4: rmi_i2c: Provide some missing descriptions for struct members
` [PATCH 15/20] input: touchscreen: cyttsp4_core: Move 'cyttsp4_tch_abs_string' to the only file that references it
` [PATCH 16/20] input: misc: drv260x: Fix kernel-doc formatting and remove one abuse
` [PATCH 17/20] input: misc: drv2665: Fix formatting expected by kernel-doc
` [PATCH 18/20] input: misc: drv2667: Fix formatting and add missing member docs
` [PATCH 19/20] input: keyboard: nomadik-ske-keypad: Provide some missing struct "
` [PATCH 20/20] input: keyboard: pmic8xxx-keypad: Fix kernel-doc formatting

Segfault in git when using git logs
 2020-11-04 16:26 UTC  (9+ messages)

[PATCH bpf-next] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-04 16:24 UTC  (2+ messages)

[PATCH] net: e1000: implement eth_write_hwaddr for DM_ETH
 2020-11-04 16:26 UTC 

[PATCH] usb/mos7720: process deferred urbs in a workqueue
 2020-11-04 16:25 UTC  (4+ messages)

[PATCH 0/2] amdgpu's drm_driver becomes const
 2020-11-04 16:24 UTC  (4+ messages)

[PATCH] pack-write: use hashwrite_be32() instead of double-buffering array
 2020-11-04 16:23 UTC  (3+ messages)

[PATCH] Input: ili210x: Enable suspend/resume functions
 2020-11-04 16:22 UTC  (3+ messages)

[PATCH V3 2/2] PCI: dwc: Add support to configure for ECRC
 2020-11-04 16:22 UTC  (2+ messages)

[dpdk-dev] [PATCH 01/11] cpu_layout: refactor to meet python standards
 2020-11-04 16:22 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

stable-rc/queue/4.14 build: 201 builds: 1 failed, 200 passed, 66 warnings (v4.14.203-123-g2108d96b29a8)
 2020-11-04 16:22 UTC 

[RFC] ath11k: enable non-wow suspend and resume
 2020-11-04 16:22 UTC  (3+ messages)

[xenomai-images][PATCH 0/4] ci: update for 5.4 testing
 2020-11-04 16:22 UTC  (3+ messages)
` [xenomai-images][PATCH 3/4] ci: Split build and add 5.4 builds

[PATCH v3 1/2] perf lock: Correct field name "flags"
 2020-11-04 16:21 UTC  (2+ messages)

[RFC PATCH v1 0/4] Per user namespace rlimits
 2020-11-04 16:21 UTC  (5+ messages)
` [RFC PATCH v1 4/4] Allow to change the user namespace in which user rlimits are counted

[PATCH v4 00/13] x86: Updates to SMBIOS
 2020-11-04 16:20 UTC  (4+ messages)
` [PATCH v4 05/13] smbios: Add more properties

[PATCH v2 00/30] x86: Allow Coral to boot into Chrome OS
 2020-11-04 16:20 UTC  (4+ messages)
` [PATCH v2 03/30] x86: Add a layout for Chrome OS verified boot

[Cluster-devel] [PATCH] gfs2: fix possible reference leak in gfs2_check_blk_type
 2020-11-04 16:20 UTC  (2+ messages)

U-Boot 2020.07 seems confused by valid GPT partition tables
 2020-11-04 16:19 UTC 

[PATCH] ath11k: Initialize complete alpha2 for regulatory change
 2020-11-04 16:18 UTC  (3+ messages)

[PATCH 0/9] GE Board cleanups
 2020-11-04 16:18 UTC  (10+ messages)
` [PATCH 1/9] board: ge: bx50v3: Update MAINTAINERS
` [PATCH 2/9] board: ge: ppd: "
` [PATCH 3/9] board: ge: b1x5v2: Add MAINTAINERS
` [PATCH 4/9] board: ge: common: vpd: fix name
` [PATCH 5/9] board: ge: bx50v3: correct CONFIG_CMD_NFS
` [PATCH 6/9] board: ge: bx50v3: drop unused pinmux defines
` [PATCH 7/9] board: ge: bx50v3: reduce magic numbers
` [PATCH 8/9] board: ge: reduce VPD EEPROM partition size
` [PATCH 9/9] board: ge: bx50v3: check b850v3 power management watchdog

build failures in v4.4.y stable queue
 2020-11-04 16:18 UTC  (3+ messages)

[PATCH v2 0/8] SCMI vendor protocols and modularization
 2020-11-04 16:16 UTC  (5+ messages)
` [PATCH v2 2/8] firmware: arm_scmi: introduce protocol handles
` [PATCH v2 3/8] firmware: arm_scmi: introduce new protocol operations support


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.