All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-14 14:53:53 to 2019-02-14 15:21:54 UTC [more...]

[PATCH v4 00/14] ASoC: Sound Open Firmware (SOF) core
 2019-02-14 15:21 UTC  (17+ messages)
` [PATCH v4 02/14] ASoC: SOF: Add Sound Open Firmware KControl support
    ` [Sound-open-firmware] "
` [PATCH v4 04/14] ASoC: SOF: Add support for IPC IO between DSP and Host
    ` [Sound-open-firmware] "
` [PATCH v4 05/14] ASoC: SOF: Add PCM operations support
    ` [Sound-open-firmware] "
` [PATCH v4 07/14] ASoC: SOF: Add DSP firmware logger support
    ` [Sound-open-firmware] "
` [PATCH v4 08/14] ASoC: SOF: Add DSP HW abstraction operations
    ` [Sound-open-firmware] "

[PATCH v3 5/5] blame: add tests for ignoring revisions
 2019-02-14 15:21 UTC  (2+ messages)

[U-Boot] [PATCH v8 0/8] Add support for loading FPGA bitstream
 2019-02-14 15:21 UTC  (32+ messages)
` [U-Boot] [PATCH v8 2/8] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v8 3/8] fit: Add function declarations to the header file
` [U-Boot] [PATCH v8 4/8] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v8 6/8] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

report: scripts: checkpatch: Spell Checker Does Not Run with '-f'
 2019-02-14 15:19 UTC  (4+ messages)

[PATCH v2 06/15] clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
 2019-02-14 15:18 UTC  (6+ messages)

[PATCH] fstests: btrfs, test for corruption when reading compressed files
 2019-02-14 15:18 UTC 

[PATCH v6] cpufreq: intel_pstate: Reporting reasons why driver prematurely exit
 2019-02-14 15:18 UTC  (4+ messages)

TC stats / hw offload question
 2019-02-14 15:17 UTC  (7+ messages)

[PATCH v2] power: fix to remove unused variable
 2019-02-14 15:17 UTC  (2+ messages)

