linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-04 13:23:50 to 2018-12-04 16:17:08 UTC [more...]

merge swiotlb support into dma_direct_ops
 2018-12-04 16:16 UTC  (6+ messages)
` [PATCH 1/5] swiotlb: remove SWIOTLB_MAP_ERROR
` [PATCH 2/5] swiotlb: remove dma_mark_clean
` [PATCH 3/5] dma-direct: improve addressability error reporting
` [PATCH 4/5] dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
` [PATCH 5/5] dma-direct: merge swiotlb_dma_ops into the dma_direct code

overlayfs access checks on underlying layers
 2018-12-04 16:15 UTC  (28+ messages)

[PATCH] USB: serial: console: fix reported terminal settings
 2018-12-04 16:15 UTC  (2+ messages)

[PATCH v3] panic: Avoid the extra noise dmesg
 2018-12-04 16:13 UTC  (2+ messages)

[PATCH] Revert "mfd: cros_ec: Use devm_kzalloc for private data"
 2018-12-04 16:13 UTC  (3+ messages)

[PATCH v5 00/21] lib, rtc: Print rtc_time via %ptR[dt][r]
 2018-12-04 16:12 UTC  (4+ messages)
` [PATCH v5 02/21] lib/vsprintf: Print time and date in human readable format via %pt

[PATCH v14 00/11] livepatch: Atomic replace feature
 2018-12-04 16:12 UTC  (16+ messages)
` [PATCH v14 03/11] livepatch: Consolidate klp_free functions
` [PATCH v14 05/11] livepatch: Simplify API by removing registration step
` [PATCH v14 06/11] livepatch: Use lists to manage patches, objects and functions
` [PATCH v14 07/11] livepatch: Add atomic replace
` [PATCH v14 08/11] livepatch: Remove Nop structures when unused
` [PATCH v14 09/11] livepatch: Atomic replace and cumulative patches documentation

[PATCH v2 0/2] arm64: Only call into preempt_schedule() if need_resched()
 2018-12-04 16:09 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: preempt: Provide our own implementation of asm/preempt.h

[PATCH 0/4] dma-debug: implement dynamic entry allocation
 2018-12-04 16:09 UTC  (14+ messages)
` [PATCH 1/4] dma-debug: Use pr_fmt()
` [PATCH 2/4] dma-debug: Refactor dma_debug_entry allocation
` [PATCH 3/4] dma-debug: Dynamically expand the dma_debug_entry pool
` [RFC 4/4] dma-debug: Make leak-like behaviour apparent

[PATCH 00/27] locking/lockdep: Add support for dynamic keys
 2018-12-04 16:08 UTC  (11+ messages)
` [PATCH 22/27] locking/lockdep: Reuse list entries that are no longer in use

[PATCH 0/2] Don’t leave executable TLB entries to freed pages
 2018-12-04 16:03 UTC  (4+ messages)
` [PATCH 1/2] vmalloc: New flag for flush before releasing pages

[RFC PATCH v6 00/26] Control-flow Enforcement: Shadow Stack
 2018-12-04 16:01 UTC  (3+ messages)
` [RFC PATCH v6 04/26] x86/fpu/xstate: Introduce XSAVES system states

[PATCH 00/26] Staging: fbtft: Switch to the gpio descriptor interface
 2018-12-04 15:56 UTC  (4+ messages)
` [PATCH 04/26] Staging: fbtft: flexfb: "

perf: perf_fuzzer triggers GPF in perf_prepare_sample
 2018-12-04 15:54 UTC 

[PATCH 4.9 00/50] 4.9.143-stable review
 2018-12-04 15:52 UTC  (2+ messages)

[PATCH 0/3] irq/core: Fix and expand the irq affinity descriptor
 2018-12-04 15:51 UTC  (4+ messages)
` [PATCH 1/3] genirq/core: Add a new interrupt "
` [PATCH 2/3] irq/affinity: Add is_managed into struct irq_affinity_desc
` [PATCH 3/3] irq/affinity: Fix a possible breakage

[PATCH v2 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2018-12-04 15:48 UTC  (6+ messages)
` [PATCH v2 4/9] phy: dphy: Add configuration helpers

[PATCH v4 0/2] bpf: permit JIT allocations to be served outside the module region
 2018-12-04 15:45 UTC  (6+ messages)
` [PATCH v4 2/2] arm64/bpf: don't allocate BPF JIT programs in module memory

[RFC PATCH 0/7] Introduce thermal pressure
 2018-12-04 15:43 UTC  (3+ messages)
` [RFC PATCH 5/7] sched/fair: Enable CFS periodic tick to update "

[PATCH 1/7] node: Link memory nodes to their compute nodes
 2018-12-04 15:43 UTC  (6+ messages)

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2018-12-04 15:43 UTC  (2+ messages)

