linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-18 16:17:09 to 2018-09-18 19:22:27 UTC [more...]

[PATCH v7 0/6] Add non-strict mode support for iommu-dma
 2018-09-18 19:22 UTC  (15+ messages)
` [PATCH v7 2/6] iommu/dma: Add support for non-strict mode
` [PATCH v7 4/6] iommu: Add bootup option "iommu.non_strict"
` [PATCH v7 5/6] iommu/arm-smmu-v3: Add support for non-strict mode
` [PATCH v7 6/6] iommu/arm-smmu: Support "

[PATCH] driver/dma/ioat: Call del_timer_sync() without holding prep_lock
 2018-09-18 19:20 UTC  (2+ messages)

[PATCH v4 0/8] tracing: Hist trigger snapshot and onchange additions
 2018-09-18 19:16 UTC  (4+ messages)
` [PATCH v4 8/8] trace: Add alternative synthetic event trace action syntax

Code of Conduct: Let's revamp it
 2018-09-18 19:16 UTC  (3+ messages)

[PATCH v2] perf test: Add watchpoint test
 2018-09-18 19:06 UTC  (2+ messages)

[PATCH] PCI: remove unnecessary check of device_type == pci
 2018-09-18 19:05 UTC  (3+ messages)

[PATCH] PCI/AER: Clear uncorrectable error status for device
 2018-09-18 19:04 UTC  (3+ messages)

[PATCH v3] tpm: Restore functionality to xen vtpm driver
 2018-09-18 18:59 UTC  (2+ messages)

[PATCH] perf tools: Initialize perf_data_file fd field
 2018-09-18 18:59 UTC  (4+ messages)

[PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)
 2018-09-18 18:56 UTC  (5+ messages)
` [PATCH v2 1/2] Compiler Attributes: naked was fixed in gcc 4.6
` [PATCH v2 2/2] Compiler Attributes: naked can be shared

[PATCH 1/3] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2018-09-18 18:55 UTC  (4+ messages)
` [PATCH 3/3] scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4

[PATCH v2 3/3] tpm: retrieve digest size of unknown algorithms with PCR read
 2018-09-18 18:54 UTC  (4+ messages)

PROBLEM: Keyboard not responding after resuming from suspend/hibernate
 2018-09-18 18:54 UTC  (3+ messages)

linux-next: 0907 fails to boot on thinkpad x60 (32bit machine)
 2018-09-18 18:54 UTC  (6+ messages)
  ` next-20180910: boots on thinkpad x60 (32bit machine) but has problems during suspend

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-18 18:53 UTC  (12+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-18 18:42 UTC  (13+ messages)
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 17/18] khwasan: update kasan documentation

[PATCH v2] ipmi: looped device detection
 2018-09-18 18:42 UTC  (4+ messages)

[PATCH] clocksource: Warn if too many missing ticks are detected
 2018-09-18 18:36 UTC 

[PATCH 00/15] Add support for Sound BlasterX AE-5
 2018-09-18 18:33 UTC  (16+ messages)
` [PATCH 01/15] ALSA: hda/ca0132 - Define new verbs and control params
` [PATCH 02/15] ALSA: hda/ca0132 - Add quirk for Sound BlasterX AE-5
` [PATCH 03/15] ALSA: hda/ca0132 - Add pincfg for AE-5
` [PATCH 04/15] ALSA: hda/ca0132 - Set AE-5 bools and select mixer
` [PATCH 05/15] ALSA: hda/ca0132 - Change ca0132_mmio_init for AE-5
` [PATCH 06/15] ALSA: hda/ca0132 - Add AE-5 pre-init and ca0113 functions
` [PATCH 07/15] ALSA: hda/ca0132 - Add AE-5 regular init setup
` [PATCH 08/15] ALSA: hda/ca0132 - Change firmware name and usage
` [PATCH 09/15] ALSA: hda/ca0132 - Merge post-dsp functions + cleanup
` [PATCH 10/15] ALSA: hda/ca0132 - Add DSP setup functions for AE-5
` [PATCH 11/15] ALSA: hda/ca0132 - Clean up ca0132_alt_out_select
` [PATCH 12/15] ALSA: hda/ca0132 - Add output set commands for AE-5
` [PATCH 13/15] ALSA: hda/ca0132 - Add input selection "
` [PATCH 14/15] ALSA: hda/ca0132 - Add AE-5 specific controls
` [PATCH 15/15] ALSA: hda/ca0132 - Add AE-5 exit function