[PATCH] Btrfs: fix corruption reading shared and compressed extents after hole punching
 2019-02-14 15:17 UTC 

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-14 15:16 UTC  (3+ messages)
` [RFC PATCH v1 04/25] printk-rb: add writer interface

[PATCH] tracing: Fix number of entries in trace header
 2019-02-14 15:16 UTC  (3+ messages)

[RFC PATCH 00/42] Introduce memory region concept (including device local memory)
 2019-02-14 15:16 UTC  (44+ messages)
` [RFC PATCH 01/42] drm/i915: support 1G pages for the 48b PPGTT
` [RFC PATCH 02/42] drm/i915: enable platform support for 1G pages
` [RFC PATCH 03/42] drm/i915: buddy allocator
` [RFC PATCH 04/42] drm/i915: introduce intel_memory_region
` [RFC PATCH 05/42] drm/i915/region: support basic eviction
` [RFC PATCH 06/42] drm/i915/region: support continuous allocations
` [RFC PATCH 07/42] drm/i915/region: support volatile objects
` [RFC PATCH 08/42] drm/i915: Add memory region information to device_info
` [RFC PATCH 09/42] drm/i915: support creating LMEM objects
` [RFC PATCH 10/42] drm/i915/lmem: add helper to get CPU visible pfn
` [RFC PATCH 11/42] drm/i915/selftests: exercise writes to LMEM
` [RFC PATCH 12/42] drm/i915/selftests: exercise huge-pages for LMEM
` [RFC PATCH 13/42] drm/i915: support object clearing via blitter engine
` [RFC PATCH 14/42] drm/i915: introduce kernel blitter_context
` [RFC PATCH 15/42] drm/i915: support copying objects via blitter engine
` [RFC PATCH 16/42] drm/i915: support basic object migration
` [RFC PATCH 17/42] drm/i915/lmem: support kernel mapping
` [RFC PATCH 18/42] drm/i915/lmem: support CPU relocations
` [RFC PATCH 19/42] drm/i915: add vfunc for pread
` [RFC PATCH 20/42] drm/i915/lmem: support pread
` [RFC PATCH 21/42] drm/i915/lmem: support pwrite
` [RFC PATCH 22/42] drm/i915: define HAS_MAPPABLE_APERTURE
` [RFC PATCH 23/42] drm/i915: do not map aperture if it is not available
` [RFC PATCH 24/42] drm/i915: expose missing map_gtt support to users
` [RFC PATCH 25/42] drm/i915: set num_fence_regs to 0 if there is no aperture
` [RFC PATCH 26/42] drm/i915: error capture with no ggtt slot
` [RFC PATCH 27/42] drm/i915: Don't try to place HWS in non-existing mappable region
` [RFC PATCH 28/42] drm/i915: Split out GTT fault handler to make it generic
` [RFC PATCH 29/42] drm/i915: Set correct vmf source pages for gem objects
` [RFC PATCH 30/42] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
` [RFC PATCH 31/42] drm/i915: cpu-map based dumb buffers
` [RFC PATCH 32/42] drm/i915: Add fill_pages handler for dma_buf imported objects
` [RFC PATCH 33/42] UPSTREAM: drm/i915/query: Split out query item checks
` [RFC PATCH 34/42] drm/i915/query: Expose memory regions through the query uAPI
` [RFC PATCH 35/42] drm/i915: Introduce GEM_OBJECT_SETPARAM with I915_PARAM_MEMORY_REGION
` [RFC PATCH 36/42] drm/i915/lmem: include debugfs metrics
` [RFC PATCH 37/42] drm/i915: enumerate and init each supported region
` [RFC PATCH 38/42] drm/i915: treat shmem as a region
` [RFC PATCH 39/42] drm/i915: treat stolen "
` [RFC PATCH 40/42] drm/i915: setup io-mapping for LMEM
` [RFC PATCH 41/42] HAX drm/i915: add the fake lmem region
` [RFC PATCH 42/42] HAX drm/i915/lmem: default userspace allocations to LMEM

[RFC PATCH v2 0/5] tracing: common error_log for ftrace
 2019-02-14 15:16 UTC  (6+ messages)
` [RFC PATCH v2 4/5] tracing: Use tracing error_log with kprobe events (incomplete)

[PATCH 0/8] stmmac: add some fixes for stm32
 2019-02-14 15:15 UTC  (14+ messages)
` [PATCH 2/8] net: ethernet: stmmac: update to support all PHY config for stm32mp157c
` [PATCH 7/8] ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval and disco boards

[PATCH v2 00/30] v4l: add support for multiplexed streams
 2019-02-14 15:15 UTC  (3+ messages)
` [PATCH v2 03/30] media: entity: Walk the graph based on pads

[PATCH v2 0/4] x86/HVM: implement memory read caching
 2019-02-14 15:14 UTC  (3+ messages)

[PATCH] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-14 15:13 UTC  (4+ messages)

[PATCH 0/2] efi/arm/gicv3: implement fix for memory reservation issue
 2019-02-14 15:11 UTC  (9+ messages)
` [PATCH 1/2] arm64: account for GICv3 LPI tables in static memblock reserve table

[Qemu-devel] [PATCH 0/4] target/arm: Implement ARMv8.2-FHM
 2019-02-14 14:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target/arm: Add helpers for FMLAL and FMLSL

[Qemu-devel] [v3 PATCH] hw/arm/bcm2835_peripherals: add bcm283x sp804-alike timer
 2019-02-14 15:12 UTC  (2+ messages)

[PATCH] cobalt: x86: Use ipipe_root_nr_syscalls
 2019-02-14 15:12 UTC  (2+ messages)

[PATCH 4.20 000/352] 4.20.8-stable review
 2019-02-14 15:12 UTC  (5+ messages)
