All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-09 17:10:53 to 2020-07-09 18:09:48 UTC [more...]

[PATCH] drm/i915/selftests: Fix compare functions provided for sorting
 2020-07-09 17:19 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Ksummit-discuss] [TECH TOPIC] Documentation
 2020-07-09 17:57 UTC  (11+ messages)

[patch v2 00/13] Remove UV1 platform support and associated efi=oldmap option
 2020-07-09 18:09 UTC  (4+ messages)
` [patch v2 09/13] x86: Remove efi=old_map command line option

[PATCH] entry: check for fstat() errors after checkout
 2020-07-09 18:09 UTC  (4+ messages)

[PATCH v3] iio: cros_ec_accel_legacy: Add Read Only frequency entries
 2020-07-09 18:09 UTC 

[PATCH] HYPERBUS SUPPORT: Replace HTTP links with HTTPS ones
 2020-07-09 18:07 UTC  (2+ messages)

[PATCH v2 0/3] media: rockchip: Introduce driver for the camera interface on PX30
 2020-07-09 18:06 UTC  (5+ messages)
` [PATCH v2 2/3] media: rockchip: Introduce driver for Rockhip's camera interface

decruft the early init / initrd / initramfs code v2
 2020-07-09 18:08 UTC  (4+ messages)
` [PATCH 15/17] initramfs: switch initramfs unpacking to struct file based APIs

[PATCH v2 0/1] NFS: Fix -EREMOTEIO error on interrupted slots
 2020-07-09 18:05 UTC  (2+ messages)
` [PATCH v2 1/1] NFS: Fix interrupted slots by sending a solo SEQUENCE operation

[RFC PATCH 0/1] classes: add workdir_save class
 2020-07-09 18:04 UTC  (5+ messages)
` [RFC PATCH 1/1] "
  ` [OE-core] "

[PATCH v10 00/25] xfs: Delay Ready Attributes
 2020-07-09 18:04 UTC  (4+ messages)
` [PATCH v10 23/25] xfs: Add delay ready attr remove routines

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-09 18:02 UTC  (3+ messages)
` [PATCH v5 5/5] vhost-user-blk: default num_queues to -smp N

[PATCH 1/3] drm/edid: Allow looking for ext blocks starting from a specified index
 2020-07-09 18:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] drm/edid: Allow looking for ext blocks starting from a specified index (rev2)

[v2] test: Have test_fs work with non-functional guestmount tools
 2020-07-09 18:02 UTC  (2+ messages)

[PATCH v5] platform/x86: thinkpad_acpi: lap or desk mode interface
 2020-07-09 18:02 UTC  (2+ messages)

[PATCH] 9p: null terminate fs driver options list
 2020-07-09 17:58 UTC 

[PATCH v4 09/15] commit-graph: write Bloom filters to commit graph file
 2020-07-09 18:01 UTC  (3+ messages)
` [PATCH] commit-graph: fix "Writing out commit graph" progress counter

[PATCH 00/24] Set 3: Fix another set of SCSI related W=1 warnings
 2020-07-09 18:01 UTC  (27+ messages)
` [PATCH 01/24] scsi: aacraid: aachba: Repair two kerneldoc headers
` [PATCH 02/24] scsi: aacraid: commctrl: Fix a few kerneldoc issues
` [PATCH 03/24] scsi: aacraid: dpcsup: Fix logical bug when !DBG
` [PATCH 04/24] scsi: aacraid: dpcsup: Remove unused variable 'status'
` [PATCH 05/24] scsi: aacraid: dpcsup: Demote partially documented function header
` [PATCH 06/24] scsi: aic94xx: aic94xx_seq: Document 'lseq' and repair asd_update_port_links() header
` [PATCH 07/24] scsi: aacraid: commsup: Fix a bunch of function header issues
` [PATCH 08/24] scsi: aic94xx: aic94xx_scb: Fix a couple of formatting and bitrot issues
` [PATCH 09/24] scsi: aacraid: rx: Fill in the very parameter descriptions for rx_sync_cmd()
` [PATCH 10/24] scsi: pm8001: pm8001_ctl: Provide descriptions for the many undocumented 'attr's
` [PATCH 11/24] scsi: ipr: Fix a mountain of kerneldoc misdemeanours
` [PATCH 12/24] scsi: virtio_scsi: Demote seemingly unintentional kerneldoc header
` [PATCH 13/24] scsi: ipr: Remove a bunch of set but checked variables
` [PATCH 14/24] scsi: ipr: Fix struct packed-not-aligned issues
` [PATCH 15/24] scsi: myrs: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 16/24] scsi: megaraid: Fix a whole bunch of function header formatting issues
` [PATCH 17/24] scsi: be2iscsi: be_iscsi: Fix API/documentation slip
` [PATCH 18/24] scsi: be2iscsi: be_main: Fix misdocumentation of 'pcontext'
` [PATCH 19/24] scsi: be2iscsi: be_mgmt: Add missing function parameter description
` [PATCH 20/24] scsi: lpfc: lpfc_nvme: Correct some pretty obvious misdocumentation
` [PATCH 21/24] scsi: aic7xxx: aic79xx_osm: Remove unused variable 'ahd'
` [PATCH 22/24] scsi: aic7xxx: aic79xx_osm: Remove unused variables 'wait' and 'paused'
` [PATCH 23/24] scsi: aic7xxx: aic79xx_osm: Fix 'amount_xferred' set but not used issue
` [PATCH 24/24] scsi: aic7xxx: aic79xx_osm: Remove set but unused variabes 'saved_scsiid' and 'saved_modes'

