All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-12 15:09:34 to 2018-09-12 15:58:48 UTC [more...]

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-09-12 15:13 UTC  (4+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 10/17] compat_ioctl: remove translation for sound ioctls

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-12 15:58 UTC  (54+ messages)
` [PATCH v2 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v2 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v2 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v2 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v2 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v2 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v2 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v2 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v2 14/24] powerpc/mm: drop unused page flags
` [PATCH v2 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v2 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v2 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h

[PATCH v2] Change a time printout representation for keyhandlers
 2018-09-12 15:58 UTC 

[PATCH] ACPI/PPTT: Handle architecturally unknown cache types
 2018-09-12 15:57 UTC  (12+ messages)

[v2,05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-12 15:56 UTC  (3+ messages)
` [PATCH v2 05/17] "

[PATCH] WATCHDOG: DIAG288_WDT: Fixed error POINTER_LOCATION
 2018-09-12 15:56 UTC  (2+ messages)

[PATCH v2 0/3] Add DMCU fw loading on raven
 2018-09-12 15:56 UTC  (2+ messages)

[PATCH v4 00/16] Add utilization clamping support
 2018-09-12 15:56 UTC  (12+ messages)
` [PATCH v4 02/16] sched/core: uclamp: map TASK's clamp values into CPU's clamp groups
` [PATCH v4 08/16] sched/core: uclamp: propagate parent clamps
` [PATCH v4 09/16] sched/core: uclamp: map TG's clamp values into CPU's clamp groups

[PATCH v3 0/4] fs/dcache: Track # of negative dentries
 2018-09-12 15:55 UTC  (13+ messages)
` [PATCH v3 1/4] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v3 3/4] fs/dcache: Track & report number of negative dentries
` [PATCH v3 4/4] fs/dcache: Eliminate branches in nr_dentry_negative accounting

[PATCH] workqueue: combine judgments in the loop of maybe_create_worker
 2018-09-12 15:55 UTC  (2+ messages)

[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
 2018-09-12 15:55 UTC  (2+ messages)
  ` [PATCH V3 11/27] csky: Atomic operations

media subsystem test pilot
 2018-09-12 15:55 UTC  (3+ messages)
` [kernelci] "

[PATCH 0/4] Address issues slowing persistent memory initialization
 2018-09-12 15:54 UTC  (11+ messages)
` [PATCH 1/4] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH 3/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap

[PATCH v2] coreutils: add alternative target for nice
 2018-09-12 15:54 UTC  (2+ messages)

[PATCH] NTB: ntb_hw_switchtec: add pre-requisites for NTB driver and misc updates
 2018-09-12 15:53 UTC  (2+ messages)

[PATCH] drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
 2018-09-12 15:53 UTC  (6+ messages)

[PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
 2018-09-12 15:52 UTC 

BUG: spinlock bad magic in lockref_get
 2018-09-12 15:52 UTC 

[PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary
 2018-09-12 15:51 UTC  (7+ messages)

[PATCH libdrm] intel: annotate the intel genx helpers as private
 2018-09-12 15:50 UTC  (2+ messages)

[PATCH] i915/oa: Simplify updating contexts
 2018-09-12 15:50 UTC  (3+ messages)

of_dma_request_slave_channel() failed ?
 2018-09-12 15:50 UTC  (3+ messages)

[PATCH] etnaviv: Make sure DMA is setup
 2018-09-12 15:50 UTC  (2+ messages)

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-12 15:49 UTC  (10+ messages)
` [RFC PATCH 04/10] x86/fpu: eager switch PKRU state
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCHv2 0/3] PCI: emulated PCI bridge config space
 2018-09-12 15:48 UTC  (5+ messages)
` [PATCHv2 1/3] PCI: Introduce PCI bridge emulated config space common logic
` [PATCHv2 2/3] PCI: mvebu: Convert to PCI emulated bridge config space
` [PATCHv2 3/3] PCI: aardvark: Implement emulated root PCI "

[PATCH 0/2] Bugfix for partial clones and ref-in-want servers
 2018-09-12 15:47 UTC  (3+ messages)
` [PATCH 1/2] fetch-object: provide only one fetching function
` [PATCH 2/2] fetch-object: set exact_oid when fetching

[pull] amdgpu drm-fixes-4.19
 2018-09-12 15:47 UTC 

[PATCH 0/2] fix sync to flush processor cache for ext4 DAX files
 2018-09-12 15:47 UTC  (6+ messages)
` [PATCH 1/2] ext4, dax: update dax check to skip journal inode

[PATCH 0/3] Add clocks to r8a774c0
 2018-09-12 10:41 UTC  (2+ messages)
` [PATCH 1/3] clk: renesas: Add r8a774c0 CPG Core Clock Definitions

[RFC] ethdev: complete closing to free all resources
 2018-09-12 15:44 UTC  (5+ messages)

[PATCH] cyrus-sasl: use autotools-brokensep to build in sources
 2018-09-12 15:42 UTC  (2+ messages)
` [PATCH V2] cyrus-sasl: fix build out of source tree failed while configuring with `--enable-ldapdb'

phosphor-ipmi-blobs
 2018-09-12 15:42 UTC  (6+ messages)

[Ksummit-discuss] [MAINTAINERS SUMMIT] Bug-introducing patches
 2018-09-12 15:41 UTC  (21+ messages)

[RFC PATCH v2 0/3] Groundwork for AFBC YUV formats
 2018-09-12 15:40 UTC  (11+ messages)
` [RFC PATCH v2 1/3] drm/fourcc: Add 'bpp' field for formats with non-integer bytes-per-pixel

[PATCH] fat: Relax checks for sector size and media type
 2018-09-12 10:36 UTC  (8+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-12 15:37 UTC  (5+ messages)

[PATCH 00/27] Allwinner H6 DE3 and HDMI support
 2018-09-12 15:37 UTC  (7+ messages)
` [PATCH 02/27] arm64: allwinner: h6: add system controller device tree node
    ` [linux-sunxi] "

[PATCH] clk: mvebu: ap806: Remove superfluous of_clk_add_provider
 2018-09-12 15:35 UTC 

[PATCH v2 0/5] vhost_user.c code cleanup
 2018-09-12 15:34 UTC  (3+ messages)

[PATCH] WATCHDOG: uniphier_wdt.c: Fixed error do not initialise statics to 0
 2018-09-12 15:33 UTC  (2+ messages)

[v2,02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
 2018-09-12 15:33 UTC  (2+ messages)
` [PATCH v2 02/17] "

[Qemu-devel] virtio-net sporadic error with QNX 7.0 guest: virtio-net ctrl missing headers
 2018-09-12 15:31 UTC  (4+ messages)

unexpected side effect of "gpiolib: override irq_enable/disable"
 2018-09-12 15:30 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: salvator-common: Add GPIO keys support
 2018-09-12 10:25 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: Moved fault hash table to amdgpu vm
 2018-09-12 15:29 UTC  (13+ messages)

[PATCH] proc: restrict kernel stack dumps to root
 2018-09-12 15:29 UTC  (2+ messages)

[PATCH 0/2] Add support fdp1 device for Salvator-XS M3-N
 2018-09-12 10:24 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: r8a77965: add FDP1 device nodes

RFE: Detect NUMA misconfigurations and prevent machine freezes
 2018-09-12 15:27 UTC  (8+ messages)
      ` BUG: sched=credit2 crashes system when using cpupools

[PATCH RFC 0/2] Flow sorted receive skb lists
 2018-09-12 10:23 UTC  (3+ messages)
` [PATCH RFC 1/2] net: Support flow sorted RX skb lists for IPv4
` [PATCH RFC 2/2] net: Hack to enable skb list receive in the napi layer

[PATCH] soc: imx: gpc: set DMA mask for PD platform devices
 2018-09-12 15:27 UTC 

[PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-09-12 15:25 UTC  (6+ messages)

[PATCH] drm/i915/dp: fix shifting by a negative number of bits
 2018-09-12 15:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] arm64: dts: renesas: draak: Sort device nodes
 2018-09-12 10:20 UTC  (2+ messages)

[PATCH v2 0/3] iommu: Avoid DMA ops domain refcount contention
 2018-09-12 15:24 UTC  (8+ messages)
` [PATCH v2 1/3] iommu: Add fast hook for getting DMA domains
` [PATCH v2 2/3] iommu/dma: Use fast DMA domain lookup
` [PATCH v2 3/3] arm64/dma-mapping: Mildly optimise non-coherent IOMMU ops

[Buildroot] [PATCH v2 0/6] Add RISC-V 64-bit architecture support
 2018-09-12 15:23 UTC  (6+ messages)
` [Buildroot] [PATCH v2 2/6] package/linux-headers: add support for custom headers
` [Buildroot] [PATCH v2 4/6] arch: add support for RISC-V 64-bit (riscv64) architecture

[RFC 1/2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE
 2018-09-12 10:18 UTC  (3+ messages)
` [PATCH v2] "

[virtio-dev] [PATCH v11] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
 2018-09-12 15:22 UTC  (2+ messages)

[virtio-dev] [PATCH v4] content: Introduce VIRTIO_NET_F_STANDBY feature
 2018-09-12 15:22 UTC  (4+ messages)

[dm-crypt] Troubleshooting: Header Conversion to argon2id
 2018-09-12 15:21 UTC  (5+ messages)

usb: dwc2: disable power_down on rockchip devices
 2018-09-12 15:21 UTC 

[PATCH] dt-bindings: renesas: convert to SPDX identifiers
 2018-09-12 10:16 UTC  (3+ messages)

Custom PMI Handler
 2018-09-12 15:20 UTC 

New release after 1.0.7?
 2018-09-12 10:16 UTC  (5+ messages)
` [Cocci] "

[PATCH] shared/010: avoid dedupe testing blocked on large fs
 2018-09-12 10:15 UTC 

[PATCH 0/6] numa-balancing patches
 2018-09-12 15:19 UTC  (7+ messages)
` [PATCH 3/6] sched/numa: Avoid task migration for small numa improvement
` [PATCH 5/6] sched/numa: Reset scan rate whenever task moves across nodes

[PATCH v4 0/3] add LG panel to dpcd quirk database
 2018-09-12 15:18 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for add LG panel to dpcd quirk database (rev2)

eventdev: method for finding out unlink status
 2018-09-12 15:17 UTC  (13+ messages)

[PATCH v2 0/1] cameraif: add ABI for para-virtual camera
 2018-09-12 10:12 UTC  (6+ messages)
` [PATCH v2 1/1] "
    ` [Xen-devel][PATCH "

[PATCH 00/10] Add RZ/G1N support
 2018-09-12 10:11 UTC  (11+ messages)
` [PATCH 02/10] dt-bindings: power: rcar-sysc: Add r8a7744 power domain index macros
` [PATCH 05/10] soc: renesas: rcar-rst: Add support for RZ/G1N
` [PATCH 07/10] clk: renesas: Add r8a7744 CPG Core Clock Definitions
` [PATCH 09/10] ARM: shmobile: r8a7744: Basic SoC support
` [PATCH 10/10] cpufreq: dt: Add support for r8a7744

[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-09-12 15:04 UTC  (3+ messages)
` [PATCH v2 2/5] ext4: "

[PATCH 0/5] Clean up huge vmap and ioremap code
 2018-09-12 15:09 UTC  (3+ messages)
` [PATCH 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address

[PATCH 00/13] drm/i915: Display gtt remapping prep stuff
 2018-09-12 15:13 UTC  (2+ messages)

Is there a "yocto way" to rebuild sqlite amalgamation?
 2018-09-12 15:12 UTC  (3+ messages)

[PATCH] tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"
 2018-09-12 10:06 UTC 

[Qemu-devel] [RFC PATCH 00/10] Add a 'x-blockdev-reopen' QMP command
 2018-09-12 15:09 UTC  (12+ messages)
` [Qemu-devel] [RFC PATCH 06/10] block: Allow changing the backing file on reopen

[PATCH v2] PCI: Reprogram bridge prefetch registers on resume
 2018-09-12 10:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v0 0/2] Postponed actions
 2018-09-12 15:09 UTC  (7+ messages)
` [Qemu-devel] [PATCH v0 2/2] block: postpone the coroutine executing if the BDS's is drained


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.