` [PATCH 4.20 004/352] drm/vgem: Fix vgem_init to get drm device available

[PATCH v4 00/37] ARM: davinci: modernize the irq support
 2019-02-14 14:52 UTC  (58+ messages)
` [PATCH v4 01/37] input: davinci_keyscan: remove unnecessary includes
` [PATCH v4 03/37] ARM: davinci: aintc: use irq domain
` [PATCH v4 04/37] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 05/37] ARM: davinci: remove davinci_intc_type
` [PATCH v4 06/37] ARM: davinci: pull davinci_intc_base into the respective intc drivers
` [PATCH v4 07/37] ARM: davinci: wrap HW interrupt numbers with a macro
` [PATCH v4 08/37] ARM: davinci: select SPARSE_IRQ
` [PATCH v4 09/37] ARM: davinci: make irqs.h a local header
` [PATCH v4 10/37] ARM: davinci: aintc: drop GPL license boilerplate
` [PATCH v4 11/37] ARM: davinci: aintc: wrap davinci_irq_init() with a helper
` [PATCH v4 12/37] ARM: davinci: aintc: use a common prefix for symbols in the driver
` [PATCH v4 13/37] ARM: davinci: aintc: drop the 00 prefix from register offsets
` [PATCH v4 14/37] ARM: davinci: aintc: use readl/writel_relaxed()
` [PATCH v4 15/37] irqchip: davinci-aintc: add a new config structure
` [PATCH v4 16/37] ARM: davinci: aintc: use the new irqchip config structure in dm* SoCs
` [PATCH v4 17/37] ARM: davinci: aintc: use the new config structure
` [PATCH v4 18/37] ARM: davinci: aintc: unify error handling
` [PATCH v4 19/37] ARM: davinci: aintc: request memory region before remapping it
` [PATCH v4 20/37] ARM: davinci: aintc: remove the timer-specific irq_set_handler()
` [PATCH v4 21/37] ARM: davinci: aintc: remove unnecessary includes
` [PATCH v4 22/37] irqchip: davinci-aintc: move the driver to drivers/irqchip
` [PATCH v4 23/37] ARM: davinci: cp-intc: remove cp_intc.h
` [PATCH v4 24/37] ARM: davinci: cp-intc: add a wrapper around cp_intc_init()
` [PATCH v4 25/37] irqchip: davinci-cp-intc: add a new config structure
` [PATCH v4 26/37] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs
` [PATCH v4 27/37] ARM: davinci: cp-intc: use a common prefix for all symbols
` [PATCH v4 28/37] ARM: davinci: cp-intc: convert all hex numbers to lowercase
` [PATCH v4 29/37] ARM: davinci: cp-intc: use the new-style config structure
` [PATCH v4 30/37] ARM: davinci: cp-intc: request the memory region before remapping it
` [PATCH v4 31/37] ARM: davinci: cp-intc: improve coding style
` [PATCH v4 32/37] ARM: davinci: cp-intc: unify error handling
` [PATCH v4 33/37] ARM: davinci: cp-intc: use readl/writel_relaxed()
` [PATCH v4 34/37] ARM: davinci: cp-intc: drop GPL license boilerplate
` [PATCH v4 35/37] ARM: davinci: cp-intc: remove redundant comments
` [PATCH v4 36/37] irqchip: davinci-cp-intc: move the driver to drivers/irqchip
` [PATCH v4 37/37] ARM: davinci: remove intc related fields from davinci_soc_info

[PATCH] net: Allow class-e address assignment via ifconfig ioctl
 2019-02-14 15:12 UTC  (2+ messages)
` [OpenWrt-Devel] "

[PATCH v3 0/9] [RFC] vfio: ap: ioctl definitions for AP Queue Interrupt Control
 2019-02-14 15:09 UTC  (6+ messages)
` [PATCH v3 1/9] s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem

