All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-05 13:27:24 to 2019-08-05 13:55:44 UTC [more...]

[PATCH 00/16] net: phy: adin: add support for Analog Devices PHYs
 2019-08-05 16:54 UTC  (7+ messages)
` [PATCH 01/16] "
` [PATCH 02/16] net: phy: adin: hook genphy_{suspend,resume} into the driver
` [PATCH 03/16] net: phy: adin: add support for interrupts
` [PATCH 05/16] net: phy: adin: configure RGMII/RMII/MII modes on config
` [PATCH 07/16] net: phy: adin: make RGMII internal delays configurable
` [PATCH 08/16] net: phy: adin: make RMII fifo depth configurable

[dpdk-dev] [PATCH v2] Update supported Intel NIC driver version and firmware version
 2019-08-05 13:54 UTC  (2+ messages)

[Xen-devel] [PATCH] x86/shim: Fix parallel build following c/s 32b1d62887d0
 2019-08-05 13:53 UTC 

[PATCH] arm64/efi: fix variable 'si' set but not used
 2019-08-05 13:53 UTC  (3+ messages)

[PATCH v3] nvme-pci: Support shared tags across queues for Apple 2018 controllers
 2019-08-05 13:49 UTC  (6+ messages)

[PATCH 00/15] hisi_sas: Misc patches
 2019-08-05 13:48 UTC  (29+ messages)
` [PATCH 01/15] scsi: hisi_sas: Make max IPTT count equal for all hw revisions
` [PATCH 02/15] scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot
` [PATCH 03/15] scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCT
` [PATCH 04/15] scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfs
` [PATCH 05/15] scsi: hisi_sas: Snapshot AXI and RAS register "
` [PATCH 06/15] scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset()
` [PATCH 07/15] scsi: hisi_sas: Don't bother clearing status buffer IU in task prep
` [PATCH 08/15] scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZE
` [PATCH 09/15] scsi: hisi_sas: Drop kmap_atomic() in SMP command completion
` [PATCH 10/15] scsi: hisi_sas: Drop SMP resp frame DMA mapping
` [PATCH 11/15] scsi: hisi_sas: Drop free_irq() when devm_request_irq() failed
` [PATCH 12/15] scsi: hisi_sas: Modify return type of debugfs functions
` [PATCH 13/15] scsi: hisi_sas: Remove some unnecessary code
` [PATCH 14/15] scsi: hisi_sas: replace "%p" with "%pK"
` [PATCH 15/15] scsi: hisi_sas: Consolidate internal abort calls in LU reset operation

[PATCH] bonding: Add vlan tx offload to hw_enc_features
 2019-08-05 13:49 UTC 

[PATCH v3 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-05 13:50 UTC  (13+ messages)
` [PATCH v3 02/10] dt-bindings: add missing mt6397 rtc
` [PATCH v3 03/10] rtc: mt6397: move some common definitions into rtc.h
` [PATCH v3 05/10] rtc: mt6397: add compatible for mt6323

[PATCH] iio: adc: sc27xx: Change to polling mode to read data
 2019-08-05 13:50 UTC  (4+ messages)

[PATCH v5 0/5] Add QCS404 interconnect provider driver
 2019-08-05 13:50 UTC  (3+ messages)
` [PATCH v5 1/5] dt-bindings: interconnect: Add Qualcomm QCS404 DT bindings

[Qemu-devel] [PATCH] mirror: Only mirror granularity-aligned chunks
 2019-08-05 13:49 UTC  (3+ messages)

stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.187-23-gb9a28e18ca89)
 2019-08-05 13:48 UTC 

[dpdk-dev] [PATCH 0/3] testpmd: fixes for 19.08
 2019-08-05 13:48 UTC  (2+ messages)

Hash Equivalency - What this means for developer productivity
 2019-08-05 13:46 UTC  (4+ messages)

[Xen-devel] [PATCH v5 0/6] Fix PCI passthrough for HVM with stubdomain
 2019-08-05 13:44 UTC  (11+ messages)
` [Xen-devel] [PATCH v5 5/6] xen/x86: add PHYSDEVOP_msi_control

