All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-15 09:22:24 to 2018-05-15 10:10:08 UTC [more...]

[PATCH 1/2] arm64: dts: berlin4ct: use SPDX-License-Identifier
 2018-05-15 10:10 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: berlin4ct-*.dts: "

[Qemu-devel] [PATCH v5 00/28] softfloat patch roundup
 2018-05-15 10:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 10/28] target/arm: convert conversion helpers to fpst/ahp_flag

general protection fault in mount_fs
 2018-05-15 10:08 UTC  (2+ messages)
` [PATCH] hfsplus: don't return 0 when fill_super() failed

[PATCH] mt76x2: apply coverage class on slot time too
 2018-05-15 10:08 UTC 

[Qemu-devel] [PATCH v8 0/2] Implement Hex file loader and add test case
 2018-05-15 10:07 UTC  (6+ messages)
` [Qemu-devel] [PATCH v8 1/2] Implement .hex file loader
` [Qemu-devel] [PATCH v8 2/2] Add QTest testcase for the Intel Hexadecimal Object File Loader

[PATCH] python-3.5: Include _posixsubprocess in package
 2018-05-15 10:07 UTC  (3+ messages)

[PATCH v4 0/8] PCI: leak fixes, removable generic PCI host, assorted stuff
 2018-05-15 10:06 UTC  (13+ messages)
` [PATCH v4 3/8] PCI: Rename device node parameter of of_pci_get_host_bridge_resources()
` [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device
` [PATCH v4 5/8] PCI: Replace pr_*() with dev_*() in of_pci_get_host_bridge_resources()
` [PATCH v4 6/8] PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge_resources()

[PATCH] fontconfig: 2.12.6 -> 2.13.0
 2018-05-15 10:05 UTC 

[PATCH] test/eventdev: update the port id to 16 bit
 2018-05-15 15:48 UTC 

Draft NVDIMM proposal
 2018-05-15 10:05 UTC  (5+ messages)

[PATCH] bus/pci: fix driver name string manipulation
 2018-05-15 10:03 UTC 

[U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import
 2018-05-15 10:03 UTC 

[cip-dev] [PATCH 00/62] Add CAN, PCIe, VIN, Audio, PWM, TPU and thermal support
 2018-05-15 10:03 UTC  (4+ messages)
` [cip-dev] [PATCH 57/62] thermal: rcar: enable to use thermal-zone on DT

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-15 10:02 UTC  (11+ messages)
` [PATCH V5 9/9] nvme: pci: support nested EH

[PATCH 0/8] brcmfmac: coredump functionality and fixes
 2018-05-15 10:02 UTC  (7+ messages)
` [PATCH 5/8] btmrvl: support sysfs initiated firmware coredump

[PATCH 08/18] arm64: convert raw syscall invocation to C
 2018-05-15 10:01 UTC  (6+ messages)

[PATCHv3 0/1] git-p4 unshelve
 2018-05-15 10:01 UTC  (2+ messages)
` [PATCHv3 1/1] git-p4: add unshelve command

[RFC] Other chunks for commit-graph, part 1 - Bloom filters, topo order, etc
 2018-05-15 10:01 UTC  (6+ messages)

[PULL] drm-intel-next
 2018-05-15 10:01 UTC  (2+ messages)

[PATCH] net/mlx5: add bluefield device ID
 2018-05-15 10:00 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 4.4 00/72] 4.4.127-stable review
 2018-05-15  9:53 UTC  (4+ messages)
` [PATCH 4.4 49/72] media: usbtv: prevent double free in error case

[PATCH 00/18] arm64: invoke syscalls with pt_regs
 2018-05-15  9:58 UTC  (12+ messages)
` [PATCH 12/18] kernel: add ksys_personality()
` [PATCH 13/18] kernel: add kcompat_sys_{f,}statfs64()

[PATCH 0/2] mmc: meson-gx: add device reset
 2018-05-15  9:57 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: mmc: meson-gx: add reset
