All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-18 14:31:26 to 2018-10-18 14:57:08 UTC [more...]

[PATCH net-next v8 00/28] WireGuard: Secure Network Tunnel
 2018-10-18 14:57 UTC  (31+ messages)
` [PATCH net-next v8 02/28] asm: simd context helper API
` [PATCH net-next v8 03/28] zinc: introduce minimal cryptography library
` [PATCH net-next v8 04/28] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v8 05/28] zinc: import Andy Polyakov's ChaCha20 x86_64 implementation
` [PATCH net-next v8 06/28] zinc: "
` [PATCH net-next v8 07/28] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v8 08/28] zinc: port "
` [PATCH net-next v8 09/28] zinc: "
` [PATCH net-next v8 10/28] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v8 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v8 12/28] zinc: import Andy Polyakov's Poly1305 x86_64 implementation
` [PATCH net-next v8 13/28] zinc: "
` [PATCH net-next v8 14/28] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v8 15/28] zinc: "
` [PATCH net-next v8 16/28] zinc: import Andy Polyakov's Poly1305 MIPS64 implementation
` [PATCH net-next v8 17/28] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v8 18/28] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v8 19/28] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v8 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v8 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v8 22/28] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v8 23/28] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v8 24/28] zinc: "

WARNING: possible recursive locking detected in mnt_want_write/mnt_want_write_file_path
 2018-10-18 14:34 UTC  (7+ messages)

[Ksummit-discuss] [PATCH v3 0/3] code of conduct fixes
 2018-10-18 14:56 UTC  (8+ messages)
` [Ksummit-discuss] [PATCH v3 1/3] code-of-conduct: Fix the ambiguity about collecting email addresses

[PATCH 0/1] Perf: Compile failed when compile with libelf
 2018-10-18 14:56 UTC  (3+ messages)
` [PATCH 1/1] "

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-18 14:55 UTC  (6+ messages)

[PATCH] ARM: dts: imx: Add missing stdout-path property
 2018-10-18 14:55 UTC  (4+ messages)

[PATCH v12 00/12]
 2018-10-18 14:54 UTC  (6+ messages)
` [PATCH v12 06/12] livepatch: Simplify API by removing registration step

[Qemu-devel] [PATCH v2] hw/arm/boot: introduce fdt_add_memory_node helper
 2018-10-18 14:54 UTC 

[Qemu-devel] When it's okay to treat OOM as fatal?
 2018-10-18 14:54 UTC  (4+ messages)

[PATCH] doc: update softnic doc for flow and qos API support
 2018-10-18 14:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 bpf-next 0/2] bpf: add cg_skb_is_valid_access
 2018-10-18  6:53 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/2] bpf: add tests for direct packet access from CGROUP_SKB

[PATCH] drm/i915: Ensure proper HDA suspend/resume ordering with a device link
 2018-10-18 14:53 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] mm: get pfn by page_to_pfn() instead of save in page->private
 2018-10-18 14:53 UTC  (4+ messages)

[Qemu-devel] [PULL 0/7] migration queue
 2018-10-18 14:53 UTC  (6+ messages)
