All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-29 15:27:39 to 2019-07-29 16:01:06 UTC [more...]

[PATCH 0/4] add more probe failures
 2019-07-29 15:23 UTC  (3+ messages)
` [PATCH 3/4] drm/i915/uc: Inject load errors into intel_uc_init_hw
` [PATCH 4/4] drm/i915/wopcm: Don't fail on WOPCM partitioning failure

[PATCH] ARM: at91sam9x5/dt: enable internal pull-up for i2c-gpio lines
 2019-07-29 16:00 UTC 

[PATCH] arcnet: arc-rimi: Mark expected switch fall-throughs
 2019-07-29 16:00 UTC  (2+ messages)

[PATCH] arcnet: com90io: Mark expected switch fall-throughs
 2019-07-29 16:00 UTC  (2+ messages)

[Qemu-devel] [for 4.1 PATCH] Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"
 2019-07-29 15:59 UTC 

[PATCH] arcnet: com90xx: Mark expected switch fall-throughs
 2019-07-29 15:59 UTC  (2+ messages)

[PATCH 1/2] input: keyboard: gpio_keys_polled: use gpio lookup table
 2019-07-29 15:59 UTC  (2+ messages)
` [PATCH 2/2] input: keyboard: gpio-keys-polled: skip oftree code when CONFIG_OF disabled

[PATCH net-next 1/1] qed[net-next] Add new ethtool supported port types based on media
 2019-07-29 15:59 UTC  (2+ messages)

[PATCH] scsi: qlogicpti: Mark expected switch fall-throughs
 2019-07-29 15:59 UTC  (2+ messages)

[PATCH] usb: storage: sddr55: Fix a possible null-pointer dereference in sddr55_transport()
 2019-07-29 14:51 UTC  (2+ messages)

[PATCH] aio: add timeout validity check for io_[p]getevents
 2019-07-29 15:59 UTC  (5+ messages)

[Xen-devel] [PATCH v4 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-07-29 15:39 UTC  (36+ messages)
` [Xen-devel] [PATCH v4 01/35] OvmfPkg/ResetSystemLib: Add missing dependency on PciLib
` [Xen-devel] [PATCH v4 02/35] OvmfPkg: Create platform OvmfXen
` [Xen-devel] [PATCH v4 03/35] OvmfPkg: Introduce XenResetVector
` [Xen-devel] [PATCH v4 04/35] OvmfPkg: Introduce XenPlatformPei
` [Xen-devel] [PATCH v4 05/35] OvmfPkg/OvmfXen: Creating an ELF header
` [Xen-devel] [PATCH v4 06/35] OvmfPkg/XenResetVector: Add new entry point for Xen PVH
` [Xen-devel] [PATCH v4 07/35] OvmfPkg/XenResetVector: Saving start of day pointer for PVH guests
` [Xen-devel] [PATCH v4 08/35] OvmfPkg/XenResetVector: Allow jumpstart from either hvmloader or PVH
` [Xen-devel] [PATCH v4 09/35] OvmfPkg/OvmfXen: use a TimerLib instance that depends only on the CPU
` [Xen-devel] [PATCH v4 10/35] OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader
` [Xen-devel] [PATCH v4 11/35] OvmfPkg/XenPlatformPei: Use mXenHvmloaderInfo to get E820
` [Xen-devel] [PATCH v4 12/35] OvmfPkg/XenPlatformPei: Grab RSDP from PVH guest start of day struct
` [Xen-devel] [PATCH v4 13/35] OvmfPkg/Library/XenPlatformLib: New library
` [Xen-devel] [PATCH v4 14/35] OvmfPkg/AcpiPlatformDxe: Use XenPlatformLib
` [Xen-devel] [PATCH v4 15/35] OvmfPkg/AcpiPlatformDxe: Use Xen PVH RSDP if it exist
` [Xen-devel] [PATCH v4 16/35] OvmfPkg/XenHypercallLib: Enable it in PEIM
` [Xen-devel] [PATCH v4 17/35] OvmfPkg/XenPlatformPei: Reinit XenHypercallLib
` [Xen-devel] [PATCH v4 18/35] OvmfPkg/XenPlatformPei: Introduce XenHvmloaderDetected
` [Xen-devel] [PATCH v4 19/35] OvmfPkg/XenPlatformPei: Setup HyperPages earlier
` [Xen-devel] [PATCH v4 20/35] OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
` [Xen-devel] [PATCH v4 21/35] OvmfPkg: Import XENMEM_memory_map hypercall to Xen/memory.h
` [Xen-devel] [PATCH v4 22/35] OvmfPkg/XenPlatformPei: no hvmloader: get the E820 table via hypercall
` [Xen-devel] [PATCH v4 23/35] OvmfPkg/XenPlatformPei: Rework memory detection
` [Xen-devel] [PATCH v4 24/35] OvmfPkg/XenPlatformPei: Reserve VGA memory region, to boot Linux
` [Xen-devel] [PATCH v4 25/35] OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVH
` [Xen-devel] [PATCH v4 26/35] OvmfPkg/XenPlatformLib: Cache result for XenDetected
` [Xen-devel] [PATCH v4 27/35] OvmfPkg/PlatformBootManagerLib: Use XenDetected from XenPlatformLib
` [Xen-devel] [PATCH v4 28/35] OvmfPkg/PlatformBootManagerLib: Handle the absence of PCI bus on Xen PVH
` [Xen-devel] [PATCH v4 29/35] OvmfPkg/OvmfXen: Override PcdFSBClock to Xen vLAPIC timer frequency
` [Xen-devel] [PATCH v4 30/35] OvmfPkg/OvmfXen: Introduce XenTimerDxe
` [Xen-devel] [PATCH v4 31/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
` [Xen-devel] [PATCH v4 32/35] OvmfPkg: Introduce PcdXenGrantFrames
` [Xen-devel] [PATCH v4 33/35] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables
` [Xen-devel] [PATCH v4 34/35] OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkg
` [Xen-devel] [PATCH v4 35/35] OvmfPkg/OvmfXen: use RealTimeClockRuntimeDxe from EmbeddedPkg

[Bridge] WARNING in xt_compat_add_offset
 2019-07-29 15:58 UTC  (2+ messages)
` [PATCH nf] netfilter: ebtables: also count base chain policies

[PATCH] drm/i915: Inline engine->init_context into its caller
 2019-07-29 14:49 UTC  (2+ messages)

[Bug 111232] 3200 Memory Crash My System
 2019-07-29 15:58 UTC  (2+ messages)

[Xen-devel] [PATCH 0/3] build: honor toolchain related environment vars
 2019-07-29 15:39 UTC  (7+ messages)
` [Xen-devel] [PATCH 1/3] kconfig: include default toolchain values
` [Xen-devel] [PATCH 2/3] build: allow picking the env values for compiler variables
` [Xen-devel] [PATCH 3/3] build: allow picking the env values for toolchain utilities

[U-Boot] [PATCH v3] board/BuR/brsmarc1: initial commit
 2019-07-29 15:56 UTC  (2+ messages)

[PATCH v4 00/14] NFC: nxp-nci: clean up and new device support
 2019-07-29 15:56 UTC  (2+ messages)

[Bug 111231] VM_L2_PROTECTION_FAULT
 2019-07-29 15:56 UTC  (2+ messages)
` [Bug 111231] random VM_L2_PROTECTION_FAULTs when loading a world in minetest on AMD ryzen 2200G integrated graphics

Back-porting request
 2019-07-29 15:56 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: os_dep: Move common code to func
 2019-07-29 15:56 UTC  (2+ messages)

[PATCH 00/19] Cleanup merge API
 2019-07-29 15:56 UTC  (6+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 04/20] merge-recursive: exit early if index != head

[PATCH 0/6] pwm: sun4i: Add support for Allwinner H6
 2019-07-29 15:55 UTC  (11+ messages)
` [PATCH 3/6] pwm: sun4i: Add a quirk for bus clock
` [PATCH 4/6] pwm: sun4i: Add support for H6 PWM

[Xen-devel] [PATCH v2 0/2] x86/xpti: Don't leak TSS-adjacent percpu data via Meltdown
 2019-07-29 15:55 UTC  (4+ messages)
` [Xen-devel] [PATCH v2 2/2] "

[PATCH v3 0/7] drivers: Add generic device lookup helpers
 2019-07-29 14:37 UTC  (6+ messages)
` [PATCH v3 1/7] drivers: Introduce device lookup variants by name
` [PATCH v3 3/7] drivers: Introduce device lookup variants by fwnode

[Regression] Commit "nvme/pci: Use host managed power state for suspend" has problems
 2019-07-29 15:51 UTC  (8+ messages)

[U-Boot] [PATCH v2 00/11] SPL support for RISC-V
 2019-07-29 15:52 UTC  (6+ messages)
` [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI

[PATCH v4 0/5] ALSA/HDA: abort probe when DMICs are detected
 2019-07-29 15:51 UTC  (6+ messages)
` [PATCH v4 1/5] ASoC: Intel: Skylake: move NHLT header to common directory
` [PATCH v4 2/5] ALSA: hda: move parts of NHLT code to new module
` [PATCH v4 3/5] ALSA: hda: intel-nhlt: handle NHLT VENDOR_DEFINED DMIC geometry
` [PATCH v4 4/5] ASoC: Intel: Skylake: use common NHLT module
` [PATCH v4 5/5] ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platforms

[PATCH iproute2 0/1] Fix s64 argument parsing
 2019-07-29 15:51 UTC  (3+ messages)

[Qemu-devel] [Bug 1838277] [NEW] qemu-system-aarch64: regression: msr vbar_el2, xN not working in EL2
 2019-07-29 15:40 UTC  (4+ messages)
` [Qemu-devel] [Bug 1838277] "

[PATCH 1/1] drm: mxsfb: add i.MX6UL in Kconfig
 2019-07-29 15:51 UTC  (5+ messages)

[Qemu-devel] Fixing Snowridge CPU model name and features
 2019-07-29 15:46 UTC  (3+ messages)

[PATCH RFC] mm/memcontrol: reclaim severe usage over high limit in get_user_pages loop
 2019-07-29 15:49 UTC  (2+ messages)

Linux 5.2-rc4
 2019-07-29 15:49 UTC  (4+ messages)
` [Regression] 5.3-rc1: hid_llogitech_dj does not work

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-29 15:49 UTC  (7+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH v2] driver core: Remove device link creation limitation
 2019-07-29 15:48 UTC  (2+ messages)

[virtio-comment] [PATCH v7 0/5] Large shared memory regions
 2019-07-29 15:48 UTC  (4+ messages)
` [virtio-comment] [PATCH v7 3/5] pci: Define virtio_pci_cap64
  ` [virtio-dev] "
    ` [virtio-comment] "

Problem with fsck and invalid submodule path in history
 2019-07-29 15:48 UTC  (4+ messages)
` [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

[RFC PATCH lttng-modules] Fix: update sched prev_state instrumentation for kernel 4.14.0 and 4.20.0
 2019-07-29 15:46 UTC 

[Xen-devel] [PATCH v6 0/5] x86/mem_sharing: assorted fixes
 2019-07-29 15:46 UTC  (12+ messages)
` [Xen-devel] [PATCH v6 1/5] x86/mem_sharing: reorder when pages are unlocked and released

[PATCH net-next v3 0/4] enetc: Add mdio bus driver for the PCIe MDIO endpoint
 2019-07-29 15:46 UTC  (18+ messages)
` [PATCH net-next v3 1/4] enetc: Clean up local mdio bus allocation
` [PATCH net-next v3 2/4] enetc: Add mdio bus driver for the PCIe MDIO endpoint
` [PATCH net-next v3 3/4] dt-bindings: net: fsl: enetc: Add bindings for the central MDIO PCIe endpoint
` [PATCH net-next v3 4/4] arm64: dts: fsl: ls1028a: Enable eth port1 on the ls1028a QDS board

[PATCH 1/6] ARM: ks8695: watchdog: stop using mach/*.h
 2019-07-29 15:45 UTC  (9+ messages)

[PATCH v2 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-07-29 15:44 UTC  (3+ messages)
` [PATCH v2 1/3] "

[Qemu-devel] [PATCH 0/2] iotests: use python logging
 2019-07-29 15:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] iotests: use python logging for iotests.log()

[PATCH v2] sched/core: Don't use dying mm as active_mm of kthreads
 2019-07-29 15:44 UTC  (14+ messages)
  ` [PATCH] sched: Clean up active_mm reference counting

[Xen-devel] [PATCH v2 0/6] stash domain create flags and then use them
 2019-07-29 15:42 UTC  (7+ messages)
` [Xen-devel] [PATCH v2 4/6] x86/domain: remove the 'oos_off' flag
` [Xen-devel] [PATCH v2 6/6] x86/domain: remove the 's3_integrity' flag

tw686x driver (again, sorry; I respect it as a good driver!)
 2019-07-29 15:35 UTC 

[PATCH bpf-next v5 0/6] xdp: Add devmap_hash map type
 2019-07-29 15:42 UTC  (3+ messages)
` [PATCH bpf-next v5 1/6] include/bpf.h: Remove map_insert_ctx() stubs

[Virtio-fs] [PATCH 0/5] virtiofsd: multithreading preparation
 2019-07-29 15:41 UTC  (5+ messages)
` [Virtio-fs] [PATCH 2/5] virtiofsd: prevent lo_lookup() NULL pointer dereference
  ` [Qemu-devel] "
      ` [Virtio-fs] [Qemu-devel] "

[Xen-devel] [PATCH] xen: Avoid calling device suspend/resume callbacks
 2019-07-29 15:41 UTC 

[PATCH v4 1/3] nl80211: Update uapi for CMD_FRAME_WAIT_CANCEL
 2019-07-29 15:36 UTC  (4+ messages)
` [PATCH v4 2/3] nl80211: Limit certain commands to interface owner

[PATCH v3] ata/pata_buddha: Probe via modalias instead of initcall
 2019-07-29 15:41 UTC  (8+ messages)

[PATCH 4.4 0/2] vmstat backports
 2019-07-29 15:40 UTC  (3+ messages)
` [PATCH 4.4 1/2] vmstat: Remove BUG_ON from vmstat_update
` [PATCH 4.4 2/2] mm, vmstat: make quiet_vmstat lighter

[PATCH v2] clk: imx8mq: Mark AHB clock as critical
 2019-07-29 15:40 UTC  (5+ messages)

[PATCH] sound: dmasound_atari: Mark expected switch fall-through
 2019-07-29 15:35 UTC  (3+ messages)

[f2fs-dev] [PATCH] dump.f2fs: allow to dump data on mounted device
 2019-07-29 15:39 UTC 

[PATCH] scsi: sun3_scsi: Mark expected switch fall-throughs
 2019-07-29 15:39 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 for-4.2 0/3] block: BDRV_REQ_PREFETCH
 2019-07-29 15:38 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH v2 1/8] drm/etnaviv: simplify unbind checks
 2019-07-29 15:38 UTC  (7+ messages)
