linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-29 03:52:13 to 2017-12-29 11:06:18 UTC [more...]

[PATCH v2] ASOC: wm8960: Add multiple MCLK frequency support
 2017-12-29 11:05 UTC  (7+ messages)

[git pull] drm fixes for 4.15-rc6
 2017-12-29 11:05 UTC  (3+ messages)

[PATCH 0/4] Sunxi: Add SMP support on A83T
 2017-12-29 11:04 UTC  (7+ messages)

perf: documentation for cycles_no_execute event
 2017-12-29 10:58 UTC 

[PATCH v2 0/5] Sunxi: Add SMP support on A83T
 2017-12-29 10:55 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: sun9i: Support SMP on A80 with Multi-Cluster Power Management (MCPM)
` [PATCH v2 2/5] ARM: sunxi: mcpm: Add support for A83T
` [PATCH v2 3/5] arm: dts: sun8i: a83t: Add registers needed for MCPM
` [PATCH v2 4/5] arm: dts: sun8i: a83t: Add CCI-400 node
` [PATCH v2 5/5] arm: dts: sun8i: a83t: Fix undefined offset with virtual timer

[PATCH 1/5] ARM: EXYNOS: Add SPDX license identifier
 2017-12-29 10:52 UTC  (3+ messages)
` [PATCH 3/5] ARM: S3C64XX: "

[PATCH][next] wcn36xx: remove redundant assignment to msg_body.min_ch_time
 2017-12-29 10:52 UTC  (4+ messages)

consolidate direct dma mapping and swiotlb support
 2017-12-29 10:52 UTC  (70+ messages)
` [PATCH 01/67] x86: remove X86_PPRO_FENCE
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 03/67] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 04/67] arm64: don't override dma_max_pfn
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 06/67] hexagon: remove unused flush_write_buffers definition
` [PATCH 07/67] m32r: "
` [PATCH 08/67] powerpc: "
` [PATCH 09/67] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
` [PATCH 10/67] m32r: remove the unused dma_capable helper
` [PATCH 11/67] riscv: "
` [PATCH 12/67] s390: "
` [PATCH 13/67] dma-mapping: move swiotlb arch helpers to a new header
` [PATCH 14/67] dma-mapping: move dma_mark_clean to dma-direct.h
` [PATCH 15/67] hexagon: use the generic dma_capable helper
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 18/67] microblaze: remove dma_nommu_dma_supported
` [PATCH 19/67] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 20/67] s390: move s390_pci_dma_ops to asm/pci_dma.h
` [PATCH 21/67] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 23/67] dma-mapping: add an arch_dma_supported hook
` [PATCH 24/67] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
` [PATCH 26/67] dma-direct: use phys_to_dma
` [PATCH 27/67] dma-direct: add dma address sanity checks
` [PATCH 28/67] dma-direct: add support for CMA allocation
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc,free} available to other implementations
` [PATCH 32/67] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 33/67] dma-direct: reject too small dma masks
` [PATCH 34/67] cris: use dma-direct
` [PATCH 35/67] h8300: "
` [PATCH 36/67] x86: remove dma_alloc_coherent_mask
` [PATCH 37/67] x86: use dma-direct
` [PATCH 38/67] x86/amd_gart: clean up gart_alloc_coherent
` [PATCH 39/67] iommu/amd_iommu: use dma_direct_* helpers for the direct mapping case
` [PATCH 40/67] iommu/intel-iommu: "
` [PATCH 41/67] x86: remove dma_alloc_coherent_gfp_flags
` [PATCH 42/67] arm64: rename swiotlb_dma_ops
` [PATCH 43/67] ia64: "
` [PATCH 44/67] powerpc: "
` [PATCH 45/67] swiotlb: rename swiotlb_free to swiotlb_exit
` [PATCH 46/67] swiotlb: lift x86 swiotlb_dma_ops to common code
` [PATCH 47/67] swiotlb: wire up ->dma_supported in swiotlb_dma_ops
` [PATCH 48/67] swiotlb: rely on dev->coherent_dma_mask
` [PATCH 49/67] swiotlb: refactor coherent buffer freeing
` [PATCH 50/67] swiotlb: refactor coherent buffer allocation
` [PATCH 51/67] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 52/67] dma-direct: handle the memory encryption bit in common code
` [PATCH 53/67] swiotlb: remove swiotlb_set_mem_attributes
` [PATCH 54/67] x86: remove sta2x11_dma_ops
` [PATCH 55/67] ia64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 56/67] ia64: use generic swiotlb_ops
` [PATCH 57/67] ia64: clean up swiotlb support
` [PATCH 58/67] ia64: remove an ifdef around the content of pci-dma.c
` [PATCH 59/67] unicore32: use generic swiotlb_ops
` [PATCH 60/67] tile: replace ZONE_DMA with ZONE_DMA32
` [PATCH 61/67] tile: use generic swiotlb_ops
` [PATCH 62/67] mips/netlogic: remove swiotlb support
` [PATCH 63/67] mips: use swiotlb_{alloc,free}
` [PATCH 64/67] arm64: replace ZONE_DMA with ZONE_DMA32
` [PATCH 65/67] arm64: use swiotlb_alloc and swiotlb_free
` [PATCH 66/67] swiotlb: remove swiotlb_{alloc,free}_coherent
` [PATCH 67/67] swiotlb: remove various exports

