linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-14 13:01:47 to 2019-06-14 14:39:20 UTC [more...]

[PATCHv4 00/28] kernel: Introduce Time Namespace
 2019-06-14 14:39 UTC  (21+ messages)
` [PATCHv4 02/28] timens: Add timens_offsets
` [PATCHv4 03/28] posix-clocks: add another call back to return clock time in ktime_t
` [PATCHv4 06/28] timerfd/timens: Take into account ns clock offsets
` [PATCHv4 07/28] posix-timers/timens: Take into account "
` [PATCHv4 08/28] timens/kernel: Take into account timens clock offsets in clock_nanosleep
` [PATCHv4 09/28] timens: Shift /proc/uptime
` [PATCHv4 15/28] x86/vdso: Add offsets page in vvar
` [PATCHv4 17/28] x86/vdso: Switch image on setns()/unshare()/clone()
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line

[PATCH][next] drm/mgag200: add in missing { } around if block
 2019-06-14 14:39 UTC 

[RFC PATCH 0/3] x86/cpufeatures: Re-arrange a few features and enumerate AVX512 BFLOAT16 intructions
 2019-06-14 14:39 UTC  (14+ messages)
` [RFC PATCH 2/3] x86/cpufeatures: Combine word 11 and 12 into new scattered features word 11

[PATCH v2] driver: core: Allow subsystems to continue deferring probe
 2019-06-14 14:36 UTC  (5+ messages)

[PATCH net v2] tcp: avoid creating multiple req socks with the same tuples
 2019-06-14 14:34 UTC  (10+ messages)

[PATCH 0/6] nvmem: patches for 5.3
 2019-06-14 14:32 UTC  (7+ messages)
` [PATCH 1/6] nvmem: meson-efuse: update with SPDX Licence identifier
` [PATCH 2/6] nvmem: meson-mx-efuse: "
` [PATCH 3/6] dt-bindings: fsl: scu: add ocotp binding
` [PATCH 4/6] nvmem: imx: add i.MX8 nvmem driver
` [PATCH 5/6] nvmem: Broaden the selection of NVMEM_SNVS_LPGPR
` [PATCH 6/6] dt-bindings: nvmem: Convert Allwinner SID to a schema

[PATCH] perf vendor events: Add Icelake V1.00 event file
 2019-06-14 14:32 UTC  (3+ messages)

[PATCH] x86/kasan: Fix boot with 5-level paging and KASAN
 2019-06-14 14:31 UTC 

Help with reviewing dosfstools patches
 2019-06-14 14:30 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi
 2019-06-14 14:30 UTC  (5+ messages)

[PATCH] x86/hyperv: Disable preemption while setting reenlightenment vector
 2019-06-14 14:28 UTC  (7+ messages)

[PATCH v7 0/5] prerequisites for device reserved local mem rework
 2019-06-14 14:28 UTC  (11+ messages)
` [PATCH v7 3/5] usb: host: ohci-sm501: init genalloc for local memory

[PATCH v10 00/11] drm/sun4i: dsi: Fixes/updates (A33 reworked!)
 2019-06-14 14:28 UTC  (7+ messages)
` [PATCH v10 02/11] drm/sun4i: dsi: Update start value in video start delay

[PATCH] ARM: dts: exynos: Add PMU interrupt affinity to Exynos4 boards
 2019-06-14 14:26 UTC 

[PATCH net] mpls: fix af_mpls dependencies
 2019-06-14 14:26 UTC  (8+ messages)

[PATCH v3] Add a document on rebasing and merging
 2019-06-14 14:25 UTC  (3+ messages)

[PATCH v2] HID: input: fix a4tech horizontal wheel custom usage
 2019-06-14 14:25 UTC  (5+ messages)

[RFC v3 0/2] clocksource: davinci-timer: new driver
 2019-06-14 14:25 UTC  (3+ messages)

[PATCH v3 0/9] Multicolor Framework update
 2019-06-14 14:23 UTC  (3+ messages)

[PATCH] x86: mce: no need to check return value of debugfs_create functions
 2019-06-14 14:22 UTC  (2+ messages)
` [tip:ras/core] x86/mce: Do not "