` [PATCH v2 5/8] drm/etnaviv: rework MMU handling
` [PATCH v2 6/8] drm/etnaviv: split out starting of FE idle loop
` [PATCH v2 7/8] drm/etnaviv: provide MMU context to etnaviv_gem_mapping_get

KMSAN: uninit-value in skb_pull_rcsum
 2019-07-29 15:38 UTC 

[PATCH] watchdog: Mark expected switch fall-throughs
 2019-07-29 15:10 UTC 

[PATCH 0/6] Add support for Qualcomm SM8150 and SC7180 SoCs
 2019-07-29 15:38 UTC  (2+ messages)

[PATCH] iommu/dma: Handle MSI mappings separately
 2019-07-29 15:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] block: qiov_offset parameter for io
 2019-07-29 15:34 UTC  (3+ messages)

[PATCH v2] cfg80211: use parallel_ops for genl
 2019-07-29 15:20 UTC  (2+ messages)

[PATCH v1] usb: typec: mux: Switch to use fwnode_property_count_uXX()
 2019-07-29 14:26 UTC  (2+ messages)

[v2,0/2] PCI: mediatek: Add support for MT7629
 2019-07-29 15:33 UTC  (6+ messages)
` [v2,2/2] PCI: mediatek: Add controller "

[Qemu-devel] [PATCH v7 00/15] Add support for io_uring
 2019-07-29 15:16 UTC  (7+ messages)