` [PATCH 2/2] mmc: meson-gx: add device reset

[U-Boot] [PATCH v4 00/32] Introduce TPMv2.0 support
 2018-05-15  9:57 UTC  (33+ messages)
` [U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line
` [U-Boot] [PATCH v4 02/32] tpm: remove extra spaces between a function and its opening bracket
` [U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
` [U-Boot] [PATCH v4 04/32] tpm: align arguments with open parenthesis
` [U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable
` [U-Boot] [PATCH v4 06/32] tpm: fix spelling
` [U-Boot] [PATCH v4 07/32] tpm: add extra blank lines between declarations and code
` [U-Boot] [PATCH v4 08/32] tpm: add Revision ID field in the chip structure
` [U-Boot] [PATCH v4 09/32] tpm: prepare introduction of TPMv2.x support in Kconfig
` [U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code
` [U-Boot] [PATCH v4 11/32] tpm: add missing parameter in private data structure description
` [U-Boot] [PATCH v4 12/32] tpm: prepare support for TPMv2.x commands
` [U-Boot] [PATCH v4 13/32] tpm: add macros to enhance TPM commands readability
` [U-Boot] [PATCH v4 14/32] tpm: add possible traces to analyze buffers returned by the TPM
` [U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer
` [U-Boot] [PATCH v4 16/32] tpm: add TPM2_Startup command support
` [U-Boot] [PATCH v4 17/32] tpm: add TPM2_SelfTest "
` [U-Boot] [PATCH v4 18/32] tpm: add TPM2_Clear "
` [U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend "
` [U-Boot] [PATCH v4 20/32] tpm: add TPM2_PCR_Read "
` [U-Boot] [PATCH v4 21/32] tpm: add TPM2_GetCapability "
` [U-Boot] [PATCH v4 22/32] tpm: add dictionary attack mitigation commands support
` [U-Boot] [PATCH v4 23/32] tpm: add TPM2_HierarchyChangeAuth command support
` [U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support
` [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules
` [U-Boot] [PATCH v4 26/32] tpm: add the possibility to reset the chip with a gpio
` [U-Boot] [PATCH v4 27/32] doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
` [U-Boot] [PATCH v4 28/32] test/py: add TPMv2.x test suite
` [U-Boot] [PATCH v4 29/32] tpm: add a Sandbox TPMv2.x driver
` [U-Boot] [PATCH v4 30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
` [U-Boot] [PATCH v4 31/32] sandbox: dts: add Sandbox TPMv2.x node
` [U-Boot] [PATCH v4 32/32] configs: add TPMv2.x support in Sandbox

[PATCH v3] KVM: X86: Lower the default timer frequency limit to 200us
 2018-05-15  9:57 UTC  (2+ messages)

[LTP] [PATCH] syscall/open11: use the new ltp test library
 2018-05-15  9:56 UTC  (2+ messages)

[PATCH V5 0/4] Pwrap: Mediatek pwrap driver for mt6797
 2018-05-15  9:56 UTC  (10+ messages)
` [PATCH V5 1/4] dt-bindings: pwrap: mediatek: add pwrap support for MT6797
` [PATCH V5 2/4] soc: mediatek: pwrap: fix cipher init setting error
` [PATCH V5 3/4] soc: mediatek: pwrap: add pwrap driver for mt6797 SoCs

[PATCH 0/7] Fix compiler/sparse warnings
 2018-05-15  9:53 UTC  (3+ messages)
  ` [PATCH 3/7] s5p-mfc: fix two sparse warnings

[igt-dev] [igt-dev CI TEST] igt/tests/kms_plane_multiple: Disable framebuffer compression
 2018-05-15  9:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH V2 01/10] ASoC: amd: dma config parameters changes
 2018-05-15  9:52 UTC  (3+ messages)
` [PATCH V2 04/10] ASoC: amd: pte offset related dma driver changes

[PATCH 1/2] packagegroup-self-hosted: remove libsdl
 2018-05-15  9:51 UTC  (2+ messages)
` [PATCH 2/2] packagegroup-core-x11-sato: don't install libsdl

[LTP] [PATCH] read_all: Drop privileges
 2018-05-15  9:51 UTC 

[PATCH v3 0/5] Enhance support for system and runtime power management on malidp
 2018-05-15  9:50 UTC  (8+ messages)
` [PATCH v3 5/5] drm/arm/malidp: Added the late system pm functions

[PATCH 0/5] PVH MTRR initial state
 2018-05-15  9:50 UTC  (9+ messages)
` [PATCH 3/5] hvm/mtrr: copy hardware state for Dom0

[U-Boot] Please pull u-boot-video/master
 2018-05-15  9:50 UTC 

[Qemu-devel] [qemu PATCH v2] docs/interop: add "firmware.json"
 2018-05-15  9:49 UTC  (2+ messages)

[PATCH] PM / AVS: rockchip-io: add io selectors and supplies for PX30
 2018-05-15  9:49 UTC  (4+ messages)

[PATCH v2] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver
 2018-05-15  9:47 UTC  (2+ messages)

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-05-15  9:47 UTC  (13+ messages)
  ` [PATCH 05/61] clk: samsung: "
  ` [PATCH 27/61] media: platform: s5p-mfc: "
  ` [PATCH 26/61] media: platform: exynos4-is: "

[PATCH 0/1] diffstat: fix wrong evaluation of CC
 2018-05-15  9:17 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v4 0/1] mtd: cfi_cmdset_0002: Change write buffer to check chip good
 2018-05-15  9:43 UTC  (2+ messages)
` [PATCH v4 1/1] mtd: cfi_cmdset_0002: Change write buffer to check correct value

[LTP] [PATCH 1/1] net/virt_lib.sh: Fix quoting default variable on dash
 2018-05-15  9:43 UTC  (2+ messages)

[PATCH v3] ASoC: da7219: read fmw property to get mclk for non-dts systems
 2018-05-15  9:43 UTC  (5+ messages)

[Qemu-devel] [PULL 0/2] Input 20180515 patches
 2018-05-15  9:43 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] ps2: Clear the PS/2 queue and obey disable
` [Qemu-devel] [PULL 2/2] ps2: Fix mouse stream corruption due to lost data

[Bug 199693] System freeze after resuming from suspend (amdgpu)
 2018-05-15  9:42 UTC  (3+ messages)

[PATCH 00/35] refactoring refspecs
 2018-05-15  9:41 UTC  (5+ messages)
` [PATCH 04/35] refspec: introduce struct refspec
` [PATCH 05/35] refspec: convert valid_fetch_refspec to use parse_refspec

[PATCH 00/21] GFXv9/Vega10 support for KFD
 2018-05-15  9:41 UTC  (3+ messages)
` [PATCH 04/21] drm/amdgpu: Add GFXv9 kfd2kgd interface functions

[virtio-dev] [PATCH v3] VIRTIO_F_IO_BARRIER: use I/O barriers in driver
 2018-05-15  9:40 UTC  (2+ messages)

[LTP] [PATCH 1/1] net/sctp: Fix parsing input variables in dash
 2018-05-15  9:40 UTC 

patch "staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy" added to staging-next
 2018-05-15  9:39 UTC 

[PATCH v2 00/29] Venus updates
 2018-05-15  9:40 UTC  (4+ messages)
` [PATCH v2 27/29] venus: implementing multi-stream support

[1/3] x86/MCE/AMD: Redo function to get SMCA bank type
 2018-05-15  9:39 UTC  (7+ messages)
` [3/3] x86/MCE/AMD: Get address from already initialized block
        ` [PATCH 3/3] "

[PATCH v3 0/2] Add support for general system clock on ST AMD platform
 2018-05-15  9:39 UTC  (4+ messages)
` [PATCH v5 1/2] clk: x86: Add ST oscout platform clock

[PATCH] pinctrl: sh-pfc: r8a77965: Add I2C pin support
 2018-05-15  9:38 UTC  (2+ messages)

[PATCH] net/mlx5: support MPLS-in-GRE and MPLS-in-UDP
 2018-05-15  9:37 UTC  (2+ messages)

[PATCH v2 0/3] Add CMT support to r8a774[35]
 2018-05-15  9:35 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support

[PATCH] Staging:Comedi:comedi_compat32.c: Lindent changes
 2018-05-15  9:34 UTC  (2+ messages)

[PATCH v6 00/11] drivers: Introduce firmware dnd clock river for ZynqMP core
 2018-05-15  9:34 UTC  (6+ messages)
` [PATCH v6 04/11] firmware: xilinx: Add query data API

[igt-dev] [PATCH i-g-t v3 0/2] intel: per context powergating tests & benchmark
 2018-05-15  9:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for intel: per context powergating tests & benchmark (rev3)

[PATCH v5 00/17] Rearrange struct page
 2018-05-15  9:32 UTC  (7+ messages)
` [PATCH v5 11/17] mm: Improve struct page documentation
` [PATCH v5 12/17] mm: Add pt_mm to struct page
` [PATCH v5 13/17] mm: Add hmm_data "

[PATCH 0/4] fix lvm2 invoking lvcreate failed && add python3-pyparted && add python3-pyudev
 2018-05-15  9:33 UTC  (4+ messages)
` [meta-oe][PATCH 4/4] lvm2/libdevmapper: fix invoking lvcreate failed

4.11.0 RC1 panic
 2018-05-15  9:30 UTC  (7+ messages)

[patch 00/15] Hidden 0
 2018-05-15  9:30 UTC  (5+ messages)
` [patch 01/15] Hidden 1
  ` [MODERATED] "
` [patch 13/15] Hidden 13
  ` [MODERATED] "

[PATCH v2 0/2] Fix potential buffer overrun root cause
 2018-05-15  9:28 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "media: rcar-vin: enable field toggle after a set number of lines for Gen3"
` [PATCH v2 2/2] rcar-vin: fix crop and compose handling for Gen3

[PATCH v7 00/14] CPU scaling support for msm8996
 2018-05-15  9:28 UTC  (5+ messages)
` [PATCH v7 12/14] cpufreq: Add Kryo CPU scaling driver

[PATCHv2 0/2] ath/ath10k: DFS Host Confirmation
 2018-05-15  9:28 UTC  (3+ messages)

[PATCH] media: helene: add I2C device probe function
 2018-05-15  9:27 UTC  (3+ messages)

[PATCH V3] ASoC: amd: modified dma pointer callback implementation
 2018-05-15  9:27 UTC  (2+ messages)

[PATCH v6 00/12] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-05-15  9:26 UTC  (3+ messages)
` [PATCH v6 07/12] ACPI / hotplug / PCI: Do not scan all bridges when native PCIe hotplug is used

[virtio] [PATCH 0/6] rework notifications terminology
 2018-05-15  9:25 UTC  (4+ messages)
` [virtio] [PATCH 5/6] mmio: map common notifications terminology to MMIO
    ` [virtio] Re: [virtio-dev] "

[PATCH v10 00/27] ARM: davinci: convert to common clock framework​
 2018-05-15  9:25 UTC  (4+ messages)

[PATCH v16 0/2] rcar-csi2: add Renesas R-Car MIPI CSI-2
 2018-05-15  9:25 UTC  (4+ messages)

[PATCH v3 0/6] Driver for at91 usart in spi mode
 2018-05-15  9:25 UTC  (8+ messages)
` [PATCH v3 5/6] spi: at91-usart: add driver for at91-usart as spi

[Buildroot] [PATCH v2 1/1] package/iucode-tool: Add systemd service config
 2018-05-15  9:24 UTC 

[PATCH 0/4] *** fix native clang compiling errors on ARM64 ***
 2018-05-15  9:23 UTC  (5+ messages)
` [PATCH v2 1/4] app: add LDFLAGS -latomic to link atomic lib
  ` [PATCH v2 2/4] Driver/Mellanox: fix PMD compiling issue
  ` [PATCH v2 3/4] cryptodev: fix the clang "
  ` [PATCH v2 4/4] ifpgai_rawdev: "

edac: altera: Fix ARM64 warning
 2018-05-15  9:23 UTC  (3+ messages)
` [PATCH] "

[Qemu-devel] [PATCHv3 2/2] ps2: Fix mouse stream corruption due to lost data
 2018-05-15  9:23 UTC  (2+ messages)

[PATCH 0/3] ARM: davinci: some dm646x related fixes
 2018-05-15  9:22 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/4] intel: deviceinfo: split CNL pciids into GT1/2
 2018-05-15  9:22 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/4] intel: deviceinfo: register all ICL devices as GT1
` [igt-dev] [PATCH i-g-t 3/4] lib: intel: report GT size from the database if available
` [igt-dev] [PATCH i-g-t 4/4] tests/perf: print out GT size if unknown

Not enough bandwidth with Magewell XI100DUSB-HDMI
 2018-05-15  9:22 UTC 

[PATCH 00/15] staging: bcm2835-camera probing and cleanup
 2018-05-15  9:22 UTC  (3+ messages)
` [PATCH 13/15] staging: bcm2835-camera: Fix warnings about string ops on v4l2 uapi

[PATCH 1/2] rsi: add fix for crash during assertions
 2018-05-15  9:04 UTC  (2+ messages)
` [PATCH 2/2] rsi: add fix for corruption of auto rate table


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.