[PATCH v3 0/9] KVM: nSVM: fixes for CR3/MMU switch upon nested guest entry/exit
 2020-07-09 18:01 UTC  (11+ messages)
` [PATCH v3 2/9] KVM: nSVM: stop dereferencing vcpu->arch.mmu to get the context in kvm_init_shadow{,_npt}_mmu()
` [PATCH v3 3/9] KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
` [PATCH v3 6/9] KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
` [PATCH v3 7/9] KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch

[RFC v2 0/4] futex2: Add new futex interface
 2020-07-09 17:59 UTC  (5+ messages)
` [RFC v2 1/4] "
` [RFC v2 2/4] selftests: futex: Add futex2 wake/wait test
` [RFC v2 3/4] selftests: futex: Add futex2 timeout test
` [RFC v2 4/4] selftests: futex: Add futex2 wouldblock test

travis: any reason we have keep going on make commands
 2020-07-09 18:00 UTC  (2+ messages)

[MPTCP] [PATCH net-next 0/4] mptcp: introduce msk diag interface
 2020-07-09 18:00 UTC  (6+ messages)
` [MPTCP] [PATCH net-next 3/4] mptcp: add MPTCP socket "
  `  "
    ` [MPTCP] "

/sys/kernel/debug/kmemleak empty despite kmemleak reports
 2020-07-09 17:57 UTC  (2+ messages)

[PATCH 00/11] perf intel-pt: Add support for decoding FUP/TIP only
 2020-07-09 17:59 UTC  (17+ messages)
` [PATCH 01/11] perf intel-pt: Fix FUP packet state
` [PATCH 02/11] perf intel-pt: Fix duplicate branch after CBR
` [PATCH 03/11] perf tools: Improve aux_output not supported error
` [PATCH 04/11] perf auxtrace: Add optional error flags to the itrace 'e' option
` [PATCH 05/11] perf intel-pt: Use itrace error flags to suppress some errors
` [PATCH 06/11] perf auxtrace: Add optional log flags to the itrace 'd' option
` [PATCH 07/11] perf intel-pt: Use itrace debug log flags to suppress some messages
` [PATCH 08/11] perf intel-pt: Time filter logged perf events
` [PATCH 09/11] perf auxtrace: Add itrace 'q' option for quicker, less detailed decoding
` [PATCH 10/11] perf intel-pt: Add support for decoding FUP/TIP only
` [PATCH 11/11] perf intel-pt: Add support for decoding PSB+ only

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-09 18:05 UTC  (15+ messages)
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)

[net-next PATCH v4 0/6] ACPI support for dpaa2 MAC driver
 2020-07-09 17:57 UTC  (7+ messages)
` [net-next PATCH v4 1/6] Documentation: ACPI: DSD: Document MDIO PHY
` [net-next PATCH v4 2/6] net: phy: introduce device_mdiobus_register()
` [net-next PATCH v4 3/6] net/fsl: use device_mdiobus_register()
` [net-next PATCH v4 4/6] net: phy: introduce phy_find_by_fwnode()
` [net-next PATCH v4 5/6] phylink: introduce phylink_fwnode_phy_connect()
` [net-next PATCH v4 6/6] net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver

Failure to build librseq on ppc
 2020-07-09 17:56 UTC  (15+ messages)

[PATCH 0/2] hw/sd/sdcard: Fix CVE-2020-13253 (Do not allow invalid SD card sizes)
 2020-07-09 17:56 UTC  (10+ messages)