[PATCH v9 0/3] Huawei laptops
 2018-12-04 15:41 UTC  (7+ messages)
` [PATCH v9 2/3] x86: add support for Huawei WMI hotkeys

[PATCH] pstore: Convert buf_lock to semaphore
 2018-12-04 15:40 UTC  (2+ messages)

[PATCH memory-model 0/3] Updates to the formal memory model
 2018-12-04 15:40 UTC  (4+ messages)

[PATCH v3 00/21] drm/sun4i: Support for linear and tiled YUV formats with the frontend
 2018-12-04 15:35 UTC  (33+ messages)
` [PATCH v3 01/21] drm/fourcc: Add format info helpers for checking YUV planes disposition
` [PATCH v3 02/21] drm/fourcc: Add format info helpers for checking YUV sub-sampling
` [PATCH v3 03/21] drm/sun4i: backend: Use explicit fourcc helpers for packed YUV422 check
` [PATCH v3 04/21] drm/sun4i: frontend: Pass DRM format info to input mode helper
` [PATCH v3 05/21] drm/sun4i: frontend: Determine input format based on colorspace
` [PATCH v3 06/21] drm/sun4i: frontend: Configure and enable YUV to RGB CSC when needed
` [PATCH v3 07/21] drm/sun4i: frontend: Add support for packed YUV422 input formats
` [PATCH v3 08/21] drm/sun4i: frontend: Add support for semi-planar YUV "
` [PATCH v3 09/21] drm/sun4i: frontend: Add support for planar "
` [PATCH v3 10/21] drm/fourcc: Add definitions for Allwinner vendor and VPU tiled format
` [PATCH v3 11/21] drm/sun4i: frontend: Add support for tiled YUV input mode configuration
` [PATCH v3 12/21] drm/sun4i: Add buffer stride and offset configuration for tiling mode
` [PATCH v3 13/21] drm/sun4i: frontend: Add and use helper for checking tiling support
` [PATCH v3 14/21] drm/sun4i: layer: Add tiled modifier support and helper
` [PATCH v3 15/21] drm/sun4i: drv: Allow framebuffer modifiers in mode config
` [PATCH v3 16/21] drm/sun4i: Move access control before setting the register as documented
` [PATCH v3 17/21] drm/sun4i: frontend: Add a quirk structure
` [PATCH v3 18/21] drm/sun4i: Set the coef_rdy bit right after the coef have been set
` [PATCH v3 19/21] drm/sun4i: Make COEF_RDY conditional
` [PATCH v3 20/21] drm/sun4i: frontend: Move the FIR filter phases to our quirks
` [PATCH v3 21/21] drm/sun4i: frontend: Add A20-specific device-tree compatible and quirks

[PATCH] printk: Add caller information to printk() output
 2018-12-04 15:31 UTC  (10+ messages)

[PATCH] platform/x86: convert to DEFINE_SHOW_ATTRIBUTE
 2018-12-04 15:30 UTC  (5+ messages)

[PATCH v7 0/7] Introduce STPMIC1 PMIC Driver
 2018-12-04 15:24 UTC  (3+ messages)

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-12-04 15:21 UTC  (2+ messages)

possible deadlock in ep_free
 2018-12-04 15:21 UTC 

[PATCH v4 1/5] drm/msm/mdp4: add lcdc-align-lsb flag to control lane alignment
 2018-12-04 15:17 UTC  (5+ messages)
` [PATCH v4 2/5] drm/msm: add headless gpu device for imx5
` [PATCH v4 3/5] drm/msm: implement a2xx mmu
` [PATCH v4 4/5] ARM: dts: imx5: add gpu nodes
` [PATCH v4 5/5] dt-bindings: display: msm/gpu: document amd,imageon compatible

[PATCH v2] misc: mic: fix a DMA pool free failure
 2018-12-04 15:16 UTC 

[PATCH] clk: qcom: Enumerate remaining msm8998 resets
 2018-12-04 15:13 UTC 

[PATCH v4 0/2] Add new UniPhier PCIe host driver
 2018-12-04 15:12 UTC  (3+ messages)