[PATCH 0/3] drm/meson: convert bindings to YAML schemas
 2019-08-05 13:43 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml
  ` [PATCH 1/3] dt-bindings: display: amlogic,meson-dw-hdmi: "
` [PATCH 2/3] dt-bindings: display: amlogic,meson-vpu: "
` [PATCH 3/3] MAINTAINERS: Update with Amlogic DRM bindings converted as YAML

[PATCH v3 00/19] KVM RISC-V Support
 2019-08-05 13:44 UTC  (40+ messages)
` [PATCH v3 01/19] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v3 02/19] RISC-V: Export few kernel symbols
` [PATCH v3 03/19] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v3 04/19] RISC-V: Add initial skeletal KVM support
` [PATCH v3 05/19] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v3 06/19] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v3 07/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v3 08/19] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v3 09/19] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v3 10/19] RISC-V: KVM: Handle WFI "
` [PATCH v3 11/19] RISC-V: KVM: Implement VMID allocator
` [PATCH v3 12/19] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v3 13/19] RISC-V: KVM: Implement MMU notifiers
` [PATCH v3 14/19] RISC-V: KVM: Add timer functionality
` [PATCH v3 15/19] RISC-V: KVM: FP lazy save/restore
` [PATCH v3 16/19] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v3 17/19] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v3 18/19] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v3 19/19] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v3 0/5] iio: imu: st_lsm6dsx: Add support for LSM9DS1
 2019-08-05 13:44 UTC  (7+ messages)
` [PATCH v3 4/5] iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9sd1

Question about mfd_add_devices and platform_data
 2019-08-05 13:43 UTC 

[Qemu-arm] [PATCH-for-4.2 v8 0/9] ARM virt: ACPI memory hotplug support
 2019-08-05 13:42 UTC  (8+ messages)
` [Qemu-arm] [PATCH-for-4.2 v8 3/9] hw/acpi: Add ACPI Generic Event Device Support
  ` [Qemu-devel] "
    ` [Qemu-arm] "

[PATCH 0/8] drm/bridge: dw-hdmi: improve i2s support
 2019-08-05 13:41 UTC  (18+ messages)
` [PATCH 1/8] drm/bridge: dw-hdmi-i2s: support more i2s format
` [PATCH 2/8] drm/bridge: dw-hdmi: move audio channel setup out of ahb
` [PATCH 3/8] drm/bridge: dw-hdmi: set channel count in the infoframes
` [PATCH 4/8] drm/bridge: dw-hdmi-i2s: enable lpcm multi channels
` [PATCH 5/8] drm/bridge: dw-hdmi-i2s: set the channel allocation
` [PATCH 6/8] drm/bridge: dw-hdmi-i2s: reset audio fifo before applying new params
` [PATCH 7/8] drm/bridge: dw-hdmi-i2s: enable only the required i2s lanes
` [PATCH 8/8] drm/bridge: dw-hdmi-i2s: add .get_eld support

[PATCH] Use CSR numbers instead of names
 2019-08-05 13:40 UTC 

[RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
 2019-08-05 13:39 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix link speed info when link is down
 2019-08-05 13:39 UTC  (2+ messages)

[PATCH v4 0/2] mmc: Add support for the ASPEED SD controller
 2019-08-05 13:36 UTC  (5+ messages)
` [PATCH v4 2/2] "

pivot_root(".", ".") and the fchdir() dance
 2019-08-05 13:37 UTC  (4+ messages)

[PATCH] iio: frequency: adf4371: Fix output frequency setting
 2019-08-05 13:37 UTC 

[Xen-devel] [PATCH] x86/vvmx: Fix nested virt on VMCS-Shadow capable hardware
 2019-08-05 13:32 UTC  (4+ messages)

Odroid-XU$ sound issue after suspend-resume
 2019-08-05 13:34 UTC 

[PATCH] dma-buf: fix stack corruption in dma_fence_chain_release
 2019-08-05 13:32 UTC  (3+ messages)

[x86/boot] 5b51ae969e: kexec boot failed
 2019-08-05 13:32 UTC  (6+ messages)
  ` [LKP] "

[PATCH] iio: potentiometer: add a driver for Maxim 5432-5435
 2019-08-05 13:32 UTC  (6+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] dt-bindings: iio: potentiometer: add max5432.yaml binding

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-05 13:31 UTC  (3+ messages)

[Xen-devel] [PATCH v8 00/16] improve late microcode loading
 2019-08-05 13:28 UTC  (5+ messages)
` [Xen-devel] [PATCH v8 14/16] x86/microcode: Synchronize "

[PATCH][v2] btrfs: add an ioctl to force chunk allocation
 2019-08-05 13:19 UTC 

[PATCH 4.19 00/74] 4.19.65-stable review
 2019-08-05 13:03 UTC  (3+ messages)
` [PATCH 4.19 54/74] s390/dasd: fix endless loop after read unit address configuration
` [PATCH 4.19 74/74] scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBA

[PATCH 00/20] vfs: Add support for timestamp limits
 2019-08-05 13:30 UTC  (3+ messages)
` [PATCH 05/20] utimes: Clamp the timestamps before update
  ` [Y2038] "