` [PATCH 2/2] hw/sd/sdcard: Do not allow invalid SD card sizes

[Bug 208357] snd-usb-audio broken for 06f8:b000 since 4.9.189
 2020-07-09 17:57 UTC 

[PATCH 00/20] Prep work for fanotify named events
 2020-07-09 17:56 UTC  (6+ messages)
` [PATCH 01/20] fsnotify: Rearrange fast path to minimise overhead when there is no watcher
        ` fsnotify: minimise overhead when there are no marks with ignore mask

[PATCH v2] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-07-09 17:56 UTC  (3+ messages)

[PATCH RFC 0/5] s390x: initial support for virtio-mem
 2020-07-09 17:54 UTC  (4+ messages)
` [PATCH RFC 2/5] s390x: implement diag260

[dpdk-dev] [PATCH 20.08] mempool/ring: add support for new ring sync modes
 2020-07-09 17:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[Bug 208197] New: OF: /pci@f2000000/mac-io@17/gpio@50/...: could not find phandle
 2020-07-09 17:50 UTC  (3+ messages)
` [Bug 208197] "

[PATCH 0/4] Add support for the SquashFS filesystem
 2020-07-09 17:51 UTC  (5+ messages)
` [PATCH 1/4] fs/squashfs: new filesystem
` [PATCH 2/4] fs/squashfs: add filesystem commands
` [PATCH 3/4] fs/squashfs: add sources for zlib decompression
` [PATCH 4/4] fs/squashfs: add support "

[PULL v2 00/41] virtio,acpi: features, fixes, cleanups
 2020-07-09 17:46 UTC  (6+ messages)

[PATCH v19 00/12] Landlock LSM
 2020-07-09 17:47 UTC  (10+ messages)
` [PATCH v19 08/12] landlock: Add syscall implementation

[PATCH] EDAC-TI: Replace HTTP links with HTTPS ones
 2020-07-09 17:47 UTC 

[PATCH] keytable: Fix missing inclusion of argp.h
 2020-07-09 17:48 UTC 

[dpdk-dev] [dpdk-stable] [PATCH] eal: fix missing include
 2020-07-09 17:46 UTC 

[dunfell/master] cpsw9g-eth-fw: Update SRCREV to latest
 2020-07-09 17:44 UTC 

[PATCH] media: videobuf2: Print videobuf2 buffer state by name
 2020-07-09 17:43 UTC 

[PATCH v5 00/11] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-09 17:42 UTC  (8+ messages)
` [PATCH v5 01/11] hw/misc: Add NPCM7xx System Global Control Registers device model

[PATCH 0/5 v12] KASan for Arm
 2020-07-09 17:39 UTC  (3+ messages)
` [PATCH 4/5 v12] ARM: Initialize the mapping of KASan shadow memory

[PATCH V4] mm/vmstat: Add events for THP migration without split
 2020-07-09 17:42 UTC  (5+ messages)

[PATCH v8 0/2] ADD interconnect support for Qualcomm DWC3 driver
 2020-07-09 17:41 UTC  (6+ messages)
` [PATCH v8 1/2] usb: dwc3: qcom: Add interconnect support in dwc3 driver
` [PATCH v8 2/2] arm64: dts: qcom: sc7180: Add maximum speed property for DWC3 USB node

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-07-09 17:41 UTC  (5+ messages)
  ` [PATCH v4 6/9] linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian
        ` [PATCH] include/bitfield.h: include byteorder.h

[PATCH v3 0/3] btrfs: qgroup: Fix the long existing regression of btrfs/153
 2020-07-09 17:40 UTC  (4+ messages)
` [PATCH v3 2/3] btrfs: qgroup: try to flush qgroup space when we get -EDQUOT

[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
 2020-07-09 17:37 UTC  (11+ messages)

[PATCH v1 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-09 17:36 UTC  (4+ messages)
` [PATCH v1 2/2] arm64: tlb: Use the TLBI RANGE feature in arm64

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-09 17:36 UTC  (3+ messages)

[PATCH 2/2] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
 2020-07-09 17:23 UTC  (3+ messages)

[PATCH] KVM: nVMX: fixes for preemption timer migration
 2020-07-09 17:36 UTC  (4+ messages)

[PATCH v3] cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter()
 2020-07-09 17:35 UTC  (2+ messages)

[net-next 10/10] net/mlx5e: Add support for PCI relaxed ordering
 2040-07-08  8:22 UTC  (4+ messages)

Reg new repository for Remote BIOS Configuration feature
 2020-07-09 17:32 UTC  (4+ messages)

[PATCH v6 0/4] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-07-09 17:31 UTC  (4+ messages)
` [PATCH v6 4/4] usb: xhci: Add reset controller support
    ` [PATCH] xhci: Only build xhci_reset_hw() if CONFIG_DM_USB is enabled

[PATCH] ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files
 2020-07-09 17:30 UTC  (2+ messages)

[PATCH] hw/register: Document register_init_block @memory_size
 2020-07-09 17:19 UTC  (3+ messages)

