All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-24 15:18:30 to 2017-10-24 15:46:51 UTC [more...]

[PATCH 0/7] powerpc: Free up RPAGE_RSV bits
 2017-10-24 15:46 UTC  (3+ messages)
` [PATCH 23/25] powerpc: Deliver SEGV signal on pkey violation

[PATCH] arm64/sve: ABI change: Zero SVE regs on syscall entry
 2017-10-24 15:46 UTC 

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-24 15:45 UTC  (12+ messages)

[PATCH] tpm: remove chip_num parameter from in-kernel API
 2017-10-24 15:44 UTC  (8+ messages)
` [tpmdd-devel] "

[PATCH] drm/amd/display: assign fb_location only if bo is pinned
 2017-10-24 15:43 UTC  (5+ messages)

[PATCH] drm/i915/execlists: Remove the priority "optimisation"
 2017-10-24 15:42 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
 2017-10-24 15:42 UTC  (9+ messages)
` [PATCH v14 1/3] drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h
  ` [Outreachy kernel] "
` [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c
  ` [Outreachy kernel] "

[PATCH] RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flag
 2017-10-24 15:42 UTC  (5+ messages)

[CI] drm/i915: Bump wait-times for the final CS interrupt before parking
 2017-10-24 15:41 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 0/7] Remove remaining Exynos4212-related dead code
 2017-10-24 15:41 UTC  (3+ messages)
  ` [PATCH 4/7] media: exynos4-is: Remove dependency on obsolete SoC support

[PATCH v3 0/5] Switch arm64 over to qrwlock
 2017-10-24 15:40 UTC  (5+ messages)

MAIR_EL2 Attributes
 2017-10-24 15:41 UTC  (2+ messages)

[PATCH linux dev-4.10 v2] drivers: i2c: fsi: Add proper abort method
 2017-10-24 15:39 UTC  (3+ messages)

[PATCH] examples/ip_pipeline: use crc32 in hash functions for arm64
 2017-10-24 15:38 UTC  (7+ messages)

[PATCH 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
 2017-10-24 15:37 UTC  (3+ messages)

[linux-lvm] cache on SSD makes system unresponsive
 2017-10-24 15:36 UTC  (2+ messages)

[PATCH i-g-t] HAX: Find CRC failures more reliably
 2017-10-24 15:35 UTC 

[PATCH] sound: oss: waveartist: Convert timers to use timer_setup()
 2017-10-24 15:35 UTC 

[PATCH] ALSA: wavefront: Convert timers to use timer_setup()
 2017-10-24 15:35 UTC 

[PATCH] ALSA: sb: Convert timers to use timer_setup()
 2017-10-24 15:34 UTC 

[PATCH] status: do not get confused by submodules in excluded directories
 2017-10-24 15:34 UTC  (4+ messages)

[PATCH] ALSA: emux: Convert timers to use timer_setup()
 2017-10-24 15:34 UTC 

[PATCH] ALSA: drivers: Convert timers to use timer_setup()
 2017-10-24 15:34 UTC 

[PATCH v13 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
 2017-10-24 15:34 UTC  (12+ messages)
` [PATCH v13 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c
  ` [Outreachy kernel] "

[PATCH -mm] mm, swap: Fix false error message in __swp_swapcount()
 2017-10-24 15:34 UTC  (8+ messages)

Question about guest page tracking for x86
 2017-10-24 15:33 UTC  (3+ messages)

No log --no-decorate completion?
 2017-10-24 15:32 UTC  (5+ messages)

[PATCH] drm/i915/perf: fix perf enable/disable ioctls with 32bits userspace
 2017-10-24 15:31 UTC  (3+ messages)
` [Intel-gfx] "

[Qemu-devel] [Bug 1726910] [NEW] UI request: add a function key toolbar (f1-f12)
 2017-10-24 15:22 UTC 

[PATCH 0/4] Overlayfs index features
 2017-10-24 15:30 UTC  (2+ messages)

[PATCH] lightnvm: Convert timers to use timer_setup()
 2017-10-24 15:30 UTC 

[PATCH igt 1/2] lib/i915: Add a query for when the guc is enabled
 2017-10-24 15:29 UTC  (2+ messages)
` [PATCH igt 2/2] igt/drv_misssed_irq: Skip on guc

[PATCH v3 0/2] Fix single step for traps
 2017-10-24 15:29 UTC  (5+ messages)
` [PATCH v3 2/2] arm64: Fix single stepping in kernel traps

[PATCH V3 rdma-core 0/5] Userspace library matching for hip08 RoCE
 2017-10-24 15:28 UTC  (2+ messages)

[PATCH] merge-recursive: check GIT_MERGE_VERBOSITY only once
 2017-10-24 15:27 UTC 

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-10-24 15:24 UTC  (91+ messages)
` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/17] dax, iomap: Add support for synchronous faults
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/17] ext4: Support for synchronous DAX faults
` [PATCH 17/17] xfs: support "
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH] fs: guard_bio_eod() needs to consider partitions
 2017-10-24 15:26 UTC  (4+ messages)

[PATCH] rxe_cfg: Fix parsing of ethtool / ifconfig
 2017-10-24 15:26 UTC  (8+ messages)