` [Qemu-devel] [PATCH v7 07/15] blockdev: adds bdrv_parse_aio to use io_uring
` [Qemu-devel] [PATCH v7 09/15] block: add trace events for io_uring
` [Qemu-devel] [PATCH v7 11/15] qemu-io: adds option to use aio engine
` [Qemu-devel] [PATCH v7 12/15] qemu-img: adds option to use aio engine for benchmarking
` [Qemu-devel] [PATCH v7 14/15] tests/qemu-iotests: enable testing with aio options
` [Qemu-devel] [PATCH v7 15/15] tests/qemu-iotests: use AIOMODE with various tests

[RFC PATCH 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-07-29 14:32 UTC  (6+ messages)
` [RFC PATCH 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [RFC PATCH 03/10] powerpc: introduce kimage_vaddr to store the kernel base

[PATCH v2 0/2] Refactor snapshot vs nocow writers locking
 2019-07-29 15:33 UTC  (3+ messages)

[PATCH v6 00/14] crypto: caam - Add i.MX8MQ support
 2019-07-29 15:32 UTC  (7+ messages)
` [PATCH v6 05/14] crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64
` [PATCH v6 06/14] crypto: caam - use ioread64*_hi_lo in rd_reg64
` [PATCH v6 07/14] crypto: caam - drop 64-bit only wr/rd_reg64()

FAILED: patch "[PATCH] btrfs: inode: Don't compress if NODATASUM or NODATACOW set" failed to apply to 4.9-stable tree
 2019-07-29 15:32 UTC 

FAILED: patch "[PATCH] btrfs: inode: Don't compress if NODATASUM or NODATACOW set" failed to apply to 4.4-stable tree
 2019-07-29 15:32 UTC 

[U-Boot] buildman rockchip
 2019-07-29 15:32 UTC  (5+ messages)

[PATCH stable 4.9] tcp: reset sk_send_head in tcp_write_queue_purge
 2019-07-29 15:32 UTC  (2+ messages)

[Qemu-devel] [PATCH for-4.1] block/copy-on-read: Fix permissions for inactive node
 2019-07-29 15:31 UTC  (2+ messages)

[PATCH stable-4.19 0/2] KVM: nVMX: guest reset fixes
 2019-07-29 15:31 UTC  (7+ messages)
` [PATCH stable-4.19 1/2] KVM: nVMX: do not use dangling shadow VMCS after guest reset

[PATCH 1/3] drm/amdkfd: Fix gfx10 wave64 VGPR context restore
 2019-07-29 15:31 UTC  (3+ messages)
  ` [PATCH 2/3] drm/amdkfd: Save/restore flat_scratch_lo/hi on gfx10
  ` [PATCH 3/3] drm/amdkfd: Save/restore vcc "

[Qemu-riscv] [PATCH-4.2 v1 0/6] RISC-V: Hypervisor prep work part 2
 2019-07-29 15:19 UTC  (3+ messages)
` [Qemu-riscv] [PATCH-4.2 v1 6/6] target/riscv: Fix Floating Point register names
  ` [Qemu-devel] "

[dpdk-dev] [RFC] ethdev: extend RSS offload types
 2019-07-29 15:30 UTC  (3+ messages)
` [dpdk-dev] [RFC,v2] "

Questions regarding of phosphor-pid-control
 2019-07-29 15:30 UTC  (5+ messages)
  ` [External] "

[PATCH] psi: get poll_work to run when calling poll syscall next time
 2019-07-29 15:29 UTC  (2+ messages)

[RFC v1 0/3] *spi-mem: adding setup and callback function
 2019-07-29 15:28 UTC  (3+ messages)

[PATCH 00/67] target/arm: Convert aa32 base isa to decodetree
 2019-07-29 15:25 UTC  (3+ messages)
` [PATCH 13/67] target/arm: Convert Data Processing (reg, reg-shifted-reg, imm)
  ` [Qemu-devel] "

[PATCH v1 0/11] drm: header maintenance
 2019-07-29 15:28 UTC  (8+ messages)
` [PATCH v1 02/11] drm: drop uapi dependency from drm_print.h

[dpdk-dev] [PATCH] net/mlx5: fix validation of VLAN pcp item
 2019-07-29 15:28 UTC  (2+ messages)

[PATCH libdrm] tests/util/kms.c: Add module names for Arm display drivers
 2019-07-29 15:27 UTC 


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.