linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 06:11:29 to 2019-08-13 08:50:51 UTC [more...]

[PATCH v3] drm/virtio: use virtio_max_dma_size
 2019-08-13  8:50 UTC 

[PATCH v10 0/6] Introduced new Cadence USBSS DRD Driver
 2019-08-13  8:50 UTC  (22+ messages)
` [PATCH v10 5/6] usb:cdns3 Add Cadence USB3 "

[PATCH v2] sh: kernel: disassemble: Mark expected switch fall-throughs
 2019-08-13  8:50 UTC  (2+ messages)

[PATCH] sh: kernel: hw_breakpoint: Fix missing break in switch statement
 2019-08-13  8:50 UTC  (2+ messages)

[PATCH] sh: Drop -Werror from kernel Makefile
 2019-08-13  8:49 UTC  (2+ messages)

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-13  8:47 UTC  (5+ messages)
` [PATCH v4 8/9] MIPS: SGI-IP27: fix readb/writeb addressing

[PATCH 00/11] JZ4740 SoC cleanup
 2019-08-13  8:44 UTC  (4+ messages)
` [PATCH 10/11] mfd: Drop obsolete JZ4740 driver

[PATCH] hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
 2019-08-13  8:43 UTC  (11+ messages)

linux-next: manual merge of the risc-v tree with the arm64 tree
 2019-08-13  8:42 UTC  (3+ messages)

[PATCH v4 2/2] hwmon: pmbus: Add Inspur Power System power supply driver
 2019-08-13  8:34 UTC 

[PATCH v2 0/5] soundwire: Add support to Qualcomm SoundWire master
 2019-08-13  8:35 UTC  (6+ messages)
` [PATCH v2 1/5] soundwire: Add compute_params callback
` [PATCH v2 2/5] soundwire: stream: make stream name a const pointer
` [PATCH v2 3/5] ASoC: core: add support to snd_soc_dai_get_sdw_stream()
` [PATCH v2 4/5] dt-bindings: soundwire: add bindings for Qcom controller
` [PATCH v2 5/5] soundwire: qcom: add support for SoundWire controller

[PATCH v5 0/6] mm / virtio: Provide support for unused page reporting
 2019-08-13  8:34 UTC  (4+ messages)
` [PATCH v5 4/6] mm: Introduce Reported pages

[PATCH v4 1/2] dt-bindings: Add ipsps1 as a trivial device
 2019-08-13  8:33 UTC 

[PATCH 0/2] clocksource/Hyper-V: Add Hyper-V specific sched clock function
 2019-08-13  8:33 UTC  (7+ messages)

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-13  8:32 UTC  (8+ messages)
` [PATCH 12/16] arm64: prefer __section from compiler_attributes.h
` [PATCH 13/16] include/asm-generic: "
` [PATCH 14/16] include/linux: "

[PATCH V5 0/9] Fixes for vhost metadata acceleration
 2019-08-13  8:31 UTC  (7+ messages)

[PATCH net-next v2 00/12] net: stmmac: Improvements for -next
 2019-08-13  8:30 UTC  (4+ messages)
` [PATCH net-next v2 04/12] net: stmmac: Add Split Header support and enable it in XGMAC cores

[PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-13  8:27 UTC  (10+ messages)
` [PATCH v2 2/4] i2c/busses/i2c-icy: Add LTC2990 present on 2019 board revision
` [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support
` [PATCH v2 4/4] i2c/busses/i2c-icy: Add platform_data for LTC2990

[PATCH 0/4] Add RSC power domain support
 2019-08-13  8:24 UTC  (5+ messages)
` [PATCH 1/4] drivers: qcom: rpmh: fix macro to accept NULL argument
` [PATCH 2/4] drivers: qcom: rpmh: remove rpmh_flush export
` [PATCH 3/4] dt-bindings: soc: qcom: Add RSC power domain specifier
` [PATCH 4/4] drivers: qcom: rpmh-rsc: Add RSC power domain support

[PATCH v2 00/24] EDAC, mc, ghes: Fixes and updates to improve memory error reporting
 2019-08-13  8:26 UTC  (5+ messages)
` [PATCH v2 03/24] EDAC, ghes: Remove pvt->detail_location string
` [PATCH v2 05/24] EDAC, mc: Fix and improve sysfs init functions

[PATCH 1/2] drm/virtio: cleanup queue functions
 2019-08-13  8:25 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: notify virtqueues without holding spinlock

