All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-06 11:53:32 to 2018-12-06 12:31:25 UTC [more...]

[PATCH v13 00/25] kasan: add software tag-based mode for arm64
 2018-12-06 12:24 UTC  (46+ 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 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)

[PATCH V4 0/6] 52-bit userspace VAs
 2018-12-06 12:28 UTC  (14+ 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 v3 0/3] Make GEN macros more similar
 2018-12-06 12:28 UTC  (3+ messages)
` [PATCH v3 1/3] drm/i915: Rename IS_GEN to IS_GEN_RANGE

[PATCH 2/9] drm/amdgpu: Refine function amdgpu_csa_vaddr
 2018-12-06 12:28 UTC  (9+ 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

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

[Qemu-devel] [PATCH 00/18] Xen PV backend 'qdevification'
 2018-12-06 12:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH 14/18] xen: add implementations of xen-qdisk connect and disconnect functions
    `  "

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

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

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-06 12:16 UTC  (10+ messages)
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit

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 v11 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-12-06 11:51 UTC  (2+ messages)
` [PATCH v11 1/2] perf, uncore: Adding documentation for ThunderX2 pmu uncore driver

[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  (3+ 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  (40+ messages)
` [Qemu-devel] [PATCH v3 01/39] windbg: add empty windbgstub files
` [Qemu-devel] [PATCH v3 02/39] windbg: add windbg's KD header file
` [Qemu-devel] [PATCH v3 03/39] windbg: add -windbg option
` [Qemu-devel] [PATCH v3 04/39] windbg: add helper features
` [Qemu-devel] [PATCH v3 05/39] windbg: add WindbgState
` [Qemu-devel] [PATCH v3 06/39] windbg: add chardev
` [Qemu-devel] [PATCH v3 07/39] windbg: hook to wrmsr operation
` [Qemu-devel] [PATCH v3 08/39] windbg: implement windbg_on_load
` [Qemu-devel] [PATCH v3 09/39] windbg: implement find_KPCR
` [Qemu-devel] [PATCH v3 10/39] windbg: implement find_kdVersion
` [Qemu-devel] [PATCH v3 11/39] windbg: add windbg_search_vmaddr
` [Qemu-devel] [PATCH v3 12/39] windbg: implement find_kdDebuggerDataBlock
` [Qemu-devel] [PATCH v3 13/39] windbg: parsing data stream
` [Qemu-devel] [PATCH v3 14/39] windbg: send data and control packets
` [Qemu-devel] [PATCH v3 15/39] windbg: handler of parsing context
` [Qemu-devel] [PATCH v3 16/39] windbg: init DBGKD_ANY_WAIT_STATE_CHANGE
` [Qemu-devel] [PATCH v3 17/39] windbg: generate ExceptionStateChange and LoadSymbolsStateChange
` [Qemu-devel] [PATCH v3 18/39] windbg: implement windbg_process_control_packet
` [Qemu-devel] [PATCH v3 19/39] windbg: implement windbg_process_data_packet
` [Qemu-devel] [PATCH v3 20/39] windbg: implement windbg_process_manipulate_packet
` [Qemu-devel] [PATCH v3 21/39] windbg: implement kd_api_read_virtual_memory and kd_api_write_virtual_memory
` [Qemu-devel] [PATCH v3 22/39] windbg: some kernel structures
` [Qemu-devel] [PATCH v3 23/39] windbg: add helper functions
` [Qemu-devel] [PATCH v3 24/39] windbg: [de]serialization cpu context
` [Qemu-devel] [PATCH v3 25/39] windbg: [de]serialization cpu spec registers
` [Qemu-devel] [PATCH v3 26/39] windbg: implement kd_api_get_context and kd_api_set_context
` [Qemu-devel] [PATCH v3 27/39] windbg: implement kd_api_get_context_ex and kd_api_set_context_ex
` [Qemu-devel] [PATCH v3 28/39] windbg: implement kd_api_read_control_space and kd_api_write_control_space
` [Qemu-devel] [PATCH v3 29/39] windbg: implement kd_api_write_breakpoint and kd_api_restore_breakpoint
` [Qemu-devel] [PATCH v3 30/39] windbg: debug exception subscribing
` [Qemu-devel] [PATCH v3 31/39] windbg: implement kd_api_continue
` [Qemu-devel] [PATCH v3 32/39] windbg: implement kd_api_read_io_space and kd_api_write_io_space
` [Qemu-devel] [PATCH v3 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory
` [Qemu-devel] [PATCH v3 34/39] windbg: implement kd_api_get_version
` [Qemu-devel] [PATCH v3 35/39] windbg: implement kd_api_read_msr and kd_api_write_msr
` [Qemu-devel] [PATCH v3 36/39] windbg: implement kd_api_search_memory
` [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  (12+ messages)

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

[PATCH] hwpoison, memory_hotplug: allow hwpoisoned pages to be offlined
 2018-12-06 12:01 UTC 

[PATCH] PCI: endpoint: functions: Use kmemdup instead of duplicating its function
 2018-12-06 12:00 UTC  (2+ messages)

patch "xhci: Prevent U1/U2 link pm states if exit latency is too long" added to usb-linus
 2018-12-06 12:00 UTC 

patch "xhci: workaround CSS timeout on AMD SNPS 3.0 xHC" added to usb-linus
 2018-12-06 12:00 UTC 

[PATCH v9 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-12-06 12:00 UTC  (5+ messages)
` [PATCH v9 2/2] ThunderX2, perf : Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH] l10n: update German translation
 2018-12-06 12:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB
 2018-12-06 11:59 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8821ae: remove set but not used variable 'type' in translate_rx_signal_stuff
 2018-12-06 12:06 UTC  (2+ messages)

[PATCH 00/15 v3] Regulator ena_gpiod fixups
 2018-12-06 11:53 UTC  (9+ messages)
` [PATCH 06/15 v3] regulator: max8973: Let core handle GPIO descriptor


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.