` [Qemu-devel] [PULL 2/7] tests/migration: Enable the migration test on s390x, too

[Qemu-devel] [web PATCH 0/4] Add web section reporting information about CVEs in QEMU
 2018-10-18 14:52 UTC  (5+ messages)
` [Qemu-devel] [web PATCH 1/4] Underline the current page section
` [Qemu-devel] [web PATCH 2/4] Introduce content and tools for managing security notices
` [Qemu-devel] [web PATCH 3/4] Add vulnerability reports for 2018
` [Qemu-devel] [web PATCH 4/4] Update pre-rendered content

[PATCH v2 0/8] drm/i915/gen11: Add support for the NV12 format
 2018-10-18 14:53 UTC  (9+ messages)
` [PATCH v2 1/8] drm/i915: Fix unsigned overflow when calculating total data rate
` [PATCH v2 5/8] drm/i915/gen11: Program the scalers correctly for planar formats, v3
` [PATCH v2 6/8] drm/i915/gen11: Program the chroma upsampler for HDR planes
` [PATCH v2 7/8] drm/i915/gen11: Program the Y and UV plane for planar mode correctly, v3

[PATCH v2 00/18] xen: add pvh guest support
 2018-10-18 14:53 UTC  (14+ messages)
` [PATCH v2 02/18] loader/linux: support passing rsdp address via boot params
` [PATCH v2 03/18] xen: carve out grant tab initialization into dedicated function

Questions related to some drivers
 2018-10-18  6:53 UTC  (2+ messages)

[PATCH] drm/i915: Use i915_gem_object_get_dma_address() to populate rotated vmas
 2018-10-18 14:52 UTC  (2+ messages)

[PATCH 1/3] orangefs: fix request_mask misuse
 2018-10-18 14:51 UTC  (6+ messages)
` [PATCH 2/3] uapi: get rid of STATX_ALL

[selinux] sumo compilation
 2018-10-18 14:49 UTC  (5+ messages)

[Qemu-devel] [PATCH] call HotplugHandler->plug() as the last step in device realization
 2018-10-18 14:49 UTC  (4+ messages)

[Qemu-devel] [PATCH] virtio: Provide version-specific variants of virtio PCI devices
 2018-10-18 14:48 UTC  (13+ messages)
        ` [Qemu-devel] No more chameleon devices (was: [PATCH] virtio: Provide version-specific variants of virtio PCI devices)
            ` [Qemu-devel] No more chameleon devices

fsck lowmem mode only: ERROR: errors found in fs roots
 2018-10-18 14:41 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/4] Fix and improve core RTC function and documentation
 2018-10-18 14:47 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/4] vl: improve/fix documentation related to RTC function
` [Qemu-devel] [PATCH v3 3/4] Fixes RTC bug with base datetime shifts in clock=vm

[Qemu-arm] [RFC v4 00/16] ARM virt: PCDIMM/NVDIMM at 2TB
 2018-10-18 14:30 UTC  (30+ messages)
` [Qemu-devel] "
` [Qemu-arm] [RFC v4 01/16] hw/arm/boot: introduce fdt_add_memory_node helper
` [Qemu-arm] [RFC v4 02/16] linux-headers: header update for KVM/ARM KVM_ARM_GET_MAX_VM_PHYS_SHIFT
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 03/16] hw/boards: Add a MachineState parameter to kvm_type callback
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 04/16] kvm: add kvm_arm_get_max_vm_phys_shift
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 05/16] vl: Set machine ram_size, maxram_size and ram_slots earlier
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 06/16] hw/arm/virt: Add virt-3.2 machine type
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 07/16] hw/arm/virt: Implement kvm_type function for 3.2 machine
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 08/16] hw/arm/virt: Allocate device_memory
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 09/16] hw/arm/virt: Add memory hotplug framework
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 10/16] hw/arm/boot: Expose the PC-DIMM nodes in the DT
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 11/16] acpi: move build_srat_hotpluggable_memory to generic ACPI source
  ` [Qemu-devel] "
` [Qemu-arm] [RFC v4 12/16] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
  ` [Qemu-devel] "
` [Qemu-devel] [RFC v4 13/16] nvdimm: use configurable ACPI IO base and size
` [Qemu-devel] [RFC v4 14/16] hw/arm/virt: Add nvdimm hot-plug infrastructure
` [Qemu-devel] [RFC v4 15/16] hw/arm/boot: Expose the pmem nodes in the DT
` [Qemu-arm] [RFC v4 16/16] hw/arm/virt: Add nvdimm and nvdimm-persistence options
  ` [Qemu-devel] "

[PATCH RFC] doc: rcu: remove obsolete (non-)requirement about disabling preemption
 2018-10-18 14:46 UTC  (11+ messages)

[PATCH 0/5] block: introduce helpers for allocating io buffer from slab
 2018-10-18 14:46 UTC  (9+ messages)