` [PATCH v4 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

[PATCH] ptp: fix an IS_ERR() vs NULL check
 2018-12-04 15:10 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH 00/14] regulator: axp20x: Stop AXP209 from crashing when enabling LDO3
 2018-12-04 15:09 UTC  (9+ messages)
` [PATCH 06/14] regulator: axp20x: add software based soft_start for AXP209 LDO3
` [PATCH 09/14] regulator: dts: add full voltage range to LDO4 on the Lime2

[PATCH v2 14/34] dt-bindings: arm: Convert Amlogic board/soc bindings to json-schema
 2018-12-04 15:08 UTC  (16+ messages)
` [PATCH v2 21/34] dt-bindings: arm: Convert Oxford Semi "
` [PATCH v2 24/34] dt-bindings: arm: Convert Rockchip "
` [PATCH v2 25/34] dt-bindings: arm: renesas: Move 'renesas,prr' binding to its own doc
` [PATCH v2 26/34] dt-bindings: arm: Convert Renesas board/soc bindings to json-schema

[PATCH 0/4] Fix ssd1307fb OLED driver reset
 2018-12-04 15:03 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: display: ssd1307fb: Remove reset-active-low from examples
` [PATCH 2/4] video: ssd1307fb: Do not hard code active-low reset sequence
` [PATCH 3/4] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity
` [PATCH 4/4] ARM: mxs: cfa10036: Fixup OLED display reset polarity

[PATCH 0/6] media: don't ifdef v4l2_subdev_get_try_format() any more
 2018-12-04 15:01 UTC  (4+ messages)
` [PATCH 1/6] media: v4l2-subdev: stub v4l2_subdev_get_try_format()
  ` [PATCH 1/6] media: v4l2-subdev: stub v4l2_subdev_get_try_format() ^[^[

[PATCH] MAINTAINERS: Remove myself from the list
 2018-12-04 15:00 UTC  (3+ messages)

[GIT PULL] parisc architecture fix for kernel v4.20-rc6
 2018-12-04 15:00 UTC 

[PATCH -next] drm/tinydrm: Use kmemdup rather than duplicating its implementation in repaper_spi_transfer()
 2018-12-04 15:00 UTC  (2+ messages)

[PATCH] gpu/drm: remove DEFINE_DPU_DEBUGFS_SEQ_FOPS()
 2018-12-04 14:59 UTC  (2+ messages)

[PATCH v2 0/4] crypto: ARM64 NEON optimized XChaCha and NHPoly1305 (for Adiantum)
 2018-12-04 14:51 UTC  (3+ messages)
` [PATCH v2 2/4] crypto: arm64/chacha20 - add XChaCha20 support

[PATCH] i2c: mux: demux-pinctrl: handle failure case of devm_kstrdup()
 2018-12-04 14:50 UTC  (9+ messages)

Compiling with old gcc breaks when CONFIG_RETPOLINE is off
 2018-12-04 13:57 UTC  (2+ messages)

[PATCH 0/3] mmu notifier contextual informations
 2018-12-04 14:48 UTC  (4+ messages)
` [PATCH 3/3] mm/mmu_notifier: contextual information for event triggering invalidation

Linux-next: Build failed
 2018-12-04 14:46 UTC  (3+ messages)

[PATCH] misc: mic: fix a DMA pool free failure
 2018-12-04 14:35 UTC  (3+ messages)

[RFC PATCH 00/14] Heterogeneous Memory System (HMS) and hbind()
 2018-12-04 14:44 UTC  (3+ messages)

[PATCH] mm/alloc: fallback to first node if the wanted node offline
 2018-12-04 14:42 UTC  (5+ messages)

[PATCH v2 0/3] clk: qcom: gcc-msm8998: Fixes and clkref clocks
 2018-12-04 14:37 UTC  (3+ messages)
` [PATCH v2 1/3] clk: qcom: gcc-msm8998: Drop hmss_dvm and lpass_at

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-12-04 14:35 UTC  (3+ messages)

Payment for your work
 2018-12-04 14:26 UTC 

[PATCH] usb: core: Remove unnecessary memset()
 2018-12-04 14:31 UTC 

[PATCH] usb: dwc2: Disable power down feature on Samsung SoCs
 2018-12-04 14:28 UTC  (2+ messages)

[PATCH v3, RFC] iommu/io-pgtable-arm-v7s: Use page_frag to request DMA32 memory
 2018-12-04 14:25 UTC  (2+ messages)

use generic DMA mapping code in powerpc V4
 2018-12-04 14:24 UTC  (11+ messages)

move the arm arch_dma_alloc implementation to common code
 2018-12-04 14:23 UTC  (8+ messages)
` [PATCH 4/9] dma-mapping: move the arm64 ncoherent alloc/free support "
` [PATCH 5/9] dma-mapping: support highmem in the generic remap allocator

[PATCH v1 1/1] mmc: core: control EXT_CSD_CACHE_CTRL from device tree
 2018-12-04 14:19 UTC  (2+ messages)

[PATCH v7 0/9] Port the FSL QSPI driver to the SPI framework
 2018-12-04 14:15 UTC  (10+ messages)
` [PATCH v7 1/9] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties
` [PATCH v7 2/9] arm64: "
` [PATCH v7 3/9] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v7 4/9] dt-bindings: spi: Move the bindings for the FSL QSPI driver
` [PATCH v7 5/9] dt-bindings: spi: Adjust "
` [PATCH v7 6/9] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH v7 7/9] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used
` [PATCH v7 8/9] ARM64: dts: ls1046a: "
` [PATCH v7 9/9] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework

