All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-18 13:58:25 to 2018-10-18 14:42:41 UTC [more...]

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

[PATCH v2 1/4] nfc: pn533: add UART phy driver
 2018-10-18 14:42 UTC 

[Qemu-arm] [RFC v4 00/16] ARM virt: PCDIMM/NVDIMM at 2TB
 2018-10-18 14:30 UTC  (25+ messages)
` [Qemu-devel] "
` [Qemu-arm] [RFC v4 01/16] hw/arm/boot: introduce fdt_add_memory_node helper
  ` [Qemu-devel] "
` [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-devel] [RFC v4 09/16] hw/arm/virt: Add memory hotplug framework
` [Qemu-devel] [RFC v4 10/16] hw/arm/boot: Expose the PC-DIMM nodes in the DT
` [Qemu-arm] [RFC v4 11/16] acpi: move build_srat_hotpluggable_memory to generic ACPI source
  ` [Qemu-devel] "
` [Qemu-devel] [RFC v4 12/16] hw/arm/virt-acpi-build: Add PC-DIMM in SRAT
` [Qemu-devel] [RFC v4 15/16] hw/arm/boot: Expose the pmem nodes in the DT
` [Qemu-devel] [RFC v4 16/16] hw/arm/virt: Add nvdimm and nvdimm-persistence options

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

[PATCH 0/5] block: introduce helpers for allocating io buffer from slab
 2018-10-18 14:42 UTC  (12+ messages)
` [PATCH 1/5] block: warn on un-aligned DMA IO buffer
` [PATCH 2/5] block: move .dma_alignment into q->limits
` [PATCH 3/5] block: make dma_alignment as stacked limit
` [PATCH 4/5] block: introduce helpers for allocating IO buffers from slab

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

[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 

[Qemu-devel] [PATCH v3 0/4] Fix and improve core RTC function and documentation
 2018-10-18 14:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/4] vl: improve/fix documentation related to RTC function

[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 v2 00/18] xen: add pvh guest support
 2018-10-18 14:36 UTC  (19+ messages)
