All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-01 08:49:31 to 2018-06-01 09:48:03 UTC [more...]

[LTP] [RFC PATCH 1/1] tst_test.sh: TCONF on basename error when setting TST_ID
 2018-06-01  9:48 UTC  (4+ messages)

[PATCH v3] checkout & worktree: introduce checkout.implicitRemote
 2018-06-01  9:47 UTC  (5+ messages)
` [PATCH v4 0/9] ambiguous checkout UI & checkout.defaultRemote
  ` [PATCH v4 9/9] checkout & worktree: introduce checkout.defaultRemote

[PATCH 4/4] arm64/mm: migrate swapper_pg_dir and tramp_pg_dir
 2018-06-01  9:47 UTC  (3+ messages)

PROBLEM: [kernel BUG at fs/fat/inode.c:162] when writing to a broken VFAT
 2018-06-01  9:45 UTC 

[GSoC][PATCH 0/2] rebase -i: rewrite append_todo_help() in C
 2018-06-01  9:44 UTC  (6+ messages)

[LTP] [PATCH 1/1] ima/ima_measurements.sh: Improve digest and algorithm detection
 2018-06-01  9:44 UTC  (2+ messages)

[meta-intel][PATCH] mce-test: add it
 2018-06-01  9:51 UTC 

[PATCH] KVM: arm64: VHE: Migrate _elx sysreg accessors to msr_s/mrs_s
 2018-06-01  9:42 UTC  (3+ messages)

[PATCH 0/4] arm64/mm: migrate swapper_pg_dir
 2018-06-01  9:42 UTC  (3+ messages)

[RESEND PATCH V2 1/2] dt-bindings: Add bindings for AKM ak7375 voice coil lens
 2018-06-01  9:42 UTC  (4+ messages)
` [RESEND PATCH V2 2/2] media: ak7375: Add ak7375 lens voice coil driver

[LTP] [PATCH v2 1/1] tst_test.sh: Add test cmd helper tst_test_cmds()
 2018-06-01  9:42 UTC  (2+ messages)

[xen-4.9-testing bisection] complete test-amd64-amd64-xl-qemut-ws16-amd64
 2018-06-01  9:41 UTC 

[PATCH] memory: fix segfault on rte_mem_virt2memseg() call with invalid addr
 2018-06-01 13:22 UTC 

[PATCH] drm/i915: Check intel_contexts to avoid one extra pointer chase
 2018-06-01  9:40 UTC 

[oe][meta-oe][PATCH 1/3] Mosquitto add a mosquitto conf and logging to the default mosquitto recipe
 2018-06-01  9:39 UTC  (3+ messages)

[PATCH 2/2] printk: make sure to print log on console
 2018-06-01  9:37 UTC  (10+ messages)

x86/mce: add CMCI support for Centaur CPUs
 2018-06-01  9:37 UTC  (2+ messages)
` [PATCH] "

[Qemu-devel] [PATCH v8 00/11] qemu-img convert with copy offloading
 2018-06-01  9:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH v8 01/11] docker: Update fedora image to 28
` [Qemu-devel] [PATCH v8 06/11] file-posix: Implement bdrv_co_copy_range

[PATCH 0/4] lib/vsprintf: Remove atomic-unsafe support for printk format %pCr
 2018-06-01  9:35 UTC  (19+ messages)
` [PATCH 1/4] clk: renesas: cpg-mssr: Stop using "
` [PATCH 2/4] thermal: bcm2835: "
` [PATCH 3/4] serial: sh-sci: "
` [PATCH 4/4] lib/vsprintf: Remove atomic-unsafe support for %pCr

[PATCH 1/6] staging: mt7621-dts: fix property #interrupt-cells for the gpio node
 2018-06-01  9:36 UTC  (12+ messages)
` [PATCH v2] staging: mt7621-gpio: update "
        ` [RESEND PATCH 1/6] "
          ` [RESEND PATCH 2/6] staging: mt7621-gpio: dt-bindings: update documentation for #interrupt-cells property
          ` [RESEND PATCH 3/6] staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line return
          ` [RESEND PATCH 4/6] staging: mt7621-gpio: use GPIOF_DIR_OUT and GPIOF_DIR_IN macros instead of custom values
          ` [RESEND PATCH 5/6] staging: mt7621-gpio: change gc_map to don't use pointers
          ` [RESEND PATCH 6/6] staging: mt7621-gpio: reorder includes alphabetically

[PATCH 00/19 v3] Refactor fixed and GPIO regulators
 2018-06-01  9:36 UTC  (4+ messages)