` [PATCH 1/5] block: warn on un-aligned DMA IO buffer
` [PATCH 3/5] block: make dma_alignment as stacked limit
` [PATCH 4/5] block: introduce helpers for allocating IO buffers from slab

[PATCH - Intervals v2 1/1] interval: Interpret (x x+1] correctly and return x+1
 2018-10-18 14:45 UTC  (6+ messages)

[PATCH v2 1/4] nfc: pn533: add UART phy driver
 2018-10-18 14:42 UTC  (8+ messages)
` [PATCH v2 2/4] nfc: pn532_uart: Add NXP PN532 to devicetree docs
` [PATCH v2 3/4] nfc: pn533: Add autopoll capability
` [PATCH v2 4/4] nfc: pn532_uart: Make use of pn532 autopoll

[igt-dev] [PATCH i-g-t] igt/gem_tiled_fence_blits: Remove libdrm_intel dependence
 2018-10-18 14:45 UTC  (4+ messages)

RFC: don't let drivers issue pwm_disable after pwm_config(pwm, 0, period)
 2018-10-18 14:44 UTC  (8+ messages)
` [PATCH 0/2] specify the pin state after pwm_disable as explicitly undefined
  ` [PATCH 1/2] pwm: document the pin state after pwm_disable() to be undefined

[PATCH] crypto: inside-secure: safexcel - fix memory allocation
 2018-10-18  6:24 UTC  (8+ messages)

[Qemu-devel] [PULL 00/15] qtest and misc patches
 2018-10-18 14:43 UTC  (2+ messages)

[PATCH] arm64/pvpanic-mmio : add pvpanic mmio device
 2018-10-18 14:43 UTC  (2+ messages)

[LTP] [PATCH v2 1/1] net: Fix missing ping6
 2018-10-18 14:42 UTC 

[PATCH 00/42] mtd-utils: Add fscrypt support to mkfs.ubifs
 2018-10-18 14:37 UTC  (43+ messages)
` [PATCH 01/42] Import latest ubifs-media.h
` [PATCH 02/42] common: Add round functions
` [PATCH 03/42] mkfs.ubifs: Add crypto helper functions
` [PATCH 04/42] mkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASH
` [PATCH 05/42] mkfs.ubifs: Make r5 hash binary string aware
` [PATCH 06/42] mkfs.ubifs: Add fscrypto defines
` [PATCH 07/42] mkfs.ubifs: Add basic fscrypto functions
` [PATCH 08/42] mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTION
` [PATCH 09/42] mkfs.ubifs: Implement basic fscrypto context passing
` [PATCH 10/42] mkfs.ubifs: Implement fscrypto context store as xattr
` [PATCH 11/42] mkfs.ubifs: Store directory name len in the temporary index
` [PATCH 12/42] mkfs.ubifs: Implement filename encryption
` [PATCH 13/42] mkfs.ubifs: Add dummy setup for crypto
` [PATCH 14/42] mkfs.ubifs: Pass source/dest key len to key derive function
` [PATCH 15/42] mkfs.ubifs: Add encrypted symlink support
` [PATCH 16/42] mkfs.ubifs: Implement file contents encryption
` [PATCH 17/42] mkfs.ubifs: Move symlink data encryption to helper function
` [PATCH 18/42] mkfs.ubifs: Make sure we catch nodes that should or should not have name
` [PATCH 19/42] mkfs.ubifs: Free all index entry names
` [PATCH 20/42] mkfs.ubifs: Seperate path encryption from symlink encryption helper
` [PATCH 21/42] mkfs.ubifs: Cleanup add_dent_node, user path "
` [PATCH 22/42] mkfs.ubifs: Replace constant values with parameters in init_fscrypt_context
` [PATCH 23/42] mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line options
` [PATCH 24/42] mkfs.ubifs: Get key descriptor from command line and master key from file
` [PATCH 25/42] mkfs.ubifs: Specify padding policy via command line
` [PATCH 26/42] mkfs.ubifs: Initial support for encryption command lines
` [PATCH 27/42] mkfs.ubifs: Remove cipher implementations from public header
` [PATCH 28/42] mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.c
` [PATCH 29/42] mkfs.ubifs: Cleanup over-long lines
` [PATCH 30/42] mkfs.ubifs: Check length of master key
` [PATCH 31/42] mkfs.ubifs: Accept 0x prefix for key descriptor
` [PATCH 32/42] mkfs.ubifs: Correctly use iv lengths in aes-cts mode
` [PATCH 33/42] mkfs.ubifs: Enable Cipher selection
` [PATCH 34/42] mkfs.ubifs: Use correct sizes for keys and hash lengths
` [PATCH 35/42] mkfs.ubifs: Fixup AES-XTS mode
` [PATCH 36/42] mkfs.ubifs: Compute encryption key descriptor automatically
` [PATCH 37/42] mkfs.ubifs: Fix key descriptor printing
` [PATCH 38/42] mkfs.ubifs: More fscryptctl compatibility
` [PATCH 39/42] mkfs.ubifs: Move RAND_poll to crypto.c
` [PATCH 40/42] mkfs.ubifs: Enable support for building without crypto
` [PATCH 41/42] mkfs.ubifs: Print key descriptor only when generated
` [PATCH 42/42] mkfs.ubifs: Use AES-256-XTS as default