Kernel panic when using ccm(aes) with the Atmel AES HW accelerator
 2017-10-24 15:25 UTC  (3+ messages)

[PATCH v1] ltp-ddt: Update to latest
 2017-10-24 15:19 UTC 

KASAN: slab-out-of-bounds Read in tipc_nametbl_lookup_dst_nodes
 2017-10-24 15:22 UTC  (2+ messages)

[PATCH] media: s2255: Convert timers to use timer_setup()
 2017-10-24 15:23 UTC 

[PATCH] media: rc: Convert timers to use timer_setup()
 2017-10-24 15:23 UTC 

[PATCH] media: radio: Convert timers to use timer_setup()
 2017-10-24 15:23 UTC 

[PATCH] media: pvrusb2: Convert timers to use timer_setup()
 2017-10-24 15:22 UTC 

[PATCH RFC v2] Add SUPPORT.md
 2017-10-24 15:22 UTC  (3+ messages)

[PATCH] media: pci: Convert timers to use timer_setup()
 2017-10-24 15:22 UTC 

[PATCH] platform/x86: ideapad-laptop: Add Lenovo Yoga 920-13IKB to no_hw_rfkill dmi list
 2017-10-24 15:22 UTC  (2+ messages)

[PATCH kvm-unit-tests 00/18] merge x86 vmalloc and arm/powerpc alloc
 2017-10-24 15:21 UTC  (19+ messages)
` [PATCH kvm-unit-tests 01/18] lib: simplify alloc_ops
` [PATCH kvm-unit-tests 02/18] lib: start moving vmalloc to generic code
` [PATCH kvm-unit-tests 03/18] lib: move page allocator here from x86
` [PATCH kvm-unit-tests 04/18] alloc_page: fix off-by-one
` [PATCH kvm-unit-tests 05/18] x86: leave VM setup out of vtd_init
` [PATCH kvm-unit-tests 06/18] x86: prepare for extending setup.c
` [PATCH kvm-unit-tests 07/18] x86: use alloc_phys
` [PATCH kvm-unit-tests 08/18] alloc: implement free
` [PATCH kvm-unit-tests 09/18] x86: introduce pgd_t and pteval_t
` [PATCH kvm-unit-tests 10/18] x86: turn virt_to_phys_cr3 into virt_to_pte_phys
` [PATCH kvm-unit-tests 11/18] vmalloc: convert to alloc_ops
` [PATCH kvm-unit-tests 12/18] arm64: use adrp instead of adr
` [PATCH kvm-unit-tests 13/18] arm: make pgtable.h private to mmu.c
` [PATCH kvm-unit-tests 14/18] arm: get rid of pud
` [PATCH kvm-unit-tests 15/18] arm: use better-matching types for virtual and physical addresses
` [PATCH kvm-unit-tests 16/18] arm: only align CPU stacks to one page
` [PATCH kvm-unit-tests 17/18] arm: do not allocate virtio buffers from the stack
` [PATCH kvm-unit-tests 18/18] arm: enable vmalloc

[patch] send.2: Add EALREADY to ERRORS
 2017-10-24 15:21 UTC 

[PATCH v1] net/mlx4: fix missing initializers for old GCC
 2017-10-24 15:21 UTC  (4+ messages)

regression in 4.14-rc2 caused by apparmor: add base infastructure for socket mediation
 2017-10-24 15:19 UTC  (8+ messages)

[PATCH] livetree: avoid assertion of orphan phandles with overlays
 2017-10-24 15:21 UTC  (2+ messages)

[PATCH nft] src: add nft_ prefix to everything exposed through include/nftables/nftables.h
 2017-10-24 15:21 UTC 

WARNING in strp_data_ready
 2017-10-24 15:20 UTC 

[nft PATCH v2 0/4] libnftables preparations
 2017-10-24 15:20 UTC  (2+ messages)

[tcp/dccp] 81e5391ca7: WARNING:suspicious_RCU_usage
 2017-10-24 15:20 UTC  (6+ messages)
` [PATCH net] tcp/dccp: fix again lockdep splat in inet_csk_route_req()
  ` [PATCH v2 net] tcp/dccp: fix other lockdep splats accessing ireq_opt
    ` [PATCH v3 "

[PATCH] video: fbdev: Convert timers to use timer_setup()
 2017-10-24 15:20 UTC  (2+ messages)

[Buildroot] [PATCH v5 1/1] libcpprestsdk: new package
 2017-10-24 15:20 UTC 

[PATCH i-g-t] igt/lib: Ignoring subtest name case
 2017-10-24 15:19 UTC  (2+ messages)
` ✗ Fi.CI.IGT: warning for "

[PATCH v2 0/7] net/mlx5: fixes
 2017-10-24 15:18 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/7] net/mlx5: fix work queue array size
  ` [PATCH v3 3/7] net/mlx5: fix drop flows when port is stopped
  ` [PATCH v3 4/7] net/mlx5: fix flow director drop action
  ` [PATCH v3 5/7] net/mlx5: fix mark action with "
  ` [PATCH v3 6/7] net/mlx5: fix reception when VLAN is added
  ` [PATCH v3 7/7] net/mlx5: fix flow director flow add


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.