All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-06 12:02:26 to 2018-12-06 12:41:05 UTC [more...]

[PATCH v12 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 12:25 UTC  (8+ messages)
` [PATCH v12 20/25] kasan, arm64: add brk handler for inline instrumentation

[PATCH V4 0/6] 52-bit userspace VAs
 2018-12-06 12:28 UTC  (16+ messages)
` [PATCH V4 2/6] arm64: mm: Introduce DEFAULT_MAP_WINDOW
` [PATCH V4 4/6] arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
` [PATCH V4 5/6] arm64: mm: introduce 52-bit userspace support
` [PATCH V4 6/6] arm64: mm: Allow forcing all userspace addresses to 52-bit

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:40 UTC  (14+ messages)
  ` [PATCH 3/9] drm/amdgpu: Use dynamical reserved vm size
  ` [PATCH 4/9] drm/amdgpu: Add a bitmask in amdgpu_ctx_mgr
  ` [PATCH 5/9] drm/amdgpu: Delay map sriov csa addr to ctx init
  ` [PATCH 6/9] drm/amdgpu: Create csa per ctx
  ` [PATCH 7/9] drm/amdgpu: Add csa mc address into job structure
  ` [PATCH 8/9] drm/amdgpu: Add a argument in emit_cntxcntl interface
  ` [PATCH 9/9] drm/amdgpu: Remove sriov check when insert ce/de meta_data

[PATCH] Compiler Attributes: move kernel-only attributes into __KERNEL__
 2018-12-06 12:39 UTC  (5+ messages)

[PATCH] ptp: fix an IS_ERR() vs NULL check
 2018-12-06 12:38 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH 00/10][V2] Delayed refs rsv
 2018-12-06 12:38 UTC  (5+ messages)
` [PATCH 01/10] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/10] btrfs: add cleanup_ref_head_accounting helper

[Qemu-arm] [PATCH v7 00/16] gdbstub: support for the multiprocess extension
 2018-12-06 12:27 UTC  (4+ messages)
` [Qemu-arm] [PATCH v7 03/16] gdbstub: add multiprocess support to '?' packets
  ` [Qemu-devel] "

[PATCH v3 0/3] Make GEN macros more similar
 2018-12-06 12:37 UTC  (5+ messages)
` [PATCH v3 1/3] drm/i915: Rename IS_GEN to IS_GEN_RANGE
` [PATCH v3 2/3] drm/i915: replace IS_GEN<N> with IS_GEN(..., N)

[PATCH] scsi: message: fusion: Use kmemdup instead of duplicating its function
 2018-12-06 12:37 UTC 

[PATCH v8 0/8] arm64: untag user pointers passed to the kernel
 2018-12-06 12:36 UTC  (15+ messages)
` [PATCH v8 1/8] arm64: add type casts to untagged_addr macro
` [PATCH v8 2/8] uaccess: add untagged_addr definition for other arches

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-12-06 12:36 UTC  (9+ messages)
` [Qemu-devel] [PATCH 14/18] xen: add implementations of xen-qdisk connect and disconnect functions
      `  "
` [PATCH 15/18] xen: add a mechanism to automatically create XenDevice-s
    ` [Qemu-devel] "

[PATCH v14 00/11] livepatch: Atomic replace feature
 2018-12-06 12:37 UTC  (6+ messages)

[Qemu-devel] [0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-06 12:34 UTC  (2+ messages)
  `  "

[PATCH v2 00/25] at24: remove
 2018-12-06 12:33 UTC  (4+ messages)

[PATCH] Revert "firmware: dmi_scan: Use lowercase letters for UUID"
 2018-12-06 10:28 UTC  (4+ messages)