[PATCH net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-18 18:28 UTC  (24+ messages)
` [PATCH net-next v5 01/20] asm: simd context helper API
` [PATCH net-next v5 02/20] zinc: introduce minimal cryptography library
` [PATCH net-next v5 03/20] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v5 04/20] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v5 05/20] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v5 06/20] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v5 07/20] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v5 08/20] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v5 09/20] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v5 10/20] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v5 11/20] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v5 12/20] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v5 13/20] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v5 14/20] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v5 15/20] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v5 16/20] zinc: Curve25519 ARM implementation
` [PATCH net-next v5 17/20] crypto: port Poly1305 to Zinc
` [PATCH net-next v5 18/20] crypto: port ChaCha20 "
` [PATCH net-next v5 19/20] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v5 20/20] net: WireGuard secure network tunnel

[PATCH] f2fs: avoid GC causing encrypted file corrupted
 2018-09-18 18:17 UTC  (2+ messages)

[PATCH v2 0/8] drm/bridge: add bus flag support
 2018-09-18 18:14 UTC  (4+ messages)
` [PATCH v2 1/8] drm/bridge: use bus flags in bridge timings

[PATCH V4 0/4] spi-geni-qcom: QUP SPI GENI driver and SPI device tree bindings
 2018-09-18 18:07 UTC  (5+ messages)
` [PATCH V4 1/4] dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding
` [PATCH V4 2/4] dt-bindings: soc: qcom: GENI SE SPI controller device tree binding
` [PATCH V4 3/4] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
` [PATCH V4 4/4] spi: spi-geni-qcom: Plugin API to assert and de-assert Chipselect

[PATCH V3 0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute
 2018-09-18 18:09 UTC  (11+ messages)
` [PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with "
            ` [Xen-devel] "

[RFC PATCH i2c-next 0/2] i2c: aspeed: Add bus idle waiting logic for multi-master use cases
 2018-09-18 18:02 UTC  (3+ messages)
` [RFC PATCH i2c-next 1/2] dt-bindings: i2c: aspeed: Add 'idle-wait-timeout-ms' setting

[REVIEW][PATCH 0/9] signal/powerpc: siginfo cleanups
 2018-09-18 17:58 UTC  (10+ messages)
` [REVIEW][PATCH 1/9] signal/powerpc: Use force_sig_mceerr as appropriate
` [REVIEW][PATCH 2/9] signal/powerpc: Remove pkey parameter from __bad_area
` [REVIEW][PATCH 3/9] signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
` [REVIEW][PATCH 4/9] signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
` [REVIEW][PATCH 5/9] signal/powerpc: Factor the common exception code into exception_common
` [REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception
` [REVIEW][PATCH 7/9] signal/poewrpc: Specialize _exception_pkey for handling pkey exceptions
` [REVIEW][PATCH 8/9] signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr
` [REVIEW][PATCH 9/9] signal/powerpc: Use force_sig_fault where appropriate

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-09-18 17:59 UTC  (6+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

[PATCH 1/2] f2fs: report ENOENT correct in f2fs_rename
 2018-09-18 17:59 UTC  (7+ messages)
` [PATCH 2/2] f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
  ` [f2fs-dev] "
  ` [PATCH 2/2 v2] "
` [f2fs-dev] [PATCH 1/2] f2fs: report ENOENT correct in f2fs_rename

[PATCH V3 0/6] perf/core and x86/intel_rdt: Fix lack of coordination with perf
 2018-09-18 17:54 UTC  (6+ messages)
` [PATCH V3 2/6] perf/core: Add helper to obtain performance counter index

[PATCH 0/6] Tracing register accesses with pstore and dynamic debug
 2018-09-18 17:52 UTC  (4+ messages)
` [PATCH 2/6] pstore: Add event tracing support

[PATCH 2/2] drm/virtio: add iommu support
 2018-09-18 17:51 UTC  (5+ messages)
  ` [virtio-dev] "

[PATCH v5 00/27] arm64: provide pseudo NMI with GICv3
 2018-09-18 17:47 UTC  (10+ messages)
` [PATCH v5 02/27] arm64: cpufeature: Use alternatives for VHE cpu_enable
` [PATCH v5 03/27] arm64: alternative: Apply alternatives early in boot process

[PATCH 0/3] spi: SPI_CS_WORD followup
 2018-09-18 17:45 UTC  (7+ messages)
` [PATCH 1/3] spi: always use software fallback for SPI_CS_WORD when using cs_gio
  ` Applied "spi: always use software fallback for SPI_CS_WORD when using cs_gio" to the spi tree
` [PATCH 2/3] spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpio
  ` Applied "spi: spi-davinci: Don't error when SPI_CS_WORD and cs_gpio" to the spi tree
` [PATCH 3/3] iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usage

[PATCH v2] ASoC: AMD: Fix capture unstable in beginning for some runs
 2018-09-18 17:45 UTC  (2+ messages)
` Applied "ASoC: AMD: Fix capture unstable in beginning for some runs" to the asoc tree

KASAN: use-after-free Read in raw_cmd_done
 2018-09-18 17:43 UTC  (2+ messages)

[PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
 2018-09-18 17:43 UTC  (10+ messages)
    ` [PATCH 00/33] VFS: Introduce filesystem "

[PATCH v2 0/5] Make SPI work on DT MMP2
 2018-09-18 17:43 UTC  (5+ messages)
` [PATCH v2 1/5] dt-bindings: spi/spi-pxa2xx: add PXA2xx SSP SPI Controller

[PATCH 4.18 000/158] 4.18.9-stable review
 2018-09-18 17:33 UTC  (5+ messages)

[PATCH] tty/sysrq: Make local variable 'killer' in sysrq_handle_crash() global
 2018-09-18 17:32 UTC  (8+ messages)

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-18 17:29 UTC  (11+ messages)
` [RFC PATCH 04/10] x86/fpu: eager switch PKRU state
    ` [RFC PATCH 04/10 v2 ] "

[PATCH] xen: issue warning message when out of grant maptrack entries
 2018-09-18 17:25 UTC  (4+ messages)

[PATCH 1/2] drm/fourcc: rename Intel modifiers to follow the naming convention
 2018-09-18 17:22 UTC  (2+ messages)
` [PATCH 2/2] i915: rename "

[PATCH v2 1/2] printk: Fix panic caused by passing log_buf_len to command line
 2018-09-18 17:17 UTC  (2+ messages)
` [PATCH v2 2/2] printk: Add KBUILD_MODNAME and correct bare use of unsigned

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-18 17:18 UTC  (12+ messages)

[PATCH] ASoC: qcom: Fix a uninitialized warning
 2018-09-18 17:17 UTC  (2+ messages)

[PATCH] kbuild: allow to use GCC toolchain not in Clang search path
 2018-09-18 17:16 UTC  (2+ messages)

[PATCH RESEND 0/6] arm64: add support for generic cpu vulnerabilities
 2018-09-18 17:15 UTC  (6+ messages)
` [PATCH RESEND 3/6] arm64: add sysfs vulnerability show for spectre v1

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-18 17:15 UTC  (7+ messages)
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM

[PATCH] headers: Sync with drm-next
 2018-09-18 17:06 UTC 

[PATCH] Input: uinput - allow for max == min during input_absinfo validation
 2018-09-18 17:05 UTC  (3+ messages)

[RFC/PATCH 0/5] Support children for legacy device properties
 2018-09-18 17:04 UTC  (4+ messages)
` [RFC/PATCH 4/5] gpiolib: add support for fetching descriptors from static properties

KMSAN: uninit-value in pppoe_rcv
 2018-09-18 17:03 UTC  (5+ messages)

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-18 17:00 UTC  (3+ messages)
` [PATCH v10 11/26] s390: vfio-ap: implement mediated device open callback

[PATCH v4 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-09-18 16:57 UTC  (21+ messages)
` [PATCH v4 01/20] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH v4 02/20] powerpc/code-patching: add a helper to get the address of a patch_site
` [PATCH v4 03/20] powerpc/8xx: Use patch_site for memory setup patching
` [PATCH v4 04/20] powerpc/8xx: Use patch_site for perf counters setup
` [PATCH v4 05/20] powerpc/8xx: Move SW perf counters in first 32kb of memory
` [PATCH v4 06/20] powerpc/8xx: Temporarily disable 16k pages and 512k hugepages
` [PATCH v4 07/20] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH v4 08/20] powerpc/mm: Enable 512k hugepage support with HW assistance "
` [PATCH v4 09/20] powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers
` [PATCH v4 10/20] powerpc/8xx: regroup TLB handler routines
` [PATCH v4 11/20] powerpc/mm: don't use pte_alloc_one_kernel() before slab is available
` [PATCH v4 12/20] powerpc/mm: inline pte_alloc_one() and pte_alloc_one_kernel() in PPC32
` [PATCH v4 13/20] powerpc/book3s32: Remove CONFIG_BOOKE dependent code
` [PATCH v4 14/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v4 15/20] powerpc/mm: Avoid useless lock with single page fragments
` [PATCH v4 16/20] powerpc/mm: Extend pte_fragment functionality to nohash/32
` [PATCH v4 17/20] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v4 18/20] powerpc/mm: reintroduce 16K pages with HW assistance on 8xx
` [PATCH v4 19/20] powerpc/nohash32: allow setting GUARDED attribute in the PMD directly
` [PATCH v4 20/20] powerpc/8xx: set "

[PATCH 4.4 00/56] 4.4.157-stable review
 2018-09-18 16:56 UTC  (3+ messages)

[PATCH RESEND] phy: phy-twl4030-usb: fix denied runtime access
 2018-09-18 16:56 UTC  (6+ messages)

[PATCH 4.9 00/70] 4.9.128-stable review
 2018-09-18 16:54 UTC  (3+ messages)

[PATCH 4.14 000/126] 4.14.71-stable review
 2018-09-18 16:53 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: fix quota info to adjust recovered data
 2018-09-18 16:45 UTC  (11+ messages)

[PATCH 00/19] vmw_balloon: compaction, shrinker, 64-bit, etc
 2018-09-18 16:42 UTC  (3+ messages)

[PATCH v3] f2fs: add new idle interval timing for discard and gc paths
 2018-09-18 16:39 UTC  (4+ messages)

[PATCH v3 1/2] irq/matrix: Split out the CPU finding code into a helper
 2018-09-18 16:37 UTC  (6+ messages)
` [PATCH v3 2/2] irq/matrix: Spread managed interrupts on allocation
  ` [tip:x86/apic] "
` [tip:x86/apic] irq/matrix: Split out the CPU selection code into a helper

[PATCH] drm/rcar-du: Convert drm_atomic_helper_suspend/resume()
 2018-09-18 16:39 UTC 

[PATCH 0/3] Add slave DMA support for Actios Semi S900 SoC
 2018-09-18 16:35 UTC  (3+ messages)
` [PATCH 2/3] dmaengine: Add Slave and Cyclic mode support for Actions Semi Owl "

[PATCH] Input: elantech - enable middle button of touchpad on ThinkPad P72
 2018-09-18 16:32 UTC  (2+ messages)

[PATCHv3] net: bnxt: Fix a uninitialized variable warning
 2018-09-18 16:32 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2018-09-18 16:32 UTC  (4+ messages)

[PATCH v3 0/3] Add Mediatek SPI slave driver
 2018-09-18 16:30 UTC  (3+ messages)
` [PATCH v3 2/3] spis: mediatek: add spi slave for Mediatek MT2712

drivers/pci/controller/pci-tegra.c:1132:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2018-09-18 16:30 UTC  (5+ messages)
` [PATCH] PCI: fix ptr_ret.cocci warnings

linux-next: Tree for Sep 18
 2018-09-18 16:28 UTC  (4+ messages)
` linux-next: Tree for Sep 18 (kernel/bpf/syscall)

[PATCH] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-18 16:27 UTC  (4+ messages)

[PATCH v2 0/2] remoteproc: qcom: Rename adsp and mss drivers
 2018-09-18 16:26 UTC  (5+ messages)
` [PATCH v2 1/2] remoteproc: qcom: Rename Hexagon v5 PAS driver
` [PATCH v2 2/2] remoteproc: qcom: Rename Hexagon v5 modem driver

[PATCH v5 1/7] dmaengine: xilinx_dma: commonize DMA copy size calculation
 2018-09-18 16:25 UTC  (5+ messages)
` [PATCH v5 2/7] dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split descriptors
` [PATCH v5 4/7] dmaengine: xilinx_dma: program hardware supported buffer length

[PATCH v3 1/3] watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
 2018-09-18 16:24 UTC  (3+ messages)
` [PATCH v3 2/3] watchdog: mpc8xxx: provide boot status

[PATCH 0/2] Compiler Attributes (naked only, for v4.19)
 2018-09-18 16:17 UTC  (6+ messages)
` [PATCH 2/2] Compiler Attributes: naked can be shared


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