linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-18 14:00:10 to 2018-09-18 16:56:57 UTC [more...]

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

[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 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-18 16:55 UTC  (12+ 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)

KMSAN: uninit-value in pppoe_rcv
 2018-09-18 16:52 UTC  (4+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-18 16:50 UTC  (8+ messages)
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU

[PATCH 4.18 000/158] 4.18.9-stable review
 2018-09-18 16:48 UTC  (3+ messages)

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

[PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
 2018-09-18 16:45 UTC  (9+ 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 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
 2018-09-18 16:39 UTC  (12+ messages)
  ` [PATCH 00/33] VFS: Introduce filesystem "

[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 v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-18 16:27 UTC  (6+ messages)
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM

[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 net-next v5 00/20] WireGuard: Secure Network Tunnel
 2018-09-18 16:16 UTC  (21+ 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 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

[PATCH] spi: mediatek: Don't modify spi_transfer when transfer
 2018-09-18 16:15 UTC  (3+ messages)
` [PATCH v2] "

move swiotlb noncoherent dma support from arm64 to generic code
 2018-09-18 16:11 UTC  (3+ messages)

[PATCH v1 RESEND 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-09-18 16:09 UTC  (10+ messages)
` [PATCH v1 RESEND 1/9] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH v1 RESEND 2/9] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH v1 RESEND 3/9] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH v1 RESEND 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH v1 RESEND 5/9] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
` [PATCH v1 RESEND 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu
` [PATCH v1 RESEND 7/9] x86/kvm/nVMX: introduce scache for kvm_init_shadow_ept_mmu
` [PATCH v1 RESEND 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH v1 RESEND 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()

[RESEND PATCH v2] scsi: Use vmemdup_user to replace the open code
 2018-09-18 15:54 UTC 

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

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-18 16:03 UTC  (9+ messages)

[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
 2018-09-18 15:52 UTC  (13+ messages)
` [patch 09/11] x86/vdso: Simplify the invalid vclock case

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-09-18 15:52 UTC  (16+ messages)
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers

[PATCH bpf-next] samples/bpf: remove duplicated includes
 2018-09-18 15:51 UTC  (3+ messages)

[PATCH 1/2] cpufeature: avoid warning when compiling with clang
 2018-09-18 15:52 UTC  (4+ messages)
` [PATCH 2/2] crypto: arm/crc32 - avoid warning when compiling with Clang

[PATCH] printk: Fix panic caused by passing log_buf_len to command line
 2018-09-18 15:51 UTC  (2+ messages)

[PATCH 0/2] add Ethernet driver support for mt2712
 2018-09-18 15:47 UTC  (5+ messages)

[PATCH] drm: amd: Use kmemdup instead of duplicating its function
 2018-09-18 15:35 UTC 

[PATCH 11/19] vmw_balloon: rework the inflate and deflate loops
 2018-09-18 15:46 UTC  (2+ messages)

[GIT] Networking
 2018-09-18 15:43 UTC  (3+ messages)

[PATCH] media: dvb-frontends: Use kmemdup instead of duplicating its function
 2018-09-18 15:30 UTC 

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

[PATCH V5 1/3] irqchip: add C-SKY irqchip drivers
 2018-09-18 15:41 UTC  (6+ messages)

[GIT PULL 0/2] perf/urgent fixes
 2018-09-18 15:37 UTC  (3+ messages)
` [PATCH 1/2] tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems
` [PATCH 2/2] perf Documentation: Fix out-of-tree asciidoctor man page generation

[PATCH] media: usb: Use kmemdup instead of duplicating its function
 2018-09-18 15:25 UTC 

[PATCH] pinctrl: intel: Do pin translation in other GPIO operations as well
 2018-09-18 15:36 UTC 

[PATCH] mm/page_alloc: Fix panic caused by passing debug_guardpage_minorder or kernelcore to command line
 2018-09-18 15:33 UTC 

[PATCH v2] scsi: Use vmemdup_user to replace the open code
 2018-09-18 15:34 UTC  (8+ messages)

pinctrl-icelake: driver writes to wrong offsets?
 2018-09-18 15:31 UTC  (5+ messages)

[PATCH RT] rt: convert mm/kasan/quarantine_lock to raw_spinlock
 2018-09-18 15:29 UTC 

[LKP] [ipc] 61224adcd2: general_protection_fault:#[##]
 2018-09-18 15:23 UTC  (9+ messages)

[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
 2018-09-18 15:23 UTC  (4+ messages)

[PATCH] gpu: do not double put device node in zx_drm_probe
 2018-09-18 15:20 UTC  (7+ messages)

[PATCH] sdhci: arasan: Add runtime PM support
 2018-09-18 15:04 UTC 

[PATCH v3 00/16] Another round of tsens cleanups
 2018-09-18 15:01 UTC  (2+ messages)

[PATCH net] net: mvpp2: fix a txq_done race condition
 2018-09-18 14:58 UTC 

[PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs
 2018-09-18 14:57 UTC  (2+ messages)
` [PATCH v3 2/2] serial: uartps: Change uart ID port allocation

[PATCH] fs/proc/vmcore.c: Convert to use vmf_error()
 2018-09-18 14:59 UTC 

kernel BUG at include/linux/page-flags.h:LINE!
 2018-09-18 14:56 UTC 

[PATCH] drm/tegra: Convert drm_atomic_helper_suspend/resume()
 2018-09-18 14:53 UTC  (2+ messages)

[PATCH 0/4] IB: decrease large contigous allocation
 2018-09-18 14:46 UTC  (4+ messages)
` [PATCH 1/4] IB/core: introduce ->release() callback

[PATCH v2] x86/speculation: Add RETPOLINE_AMD support to the inline-asm CALL_NOSPEC
 2018-09-18 14:45 UTC 

[PATCH] mtd: spi-nor: Support controllers with limited TX FIFO size
 2018-09-18 14:41 UTC  (4+ messages)

[PATCH] x86/speculation: Use AMD specific retpoline for inline asm on AMD
 2018-09-18 14:41 UTC  (7+ messages)

[RFC 00/60] Coscheduling for Linux
 2018-09-18 14:40 UTC  (8+ messages)
    ` Task group cleanups and optimizations (was: Re: [RFC 00/60] Coscheduling for Linux)

[PATCH] docs: fix some broken documentation references
 2018-09-18 14:39 UTC  (2+ messages)

[PATCH v2 0/8] staging: erofs: error handing and more tracepoints
 2018-09-18 14:38 UTC  (11+ messages)
` [PATCH v2 1/8] staging: erofs: fix a missing endian conversion
` [PATCH v2 2/8] staging: erofs: clean up z_erofs_map_blocks_iter
` [PATCH v2 3/8] staging: erofs: complete error handing of z_erofs_map_blocks_iter
` [PATCH v2 4/8] staging: erofs: fix a bug when appling cache strategy
` [PATCH v2 5/8] staging: erofs: complete error handing of z_erofs_do_read_page
  ` [PATCH v2 6/8] staging: erofs: avoid magic constants when initializing clusterbits
  ` [PATCH v2 7/8] staging: erofs: add trace points for reading zipped data
  ` [PATCH v2 8/8] staging: erofs: replace BUG_ON with DBG_BUGON in data.c

[PATCH 2/2] PCI: meson: add the Amlogic Meson PCIe controller driver
 2018-09-18 14:35 UTC  (3+ messages)
` [PATCH] PCI: meson: fix ptr_ret.cocci warnings

Round up the average EC for recovered EB to defer their reuse
 2018-09-18 14:31 UTC  (3+ messages)
` [PATCH] Round UBI average erase count up to next integer

[PATCH] PCI/AER: Clear uncorrectable error status for device
 2018-09-18 14:30 UTC  (2+ messages)

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-09-18 14:24 UTC  (21+ messages)
` [RFC v2 01/20] iommu: Introduce bind_pasid_table API
` [RFC v2 02/20] iommu: Introduce cache_invalidate API
` [RFC v2 03/20] iommu: Introduce bind_guest_msi
` [RFC v2 04/20] vfio: VFIO_IOMMU_BIND_PASID_TABLE
` [RFC v2 05/20] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 06/20] vfio: VFIO_IOMMU_BIND_MSI
` [RFC v2 07/20] iommu/arm-smmu-v3: Link domains and devices
` [RFC v2 08/20] iommu/arm-smmu-v3: Maintain a SID->device structure
` [RFC v2 09/20] iommu/smmuv3: Get prepared for nested stage support
` [RFC v2 10/20] iommu/smmuv3: Implement bind_pasid_table
` [RFC v2 11/20] iommu/smmuv3: Implement cache_invalidate
` [RFC v2 12/20] dma-iommu: Implement NESTED_MSI cookie
` [RFC v2 13/20] iommu/smmuv3: Implement bind_guest_msi
` [RFC v2 14/20] iommu: introduce device fault data
` [RFC v2 15/20] driver core: add per device iommu param
` [RFC v2 16/20] iommu: introduce device fault report API
` [RFC v2 17/20] vfio: VFIO_IOMMU_SET_FAULT_EVENTFD
` [RFC v2 18/20] vfio: VFIO_IOMMU_GET_FAULT_EVENTS
` [RFC v2 19/20] vfio: Document nested stage control
` [RFC v2 20/20] iommu/smmuv3: Report non recoverable faults

[PATCHv5 0/7] tty: Hold write ldisc sem in tty_reopen()
 2018-09-18 14:21 UTC  (13+ messages)
` [PATCHv5 1/7] tty: Drop tty->count on tty_reopen() failure
` [PATCHv5 2/7] tty/ldsem: Wake up readers after timed out down_write()
` [PATCHv5 3/7] tty: Hold tty_ldisc_lock() during tty_reopen()
` [PATCHv5 6/7] tty/ldsem: Add lockdep asserts for ldisc_sem

[PATCH] [RFC] making uapi/linux/elfcore.h useful again
 2018-09-18 14:21 UTC  (3+ messages)

drivers/pci/controller/dwc/pcie-kirin.c:141:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2018-09-18 14:21 UTC  (3+ messages)
` [PATCH] PCI: fix ptr_ret.cocci warnings

[PATCH] firewire: nosy: don't read packets bigger than requested
 2018-09-18 14:02 UTC  (4+ messages)

[PATCH 0/3] System call table generation support
 2018-09-18 14:13 UTC  (3+ messages)

[RFC][PATCH 00/11] my generic mmu_gather patches
 2018-09-18 14:10 UTC  (3+ messages)
` [RFC][PATCH 07/11] arm/tlb: Convert to generic mmu_gather

[PATCH 0/8] staging: erofs: error handing and more tracepoints
 2018-09-18 14:06 UTC  (4+ messages)
` [PATCH] staging: erofs: initialize `pblk' with 0 first in `z_erofs_map_blocks_iter'

[PATCH] bonding: avoid repeated display of same link status change
 2018-09-18 14:00 UTC  (4+ messages)

[PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
 2018-09-18  9:54 UTC 


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