[PATCH v4 0/3] security: support for pdcp
 2018-10-18 14:40 UTC  (4+ messages)
` [PATCH v5 "

[PATCH] block: Make write_hints[] big enough
 2018-10-18 14:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] i386: hvf: Remove hvf_disabled
 2018-10-18 14:37 UTC  (3+ messages)

[Xenomai] [PATCH] boilerplate/avl: fix missing include
 2018-10-18 14:37 UTC  (3+ messages)

[PATCH] net: socket: fix a missing-check bug
 2018-10-18 14:36 UTC 

[U-Boot] [RFC PATCH v2 0/3] python tools to inspect configs
 2018-10-18 14:36 UTC  (4+ messages)
` [U-Boot] [RFC PATCH v2 2/3] tools: Add a tool to get a list of defconfigs based on filters

[PATCH v5 0/3] Stingray thermal driver support
 2018-10-18 14:36 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: thermal: Add binding document for SR thermal

[U-Boot] [PATCH] i2c: imx_lpi2c: fix typo and register base address format
 2018-10-18 14:36 UTC 

[V2,6/6] usb: host: Add ability to build new Broadcom STB USB drivers
 2018-10-18 14:35 UTC  (4+ messages)
` [PATCH V2 6/6] "

[PATCH v2] block: BFQ default for single queue devices
 2018-10-18 14:35 UTC  (11+ messages)

[PATCH 00/11] More watermarks improvements
 2018-10-18 14:34 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH V6 0/3] soc: imx: add scu power domain driver
 2018-10-18 14:33 UTC  (4+ messages)
` [PATCH V6 1/3] dt-bindings: fsl: scu: make power domain compatible string SoC specific

[Qemu-devel] [PATCH] i386: hvf: Fix register refs if REX is present
 2018-10-18 14:33 UTC  (2+ messages)

[PATCH net-next] bnxt_en: Copy and paste bug in extended tx_stats
 2018-10-18 14:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/4] Introduce attributes for timers subsystem and remove QEMU_CLOCK_VIRTUAL_EXT clock type
 2018-10-18 14:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3] Optimize record/replay checkpointing for all clocks it applies to

[PATCH V9 00/21] C-SKY(csky) Linux Kernel Port
 2018-10-18 14:31 UTC  (4+ messages)
` [PATCH V9 18/21] dt-bindings: csky CPU Bindings

Cannot verify dedupe data, is it a bug?
 2018-10-18 14:31 UTC  (5+ messages)
    `  "

[PATCH 0/5] nds32: Perf support
 2018-10-18 14:31 UTC  (3+ messages)
` [PATCH 5/5] nds32: Add document for NDS32 PMU


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.