messages from 2018-09-26 21:10:01 to 2018-09-26 22:19:22 UTC [more...]
[PATCHv4 00/12] pci error handling fixes
2018-09-26 22:19 UTC (4+ messages)
` [PATCHv4 08/12] PCI: ERR: Always use the first downstream port
[RFC workqueue/driver-core PATCH 0/5] Add NUMA aware async_schedule calls
2018-09-26 22:19 UTC (26+ messages)
` [RFC workqueue/driver-core PATCH 1/5] workqueue: Provide queue_work_near to queue work near a given NUMA node
` [RFC workqueue/driver-core PATCH 2/5] async: Add support for queueing on specific "
` [RFC workqueue/driver-core PATCH 3/5] driver core: Probe devices asynchronously instead of the driver
` [RFC workqueue/driver-core PATCH 4/5] driver core: Use new async_schedule_dev command
` [RFC workqueue/driver-core PATCH 5/5] nvdimm: Schedule device registration on node local to the device
[PATCH v4 0/9] fetch: make sure submodule oids are fetched
2018-09-26 22:19 UTC (9+ messages)
` [PATCH v4 1/9] sha1-array: provide oid_array_filter
` [PATCH v4 2/9] submodule.c: fix indentation
` [PATCH v4 3/9] submodule.c: sort changed_submodule_names before searching it
` [PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct
[PATCH v2 0/1] MIPS: Lexra CPU support, prerequisite patch
2018-09-26 22:18 UTC (3+ messages)
` [PATCH v2 1/1] MIPS: Add Kconfig variable for CPUs with unaligned load/store instructions
[PATCH] drm/i915: Log HWS seqno consistently
2018-09-26 22:13 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Log HWS seqno consistently (rev2)
[PATCH] PCI/AER: Clear uncorrectable error status for device
2018-09-26 22:08 UTC (2+ messages)
[RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)
2018-09-26 22:07 UTC (10+ messages)
` [RFC/RFT PATCH v1 1/9] Revert "mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ"
` [RFC/RFT PATCH v1 2/9] mtd: qspi: Provide quirk to read only half of RX buffer (NXP's vybrid)
` [RFC/RFT PATCH v1 3/9] mtd: spi: Do not setup the default seqid as we got it set for DUAL and QUAD
` [RFC/RFT PATCH v1 4/9] mtd: spi: Modify the HW capability mask according to supported RX lanes
` [RFC/RFT PATCH v1 5/9] mtd: spi: Provide LUT entry to perform DUAL read
` [RFC/RFT PATCH v1 6/9] mtd: spi: Enhance the fsl_qspi_read() method to support DUAL and QUAD
` [RFC/RFT PATCH v1 7/9] mtd: spi: Add SPI_NOR_DUAL_READ property for the 'n25q128a13' Micron memory
` [RFC/RFT PATCH v1 8/9] mtd: spi: Allocate memory corresponding to maximal fsl-quadspi.c controller area
` [RFC/RFT PATCH v1 9/9] mtd: spi: Skip reading the Serial Flash Discoverable Parameters
[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend)
2018-09-26 22:07 UTC (5+ messages)
` [PATCH v5 06/12] MIPS: BMIPS: add dma remap for BrcmSTB PCIe
[PATCH v1] read-cache: speed up index load through parallelization
2018-09-26 22:06 UTC (3+ messages)
` [PATCH v6 0/7] "
[PATCH 0/7] drm/i915/gen11: Enable planar format support on gen11
2018-09-26 22:02 UTC (3+ messages)
` [PATCH 3/7] drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes
[PATCH i2c-next v3 0/3] i2c: aspeed: Add bus idle waiting logic for multi-master use cases
2018-09-26 21:58 UTC (9+ messages)
` [PATCH i2c-next v3 1/3] dt-bindings: i2c: aspeed: Add 'timeout' property as an optional property
` [PATCH i2c-next v3 2/3] i2c: aspeed: Add 'aspeed,timeout' DT property reading code
` [PATCH i2c-next v3 2/3] i2c: aspeed: Add 'aspeed, timeout' "
` [PATCH i2c-next v3 3/3] i2c: aspeed: Add bus idle waiting logic for multi-master use cases
[PATCH v4 00/19] LSM: Module stacking for SARA and Landlock
2018-09-26 21:57 UTC (5+ messages)
` [PATCH v4 20/19] LSM: Correct file blob free empty blob check
` [PATCH 21/19] LSM: Cleanup and fixes from Tetsuo Handa
KASAN: use-after-free Read in tcf_block_find
2018-09-26 21:55 UTC (4+ messages)
[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
2018-09-26 21:55 UTC (23+ messages)
` [U-Boot] [PATCH 01/22] log: Correct definition of log_msg_ret()
` [U-Boot] [PATCH 02/22] spl: Add support for logging in SPL and TPL
` [U-Boot] [PATCH 03/22] Add core support for a bloblist to convey data from SPL
` [U-Boot] [PATCH 04/22] spl: Set up the bloblist in SPL
` [U-Boot] [PATCH 05/22] bloblist: Locate bloblist in U-Boot
` [U-Boot] [PATCH 06/22] test: Add a simple test for bloblist
` [U-Boot] [PATCH 07/22] Add bloblist documentation
` [U-Boot] [PATCH 08/22] spl: Support hash, input, pch, pci, rtc, tpm in SPL
` [U-Boot] [PATCH 09/22] spl: Add a define for SPL_TPL_PROMPT
` [U-Boot] [PATCH 10/22] spl: Make SPL_DISABLE_BANNER_PRINT a positive option
` [U-Boot] [PATCH 11/22] spl: Add a comment to spl_set_bd()
` [U-Boot] [PATCH 12/22] spl: Print a message if we are unable to load an image
` [U-Boot] [PATCH 13/22] sandbox: Add a memory map to the sandbox README
` [U-Boot] [PATCH 14/22] test/py: Add a way to pass flags to sandbox
` [U-Boot] [PATCH 15/22] sandbox: Add an option to display of-platdata in SPL
` [U-Boot] [PATCH 16/22] sandbox: Add a new 'sb' command
` [U-Boot] [PATCH 17/22] sandbox: Allow puts() output before global_data is set up
` [U-Boot] [PATCH 18/22] sandbox: Refactor code to create os_jump_to_file()
` [U-Boot] [PATCH 19/22] sandbox: Use malloc() and free() from os layer
` [U-Boot] [PATCH 20/22] sandbox: Filter arguments when starting U-Boot
` [U-Boot] [PATCH 21/22] sandbox: Boot in U-Boot through the standard call
` [U-Boot] [PATCH 22/22] spl: Add support for passing handoff info to U-Boot proper
[PATCH 0/2] hwmon: ina3221: Add power and enable sysfs nodes
2018-09-26 21:55 UTC (8+ messages)
` [PATCH 2/2] hwmon: ina3221: Add "
[PATCH v4] drm/i915: Remove i915.enable_ppgtt override
2018-09-26 21:55 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Remove i915.enable_ppgtt override (rev2)
` ✓ Fi.CI.BAT: success "
[PATCH v2 0/5] Update and move Dell drivers dell_rbu and dcdbas
2018-09-26 21:50 UTC (6+ messages)
` [PATCH v2 1/5] firmware: dell_rbu: Make payload memory uncachable
` [PATCH v2 2/5] firmware: dcdbas: Add support for WSMT ACPI table
` [PATCH v2 3/5] firmware: dell_rbu: Move dell_rbu to drivers/platform/x86
` [PATCH v2 4/5] firmware: dcdbas: Move dcdbas "
` [PATCH v2 5/5] MAINTAINERS: Update maintainer for dcdbas and dell_rbu
POSIX violation by writeback error
2018-09-26 21:49 UTC (8+ messages)
[U-Boot] [PATCH v2 00/10] net: Fix packet corruption issue when handling asynch replies
2018-09-26 21:49 UTC (11+ messages)
` [U-Boot] [PATCH v2 01/10] net: sandbox: Move disabled flag into priv struct
` [U-Boot] [PATCH v2 02/10] net: sandbox: Refactor sandbox send function
` [U-Boot] [PATCH v2 03/10] net: sandbox: Make the fake eth driver response configurable
` [U-Boot] [PATCH v2 04/10] net: sandbox: Share the priv structure with tests
` [U-Boot] [PATCH v2 05/10] net: sandbox: Allow fake eth to handle more than 1 packet response
` [U-Boot] [PATCH v2 06/10] net: Add an accessor to know if waiting for ARP
` [U-Boot] [PATCH v2 07/10] net: sandbox: Add a priv ptr for tests to use
` [U-Boot] [PATCH v2 08/10] test: eth: Add a test for ARP requests
` [U-Boot] [PATCH v2 09/10] test: eth: Add a test for the target being pinged
` [U-Boot] [PATCH v2 10/10] net: Don't overwrite waiting packets with asynchronous replies
Fixing constant preference prompts during tests
2018-09-26 21:48 UTC (4+ messages)
[RFC 00/10] perf: Add cputime events/metrics
2018-09-26 21:48 UTC (4+ messages)
[RFC] eal: simplify parameters of hotplug functions
2018-09-26 21:47 UTC (6+ messages)
` [PATCH v2 0/4] eal: simplify devargs and "
` [PATCH v2 1/4] devargs: remove deprecated functions
` [PATCH v2 2/4] devargs: simplify parameters of removal function
` [PATCH v2 3/4] eal: remove experimental flag of hotplug functions
` [PATCH v2 4/4] eal: simplify parameters "
Run experience with security flags enabled
2018-09-26 21:46 UTC (2+ messages)
[Bug 107333] Display Not Detected If Powered Off When amdgpu.dc=1
2018-09-26 21:46 UTC (2+ messages)
[PATCH v14 00/19] Intel SGX1 support
2018-09-26 21:45 UTC (12+ messages)
` [PATCH v14 09/19] x86/mm: x86/sgx: Signal SEGV_SGXERR for #PFs w/ PF_SGX
GPG signing is bent on WIndows
2018-09-26 21:41 UTC (2+ messages)
[Intel-wired-lan] [PATCH v2 00/16] Add SR-IOV support, feature updates
2018-09-26 21:41 UTC (3+ messages)
` [Intel-wired-lan] [PATCH v2 06/16] ice: Add handlers for VF netdevice operations
[PATCHv3 0/8] fetch: make sure submodule oids are fetched
2018-09-26 21:40 UTC (16+ messages)
` [PATCH 1/8] sha1-array: provide oid_array_filter
` On shipping more of our technical docs as manpages
[V3 PATCH 0/2] selftests: watchdog: Add get/set/pre timeout
2018-09-26 21:37 UTC (12+ messages)
` [V3 PATCH 1/2] selftests: watchdog: Fix error message
` [V3 PATCH 2/2] selftests: watchdog: Add gettimeout and get|set pretimeout
[PATCH 0/4] Update am437x and am335x dts to probe with ti-sysc
2018-09-26 21:36 UTC (9+ messages)
[PATCHv2] misc: genwqe: remove duplicated include and order header files alphabetically in card_utils.c
2018-09-26 21:36 UTC (2+ messages)
[PATCH net-next v3 00/11] mscc: ocelot: add support for SerDes muxing configuration
2018-09-26 21:36 UTC (8+ messages)
` [PATCH net-next v3 07/11] dt-bindings: phy: add DT binding for Microsemi Ocelot SerDes muxing
` [PATCH net-next v3 09/11] dt-bindings: add constants for Microsemi Ocelot SerDes driver
[PATCH] atmodem/sms: no mms support for Gemalto
2018-09-26 21:34 UTC (2+ messages)
[PATCH 0/3] ARM: dspi: Provide slave mode support for Vybryd vf610
2018-09-26 21:33 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: spi: Provide bindings for fsl dspi working in slave mode
Problem with netconsole and eth0 timing
2018-09-26 21:33 UTC (4+ messages)
[PATCH v4 0/6] mpt3sas: Hot-Plug Surprise removal support on IOC
2018-09-26 21:33 UTC (5+ messages)
` [PATCH v4 1/6] mpt3sas: Introduce mpt3sas_base_pci_device_is_available
` [PATCH v4 3/6] mpt3sas: Introdude _scsih_get_shost_and_ioc
IOREQ server on Arm
2018-09-26 21:32 UTC (9+ messages)
[PATCH v5 0/5] LSM: Support ptrace sidechannel access checks
2018-09-26 21:30 UTC (12+ messages)
` [PATCH v5 1/5] AppArmor: Prepare for PTRACE_MODE_SCHED
` [PATCH v5 2/5] Smack: "
` [PATCH v5 4/5] Capability: Complete PTRACE_MODE_SCHED
[PATCH v3 4/7] drm/msm/dpu: Change _dpu_crtc_power_enable to void
2018-09-26 21:28 UTC (2+ messages)
` [PATCH v4 4/7] drm/msm/dpu: Remove _dpu_crtc_power_enable
[PATCH] fetch: replace string-list used as a look-up table with a hashmap
2018-09-26 21:28 UTC
[PATCH v10 00/12] Adding security support for nvdimm
2018-09-26 21:28 UTC (3+ messages)
linux-next: build failure after merge of the pci tree
2018-09-26 21:27 UTC (5+ messages)
[PATCH v11 0/8] blk-mq: Implement runtime power management
2018-09-26 21:22 UTC (4+ messages)
Trouble with new marvell_nand driver on PXA3xx
2018-09-26 21:19 UTC (2+ messages)
[U-Boot] [PATCH 1/1] sandbox: fix phys_to_virt()
2018-09-26 21:18 UTC (2+ messages)
[PATCH] media: ov9650: avoid maybe-uninitialized warnings
2018-09-26 21:17 UTC (2+ messages)
[U-Boot] [PATCH v5 1/1] rtc: pl031: convert the driver to driver model
2018-09-26 21:15 UTC (2+ messages)
[RFC][PATCH 0/9][V2] drop the mmap_sem when doing IO in the fault path
2018-09-26 21:08 UTC (2+ messages)
` [PATCH 3/9] mm: clean up swapcache lookup and creation function names
[PATCH v2 00/16] R-Car D3/E3 display support (with LVDS PLL)
2018-09-26 15:55 UTC (13+ messages)
` [PATCH v2 06/16] drm: rcar-du: Perform the initial CRTC setup from rcar_du_crtc_get()
` [PATCH v2 07/16] drm: rcar-du: Use LVDS PLL clock as dot clock when possible
` [PATCH v2 08/16] drm: rcar-du: Enable configurable DPAD0 routing on Gen3
` [PATCH v2 09/16] drm: rcar-du: Cache DSYSR value to ensure known initial value
` [PATCH v2 10/16] drm: rcar-du: Don't use TV sync mode when not supported by the hardware
` [PATCH v2 15/16] arm64: dts: renesas: r8a77990: ebisu: Enable VGA and HDMI outputs
[RFC 0/3 net] lorawan: Add LoRaWAN soft MAC module
2018-09-26 15:52 UTC (4+ messages)
` [RFC 1/3 net] lorawan: Add LoRaWAN class module
Resending: fio testing on S3 object storage
2018-09-26 15:52 UTC
[PATCH RFC,net-next 00/10] add flow_rule infrastructure
2018-09-26 15:51 UTC (4+ messages)
` [PATCH RFC,net-next 04/10] cls_flower: add translator to flow_action representation
[PATCH] fbdev/omapfb: fix omapfb_memory_read infoleak
2018-09-26 15:45 UTC (2+ messages)
Marvell phy errata origins?
2018-09-26 15:35 UTC (7+ messages)
[PATCH] ARM: dts: paz00: fix wakeup gpio keycode
2018-09-26 15:30 UTC (2+ messages)
[PATCH v5] media: imx208: Add imx208 camera sensor driver
2018-09-26 15:19 UTC (12+ messages)
[PATCH 0/6] Extract bg queue logic out fuse_conn::lock
2018-09-26 15:18 UTC (4+ messages)
` [PATCH 6/6] fuse: Do not take fuse_conn::lock on fuse_request_send_background()
delalloc and reflink fixes & tweaks
2018-09-26 15:18 UTC (7+ messages)
` [PATCH 04/10] xfs: simplify the IOMAP_ZERO check in xfs_file_iomap_begin a bit
` [PATCH 07/10] xfs: handle extent size hints in xfs_file_iomap_begin_delay
` [PATCH 10/10] xfs: use a separate iomap_ops for delalloc writes
[PATCH] pci: Add a few new IDs for Intel GPU "spurious interrupt" quirk
2018-09-26 15:14 UTC
FAILED: patch "[PATCH] ext4: close race between direct IO and ext4_break_layouts()" failed to apply to 4.14-stable tree
2018-09-26 15:10 UTC (2+ messages)
Bug or works as intended: signal behaviour on -RT
2018-09-26 15:07 UTC
netlink: 16 bytes leftover after parsing attributes in process `ip'
2018-09-26 15:02 UTC (7+ messages)
[PATCH net-next 0/9] net: bridge: convert bool options to bits
2018-09-26 15:01 UTC (5+ messages)
` [PATCH net-next 2/9] net: bridge: add bitfield for options and convert vlan opts
[PATCH v2] mmc: tmio: Add initial setting of interrupt mask register
2018-09-26 15:00 UTC
page: next (older) | prev (newer) | latest
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.