[PATCH] arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
 2019-06-14 14:22 UTC  (4+ messages)

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-14 14:21 UTC  (4+ messages)

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-06-14 14:20 UTC  (6+ messages)

[PATCH] dmaengine: qcom-bam: fix circular buffer handling
 2019-06-14 14:20 UTC 

[PATCH] PCI: hv: Fix build error without CONFIG_SYSFS
 2019-06-14 14:19 UTC  (2+ messages)

drm: Add helpers to kick off self refresh mode in drivers
 2019-06-14 14:17 UTC 

[PATCH 00/14] Add support to generate ABI documentation at admin-guide
 2019-06-14 14:15 UTC  (12+ messages)
` [PATCH 05/14] scripts: add an script to parse the ABI files
` [PATCH 12/14] doc-rst: add ABI documentation to the admin-guide book

use exact allocation for dma coherent memory
 2019-06-14 14:15 UTC  (19+ messages)
` [PATCH 01/16] media: videobuf-dma-contig: use dma_mmap_coherent
` [PATCH 02/16] drm/ati_pcigart: stop using drm_pci_alloc
` [PATCH 03/16] drm/i915: "
` [PATCH 04/16] drm: move drm_pci_{alloc,free} to drm_legacy
` [PATCH 05/16] drm: don't mark pages returned from drm_pci_alloc reserved
` [PATCH 06/16] drm: don't pass __GFP_COMP to dma_alloc_coherent in drm_pci_alloc
` [PATCH 07/16] IB/hfi1: stop passing bogus gfp flags arguments to dma_alloc_coherent
` [PATCH 08/16] IB/qib: "
` [PATCH 09/16] cnic: "
` [PATCH 10/16] iwlwifi: "
` [PATCH 11/16] s390/ism: "
` [PATCH 12/16] staging/comedi: mark as broken
` [PATCH 13/16] mm: rename alloc_pages_exact_nid to alloc_pages_exact_node
` [PATCH 14/16] mm: use alloc_pages_exact_node to implement alloc_pages_exact
` [PATCH 15/16] dma-mapping: clear __GFP_COMP in dma_alloc_attrs
` [PATCH 16/16] dma-mapping: use exact allocation in dma_alloc_contiguous

[PATCH 0/3] module: Livepatch/ftrace fixes
 2019-06-14 14:14 UTC  (5+ messages)
` [PATCH 2/3] module: Add text_mutex lockdep assertions for page attribute changes
` [PATCH 3/3] module: Improve module __ro_after_init handling

[PATCH 0/4] media: vimc: Minor code cleanup and documentation
 2019-06-14 14:14 UTC  (4+ messages)
` [PATCH 4/4] media: docs: create vimc documentation

[PATCH 0/8] AMD64 EDAC fixes for v5.2
 2019-06-14 14:14 UTC  (6+ messages)
` [PATCH 2/8] EDAC/amd64: Support more than two controllers for chip selects handling