[PATCH v2 1/2] serial: 8250_pci: Add support for Sunix serial boards
 2019-08-13  8:23 UTC  (5+ messages)

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-13  8:23 UTC  (24+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf
` [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication
` [RFC 04/19] ktf: An implementation of a generic associative array container
` [RFC 05/19] ktf: Implementation of ktf support for overriding function entry and return
` [RFC 06/19] ktf: A simple debugfs interface to test results
` [RFC 07/19] ktf: Simple coverage support
` [RFC 08/19] ktf: Configurable context support for network info setup
` [RFC 09/19] ktf: resolve: A helper utility to aid in exposing private kernel symbols to KTF tests
` [RFC 10/19] ktf: Add documentation for Kernel Test Framework (KTF)
` [RFC 11/19] ktf: Add a small test suite with a few tests to test KTF itself
` [RFC 12/19] ktf: Main part of user land library for executing tests
` [RFC 13/19] ktf: Integration logic for running ktf tests from googletest
` [RFC 14/19] ktf: Internal debugging facilities
` [RFC 15/19] ktf: Some simple examples
` [RFC 16/19] ktf: Some user applications to run tests
` [RFC 17/19] ktf: Toplevel ktf Makefile/makefile includes and scripts to run from kselftest
` [RFC 18/19] kselftests: Enable building ktf
` [RFC 19/19] Documentation/dev-tools: Add index entry for KTF documentation

linux-next: build failure after merge of the amdgpu tree
 2019-08-13  8:21 UTC  (2+ messages)

[PATCH] net/mlx5: Fix a memory leak bug
 2019-08-13  8:21 UTC 

[PATCH v2 3/3] xen/blkback: Use refcount_t for refcount
 2019-08-13  8:20 UTC  (2+ messages)
` [Xen-devel] "

[PATCH V3 0/3] genriq/affinity: Make vectors allocation fair
 2019-08-13  8:14 UTC  (4+ messages)
` [PATCH V3 1/3] genirq/affinity: Enhance warning check
` [PATCH V3 2/3] genirq/affinity: Improve __irq_build_affinity_masks()
` [PATCH V3 3/3] genirq/affinity: Spread vectors on node according to nr_cpu ratio

WARNING in usbhid_raw_request/usb_submit_urb
 2019-08-13  8:14 UTC  (3+ messages)

MAINTAINERS: a scripted set of defective F: patterns and the commits that introduced them
 2019-08-13  8:11 UTC  (14+ messages)
` Bad file pattern in MAINTAINERS section 'KEYS-TRUSTED'
` Bad file pattern in MAINTAINERS section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
` [PATCH] MAINTAINERS: altera-sysmgr: Fix typo in a filepath
` [PATCH] MAINTAINERS: Update path to tcb_clksrc.c
` [PATCH] MAINTAINERS: iomap: Remove fs/iomap.c record
` [PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record
` [PATCH] MAINTAINERS: Remove FMC subsystem
` [PATCH] MAINTAINERS: Remove zoran driver

[PATCH] kernel/resource.c: invalidate parent when freed resource has childs
 2019-08-13  8:09 UTC  (5+ messages)
` Resend "
      ` AW: "

[PATCH v2 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-13  8:08 UTC  (3+ messages)
` [PATCH v2 1/3] arm64: imx8mq: add imx8mq iomux-gpr field defines

[PATCH 0/3] x86/mtrr, pat: make PAT independent from MTRR
 2019-08-13  8:04 UTC  (5+ messages)

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-13  8:02 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13  7:59 UTC  (17+ messages)
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests

[RFC/RFT v3 0/3] KEYS: trusted: Add generic trusted keys framework
 2019-08-13  7:59 UTC  (6+ messages)
` [RFC/RFT v3 2/3] KEYS: trusted: move tpm2 trusted keys code

[PATCH 1/2] mfd: madera: Update DT binding document to support clock supplies
 2019-08-13  7:59 UTC  (6+ messages)
` [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

[RFC PATCH 0/5] PTP: add support for Intel's TGPIO controller
 2019-08-13  7:53 UTC  (12+ messages)
` [RFC PATCH 4/5] PTP: Add flag for non-periodic output

linux-next: build failure after merge of the rcu tree
 2019-08-13  7:57 UTC 

[PATCH] mm/hotplug: prevent memory leak when reuse pgdat
 2019-08-13  7:57 UTC  (2+ messages)

[PATCH V2 1/4] staging: iio: adc: ad7192: Add low_pass_3db_filter_frequency
 2019-08-13  7:55 UTC  (4+ messages)
` [PATCH V2 2/4] iio: adc: ad_sigma_delta: Export ad_sd_calibrate
` [PATCH V2 3/4] staging: iio: adc: ad7192: Add system calibration support
` [PATCH V2 4/4] dt-bindings: iio: adc: ad7192: Add binding documentation for AD7192

[PATCH v2] bus: ti-sysc: sysc_check_one_child(): Change return type to void
 2019-08-13  7:55 UTC  (6+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] bus: ti-sysc: sysc_check_children(): "

[PATCH] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-13  7:55 UTC  (6+ messages)

[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
 2019-08-13  7:53 UTC  (6+ messages)
` [RFC/RFT v4 1/5] tpm: move tpm_buf code to include/linux/
` [RFC/RFT v4 2/5] KEYS: trusted: use common tpm_buf for TPM1.x code
` [RFC/RFT v4 3/5] KEYS: trusted: create trusted keys subsystem
` [RFC/RFT v4 4/5] KEYS: trusted: move tpm2 trusted keys code
` [RFC/RFT v4 5/5] KEYS: trusted: Add generic trusted keys framework

[PATCH] floppy: fix usercopy direction
 2019-08-13  7:50 UTC  (2+ messages)
`  "

[PATCH] ASoC: rockchip: rockchip_max98090: Set period size to 240
 2019-08-13  7:44 UTC 

[PATCH v1] scsi: ufs: Disable local LCC in .link_startup_notify() in Cadence UFS
 2019-08-13  7:42 UTC 

[PATCH] kbuild: Change fallthrough comments to attributes
 2019-08-13  7:43 UTC  (8+ messages)
` [PATCH v2] "

[PATCH V2 0/3] genriq/affinity: Make vectors allocation fair
 2019-08-13  7:41 UTC  (4+ messages)
` [PATCH V2 2/3] genirq/affinity: Spread vectors on node according to nr_cpu ratio

[PATCH] tty/serial: atmel: reschedule TX after RX was started
 2019-08-13  7:40 UTC 

[PATCHv5 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-08-13  7:39 UTC  (4+ messages)
` [PATCHv5 2/2] PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separately
  ` [EXT] Re: [PATCHv5 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver

[PATCH 0/3] iommu/vtd: Per device dma ops
 2019-08-13  7:38 UTC  (5+ messages)
` [PATCH 2/3] iommu/vt-d: Apply per-device dma_ops

[PATCH v4 0/3] iio: imu: st_lsm6dsx: Add support for LSM9DS1
 2019-08-13  7:35 UTC  (4+ messages)
` [PATCH v4 1/3] iio: imu: st_lsm6sdx: move register definitions to sensor_settings struct
` [PATCH v4 2/3] iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9sd1
` [PATCH v4 3/3] dt-bindings: iio: imu: st_lsm6dsx: add lsm9ds1 device bindings

[PATCH] arm64: dts: mt2712: add ethernet device node
 2019-08-13  7:35 UTC 

WARNING in em28xx_usb_disconnect
 2019-08-13  7:35 UTC  (4+ messages)
` [PATCH] media: em28xx: modules workqueue not inited for 2nd device

[PATCH v4] perf diff: Report noisy for cycles diff
 2019-08-13  7:30 UTC 

[PATCH] ata: ahci: Lookup PCS register offset based on PCI device ID
 2019-08-13  7:29 UTC  (8+ messages)

[PATCH 00/10] staging: fsl-dpaa2/ethsw: code cleanup
 2019-08-13  7:29 UTC  (4+ messages)
` [PATCH 03/10] staging: fsl-dpaa2/ethsw: add line terminator to all formats

RFC: remove sn2, hpsim and ia64 machvecs v2
 2019-08-13  7:25 UTC  (28+ messages)
` [PATCH 01/28] char: remove the SGI snsc driver
` [PATCH 02/28] char: remove the SGI tiocx/mbcs driver
` [PATCH 03/28] char/agp: remove the sgi-agp driver
` [PATCH 04/28] ide: remove the sgiioc4 driver
` [PATCH 05/28] PCI/hotplug: remove the sgi_hotplug driver
` [PATCH 06/28] tty/serial: remove the sn_console driver
` [PATCH 07/28] tty/serial: remove the ioc4_serial driver
` [PATCH 08/28] tty/serial: remove the ioc3_serial driver
` [PATCH 09/28] char/mspec: remove SGI SN2 support
` [PATCH 10/28] misc/sgi-xp: "
` [PATCH 11/28] qla1280: "
` [PATCH 12/28] qla2xxx: "
` [PATCH 13/28] drivers: remove the SGI SN2 IOC3 base support
` [PATCH 14/28] drivers: remove the SGI SN2 IOC4 "
` [PATCH 16/28] ia64: remove now unused machvec indirections
` [PATCH 17/28] ia64: remove the hpsim platform
` [PATCH 18/28] ia64: remove CONFIG_PCI ifdefs
` [PATCH 19/28] ia64: remove CONFIG_ACPI ifdefs
` [PATCH 20/28] ia64: remove the zx1 swiotlb machvec
` [PATCH 21/28] ia64: remove the SGI UV simulator support
` [PATCH 22/28] ia64: remove the unused sn_coherency_id symbol
` [PATCH 23/28] ia64: rework iommu probing
` [PATCH 24/28] ia64: move the ROOT_DEV setup to common code
` [PATCH 25/28] ia64: move the screen_info "
` [PATCH 26/28] ia64: remove support for machvecs
` [PATCH 27/28] ia64: remove CONFIG_SWIOTLB ifdefs
` [PATCH 28/28] genirq: remove the is_affinity_mask_valid hook

[PATCH] dpaa2-ethsw: move the DPAA2 Ethernet Switch driver out of staging
 2019-08-13  7:21 UTC  (5+ messages)

[PATCH V37 00/29] security: Add support for locking down the kernel
 2019-08-13  7:21 UTC  (4+ messages)
` [PATCH V37 27/29] tracefs: Restrict tracefs when the kernel is locked down

[PATCH] x86/cpu: Add Atom Tremont (Elkhart Lake)
 2019-08-13  7:21 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update path to physmap-versatile.c
 2019-08-13  7:20 UTC  (3+ messages)
` [RESEND PATCH] "

[PATCH v5 00/10] implement poweroff for mt6323 / bpi-r2
 2019-08-13  7:20 UTC  (5+ messages)
` [PATCH v5 03/10] rtc: mt6397: move some common definitions into rtc.h

[RFC PATCH v7] rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driver
 2019-08-13  7:15 UTC  (5+ messages)

[PATCH] bus: ti-sysc: Remove if-block in sysc_check_children()
 2019-08-13  7:12 UTC  (6+ messages)

[ANNOUNCE] 4.4.189-rt186
 2019-08-13  7:07 UTC 

[PATCH] riscv: kbuild: drop CONFIG_RISCV_ISA_C
 2019-08-13  6:59 UTC  (6+ messages)

[PATCH] media: v4l: Add packed YUV444 24bpp pixel format
 2019-08-13  6:54 UTC  (2+ messages)

Bad file pattern in MAINTAINERS section 'NOKIA N900 POWER SUPPLY DRIVERS'
 2019-08-13  6:54 UTC  (3+ messages)
` [PATCH] MAINTAINERS: N900: Remove isp1704_charger.h record

[PATCH 1/2] mmc: sdhci-of-at91: add quirk for broken HS200
 2019-08-13  6:53 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d27_som1_ek: add mmc capabilities for SDMMC0

[PATCH] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-13  6:53 UTC  (4+ messages)

[PATCH v5 00/11] media: hantro: Add support for H264 decoding
 2019-08-13  6:46 UTC  (3+ messages)
` [PATCH v5 03/11] media: uapi: h264: Add the concept of decoding mode

[PATCH] MAINTAINERS: dw axi dmac: Fix typo in a path
 2019-08-13  6:36 UTC  (2+ messages)
` [RESEND PATCH] "

[PATCHv4 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-08-13  6:29 UTC  (3+ messages)
  ` [EXT] "

[PATCH 1/3] staging: erofs: inline erofs_inode_is_data_compressed()
 2019-08-13  6:10 UTC  (5+ messages)
` [PATCH 3/3] staging: erofs: xattr.c: avoid BUG_ON

[PATCH v2 2/3] rbd: Use refcount_t for refcount
 2019-08-13  6:16 UTC 

[PATCH v2 1/3] drbd: Use refcount_t for refcount
 2019-08-13  6:16 UTC 

[RFC PATCH 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-08-13  6:19 UTC  (3+ messages)

[PATCH 0/9] arm64: Stolen time support
 2019-08-13  6:06 UTC  (5+ messages)
` [PATCH 9/9] arm64: Retrieve stolen time as paravirtualized guest


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).