[PATCH] mailmap: update Mark Yao's email address
 2017-12-29 10:36 UTC 

[PATCH 4.14 00/74] 4.14.10-stable review
 2017-12-29 10:35 UTC  (6+ messages)

[PATCH v2] gpio: winbond: add driver
 2017-12-29 10:27 UTC  (4+ messages)

[PATCH 0/3] mtd: spi-nor: fix DMA-unsafe buffer issue between MTD and SPI
 2017-12-29 10:16 UTC  (8+ messages)
` [PATCH 1/3] mtd: spi-nor: add optional DMA-safe bounce buffer for data transfer

[PATCHSET v3] blk-mq: reimplement timeout handling
 2017-12-29 10:07 UTC  (6+ messages)
` [PATCH 1/7] blk-mq: protect completion path with RCU
` [PATCH 4/7] blk-mq: make blk_abort_request() trigger timeout path

[PATCH net-next 0/2] XDP transmission for tuntap
 2017-12-29 10:00 UTC  (3+ messages)
` [PATCH net-next 1/2] tun/tap: use ptr_ring instead of skb_array
` [PATCH net-next 2/2] tuntap: XDP transmission

[PATCH v2] ksm: replace jhash2 with faster hash
 2017-12-29  9:52 UTC 

[PATCH] eeprom: at24: check the return value of nvmem_unregister()
 2017-12-29  9:48 UTC  (4+ messages)

About the try to remove cross-release feature entirely by Ingo
 2017-12-29  9:46 UTC  (6+ messages)

[PATCH] gpio-pca953x: fall back to byte-at-a-time for 24-bit io
 2017-12-29  9:44 UTC  (2+ messages)

v4.15: camera problems on n900
 2017-12-29  9:38 UTC  (4+ messages)

[PATCH] ARM: imx: introduce imx_l2c310_write_sec
 2017-12-29  9:32 UTC  (2+ messages)

[GIT pull] x86/pti: The real thing
 2017-12-29  9:24 UTC  (2+ messages)

4.14.9 broke nvidia 384.98 kernel module
 2017-12-29  9:23 UTC  (2+ messages)

[PATCH v2 0/9] PCI: Add support to the Cadence PCIe controller
 2017-12-29  9:23 UTC  (5+ messages)
` [PATCH v2 7/9] PCI: endpoint: Add the function number as argument to EPC ops
` [PATCH v2 9/9] PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller

[PATCH v3 0/9] ufs: sysfs: read-only access to device descriptors, attributes and flags
 2017-12-29  9:23 UTC  (3+ messages)
` [PATCH v3 1/9] ufs: sysfs: device descriptor

[PATCH v2] zram: better utilization of zram swap space
 2017-12-29  9:21 UTC  (6+ messages)

stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56)
 2017-12-29  9:19 UTC  (2+ messages)

[PATCH 4.9 00/21] 4.9.73-stable review
 2017-12-29  9:18 UTC  (3+ messages)

4.14.9 with CONFIG_MCORE2 fails to boot
 2017-12-29  9:17 UTC  (2+ messages)

[PATCH v2 0/2] CQSPI: Add direct mode support
 2017-12-29  9:11 UTC  (3+ messages)
` [PATCH v2 1/2] mtd: spi-nor: cadence-quadspi: Refactor indirect read/write sequence
` [PATCH v2 2/2] mtd: spi-nor: cadence-quadspi: Add support for direct access mode

[PATCH] iio: adc: max9611: fix module auto-loading
 2017-12-29  9:12 UTC  (3+ messages)

[PATCH][V2] wcn36xx: fix incorrect assignment to msg_body.min_ch_time
 2017-12-29  9:07 UTC  (2+ messages)

[PATCH] android: binder: Prefer __func__ to using hardcoded function name
 2017-12-29  9:03 UTC 

[PATCH] NET: usb: qmi_wwan: add support for YUGA CLM920-NC5 PID 0x9625
 2017-12-29  9:02 UTC 

ANNOUNCE: bpfd - a remote proxy daemon for executing bpf code (with corres. bcc changes)
 2017-12-29  9:00 UTC  (2+ messages)

[PATCH] ARM: dts: sun8i: fix USB Ethernet of Orange Pi R1
 2017-12-29  8:59 UTC  (4+ messages)
` [linux-sunxi] "

[PATCH 1/2] f2fs: stop checkpoint only from fault injection
 2017-12-29  8:59 UTC  (4+ messages)
` [PATCH 2/2] f2fs: fix missing error number for xattr operation
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: stop checkpoint only from fault injection

[BUG] sleeping function called from invalid context in perf_pmu_register()
 2017-12-29  8:59 UTC 

[RFC] mm: why vfree() do not free page table memory?
 2017-12-29  8:58 UTC 

[PATCH 0/2] Fix clock rate in the rockchip_fractional_approximation()
 2017-12-29  8:52 UTC  (8+ messages)