[PATCH v11 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-12-06 12:34 UTC  (3+ messages)
` [PATCH v11 1/2] perf, uncore: Adding documentation for ThunderX2 pmu uncore driver

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

[PATCH v5] media: imx: add mem2mem device
 2018-12-06 12:32 UTC  (6+ messages)

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-06 12:32 UTC  (19+ messages)
` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit

[Qemu-devel] [PATCH RFC] vfio-ap: flag as compatible with balloon
 2018-12-06 12:32 UTC  (6+ messages)

[PATCH v2 0/2] x86/dom0: improve PVH paging memory calculation
 2018-12-06 12:31 UTC  (3+ messages)
` [PATCH v2 1/2] x86/dom0: rename paging function

[PATCH] media: siano: Use kmemdup instead of duplicating its function
 2018-12-06 12:29 UTC 

[PATCH v9 0/2] clk: Add functions to get optional clocks
 2018-12-06 12:30 UTC  (4+ messages)
` [PATCH v9 1/2] clk: Add comment about __of_clk_get_by_name() error values

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-12-06 12:30 UTC  (9+ messages)
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor

[PATCH v4] signal: add taskfd_send_signal() syscall
 2018-12-06 12:30 UTC  (2+ messages)

[PATCH] MAINTAINERS: add ASoC maintainers for sound dt-bindings
 2018-12-06 12:29 UTC  (4+ messages)

v4.14.86 build: 2 failures 0 warnings (v4.14.86)
 2018-12-06 12:27 UTC  (2+ messages)

[PATCH v7 3/5] target: add device vendor_id configfs attribute
 2018-12-06 12:25 UTC  (2+ messages)

[PATCH 1/9] drm/amdgpu: Limit vm max ctx number to 4096
 2018-12-06 12:25 UTC  (2+ messages)

[PATCH 1/2] ASoC: dt-bindings: ak4104: use 'reset-gpios' rather than 'reset-gpio'
 2018-12-06 12:24 UTC  (2+ messages)
` [PATCH 2/2] ASoC: codecs: ak4104: move to GPIO consumer API

[PATCH 1/2] ASoC: dt-bindings: cs4270: use 'reset-gpios' rather than 'reset-gpio'
 2018-12-06 12:24 UTC  (2+ messages)
` [PATCH 2/2] ASoC: codecs: cs4270: move to GPIO consumer API

[virtio] [PATCH v3] ACCESS_PLATFORM/ORDER_PLATFORM
 2018-12-06 12:24 UTC  (2+ messages)
` [virtio] Re: [virtio-dev] "

[Qemu-devel] [PATCH v2 00/10] target/arm: LOR, HPD, AA32HPD
 2018-12-06 12:11 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 01/10] target/arm: Move id_aa64mmfr* to ARMISARegisters
` [Qemu-devel] [PATCH v2 02/10] target/arm: Add HCR_EL2 bits up to ARMv8.5
` [Qemu-devel] [PATCH v2 03/10] target/arm: Add SCR_EL3 "
` [Qemu-devel] [PATCH v2 04/10] target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_el
` [Qemu-devel] [PATCH v2 05/10] target/arm: Introduce arm_hcr_el2_eff

[Qemu-devel] Logging dirty pages from vhost-net in-kernel with vIOMMU
 2018-12-06 12:11 UTC  (5+ messages)

[PATCH 1/2] drm: Only #define DEBUG if CONFIG_DYNAMIC_DEBUG is disabled
 2018-12-06 12:23 UTC  (7+ messages)

[Qemu-devel] [PATCH] json: Fix to reject duplicate object member names
 2018-12-06 12:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] i2c: pm_smbus: check smb_index before block transfer write
 2018-12-06 12:18 UTC 

[Qemu-devel] [PATCH for-4.0 0/6] vhost-user-blk: Add support for backend reconnecting
 2018-12-06 12:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-4.0 5/6] vhost-user-blk: Add support for reconnecting backend

[PATCH] drm/i915: Clear bogus DMC BIOS/debug power well requests
 2018-12-06 12:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] i2c: pm_smbus: check smb_index before block transfer write
 2018-12-06 12:22 UTC  (7+ messages)

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:22 UTC 

[I-PIPE] ipipe-core-4.9.135-x86-7 released
 2018-12-06 12:22 UTC  (17+ messages)

[PATCH for-4.12 v2 00/17] xen/arm: Implement Set/Way operations
 2018-12-06 12:21 UTC  (3+ messages)
` [PATCH for-4.12 v2 17/17] xen/arm: Track page accessed between batch of "

[PATCH v5] drm/i915/dsc: Add Per connector debugfs node for DSC support/enable
 2018-12-06 12:21 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/dsc: Add Per connector debugfs node for DSC support/enable (rev4)

[PATCH] doc: remove redundant "OF" prefix from testpmd doc
 2018-12-06 12:18 UTC  (3+ messages)

[PULL 0/2] virtio-ccw fixes
 2018-12-06 12:18 UTC  (3+ messages)

[PATCH] app/test-pmd: add IFPGA AFU register read/write access for testpmd
 2018-12-06 12:16 UTC 

[PATCH] libxl: Documentation about the domain configuration on disk
 2018-12-06 12:16 UTC  (2+ messages)

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-12-06 12:16 UTC  (10+ messages)
` [PATCH] scsi: t10-pi: Return correct ref tag when queue has no integrity profile

[PATCHv4 00/10] As was discussed here (among other places):
 2018-12-06 12:16 UTC  (2+ messages)
` [PATCHv4 00/10] vb2/cedrus: add tag support

[PATCH v2 0/3] PCIE support for i.MX8MQ
 2018-12-06 12:15 UTC  (3+ messages)

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:15 UTC 

[PATCH v3 0/6] mips: system call table generation support
 2018-12-06 12:15 UTC  (4+ messages)

[U-Boot] [PATCH] nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc
 2018-12-06 12:13 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] spi-flash: switch to "jedec, spi-nor" binding
 2018-12-06 12:12 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/5] dts: switch spi-flash to jedec, spi-nor compatible