[PATCH v3 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-14 14:53 UTC  (6+ messages)
` [PATCH v3 2/2] locking/rwsem: Optimize down_read_trylock()

[RFC] gpu/docs: Clarify what userspace means for gl
 2019-02-14 15:09 UTC  (2+ messages)

[PATCH v2 0/2] ARC: rework U-boot arguments handling
 2019-02-14 15:07 UTC  (6+ messages)
` [PATCH v2 1/2] ARC: U-boot: check arguments paranoidly
` [PATCH v2 2/2] ARC: enable uboot support unconditionally

xen: credit2: credit2 can’t reach the throughput as expected
 2019-02-14 15:08 UTC 

[PATCH net] net: adaptec: starfire: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14 15:06 UTC 

[PATCH] net: phy: at803x: disable delay only for RGMII mode
 2019-02-14 15:06 UTC  (9+ messages)

xen: credit2: credit2 can’t reach the throughput as expected
 2019-02-14 15:07 UTC  (2+ messages)

[PATCH 0/2] extcon: Intel Cherry Trail Whiskey Cove PMIC and external charger tweaks
 2019-02-14 15:05 UTC  (4+ messages)

[PATCH] default-distrovars: set CONNECTIVITY_CHECK_URIS
 2019-02-14 15:05 UTC 

[ANNOUNCE] Git v2.21.0-rc1 (NonStop Results)
 2019-02-14 15:04 UTC 

APUv2/v3 board support V2
 2019-02-14 15:04 UTC  (5+ messages)

[RFC,0/2] Fix for the internal card reader and suspend on MacBooks
 2019-02-14 15:03 UTC  (2+ messages)
` [RFC PATCH 0/2] "

[PATCH v7 00/13] selftests/resctrl: Add resctrl selftest
 2019-02-14 14:56 UTC  (2+ messages)

Managing multiple builds
 2019-02-14  7:18 UTC  (2+ messages)

[3/8] dt-bindings: phy: tegra-xusb-padctl: Add nvidia,usb3-port-fake entry
 2019-02-14 15:01 UTC 

[net-next, PATCH] net: stmmac: use correct define to get rx timestamp on GMAC4
 2019-02-14 15:00 UTC  (4+ messages)

[PATCH v3 0/3] bd718x7: Support SNVS low power state
 2019-02-14 15:00 UTC  (7+ messages)
` [PATCH v3 1/3] devicetree: bindings: bd718x7: document HW state related ROHM specific properties
` [PATCH v3 2/3] regulator: add regulator_desc_list_voltage_linear_range
` [PATCH v3 3/3] regulator: bd718x7: Support SNVS low power state

[igt-dev] [PATCH i-g-t 1/9] lib/tests: Drop NIH exit status handling
 2019-02-14 15:00 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/9] lib/tests: Drop NIH exit status handling (rev3)

[PATCH 4/4] dm: implement no-clone optimization
 2019-02-14 15:00 UTC 

[PATCH 3/4] dm: move dm_table to dm-core.h
 2019-02-14 15:00 UTC 

[PATCH 2/4] dm: refactor end_io_acct
 2019-02-14 15:00 UTC 

[PATCH 1/4] dm: refactor start_io_acct
 2019-02-14 15:00 UTC 

[PATCH 0/4] dm-noclone patches
 2019-02-14 15:00 UTC 

Linux 4.20.8
 2019-02-14 14:53 UTC  (2+ messages)

[regression] USB power management failure to suspend / high CPU usage
 2019-02-14 14:57 UTC 

[Qemu-devel] [PATCH 00/11] Enable build and install of our rST docs
 2019-02-14 14:56 UTC  (3+ messages)

[6/8] dt-bindings: usb: Add NVIDIA Tegra XUSB device mode controller binding
 2019-02-14 14:56 UTC 

[PATCH 1/4] drm/i915/pmu: Always sample an active ringbuffer
 2019-02-14 14:56 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915/pmu: Always sample an active ringbuffer (rev2)

[PATCH net] net: 3com: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-14 14:55 UTC 

[PATCH V4 0/9] x86/jump_label: Bound IPIs sent when updating a static key
 2019-02-14 14:54 UTC  (7+ messages)
` [PATCH V4 7/9] x86/alternative: Batch of patch operations


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.