` [PATCH 1/2] clk: rename clk_core_get_boundaries() to clk_hw_get_boundaries() and expose

[PATCH v3 00/11] Allwinner H3/H5/A64(DE2) SimpleFB support
 2017-12-29  8:52 UTC  (6+ messages)
` [PATCH v3 07/11] ARM: sunxi: h3/h5: add simplefb nodes
` [PATCH v3 09/11] clk: sunxi-ng: add support for Allwinner A64 DE2 CCU

[PATCH] f2fs: recover directory operations by fsync
 2017-12-29  8:45 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH net-next] net: hns: add ACPI mode support for ethtool -p
 2017-12-29  9:11 UTC 

kernel panic: n_tty: init_tty
 2017-12-29  8:32 UTC 

[PATCH] perf report: Fix a wrong offset issue when using /proc/kcore
 2017-12-29 16:26 UTC 

[PATCH] f2fs: add an ioctl to disable GC for specific file
 2017-12-29  8:29 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH bpf-next v2 0/4] Separate error injection table from kprobes
 2017-12-29  8:20 UTC  (21+ messages)
` [RFC PATCH bpf-next v2 1/4] tracing/kprobe: bpf: Check error injectable event is on function entry
` [RFC PATCH bpf-next v2 4/4] error-injection: Support fault injection framework

PROBLEM: 4.15.0-rc3 APIC causes lockups on Core 2 Duo laptop
 2017-12-29  8:07 UTC  (12+ messages)

[RFC patch] ioremap: don't set up huge I/O mappings when p4d/pud/pmd is zero
 2017-12-29  8:00 UTC  (2+ messages)

[PATCH v5 00/16] Rockchip ISP1 Driver
 2017-12-29  7:52 UTC  (17+ messages)
` [PATCH v5 01/16] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v5 02/16] media: doc: add document for "
` [PATCH v5 03/16] media: rkisp1: Add user space ABI definitions
` [PATCH v5 04/16] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver
` [PATCH v5 05/16] media: rkisp1: add Rockchip ISP1 subdev driver
` [PATCH v5 06/16] media: rkisp1: add ISP1 statistics driver
` [PATCH v5 07/16] media: rkisp1: add ISP1 params driver
` [PATCH v5 08/16] media: rkisp1: add capture device driver
` [PATCH v5 09/16] media: rkisp1: add rockchip isp1 core driver
` [PATCH v5 10/16] dt-bindings: Document the Rockchip ISP1 bindings
` [PATCH v5 11/16] dt-bindings: Document the Rockchip MIPI RX D-PHY bindings
` [PATCH v5 12/16] ARM: dts: rockchip: add isp node for rk3288
` [PATCH v5 13/16] ARM: dts: rockchip: add rx0 mipi-phy "
` [PATCH v5 14/16] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v5 15/16] arm64: dts: rockchip: add rx0 mipi-phy "
` [PATCH v5 16/16] MAINTAINERS: add entry for Rockchip ISP1 driver

revamp vmem_altmap / dev_pagemap handling V3
 2017-12-29  7:54 UTC  (18+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap

[PATCH] f2fs: add reserved blocks for root user
 2017-12-29  7:55 UTC  (2+ messages)

[PATCH v2 0/4] Address error and recovery for AER and DPC
 2017-12-29  7:24 UTC  (5+ messages)
` [PATCH v2 1/4] PCI/AER: factor out error reporting from AER
` [PATCH v2 2/4] PCI/DPC/AER: Address Concurrency between AER and DPC
` [PATCH v2 3/4] PCI/ERR: Do not do recovery if DPC service is active
` [PATCH v2 4/4] PCI/DPC: Enumerate the devices after DPC trigger event

[ANNOUNCE] Git v2.16.0-rc0
 2017-12-29  7:17 UTC  (2+ messages)

[PATCH v6 2/8] module: use relative references for __ksymtab entries
 2017-12-29  6:42 UTC  (2+ messages)

[PATCH v3 14/16] phy: Add notify_speed callback
 2017-12-29  6:28 UTC  (10+ messages)

[PATCH v11 0/6] Add support for Qualcomm A53 CPU clock
 2017-12-29  6:14 UTC  (5+ messages)
` [PATCH v11 2/6] mailbox: qcom: Create APCS child device for clock controller

[PATCH] regulator: sc2731: Fix defines for SC2731_WR_UNLOCK and SC2731_PWR_WR_PROT_VALUE
 2017-12-29  6:12 UTC 

[PATCH 0/4] Address error and recovery for AER and DPC
 2017-12-29  5:15 UTC  (3+ messages)

[PATCH V8 0/3] OPP: Allow OPP table to be used for power-domains
 2017-12-29  4:58 UTC  (8+ messages)
` [PATCH V8 3/3] OPP: Allow "opp-hz" and "opp-microvolt" to contain magic values

[PATCH] clk: fix reentrancy of clk_enable() on UP systems
 2017-12-29  4:26 UTC  (3+ messages)

[PATCH 0/3] Change ISA_BUS_API dependency to selection
 2017-12-29  4:25 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).