[PATCH] mm/alloc: fallback to first node if the wanted node offline
 2018-12-06 12:11 UTC  (11+ messages)

System freeze: Debian Testing with C61 [GeForce 7025 / nForce 630a]
 2018-12-06 12:11 UTC 

[PATCH 1/2] scripts/test-case-mgmt: add "manualexecution" as a tool
 2018-12-06 12:08 UTC  (4+ messages)
` [PATCH 2/2] script/lib/testcasemgmt/manualexecution.py : manual helper script with bare-minimum function
` FW: [PATCH 1/2] scripts/test-case-mgmt: add "manualexecution" as a tool

[PATCH] recipeutils-test: Add missing LIC_FILES_CHKSUM
 2018-12-06 12:09 UTC  (2+ messages)

[PATCH] auxdisplay: charlcd: fix x/y command parsing
 2018-12-06 12:06 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2/dlm: return DLM_CANCELGRANT if the lock is on granted list and the operation is canceled
 2018-12-06 12:05 UTC  (3+ messages)

[PATCH 1/4] xfsdump: (style) remove trailing whitespaces
 2018-12-06 12:04 UTC  (2+ messages)
` [PATCH 1/4 RESEND] "

[PATCH v7 0/2] add the Amlogic Meson PCIe controller driver
 2018-12-06 12:02 UTC  (11+ messages)
` [PATCH v7 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller
` [PATCH v7 2/2] PCI: amlogic: Add the Amlogic Meson PCIe controller driver

[Bug 108892] kernel BUG at kernel/time/timer.c:1137 in drm_sched_job_finish [gpu_sched]
 2018-12-06 12:04 UTC  (2+ messages)

[PATCH] baseband: enhancement of offload cost test
 2018-12-06 12:03 UTC 

[Qemu-devel] [PATCH v2 for-3.2 v2 00/30] slirp: make it again a standalone project
 2018-12-06 12:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 for-3.2 v2 29/30] slirp: replace remaining QEMU dependency

[Qemu-devel] [PATCH v3 00/39] Windbg supporting
 2018-12-06 12:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 37/39] windbg: implement kd_api_fill_memory
` [Qemu-devel] [PATCH v3 38/39] windbg: implement kd_api_query_memory
` [Qemu-devel] [PATCH v3 39/39] windbg: maintainers

[PATCH] arm64/mm: use correct operators for string comparison in cache.S
 2018-12-06 12:02 UTC  (7+ messages)

[RFC PATCH] hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
 2018-12-06 12:02 UTC  (7+ messages)


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.