` [PATCH 01/19 v3] regulator: fixed: Convert to use GPIO descriptor only

[PATCH 1/6] drm/i915/gtt: Avoid calling non-existent allocate_va_range
 2018-06-01  9:35 UTC  (6+ messages)
` [PATCH 2/6] drm/i915/gtt: Don't restore the non-existent PDE for GGTT
` [PATCH 3/6] drm/i915: Flush all writes before suspend
` [PATCH 4/6] drm/i915: Apply the full CPU domain markup before freezing
` [PATCH 5/6] drm/i915/gtt: Enable full-ppgtt by default for HSW
` [PATCH 6/6] drm/i915/gtt: Enable full-ppgtt by default everywhere!

[RFC PATCH 00/16] bpf, bounded loop support work in progress
 2018-06-01  9:33 UTC  (17+ messages)
` [RFC PATCH 01/16] bpf: cfg: partition basic blocks for each subprog
` [RFC PATCH 02/16] bpf: cfg: add edges between basic blocks to form CFG
` [RFC PATCH 03/16] bpf: cfg: build domination tree using Tarjan algorithm
` [RFC PATCH 04/16] bpf: cfg: detect loop use domination information
` [RFC PATCH 05/16] bpf: cfg: detect unreachable basic blocks
` [RFC PATCH 06/16] bpf: cfg: move find_subprog/add_subprog to cfg.c
` [RFC PATCH 07/16] bpf: cfg: build call graph and detect unreachable/recursive call
` [RFC PATCH 08/16] bpf: cfg: remove push_insn and check_cfg
` [RFC PATCH 09/16] bpf: cfg: reduce k*alloc/free call by using memory pool for allocating nodes
` [RFC PATCH 10/16] bpf: cfg: reduce memory usage by using singly list + compat pointer
` [RFC PATCH 11/16] bpf: cfg: detect irreducible loop using Eric Stoltz algorithm
` [RFC PATCH 12/16] bpf: cfg: pretty print CFG and DOM
` [RFC PATCH 13/16] bpf: verifier, can ptr range be calculated with scalar ALU op
` [RFC PATCH 14/16] bpf: verifier, add initial support to allow bounded loops
` [RFC PATCH 15/16] bpf: verifier, simple loop examples
` [RFC PATCH 16/16] bpf: tools: dbg patch to turn on debugging and add primitive examples

[PATCH v3 0/8] gnss: add new GNSS subsystem
 2018-06-01  9:33 UTC  (2+ messages)

deadlock during writeback when using f2fs filesystem
 2018-06-01  9:32 UTC  (2+ messages)

[Qemu-devel] Recording I/O activity after KVM does a VMEXIT
 2018-06-01  9:32 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 00/17] tcg: tb_lock removal redux v3
 2018-06-01  9:32 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/20] 9p: Add support for Darwin
 2018-06-01  9:32 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 02/20] 9p: proxy: Fix size passed to `connect`
` [Qemu-devel] [PATCH v2 03/20] 9p: xattr: Fix crash due to free of uninitialized value
` [Qemu-devel] [PATCH v2 05/20] 9p: Properly set errp in fstatfs error path

[PATCH 1/2] HID: multitouch: report MT_TOOL_PALM for non-confident touches
 2018-06-01  9:31 UTC  (3+ messages)

[PATCH v2] core: fix /sbin/nologin path
 2018-06-01  9:30 UTC 

[RFC PATCH v3 00/10] Energy Aware Scheduling
 2018-06-01  9:29 UTC  (2+ messages)

Can printk() sleep at runtime?
 2018-06-01  9:30 UTC  (8+ messages)

[U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override
 2018-06-01  9:29 UTC  (9+ messages)

[PATCH] drm/amdgpu: fix ib test hang with gfxoff enabled
 2018-06-01  9:29 UTC  (3+ messages)

[PATCH i-g-t] igt/gem_tiled_blits: Show more errors
 2018-06-01  9:29 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] fuse: fix NULL dereference when new_inode() fails
 2018-06-01  9:28 UTC  (3+ messages)