[PATCH V8 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-14 14:14 UTC  (5+ messages)
` [PATCH V8 2/3] Define a new ima template field buf

[PATCH 1/2] clocksource: tegra: Use rating when registering clock source
 2019-06-14 14:14 UTC  (14+ messages)
` [PATCH 2/2] rtc: tegra: Implement suspend "

[PATCHSET btrfs/for-next] btrfs: fix cgroup writeback support
 2019-06-14 14:12 UTC  (17+ messages)
` [PATCH 1/8] blkcg, writeback: Add wbc->no_wbc_acct
` [PATCH 2/8] blkcg, writeback: Implement wbc_blkcg_css()
` [PATCH 3/8] blkcg: implement REQ_CGROUP_PUNT
` [PATCH 4/8] Btrfs: stop using btrfs_schedule_bio()
` [PATCH 5/8] Btrfs: delete the entire async bio submission framework
` [PATCH 6/8] Btrfs: only associate the locked page with one async_cow struct
` [PATCH 7/8] Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios
` [PATCH 8/8] Btrfs: extent_write_locked_range() should attach inode->i_wb

[PATCH] gpu: ipu-v3: image-convert: Enable double write reduction
 2019-06-14 14:12 UTC  (2+ messages)

[PATCH 1/3] gpu: ipu-v3: image-convert: Fix input bytesperline width/height align
 2019-06-14 14:11 UTC  (3+ messages)
` [PATCH 3/3] gpu: ipu-v3: image-convert: Fix image downsize coefficients

[PATCH v1] tty: serial: max310x: Add optional reset gpio
 2019-06-14 14:11 UTC 

[PATCH v8 5/5] media: imx: Try colorimetry at both sink and source pads
 2019-06-14 14:10 UTC  (2+ messages)

[PATCH] drivers: Provide devm_platform_ioremap_resource_byname()
 2019-06-14 14:10 UTC  (3+ messages)

[PATCH v2 0/5] Perf uncore PMU event alias support for Hisi hip08 ARM64 platform
 2019-06-14 14:08 UTC  (6+ messages)
` [PATCH v2 1/5] perf pmu: Fix uncore PMU alias list for ARM64
` [PATCH v2 2/5] perf pmu: Support more complex PMU event aliasing
` [PATCH v2 3/5] perf jevents: Add support for Hisi hip08 DDRC PMU aliasing
` [PATCH v2 4/5] perf jevents: Add support for Hisi hip08 HHA "
` [PATCH v2 5/5] perf jevents: Add support for Hisi hip08 L3C "

linux-next: build failure after merge of the integrity tree
 2019-06-14 14:09 UTC  (2+ messages)

[PATCH v6 0/5] Basic DT support for Lenovo Miix 630
 2019-06-14 14:08 UTC  (4+ messages)
` [PATCH v6 3/5] arm64: dts: qcom: Add "

[PATCH] arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards
 2019-06-14 14:01 UTC  (3+ messages)
` [PATCH v2] "

RDMA: Clean destroy CQ in drivers do not return errors
 2019-06-14 13:59 UTC 

[PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v10)
 2019-06-14 13:59 UTC  (18+ messages)

[PATCH 0/9] x86/bpf: unwinder fixes
 2019-06-14 13:58 UTC  (17+ messages)
` [PATCH 6/9] x86/bpf: Fix JIT frame pointer usage
` [PATCH 7/9] x86/unwind/orc: Fall back to using frame pointers for generated code

[PATCH] firmware: ti_sci: Use the correct style for SPDX License Identifier
 2019-06-14 13:57 UTC 

[PATCH] PCI/hotplug: fix potential null pointer deference
 2019-06-14 13:56 UTC  (2+ messages)

[PATCH 5.1 000/155] 5.1.10-stable review
 2019-06-14 13:55 UTC  (3+ messages)

[PATCH next] of/fdt: Fix defined but not used compiler warning
 2019-06-14 13:53 UTC  (5+ messages)

[PATCH] btrfs: fix out of bounds array access while reading extent buffer
 2019-06-14 13:52 UTC  (2+ messages)

[PATCH v10 00/13] Exynos5 Dynamic Memory Controller driver
 2019-06-14 13:47 UTC  (6+ messages)
  ` [PATCH v10 08/13] drivers: memory: add DMC driver for Exynos5422

[PATCH 0/2] Add DSI panel driver for Raydium RM67191
 2019-06-14 13:50 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Add support for Raydium RM67191 panel
    ` [EXT] "
` [PATCH 2/2] drm/panel: Add support for Raydium RM67191 panel driver
    ` [EXT] "

[PATCH] drivers/ata: print trim features at device initialization
 2019-06-14 13:49 UTC  (8+ messages)

[PATCH 0/3] ceph: don't NULL terminate virtual xattr values
 2019-06-14 13:46 UTC  (4+ messages)
` [PATCH 1/3] lib/vsprintf: add snprintf_noterm
` [PATCH 2/3] ceph: don't NULL terminate virtual xattr strings
` [PATCH 3/3] ceph: return -ERANGE if virtual xattr value didn't fit in buffer

[RFC] perf/x86/intel: Disable check_msr for real hw
 2019-06-14 13:45 UTC  (3+ messages)

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-06-14 13:43 UTC  (10+ messages)
` [PATCH, RFC 09/62] x86/mm: Preserve KeyID on pte_modify() and pgprot_modify()
` [PATCH, RFC 13/62] x86/mm: Add hooks to allocate and free encrypted pages

[PATCH 00/16] dmaengine/soc/firmware: Add Texas Instruments UDMA support
 2019-06-14 13:43 UTC  (6+ messages)
` [PATCH 09/16] dt-bindings: dma: ti: Add document for K3 UDMA

[PATCH -next] cxgbit: remove set but not used variable 'ppmax'
 2019-06-14 13:41 UTC  (2+ messages)

[PATCH] mm/vmalloc: Check absolute error return from vmap_[p4d|pud|pmd|pte]_range()
 2019-06-14 13:42 UTC  (6+ messages)

[PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency
 2019-06-14 13:40 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: Convert to phylink
 2019-06-14 13:40 UTC  (2+ messages)

[PATCH] RDMA/ucma: Use struct_size() helper
 2019-06-14 13:39 UTC  (2+ messages)

[BUG] lockdep splat with kernfs lockdep annotations and slab mutex from drm patch??
 2019-06-14 13:39 UTC 

[PATCH 1/2] nbd: make sock_xmit() and nbd_add_socket() more generic
 2019-06-14 13:38 UTC  (7+ messages)
` [PATCH 2/2] nbd: add support for nbd as root device

[PATCH v1] Input: rotary-encoder - Add gpio as push button
 2019-06-14 13:36 UTC 

[RFC PATCH 01/57] drivers: s390/cio: Use driver_for_each_device
 2019-06-14 13:32 UTC  (2+ messages)

Regression post "HID: core: move Usage Page concatenation to Main item"
 2019-06-14 13:32 UTC  (5+ messages)

[PATCH] ACPI: PM: Clear wake-up device GPEs before enabling
 2019-06-14 13:27 UTC  (4+ messages)

[PATCHv2 0/8] perf/x86: Rework msr probe interface
 2019-06-14 13:26 UTC  (5+ messages)

[PATCH v2] bus: hisi_lpc: Don't use devm_kzalloc() to allocate logical PIO range
 2019-06-14 13:23 UTC  (3+ messages)

ww_mutex deadlock handling cleanup
 2019-06-14 13:21 UTC  (9+ messages)
` [PATCH 1/6] locking: add ww_mutex_(un)lock_for_each helpers
` [PATCH 3/6] drm/gem: use new ww_mutex_(un)lock_for_each macros

[PATCH 1/2] pinctrl: remove unneeded #ifdef around declarations
 2019-06-14 13:21 UTC  (2+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-14 13:17 UTC  (4+ messages)
` [PATCH v8 23/29] vfio: VFIO_IOMMU_CACHE_INVALIDATE

[PATCH 0/2] powerpc/powernv: expose secure variables to userspace
 2019-06-14 13:13 UTC  (4+ messages)
` [PATCH 2/2] powerpc: expose secure variables via sysfs

[PATCH v2] arm64/mm: Correct the cache line size warning with non coherent device
 2019-06-14 13:11 UTC 

linux-next: manual merge of the rdma tree with Linus' tree
 2019-06-14 13:11 UTC  (2+ messages)

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-14 13:07 UTC  (7+ messages)
` [PATCH v6 03/19] kernel: Unify update_vsyscall implementation

[PATCH] Drop unused isa_page_to_bus
 2019-06-14 13:04 UTC  (2+ messages)

status of the calgary iommu driver
 2019-06-14 13:03 UTC  (5+ messages)

arch/x86/kernel/apic/apic.c: calibrate_APIC_clock() soft hangs when PIC is not configured by BIOS before kernel is launched
 2019-06-14 13:02 UTC  (4+ messages)

[PATCH V5 1/7] i2c: tegra: clean up macros
 2019-06-14 13:02 UTC  (7+ messages)
` [PATCH V5 6/7] i2c: tegra: fix PIO rx/tx residual transfer check

iMX6 5.2-rc3 boot failure due to "PCI: imx6: Allow asynchronous probing"
 2019-06-14 13:02 UTC  (5+ messages)

[PATCH 5/5] debugobjects: Move printk out of db lock critical sections
 2019-06-14 13:01 UTC  (2+ messages)
` [tip:core/debugobjects] debugobjects: Move printk out of db->lock "


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