[PATCH 5.2 000/131] 5.2.7-stable review
 2019-08-05 13:03 UTC  (36+ messages)
` [PATCH 5.2 005/131] ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend
` [PATCH 5.2 008/131] soc: qcom: rpmpd: fixup rpmpd set performance state
` [PATCH 5.2 010/131] soc: imx: soc-imx8: Correct return value of error handle
` [PATCH 5.2 013/131] kernel/module.c: Only return -EEXIST for modules that have finished loading
` [PATCH 5.2 016/131] soc: imx8: Fix potential kernel dump in error path
` [PATCH 5.2 018/131] swiotlb: fix phys_addr_t overflow warning
` [PATCH 5.2 021/131] ARM: exynos: Only build MCPM support if used
` [PATCH 5.2 022/131] clk: tegra210: fix PLLU and PLLU_OUT1
` [PATCH 5.2 023/131] fs/adfs: super: fix use-after-free bug
` [PATCH 5.2 024/131] clk: sprd: Add check for return value of sprd_clk_regmap_init()
` [PATCH 5.2 030/131] btrfs: qgroup: Dont hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
` [PATCH 5.2 032/131] ceph: fix improper use of smp_mb__before_atomic()
` [PATCH 5.2 038/131] selftests/bpf: do not ignore clang failures
` [PATCH 5.2 050/131] mm/z3fold.c: reinitialize zhdr structs after migration
` [PATCH 5.2 053/131] mm/cma.c: fail if fixed declaration cant be honored
` [PATCH 5.2 054/131] lib/test_overflow.c: avoid tainting the kernel and fix wrap size
` [PATCH 5.2 056/131] mm/ioremap: check virtual address alignment while creating huge mappings
` [PATCH 5.2 059/131] uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers
` [PATCH 5.2 062/131] nds32: fix asm/syscall.h
` [PATCH 5.2 064/131] mm/hotplug: make remove_memory() interface usable
` [PATCH 5.2 072/131] drm/nouveau: fix memory leak in nouveau_conn_reset()
` [PATCH 5.2 074/131] drm/nouveau/dmem: missing mutex_lock in error path
` [PATCH 5.2 076/131] kbuild: initialize CLANG_FLAGS correctly in the top Makefile
` [PATCH 5.2 078/131] tpm: Fix null pointer dereference on chip register error path
` [PATCH 5.2 080/131] Btrfs: fix race leading to fs corruption after transaction abort
` [PATCH 5.2 082/131] fgraph: Remove redundant ftrace_graph_notrace_addr() test
` [PATCH 5.2 084/131] mmc: meson-mx-sdio: Fix misuse of GENMASK macro
` [PATCH 5.2 086/131] mmc: mmc_spi: Enable stable writes
` [PATCH 5.2 089/131] gpiolib: fix incorrect IRQ requesting of an active-low lineevent
` [PATCH 5.2 090/131] IB/hfi1: Fix Spectre v1 vulnerability
` [PATCH 5.2 092/131] mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
` [PATCH 5.2 094/131] i2c: iproc: Fix i2c master read more than 63 bytes
` [PATCH 5.2 095/131] i2c: at91: disable TXRDY interrupt after sending data
` [PATCH 5.2 096/131] i2c: at91: fix clk_offset for sama5d2
` [PATCH 5.2 098/131] selinux: fix memory leak in policydb_init()

[Xen-devel] [PATCH v2 0/4] xen/console: Bug fixes and doc improvement
 2019-08-05 13:29 UTC  (5+ messages)
` [Xen-devel] [PATCH v2 1/4] xen/console: Don't treat NUL character as the end of the buffer
` [Xen-devel] [PATCH v2 2/4] xen/console: Rework HYPERCALL_console_io interface
` [Xen-devel] [PATCH v2 3/4] xen/public: Document HYPERCALL_console_io()
` [Xen-devel] [PATCH v2 4/4] xen/console: Simplify domU console handling in guest_console_write

[dpdk-dev] [PATCH v1 1/1] net/octeontx2: fix optimal default smq buffer count
 2019-08-05 13:29 UTC 

[Xen-devel] [ovmf test] 139718: all pass - PUSHED
 2019-08-05 13:29 UTC 

[PATCH v3 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-08-05 13:28 UTC  (5+ messages)
` [PATCH v3 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH] fork: Improve error message for corrupted page tables
 2019-08-05 13:28 UTC  (6+ messages)

[PATCH 0/5] firmware: arm_scmi: add SCMI v2.0 fastchannels and reset protocol support
 2019-08-05 13:28 UTC  (5+ messages)
` [PATCH 2/5] firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol


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.