[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
 2018-06-01  9:28 UTC  (4+ messages)

[PATCH 00/11] Port the FSL QSPI driver to the SPI framework
 2018-06-01  9:27 UTC  (11+ messages)
` [PATCH 03/11] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH 05/11] ARM: dts: Reflect change of FSL QSPI driver and remove unused properties

[PATCH 1/6] x86/vmx: Fix handing of MSR_DEBUGCTL on VMExit
 2018-06-01  9:28 UTC  (3+ messages)
` [PATCH v2 "

[Qemu-devel] [PATCH v9 00/10] qemu-img convert with copy offloading
 2018-06-01  9:26 UTC  (11+ messages)
` [Qemu-devel] [PATCH v9 01/10] block: Introduce API for "
` [Qemu-devel] [PATCH v9 02/10] raw: Check byte range uniformly
` [Qemu-devel] [PATCH v9 03/10] raw: Implement copy offloading
` [Qemu-devel] [PATCH v9 04/10] qcow2: "
` [Qemu-devel] [PATCH v9 05/10] file-posix: Implement bdrv_co_copy_range
` [Qemu-devel] [PATCH v9 06/10] iscsi: Query and save device designator when opening
` [Qemu-devel] [PATCH v9 07/10] iscsi: Create and use iscsi_co_wait_for_task
` [Qemu-devel] [PATCH v9 08/10] iscsi: Implement copy offloading
` [Qemu-devel] [PATCH v9 09/10] block-backend: Add blk_co_copy_range
` [Qemu-devel] [PATCH v9 10/10] qemu-img: Convert with copy offloading

[PATCH v8 0/7] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-06-01  9:27 UTC  (8+ messages)
` [PATCH v8 2/7] PCI: Introduce shpchp_is_native()

testimage feature ( automated tests for qemu images ) not working for qemuarm virt machine
 2018-06-01  9:25 UTC  (5+ messages)

[RESEND PATCH v2] kernfs: fix dentry unexpected skip
 2018-06-01  9:25 UTC  (3+ messages)

[Qemu-devel] Questions about the flow of interrupt simulation
 2018-06-01  9:25 UTC  (4+ messages)

[PATCH v3 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-06-01  9:25 UTC  (6+ messages)
` [PATCH v3 1/6] mtd: rawnand: add Reed-Solomon error correction algorithm
` [PATCH v3 4/6] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver

Image specific configuration files
 2018-06-01  9:24 UTC  (8+ messages)

[PATCH 0/3] arm64: allwinner: a64: Add initial support for Pinebook
 2018-06-01  9:23 UTC  (10+ messages)
` [PATCH 1/3] arm64: allwinner: a64: add R_I2C controller
` [PATCH 2/3] dts: sunxi: A64: Add PWM controllers
` [PATCH 3/3] arm64: dts: allwinner: add support for Pinebook

[PATCH] media: adv7604: simplify of_node_put()
 2018-06-01  9:21 UTC 

IPMI and Redfish support in openbmc Linux
 2018-06-01  9:22 UTC 

[Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases
 2018-06-01  9:22 UTC  (2+ messages)

[linux-4.9 test] 123419: regressions - FAIL
 2018-06-01  9:21 UTC 

[LTP] [COMMITTED] [PATCH 1/1] net/ipneigh: Fix rhost IP
 2018-06-01  9:21 UTC 

[Buildroot] arcturus_ucls1012a_defconfig fails to build on master
 2018-06-01  9:21 UTC 

[Buildroot] snps_archs38_hsdk_defconfig fails to build
 2018-06-01  9:20 UTC 

[PATCH net-next 0/5] net: aquantia: various ethtool ops implementation
 2018-06-01  9:19 UTC  (4+ messages)
` [PATCH net-next 1/5] net: aquantia: Ethtool based ring size configuration

[Qemu-devel] [PATCH] file-posix: Consolidate the locking error message
 2018-06-01  9:18 UTC 

[PATCH 1/2] memalloc: do not leave unmapped holes in EAL virtual memory area
 2018-06-01 12:51 UTC  (2+ messages)
` [PATCH 2/2] memalloc: keep in mind a failed MAP_FIXED mmap may still perform an unmap

[PATCH v1 0/2] support to set VSESR_EL2 by user space
 2018-06-01  9:17 UTC  (5+ messages)
` [PATCH v1 2/2] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS

[Qemu-devel] [PULL 00/25] target-arm queue
 2018-06-01  9:16 UTC  (2+ messages)

[PATCH] staging: mt7621-spi: Fix Coding style issues reported by checkpatch.pl
 2018-06-01  9:15 UTC  (2+ messages)

[PATCH v3 0/2] slimbus: Add QCOM SLIMBus NGD driver
 2018-06-01  9:11 UTC  (4+ messages)
` [PATCH v3 1/2] slimbus: ngd: dt-bindings: Add slim ngd dt bindings
` [PATCH v3 2/2] slimbus: ngd: Add qcom SLIMBus NGD driver

[PATCH] drm/i915: Assert we idle in the kernel context
 2018-06-01  9:13 UTC  (2+ messages)

[PATCH] staging: lustre: delete the filesystem from the tree
 2018-06-01  9:11 UTC  (2+ messages)
` [lustre-devel] "

[Buildroot] [PATCH 1/2] download/cvs: add a 10 minute timeout
 2018-06-01  9:09 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/expect: download tarball instead of cvs

[PATCH 1/3] json-c: upgrade to 0.13.1
 2018-06-01  9:08 UTC  (10+ messages)
` [PATCH 2/3] qemu: upgrade to 2.12.0

[xen-unstable test] 123379: regressions - FAIL
 2018-06-01  9:08 UTC  (5+ messages)

[PATCH 1/3] eal/linuxapp: fix invalid syntax in interrupts
 2018-06-01  9:08 UTC  (3+ messages)
` [PATCH 2/3] eal/linux: fix uninitialized value
` [PATCH 3/3] vfio: fix uninitialized variable

[Buildroot] [autobuild.buildroot.net] Build results for 2018-05-31
 2018-06-01  9:06 UTC  (3+ messages)
` [Buildroot] qt-4.8.7 ICE on powerpc [was: [autobuild.buildroot.net] Build results for 2018-05-31]

[PATCH] printk: make printk_safe_flush safe in NMI context by skipping flushing
 2018-06-01  9:05 UTC  (5+ messages)

[PATCH 1/4] hwspinlock: Add one new API to support getting a specific hwlock by the name
 2018-06-01  9:04 UTC  (4+ messages)
` [PATCH 2/4] hwspinlock: Add devm_xxx() APIs to request/free hwlock
` [PATCH 3/4] spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
` [PATCH 4/4] spi: sprd: Change to use devm_hwspin_lock_request_specific()

[Qemu-devel] An emulation failure occurs, if I hotplug vcpus immediately after the VM start
 2018-06-01  8:17 UTC 

[PATCH] arm64: alternative:flush cache with unpatched code
 2018-06-01  9:03 UTC  (2+ messages)

[Qemu-devel] [Bug 1774605] [NEW] PowerPC guest does not emulate L2 and L3 cache for KVM vCPUs
 2018-06-01  8:50 UTC  (2+ messages)
` [Qemu-devel] [Bug 1774605] "

[PATCH v2] printk: make sure to print log on console
 2018-06-01  8:56 UTC 

[PATCH 00/19] Dynamically load/remove serdev devices via sysfs*
 2018-06-01  8:59 UTC  (3+ messages)
` [PATCH 15/19] net: qualcomm: MODULE_DEVICE_TABLE(serdev)

[PATCH v4] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-06-01  8:59 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/6] linux-user: Reorg interp_prefix handling
 2018-06-01  8:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/6] gdbstub: Return the fd from gdbserver_start

[PATCH v3 0/2] Dongwoon dw9807
 2018-06-01  8:59 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add bindings for Dongwoon DW9807 voice coil
` [PATCH v3 2/2] media: dw9807: Add dw9807 vcm driver

[Qemu-devel] [PATCH v7 00/11] enable numa configuration before machine_init() from QMP
 2018-06-01  8:59 UTC  (9+ messages)
` [Qemu-devel] [PATCH v7 04/11] hmp: disable monitor in preconfig state

linux-next: manual merge of the nvdimm tree with the xfs tree
 2018-06-01  8:58 UTC 

[PATCH] net: core: improve the tx_hash calculating
 2018-06-01  8:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/22] More fully implement ARM PMUv3
 2018-06-01  8:57 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 15/22] target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization Extensions

[PATCH 1/1] Fix memory leak in kernfs_security_xattr_set and kernfs_security_xattr_set
 2018-06-01  8:56 UTC  (8+ messages)
          `  "

[U-Boot] [PATCH 1/1] Remove snapshot.commit
 2018-06-01  8:52 UTC  (3+ messages)
` [U-Boot] [U-Boot,1/1] "

linux-next: build failure after merge of the net-next tree
 2018-06-01  8:52 UTC  (4+ messages)

[U-Boot] [PATCH] spi: cadence_qspi: Fix compilation warning
 2018-06-01  8:52 UTC  (2+ messages)
` [U-Boot] [PATCH] spi: cadence_qspi: Fix warning cast from pointer to integer of different size

[PATCH 0/3] Stingray thermal driver support
 2018-06-01  8:51 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for SR thermal

[PATCH v4] staging: rtl8192e: Coding style changes
 2018-06-01  8:51 UTC  (5+ messages)
` [PATCH v4 4/5] staging: rtl8192e: Add and remove blank lines - Coding style
` [PATCH v4 5/5] staging: rtl8192e: Remove unrequired blank lines - Coding Style

[Qemu-devel] [PATCH 00/33] linux-user: Begin splitting do_syscall
 2018-06-01  8:05 UTC  (2+ messages)

[PATCH] mm: fix kswap excessive pressure after wrong condition transfer
 2018-06-01  8:49 UTC  (5+ 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.