[RFC] gpio-omap: handle bias flags
 2020-07-09 17:30 UTC 

[PATCH v2 1/2] hw/riscv: Modify MROM size to end at 0x10000
 2020-07-09 17:19 UTC  (3+ messages)

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-07-09 17:28 UTC  (8+ messages)
` [PATCH v3 "

[PATCH v2] KVM: nVMX: fixes for preemption timer migration
 2020-07-09 17:28 UTC 

[PATCH v1 00/13] misc rc0 fixes (docs, plugins, docker)
 2020-07-09 17:27 UTC  (5+ messages)
` [PATCH v1 08/13] plugins: expand the bb plugin to be thread safe and track per-cpu
` [PATCH v1 10/13] tests/plugins: add -Wno-unknown-warning-option to handle -Wpsabi

[PATCH] commit-graph: fix progress of reachable commits
 2020-07-09 17:27 UTC  (2+ messages)

[gpio:gpiochip-no-driver-h 4/4] drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.c:91:6: warning: variable 'err' is uninitialized when used here
 2020-07-09 17:19 UTC  (2+ messages)

[PATCH] btrfs: wire up iter_file_splice_write
 2020-07-09 17:26 UTC  (3+ messages)

[PATCH] scsi: virtio_scsi: Remove unnecessary condition checks
 2020-07-09 17:25 UTC  (4+ messages)

[PATCH] KVM: nSVM: vmentry ignores EFER.LMA and possibly RFLAGS.VM
 2020-07-09 17:25 UTC  (3+ messages)

[Cluster-devel] [PATCHv3 dlm-tool 0/4] dlm_controld: support for mark and waitplock_recovery
 2020-07-09 17:21 UTC  (5+ messages)
` [Cluster-devel] [PATCHv3 dlm-tool 1/4] dlm_controld: add support for unsigned int values
` [Cluster-devel] [PATCHv3 dlm-tool 2/4] dlm_controld: set listen skb mark setting
` [Cluster-devel] [PATCHv3 dlm-tool 3/4] dlm_controld: add support for per nodeid configuration
` [Cluster-devel] [PATCHv3 dlm-tool 4/4] dlm_controld: add support for waitplock_recovery switch

[PATCH v4] clk: tegra: pll: Improve PLLM enable-state detection
 2020-07-09 17:20 UTC 

[PATCH] PCI: host-common: Fix driver remove NULL bridge->bus dereference
 2020-07-09 17:17 UTC  (3+ messages)

[PATCH 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-09 17:19 UTC  (4+ messages)

[PATCH v3 00/16] Allwinner A100 Initial support
 2020-07-09 17:17 UTC  (4+ messages)
` [PATCH v3 04/16] dt-bindings: pinctrl: sunxi: make gpio banks supplies required

[Intel-gfx] [PATCH] drm/i915/tgl: Implement WAs 18011464164 and 22010931296
 2020-07-09 17:18 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[virtio-comment] [PATCH v5 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-07-09 17:18 UTC  (4+ messages)
` [virtio-comment] [PATCH v5 2/3] content: Document balloon feature free page reporting
  ` [virtio-comment] "

[PATCH 0/2] clk: meson8b: add two missing gate clocks
 2020-07-09 17:16 UTC  (4+ messages)

[PATCH 0/2] keepalive default
 2020-07-09 17:14 UTC  (4+ messages)

[PATCH net-next v2 2/2] net: sched: Lockless Token Bucket (LTB) qdisc
 2020-07-09 17:15 UTC  (8+ messages)

[GIT PULL] Amlogic fixes for v5.8-rc
 2020-07-09 17:13 UTC  (2+ messages)

[PATCH] spapr_pci: Robustify support of PCI bridges
 2020-07-09 17:12 UTC 

[PATCH v4 0/6] Improvements for MAX77620 GPIO driver
 2020-07-09 17:12 UTC  (10+ messages)
` [PATCH v4 1/6] gpio: max77620: Replace 8 with MAX77620_GPIO_NR
` [PATCH v4 2/6] gpio: max77620: Fix missing release of interrupt
` [PATCH v4 3/6] gpio: max77620: Don't set of_node
` [PATCH v4 4/6] gpio: max77620: Don't shadow error code of platform_get_irq()
` [PATCH v4 5/6] gpio: max77620: Use irqchip template
` [PATCH v4 6/6] gpio: max77620: Initialize hardware state of interrupts

QEMU | Pipeline #164899134 has failed for master | 3d7cad3c
 2020-07-09 17:11 UTC 

[PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
 2020-07-09 17:10 UTC  (11+ messages)
` always fall back to buffered I/O after invalidation failures, was: "


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.