linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 14:44:06 to 2018-09-21 16:45:41 UTC [more...]

[PATCH v2] libdrm: headers: Sync with drm-next
 2018-09-21 16:45 UTC  (2+ messages)

[PATCH 2/6] vfs_submount: use SB_SUBMOUNT instead of MS_SUBMOUNT
 2018-09-21 16:44 UTC  (14+ messages)
` [PATCH 0/6] mount-api: fixes and cleanups
  ` [PATCH 5/6] fsmount: do not use legacy MS_ flags
  ` [PATCH 6/6] fsconfig: rename FSCONFIG_CMD_CREATE to FSCONFIG_CMD_OBTAIN
  ` [PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
  ` [PATCH 4/6] fsconfig: parse "subtype" param for old internal API

[PATCH v6 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-09-21 16:41 UTC  (11+ messages)
` [PATCH v6 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v6 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v6 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation

[PATCH 0/2] Add API to retrieve the Bluetooth Device Address (BD_ADDR)
 2018-09-21 16:40 UTC  (6+ messages)
` [PATCH 1/2] device property: Add device_get_bd_address() and fwnode_get_bd_address()

[patch V3 00/11] x86/mm/cpa: Improve large page preservation handling
 2018-09-21 16:40 UTC  (11+ messages)
` [patch V3 01/11] x86/mm/init32: Mark text and rodata RO in one go
` [patch V3 02/11] x86/mm/cpa: Split, rename and clean up try_preserve_large_page()
` [patch V3 03/11] x86/mm/cpa: Rework static_protections()
` [patch V3 04/11] x86/mm/cpa: Allow range check for static protections
` [patch V3 05/11] x86/mm/cpa: Add debug mechanism

[PATCH 0/5] VFS: Introduce filesystem information query syscall [ver #12]
 2018-09-21 16:38 UTC  (6+ messages)
` [PATCH 1/5] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 2/5] afs: Add fsinfo support "
` [PATCH 3/5] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 4/5] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 5/5] vfs: Implement parameter value retrieval with fsinfo() "

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-09-21 16:34 UTC  (35+ messages)
` [PATCH 01/34] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/34] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/34] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 05/34] vfs: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 06/34] vfs: Introduce logging functions "
` [PATCH 07/34] vfs: Add configuration parser helpers "
` [PATCH 08/34] vfs: Add LSM hooks for the new mount API "
` [PATCH 09/34] vfs: Put security flags into the fs_context struct "
` [PATCH 10/34] selinux: Implement the new mount API LSM hooks "
` [PATCH 11/34] smack: Implement filesystem context security "
` [PATCH 12/34] apparmor: Implement security hooks for the new mount API "
` [PATCH 13/34] tomoyo: "
` [PATCH 14/34] vfs: Separate changing mount flags full remount "
` [PATCH 15/34] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 16/34] vfs: Remove unused code after filesystem context changes "
` [PATCH 17/34] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 18/34] proc: Add fs_context support to procfs "
` [PATCH 19/34] ipc: Convert mqueue fs to fs_context "
` [PATCH 20/34] cpuset: Use "
` [PATCH 21/34] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 22/34] hugetlbfs: Convert to "
` [PATCH 23/34] vfs: Remove kern_mount_data() "
` [PATCH 24/34] vfs: Provide documentation for new mount API "
` [PATCH 25/34] Make anon_inodes unconditional "
` [PATCH 26/34] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 27/34] vfs: Implement logging through fs_context "
` [PATCH 28/34] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 29/34] vfs: syscall: Add fsconfig() for configuring and managing a context "
` [PATCH 30/34] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 31/34] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 32/34] afs: Add fs_context support "
` [PATCH 33/34] afs: Use fs_context to pass parameters over automount "
` [PATCH 34/34] vfs: Add a sample program for the new mount API "

Code of Conduct: Let's revamp it
 2018-09-21 16:34 UTC  (8+ messages)