[PATCH V3 2/7] net: lorawan: Add LoRaWAN socket module
 2018-12-04 14:13 UTC  (8+ messages)
` [PATCH V4 0/6] net: lorawan: Add LoRaWAN soft MAC module
` [PATCH V4 1/6] net: lorawan: Add LoRaWAN socket module
` [PATCH V4 2/6] net: lorawan: Add LoRaWAN API declaration for LoRa devices
` [PATCH V4 3/6] net: maclorawan: Add maclorawan module declaration
` [PATCH V4 4/6] net: maclorawan: Implement the crypto of maclorawan module
` [PATCH V4 5/6] net: maclorawan: Implement maclorawan class module
` [PATCH V4 6/6] net: lorawan: List LORAWAN in menuconfig

[PATCH v5 1/2] module: Overwrite st_size instead of st_info
 2018-12-04 14:14 UTC  (2+ messages)
` [PATCH v5 2/2] ARM: module: Fix function kallsyms on Thumb-2

[PATCH v3] perf: tests: Disable breakpoint tests on ARM (32-bit)
 2018-12-04 14:12 UTC  (3+ messages)

[PATCH 0/3] RISC-V SBI earlycon
 2018-12-04 13:55 UTC  (4+ messages)
` [PATCH 1/3] tty/serial: Add RISC-V SBI earlycon support
` [PATCH 2/3] RISC-V: defconfig: Enable "
` [PATCH 3/3] RISC-V: Remove EARLY_PRINTK support

[PATCH v1] dt-binding: spi: Update NPCM PSPI controller documentation
 2018-12-04 13:54 UTC 

NFS/TCP crashes on MIPS/RBTX4927 in v4.20-rcX (bisected)
 2018-12-04 13:53 UTC 

[BUGFIX PATCH -tip] kprobes/x86: Fix to copy RIP relative instruction correctly
 2018-12-04 13:49 UTC  (3+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-04 13:49 UTC  (8+ messages)
` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit

[PATCH 4.14 000/146] 4.14.86-stable review
 2018-12-04 13:41 UTC  (7+ messages)
` [PATCH 4.14 018/146] libceph: implement CEPHX_V2 calculation mode
` [PATCH 4.14 098/146] x86/process: Consolidate and simplify switch_to_xtra() code

[PATCH] tools: Fix diverse typos
 2018-12-04 13:41 UTC  (2+ messages)

[PATCH v1] spi: npcm: Modify pspi send function
 2018-12-04 13:40 UTC 

[GIT PULL rcu/next] RCU commits for 4.21/5.0
 2018-12-04 13:38 UTC  (3+ messages)

[PATCH] [media] dib7000p: Remove dead code
 2018-12-04 13:39 UTC  (6+ messages)

[PATCH v2] dma-debug: Kconfig for PREALLOC_DMA_DEBUG_ENTRIES
 2018-12-04 13:36 UTC  (2+ messages)

[PATCH 00/14] Add basic support for Socionext Milbeaut M10V SoCs
 2018-12-04 13:32 UTC  (9+ messages)
` [PATCH 02/14] dt-bindings: soc: milbeaut: Add Milbeaut trampoline description

[PATCH v2 00/43] drm/sun4i: Support for linear and tiled YUV formats with the frontend
 2018-12-04 13:30 UTC  (4+ messages)
` [PATCH v2 34/43] drm/sun4i: Add buffer stride and offset configuration for tiling mode

[PATCH V2 0/5] NestMMU pte upgrade workaround for mprotect
 2018-12-04 13:29 UTC  (5+ messages)
` [PATCH V2 4/5] mm/hugetlb: Add prot_modify_start/commit sequence for hugetlb update

[PATCH] usb: dwc2: Revert "usb: dwc2: Disable all EP's on disconnect"
 2018-12-04 13:29 UTC  (5+ messages)

[PATCH v2 1/2] pci: imx6: avoid dereferencing program counter from user mode
 2018-12-04 13:27 UTC  (2+ messages)
` [PATCH v2 2/2] pci: imx6: support kernels built in Thumb-2 mode

[PATCH v2] signal: add procfd_signal() syscall
 2018-12-04 13:26 UTC  (8+ messages)

[RFC 00/60] Coscheduling for Linux
 2018-12-04 13:23 UTC  (8+ messages)
    ` Task group cleanups and optimizations (was: Re: [RFC 00/60] Coscheduling for Linux)


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).