messages from 2019-04-24 16:36:27 to 2019-04-24 17:09:13 UTC [more...]
[PATCH 4.4 000/168] 4.4.179-stable review
2019-04-24 17:08 UTC (4+ messages)
` [PATCH 4.4 037/168] SoC: imx-sgtl5000: add missing put_device()
` [PATCH 4.4 052/168] ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe
` [PATCH 4.4 091/168] genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
[PATCH 3.18 000/104] 3.18.139-stable review
2019-04-24 17:08 UTC (2+ messages)
` [PATCH 3.18 020/104] SoC: imx-sgtl5000: add missing put_device()
[PATCH 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
2019-04-24 17:09 UTC (16+ messages)
` [PATCH 02/25] drm: kirin: Remove HISI_KIRIN_DW_DSI config option
` [PATCH 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure
` [PATCH 11/25] drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.h
` [PATCH 12/25] drm: kirin: Reanme dc_ops to kirin_drm_data
` [PATCH 24/25] drm: kirin: Pass driver data to crtc init and plane init
[PATCH 0/6 v2] libdrm: Patches from AOSP
2019-04-24 17:08 UTC (7+ messages)
` [PATCH 1/6 v2] libdrm: Use mmap64 instead of __mmap2
` [PATCH 2/6 v2] libdrm: Android.mk: Add minimal Android platform check
` [PATCH 3/6 v2] libdrm: amdgpu: Initialize unions with memset rather than "= {0}"
` [PATCH 4/6 v2] libdrm: Avoid additional drm open close
` [PATCH 5/6 v2] libdrm: reduce number of reallocations in drmModeAtomicAddProperty
` [PATCH 6/6 v2] libdrm: omap: Add DRM_RDWR flag to dmabuf export
libata fixes for NVME + OPAL
2019-04-24 17:07 UTC (4+ messages)
` [PATCH 1/3] drivers: nvme: target: core: fix build break
[PATCH v4 00/63] Include linux ACPI/PCI/X86 docs into Sphinx TOC tree
2019-04-24 17:04 UTC (21+ messages)
` [PATCH v4 15/63] Documentation: ACPI: move dsd/data-node-references.txt to firmware-guide/acpi and convert to reST
` [PATCH v4 17/63] Documentation: ACPI: move method-tracing.txt to firmware-guide/acpi and convert to rsST
` [PATCH v4 35/63] Documentation: PCI: convert endpoint/pci-test-function.txt to reST
` [PATCH v4 36/63] Documentation: PCI: convert endpoint/pci-test-howto.txt "
` [PATCH v4 37/63] Documentation: add Linux x86 docs to Sphinx TOC tree
[PATCHv2] nvmet: make MDTS value configurable
2019-04-24 17:05 UTC (6+ messages)
[Qemu-devel] [PATCH v3 01/20] gdbstub: Add infrastructure to parse cmd packets
2019-04-24 17:05 UTC (2+ messages)
[Qemu-devel] [PATCH] virtio: clarify VirtioPCIDeviceTypeInfo usage
2019-04-24 16:44 UTC (4+ messages)
Oops in current tree in i2c
2019-04-24 17:04 UTC (2+ messages)
[Qemu-devel] [PATCH v1] gdbstub: Refactor gdb packets handler
2019-04-24 13:00 UTC (4+ messages)
[RFC PATCH for 5.2 00/10] Restartable Sequences selftests updates
2019-04-24 17:02 UTC (30+ messages)
` [RFC PATCH for 5.2 08/10] rseq/selftests: aarch64 code signature: handle big-endian environment
[PATCH AUTOSEL 5.0 01/66] arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay
2019-04-24 17:02 UTC (5+ messages)
` [PATCH AUTOSEL 5.0 59/66] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
[PATCH v4 14/16] locking/rwsem: Guard against making count negative
2019-04-24 17:01 UTC (13+ messages)
[Xen-devel] [ovmf test] 135248: regressions - FAIL
2019-04-24 17:01 UTC (3+ messages)
` "
[PATCH BlueZ 1/2] a2dp: Store last used endpoint
2019-04-24 17:01 UTC (4+ messages)
[dpdk-dev] [PATCH] app/testpmd: fix unintentional integer overflow
2019-04-24 17:01 UTC (3+ messages)
` [dpdk-dev] [dpdk-stable] "
[Xen-devel] [PATCH 00/12] xen/arm: Provide a generic function to update Xen PT
2019-04-24 16:59 UTC (39+ messages)
` "
` [Xen-devel] [PATCH 01/12] xen/arm: lpae: Add a macro to generate offsets from an address
` "
` [Xen-devel] [PATCH 02/12] xen/arm: mm: Rename create_xen_entries() to xen_pt_update()
` "
` [Xen-devel] [PATCH 03/12] xen/arm: mm: Move out of xen_pt_update() the logic to update an entry
` "
` [Xen-devel] [PATCH 04/12] xen/arm: mm: Introduce _PAGE_PRESENT and _PAGE_POPULATE
` "
` [Xen-devel] [PATCH 05/12] xen/arm: mm: Only increment mfn when valid in xen_pt_update
` "
` [Xen-devel] [PATCH 06/12] xen/arm: mm: Sanity check any update of Xen page tables
` "
` [Xen-devel] [PATCH 07/12] xen/arm: mm: Rework xen_pt_update_entry to avoid use xenmap_operation
` "
` [Xen-devel] [PATCH 08/12] xen/arm: mm: Remove enum xenmap_operation
` "
` [Xen-devel] [PATCH 09/12] xen/arm: mm: Use {, un}map_domain_page() to map/unmap Xen page-tables
` "
` [Xen-devel] [PATCH 10/12] xen/arm: mm: Rework Xen page-tables walk during update
` "
` [Xen-devel] [PATCH 11/12] xen/arm: mm: Don't open-code Xen PT update in {set, clear}_fixmap()
` "
` [Xen-devel] [PATCH 12/12] xen/arm: mm: Remove set_pte_flags_on_range()
` "
[PATCH 1/1] net: rds: exchange of 8K and 1M pool
2019-04-24 16:59 UTC (2+ messages)
[PATCH 0/9] xfs: Delayed Attributes
2019-04-24 16:57 UTC (10+ messages)
` [PATCH 7/9] xfs: Add attr context to log item
[PATCH 00/18] bcache patches for Linux v5.2
2019-04-24 16:57 UTC (20+ messages)
` [PATCH 01/18] bcache: fix crashes stopping bcache device before read miss done
` [PATCH 02/18] bcache: fix inaccurate result of unused buckets
` [PATCH 03/18] bcache: avoid clang -Wunintialized warning
` [PATCH 04/18] bcache: use kmemdup_nul for CACHED_LABEL buffer
` [PATCH 05/18] bcache: Clean up bch_get_congested()
` [PATCH 06/18] bcache: fix a race between cache register and cacheset unregister
` [PATCH 07/18] bcache: move definition of 'int ret' out of macro read_bucket()
` [PATCH 08/18] bcache: never set KEY_PTRS of jouranl key to 0 in journal_reclaim()
` [PATCH 09/18] bcache: add failure check to run_cache_set() for journal replay
` [PATCH 10/18] bcache: add comments for kobj release callback routine
` [PATCH 11/18] bcache: return error immediately in bch_journal_replay()
` [PATCH 12/18] bcache: add error check for calling register_bdev()
` [PATCH 13/18] bcache: Add comments for blkdev_put() in registration code path
` [PATCH 14/18] bcache: add comments for closure_fn to be called in closure_queue()
` [PATCH 15/18] bcache: improve bcache_reboot()
` [PATCH 16/18] bcache: fix failure in journal relplay
` [PATCH 17/18] bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch of btree_gc_coalesce
` [PATCH 18/18] bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_set
[Qemu-devel] [Bug 1823458] Re: race condition between vhost_net_stop and CHR_EVENT_CLOSED on shutdown crashes qemu
2019-04-24 16:40 UTC (2+ messages)
[PATCH v8 1/2] platform/chrome: wilco_ec: Add property helper library
2019-04-24 16:56 UTC (2+ messages)
` [PATCH v8 2/2] power_supply: platform/chrome: wilco_ec: Add charging config driver
[PATCH 0/6] objtool: Add support for Arm64
2019-04-24 16:56 UTC (6+ messages)
` [RFC 3/6] objtool: arm64: Adapt the stack frame checks and the section analysis for the arm architecture
[PATCH v5] arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO
2019-04-24 16:55 UTC (2+ messages)
[LTP] [PATCH v2] include/mk/env_post.mk: enable __ANDROID__ definition for Android build
2019-04-24 16:55 UTC
[PATCH v2 0/2] Adding per-controller timeout support to nvme
2019-04-24 16:55 UTC (3+ messages)
Support for 2D engines/blitters in V4L2 and DRM
2019-04-24 16:54 UTC (12+ messages)
[U-Boot] [RFC PATCH v1 1/2] copy the bd71837 pmic driver from NXP imx u-boot
2019-04-24 16:54 UTC (5+ messages)
` [U-Boot] [RFC PATCH v1 2/2] power: regulator: support ROHM BD71837 PMIC
[PATCH v1] iommu/amd: flush not present cache in iommu_map_page
2019-04-24 16:50 UTC (3+ messages)
[V2] usb: gadget: f_fs: don't free buffer prematurely
2019-04-24 16:50 UTC (7+ messages)
` [PATCH V2] "
[PATCH v3 0/3] Miscellaneous kernel command line fixes
2019-04-24 16:50 UTC (5+ messages)
` [PATCH v3 1/3] RISC-V: Add RISC-V specific arch_match_cpu_phys_id
[PATCH] pci: aardvark: Wait for endpoint to be ready before training link
2019-04-24 16:50 UTC (5+ messages)
[For Stable] mm: memcontrol: fix excessive complexity in memory.stat reporting
2019-04-24 16:50 UTC (2+ messages)
[dpdk-dev] [PATCH] net/kni: fix return value check
2019-04-24 16:49 UTC (2+ messages)
[dpdk-dev] [PATCH] net/ring: fix return value check
2019-04-24 16:49 UTC (3+ messages)
[GIT PULL] Rockchip clock updates for 5.2
2019-04-24 16:49 UTC (2+ messages)
[RESEND PATCH stable only] nvmet: set loop queue's segment boundary mask as PAGE_SIZE - 1
2019-04-24 16:48 UTC (5+ messages)
[dpdk-dev] [PATCH 0/4] net/ring: driver fixes
2019-04-24 16:47 UTC (3+ messages)
` [dpdk-dev] [PATCH v2 "
[PATCH V2 0/3] Introduce Thermal Pressure
2019-04-24 16:47 UTC (6+ messages)
` [PATCH V2 1/3] Calculate "
` [PATCH V3 3/3] thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping
[U-Boot] [PATCH 1/2] drivers/mtd/spi: Enable 4B opcodes for SPANSION s25fl512s
2019-04-24 16:46 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] fsl_qspi: Improve QSPI driver to incorporate 4 byte commands
[STABLE PATCH 0/2] Fix in-memory metadata corruption at xfs_attr3_leaf_write_verify()
2019-04-24 16:46 UTC (4+ messages)
[dpdk-dev] [PATCH] eal: fix formatting of hotplug error message
2019-04-24 16:46 UTC
[cip-dev] [PATCH 4.4 0/5] DHCP client support when receiving "delayed" replies
2019-04-24 16:44 UTC (4+ messages)
` "
[PATCH v4 net] rxrpc: fix race condition in rxrpc_input_packet()
2019-04-24 16:44 UTC
[PATCH v2 0/2] iommu/arm-smmu-v3: make sure the kdump kernel can work well when smmu is enabled
2019-04-24 16:22 UTC (6+ messages)
[PATCH] nvme: rdma: Fix typo in struct comment
2019-04-24 16:42 UTC (2+ messages)
[Intel-wired-lan] [PATCH 1/6] igb: mark expected switch fall-through
2019-04-24 16:42 UTC (2+ messages)
[PATCH RFC] nvme: fix race condition between remove and scan_work
2019-04-24 16:42 UTC (4+ messages)
5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace")
2019-04-24 16:42 UTC (2+ messages)
[PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set
2019-04-24 16:41 UTC (4+ messages)
[PATCH RFC 0/6] nvme: introduce a new flag NVME_ADMIN_QID
2019-04-24 16:41 UTC (4+ messages)
[PATCH rdma-next 0/8] User space steering
2019-04-24 16:40 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Check deps along implicit inter-engine semaphores
2019-04-24 16:40 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for i915/gem_exec_schedule: Check deps along implicit inter-engine semaphores (rev3)
[PATCH v3 net] rxrpc: fix race condition in rxrpc_input_packet()
2019-04-24 16:40 UTC (3+ messages)
[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
2019-04-24 16:36 UTC (15+ messages)
[Qemu-devel] [PATCH v2 0/3] vhost-scsi: Support migration
2019-04-24 16:38 UTC (5+ messages)
[PATCH] nvme: improve logging
2019-04-24 16:39 UTC (2+ messages)
[PATCH v2] ovl: do not generate duplicate fsnotify events for "fake" path
2019-04-24 16:39 UTC
[PATCH rdma-next 4/8] IB/mlx5: Add steering SW ICM device memory type
2019-04-24 16:39 UTC (11+ messages)
Fan control service issues - service will not start "Uncaught DBus service lookup failure exception"
2019-04-24 16:38 UTC (2+ messages)
[PATCH 0/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive
2019-04-24 16:37 UTC (9+ messages)
` [PATCH 1/2] selftests/seccomp: Prepare for exclusive seccomp flags
` [PATCH 2/2] seccomp: Make NEW_LISTENER and TSYNC flags exclusive
[PATCH net-next] cnic: Refactor code and mark expected switch fall-through
2019-04-24 16:37 UTC
[Qemu-devel] [PATCH v4 00/11] block: Deal with filters
2019-04-24 16:36 UTC (6+ messages)
` [Qemu-devel] [PATCH v4 02/11] block: Filtered children access functions
PSI vs. CPU overhead for client computing
2019-04-24 16:36 UTC (3+ messages)
[PATCH 0/2] nvme: Check size of command structures
2019-04-24 16:36 UTC (3+ messages)
` [PATCH 2/2] nvme: pci: Make sure command struct size fixed
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.