` [PATCH v2 01/18] xen: add some xen headers
` [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

[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 1/3] orangefs: fix request_mask misuse
 2018-10-18 14:34 UTC  (5+ messages)
` [PATCH 2/3] uapi: get rid of STATX_ALL

[PATCH 00/11] More watermarks improvements
 2018-10-18 14:34 UTC  (10+ messages)
` [PATCH 09/11] drm/i915: make skl_needs_memory_bw_wa() take dev_priv instead of state
` [PATCH 10/11] drm/i915: add pipe_htotal to struct skl_wm_params
` [PATCH 11/11] drm/i915: pass dev_priv instead of cstate to skl_compute_transition_wm()
` ✗ Fi.CI.BAT: failure for More watermarks improvements

[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  (9+ messages)
` [PATCH 1/5] nds32: Perf porting
` [PATCH 2/5] nds32: Fix bug in bitfield.h
` [PATCH 4/5] nds32: Fix perf multiple events map to same counter
` [PATCH 5/5] nds32: Add document for NDS32 PMU

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

[Qemu-devel] [PATCH] target-i386: kvm: do not initialize padding fields
 2018-10-18 14:30 UTC  (3+ messages)

[PATCH v3] mm: memcontrol: Don't flood OOM messages with no eligible task
 2018-10-18 14:30 UTC  (5+ messages)

[Qemu-arm] [PATCH] hw/arm/boot: introduce fdt_add_memory_node helper
 2018-10-18 14:29 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH V15 1/2] scsi: ufs: set the device reference clock setting
 2018-10-18 14:30 UTC  (2+ messages)

[meta-networking][PATCH] strongswan: upgrade to 5.7.1
 2018-10-18 14:29 UTC  (5+ messages)
` [OE-core] [PATCH 1/2] systemd: upgrade to 239

[PATCH stable v4.4+] usb: gadget: serial: fix oops when data rx'd after close
 2018-10-18 14:28 UTC 

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

[PATCH] drm/i915: Ensure proper HDA suspend/resume ordering with a device link
 2018-10-18 14:25 UTC 

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

[PATCH 0/5] Do not touch pages/zones during hot-remove path
 2018-10-18 14:24 UTC  (4+ messages)
` [PATCH 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes

[Bug 201453] New: Bug 1640090 - [xfstests xfs/490]: xfs_db print a bad (negative number) as agi freecount
 2018-10-18  6:25 UTC  (2+ messages)
` [Bug 201453] "

[PATCH v5 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-10-18 14:24 UTC  (5+ messages)
` [PATCH v5 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

[v2] edac: qcom_edac: uninitialized variable in IRQ handler
 2018-10-18 14:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net] r8169: fix NAPI handling under high load
 2018-10-18  6:24 UTC  (4+ messages)

[PATCH] mt76x0: init: simplify mt76x0_init_mac_registers
 2018-10-18 14:24 UTC  (2+ messages)

[PATCH 0/5] Add initial pinctrl support for MT6797 SoC
 2018-10-18 14:24 UTC  (4+ messages)
` [PATCH 2/5] arm64: dts: mediatek: mt6797: Add pinctrl support

Backref error
 2018-10-18 14:23 UTC 

[PATCH] perf: Set PLT entry/header sizes properly on Sparc
 2018-10-18 14:22 UTC  (2+ messages)

[PATCH] softirq: modify comments about PF_MEMALLOC in __do_softirq
 2018-10-18 14:21 UTC 

[RFC] ethdev: complete closing to free all resources
 2018-10-18 14:21 UTC  (4+ messages)
` [PATCH v5 1/6] app/testpmd: fix ports list after removing several at once

[PATCH bpf] bpf: fix doc of bpf_skb_adjust_room() in uapi
 2018-10-18  6:21 UTC  (3+ messages)

[PATCH v2] mt76x0: antenna select corrections
 2018-10-18 14:20 UTC  (2+ messages)

[PATCH] mt76: usb: fix static tracepoints
 2018-10-18 14:19 UTC  (2+ messages)

[PATCH v3] branch: introduce --show-current display option
 2018-10-18 14:19 UTC  (9+ messages)
` [PATCH v4] "

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

[U-Boot] [PATCH v3 0/5] Add support for Pinebook
 2018-10-18 14:18 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/5] mmc: sunxi: add support for automatic delay calibration
` [U-Boot] [PATCH v3 2/5] dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing

[PATCH] drm/panel: Add simple panel mode for the ARM RTSMv8
 2018-10-18 14:18 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] [CI] tests/pm_backlight.c: Fix brightness failure with system suspend
 2018-10-18 14:16 UTC  (5+ messages)

[PATCH 1/2] mt76: mt76x0: reduce duplication in setting rf bandwidth parameters
 2018-10-18 14:16 UTC  (2+ messages)
` [PATCH 2/2] mt76: mt76x0: handle chip specific initval differences

linux-next: manual merge of the kselftest tree with the kvm tree
 2018-10-18 14:16 UTC  (3+ messages)

[U-Boot] [PATCH] gpio: pca953x: Clear the polarity invert register at init
 2018-10-18 14:16 UTC 

[uml-devel] New filesystem prototype as a externfs
 2018-10-18 14:16 UTC 

[PATCH net] r8169: fix NAPI handling under high load
 2018-10-18  6:15 UTC  (8+ messages)

[U-Boot] [PATCH] gpio: pca953x_gpio: fix DT GPIO flags translation
 2018-10-18 14:15 UTC 

[v2] edac: qcom_edac: uninitialized variable in IRQ handler
 2018-10-18 14:15 UTC  (2+ messages)
` [PATCH v2] "

[U-Boot] [PATCH] net: fec_mxc: add support for i.MX8X
 2018-10-18 14:15 UTC 

[U-Boot] [PATCH] net: fec_mxc: fix phy-reset-gpios logic
 2018-10-18 14:14 UTC 

USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
 2018-10-18 14:12 UTC  (3+ messages)
` [PATCH] "

[Buildroot] [PATCH] python3: use stdlib UUID backend
 2018-10-18 14:09 UTC  (3+ messages)

[PATCH] u-boot: Alawys build with disabled PIE
 2018-10-18 14:09 UTC  (2+ messages)

[xen-4.9-testing test] 128844: regressions - FAIL
 2018-10-18 14:07 UTC 

[PATCH] Staging iio/adc: fixes parenthesis alignment
 2018-10-18  6:07 UTC  (3+ messages)

[4/6] usb: gadget: add functions to signal udc driver to delay status stage
 2018-10-18 14:07 UTC  (3+ messages)
` [PATCH 4/6] "

Photos 40
 2018-10-18 14:06 UTC 

arp table - same mac address shows two ip addresses
 2018-10-18 14:05 UTC  (2+ messages)

[Bug 106490] VA-API video deconding broken for Chromium on Mesa 18.0.3
 2018-10-18 14:04 UTC  (2+ messages)

[PATCH] ata: add Buddha PATA controller driver
 2018-10-18 14:03 UTC  (4+ messages)

[LTP] [PATCH 1/1] net: Introduce $TST_PING
 2018-10-18 14:00 UTC  (3+ messages)

[PATCH] powerpc/8xx: Add DT node for using the SEC engine of the MPC885
 2018-10-18 13:57 UTC 

[PATCH v4 00/10] Allwinner H6 USB support
 2018-10-18 13:58 UTC  (6+ messages)
` [PATCH v4 07/10] dt-bindings: phy: add binding for Allwinner USB3 PHY


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.