[PATCH v2 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-09-21 16:31 UTC  (3+ messages)
` [PATCH v2 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[RFC PATCH] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-09-21 16:29 UTC  (7+ messages)

[GIT PULL] KVM changes for Linux 4.19-rc5
 2018-09-21 16:25 UTC  (2+ messages)

Bug report: HiBMC crash
 2018-09-21 16:23 UTC  (5+ messages)

[PATCH] soc: qcom: qdsp6: remove duplicated include from q6adm.c
 2018-09-21 16:22 UTC  (2+ messages)

[PATCH] kernel/kcov: Replace vm_insert_page with vmf_insert_page
 2018-09-21 16:20 UTC  (7+ messages)

[PATCH -next] pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_state
 2018-09-21 16:18 UTC  (2+ messages)

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-09-21 16:18 UTC  (5+ messages)
` [RFC v2 14/20] iommu: introduce device fault data

[PATCH 1/4] pinctrl: mediatek: fix static checker warning caused by EINT_NA
 2018-09-21 16:14 UTC  (8+ messages)
` [PATCH 2/4] pinctrl: mediatek: add no eint function for pin define
` [PATCH 3/4] pinctrl: mediatek: add MT6765 pinctrl driver
` [PATCH 4/4] pinctrl: mediatek: add eint support to "

[PATCH v3 0/5] Wakeup GPIO support for SDM845
 2018-09-21 16:08 UTC  (4+ messages)
` [PATCH v3 1/5] drivers: pinctrl: qcom: add wakeup capability to GPIO

[PATCH v4 0/4] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-09-21 16:07 UTC  (3+ messages)
` [PATCH v4 1/4] PCI: mediatek: fixup mtk_pcie_find_port logical

[RFC] gpiolib: Fix gpio_direction_* for single direction GPIOs
 2018-09-21 16:07 UTC  (10+ messages)
` [PATCH] gpiolib: Show correct direction from the beginning

[PATCH v5 00/27] arm64: provide pseudo NMI with GICv3
 2018-09-21 16:05 UTC  (7+ messages)
` [PATCH v5 01/27] arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system feature
` [PATCH v5 03/27] arm64: alternative: Apply alternatives early in boot process

[PATCH] IB/nes: Remove unnecessary parentheses
 2018-09-21 16:04 UTC  (2+ messages)

[PATCH] RDMA/cxgb4: remove redundant null pointer check before kfree_skb
 2018-09-21 16:03 UTC  (2+ messages)

[PATCH] kernel/bounds: Provide prototype for foo
 2018-09-21 16:03 UTC  (4+ messages)

[PATCH] IB/mlx4: Remove unnecessary parentheses
 2018-09-21 16:02 UTC  (2+ messages)

BUG - (suspected) - ORC unwinder with elfutils-0.174 causes ld failure during make
 2018-09-21 15:56 UTC 

[PATCH] usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
 2018-09-21 15:52 UTC  (2+ messages)

[PATCH v3 1/3] power: supply: Add support for the Qualcomm Battery Monitoring System
 2018-09-21 15:40 UTC  (7+ messages)
` [PATCH v7 1/4] fixp-arith: add a linear interpolation function
  ` [PATCH v7 3/4] dt-bindings: power: supply: qcom_bms: Add bindings

[PATCH] PM / devfreq: stopping the governor before device_unregister()
 2018-09-21 15:40 UTC  (2+ messages)
` [PATCH v2] PM / devfreq: Stop "

[PATCH 2/2] arm64: dts: allwinner: Olimex A64-OLinuXino: fix ethernet
 2018-09-21 15:25 UTC  (3+ messages)

[PATCH] drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers for each layer
 2018-09-21 14:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] dt-bindings: iio: light: bh1750: Add device tree binding documentation
 2018-09-21 15:34 UTC  (5+ messages)
` [PATCH 2/2] iio: light: bh1750: Add device tree support

[RFC/PATCH 0/5] Support children for legacy device properties
 2018-09-21 15:36 UTC  (4+ messages)
` [RFC/PATCH 2/5] device property: introduce notion of subnodes for legacy boards

[V2, 0/5] platform: dwc: Add of DesignWare MIPI CSI-2 Host
 2018-09-21 15:27 UTC  (6+ messages)
` [V2, 3/5] media: platform: dwc: Add DW MIPI DPHY Rx platform

[PATCH] ARM: dts: Add support for Liebherr's BK4 device (vf610 based)
 2018-09-21 15:27 UTC 

[PATCH 0/2] Provide options to enable spectre_v2 userspace-userspace protection
 2018-09-21 15:44 UTC  (3+ messages)

[PATCH net-next 00/12] Bug fixes, snall modifications & cleanup for HNS3 driver
 2018-09-21 15:41 UTC  (13+ messages)
` [PATCH net-next 01/12] net: hns3: Fix ets validate issue
` [PATCH net-next 02/12] net: hns3: Unify the type convert for desc.data
` [PATCH net-next 03/12] net: hns3: Adjust prefix of tx/rx statistic names
` [PATCH net-next 04/12] net: hns3: Fix tqp array traversal condition for vf
` [PATCH net-next 05/12] net: hns3: Unify the prefix of vf functions
` [PATCH net-next 06/12] net: hns3: Add handle for default case
` [PATCH net-next 07/12] net: hns3: Add nic state check before calling netif_tx_wake_queue
` [PATCH net-next 08/12] net: hns3: Add unlikely for dma_mapping_error check
` [PATCH net-next 09/12] net: hns3: Remove print messages for error packet
` [PATCH net-next 10/12] net: hns3: Add get_media_type ops support for VF
` [PATCH net-next 11/12] net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VF
` [PATCH net-next 12/12] net: hns3: Remove redundant hclge_get_port_type()

[PATCH] memory_hotplug: Free pages as higher order
 2018-09-21 15:42 UTC  (2+ messages)

[PATCH] scsi: FlashPoint: Remove unnecessary parentheses
 2018-09-21 15:19 UTC  (2+ messages)

[PATCH] kernel/hung_task.c: disable on suspend
 2018-09-21 15:18 UTC  (9+ messages)

[PATCH -next] pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
 2018-09-21 15:18 UTC  (2+ messages)

[PATCH 0/4] Qualcomm QCS404 TLMM pinctrl driver
 2018-09-21 15:17 UTC  (2+ messages)

[PATCH] ARM: add serial.h and set BASE_BAUD to 0
 2018-09-21 14:36 UTC  (3+ messages)

[PATCH v2] vfio/pci: Mask buggy SR-IOV VF INTx support
 2018-09-21 15:16 UTC  (3+ messages)

[PATCH v9 00/20] kasan: add software tag-based mode for arm64
 2018-09-21 15:13 UTC  (21+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files

[RFC PATCH v4 00/27] Control Flow Enforcement: Shadow Stack
 2018-09-21 15:03 UTC  (28+ messages)
` [RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v4 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v4 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v4 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v4 05/27] Documentation/x86: Add CET description
` [RFC PATCH v4 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v4 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v4 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v4 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v4 10/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v4 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v4 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v4 13/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v4 14/27] mm: Handle shadow stack page fault
` [RFC PATCH v4 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v4 16/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [RFC PATCH v4 17/27] mm: Introduce do_mmap_locked()
` [RFC PATCH v4 18/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v4 19/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v4 20/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v4 21/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [RFC PATCH v4 22/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v4 23/27] mm/map: Add Shadow stack pages to memory accounting
` [RFC PATCH v4 24/27] mm/mmap: Create a guard area between VMAs
` [RFC PATCH v4 25/27] mm/mmap: Prevent Shadow Stack VMA merges
` [RFC PATCH v4 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [RFC PATCH v4 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[RFC PATCH v4 0/9] Control Flow Enforcement: Branch Tracking, PTRACE
 2018-09-21 15:05 UTC  (10+ messages)
` [RFC PATCH v4 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v4 2/9] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v4 3/9] x86/cet/ibt: Add IBT legacy code bitmap allocation function
` [RFC PATCH v4 4/9] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v4 5/9] x86/cet/ibt: ELF header parsing for IBT
` [RFC PATCH v4 6/9] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v4 7/9] x86/cet/ibt: Add ENDBR to op-code-map
` [RFC PATCH v4 8/9] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v4 9/9] x86/cet: Add PTRACE interface for CET

[PATCH v3 0/3] arm64 SMMUv3 PMU driver with IORT support
 2018-09-21 15:08 UTC  (4+ messages)
` [PATCH v3 1/3] acpi: arm64: add iort support for PMCG
` [PATCH v3 2/3] perf: add arm64 smmuv3 pmu driver
` [PATCH v3 3/3] perf/smmuv3: Add MSI irq support

[PATCH] crypto: mxs-dcp - Fix wait logic on chan threads
 2018-09-21 15:03 UTC 

block: DMA alignment of IO buffer allocated from slab
 2018-09-21 15:00 UTC  (9+ messages)

[PATCH AUTOSEL 4.18 001/136] crypto: skcipher - Fix -Wstringop-truncation warnings
 2018-09-21 14:58 UTC  (5+ messages)
` [PATCH AUTOSEL 4.18 032/136] arm64: fix infinite stacktrace

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-21 14:57 UTC  (11+ messages)
` [PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

[PATCH v4 0/5] Address issues slowing persistent memory initialization
 2018-09-21 14:57 UTC  (11+ messages)
` [PATCH v4 4/5] async: Add support for queueing on specific node
` [PATCH v4 5/5] nvdimm: Schedule device registration on node local to the device

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-21 14:57 UTC  (3+ messages)
` [PATCH v5 14/18] vgic: Add support for 52bit guest physical address

[PATCH v6 1/2] iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor
 2018-09-21 14:56 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: allwinner: Olimex A64-OLinuXino: enable eMMC
 2018-09-21 14:54 UTC  (3+ messages)

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-21 14:52 UTC  (4+ messages)

[PATCH] drm: sun4i: Fix a uninitialized variable warning
 2018-09-21 14:49 UTC  (5+ messages)

[RESEND PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-21 14:47 UTC  (3+ messages)
` [RESEND PATCH v3 2/2] PCI: meson: "

general protection fault in kvm_lapic_hv_timer_in_use
 2018-09-21 14:44 UTC  (2+ messages)

[PATCH 4/6] fsconfig: parse "subtype" param for old internal API
 2018-09-20 15:12 UTC 

[PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
 2018-09-20 15:12 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).