All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-03 20:50:11 to 2018-07-03 21:43:00 UTC [more...]

x86/MCE: Fix CPU microcode version output
 2018-07-03 21:43 UTC 

[v4.17-stable 0/5] Fix DM DAX handling
 2018-07-03 21:42 UTC  (2+ messages)

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-03 21:42 UTC  (10+ messages)
` [GSoC] [PATCH v2 0/4] "
  ` [PATCH v2 1/4] rebase: start implementing it as a builtin
  ` [PATCH v2 2/4] rebase: refactor common shell functions into their own file
  ` [PATCH v2 3/4] sequencer: refactor the code to detach HEAD to checkout.c
  ` [PATCH v2 4/4] builtin/rebase: support running "git rebase <upstream>"

WARN_ON_ONCE() in process_one_work()?
 2018-07-03 21:44 UTC  (6+ messages)

[U-Boot] [PATCH 0/7] Improve rockusb support in U-Boot
 2018-07-03 21:42 UTC  (7+ messages)
` [U-Boot] [PATCH 1/7] usb: rockchip: fix command failed on host side due to missing data
` [U-Boot] [PATCH 2/7] usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER command
` [U-Boot] [PATCH 4/7] usb: rockchip: implement K_FW_LBA_READ_10 command

[PATCH] lightnvm: pblk: mark expected switch fall-through
 2018-07-03 21:21 UTC 

So, does btrfs check lowmem take days? weeks?
 2018-07-03 21:40 UTC  (14+ messages)

[PATCH] fs: iomap: Change return type to vm_fault_t
 2018-07-03 21:39 UTC  (3+ messages)

[Buildroot] [PATCH v3 00/22] package/x11r7/xserver_xorg-server: bump version to 1.20.0
 2018-07-03 21:39 UTC  (5+ messages)
` [Buildroot] [PATCH v3 14/22] package/x11r7/xproto_*: mass removal
` [Buildroot] [PATCH v3 15/22] package/x11r7/xdriver_xf86-video-intel: bump version

[PATCH] isdn: mark expected switch fall-throughs
 2018-07-03 21:17 UTC 

[PATCH] block: don't use blocking queue entered for recursive bio submits
 2018-07-03 21:39 UTC  (3+ messages)

[PATCH blktests v2 0/3] Add SRP initiator driver tests
 2018-07-03 21:39 UTC  (7+ messages)
` [PATCH blktests v2 3/3] Add tests for the SRP initiator and target drivers

[PATCH] memstick: host: jmb38x_ms: mark expected switch fall-throughs
 2018-07-03 21:39 UTC 

dwc2 (on Meson8b) doesn't detect "hot-plugged" USB devices
 2018-07-03 21:38 UTC  (4+ messages)

[PATCH] net/ark: use SPDX tags for Atomic Rules copyrighted files
 2018-07-03 21:36 UTC 

[PATCH] kernel-fitimage: add support for ext2.gz initramfs files
 2018-07-03  3:01 UTC 

[PATCH] ACPI: bus.c: Let acpi_device_get_match_data() return DT compatibility data
 2018-07-03 21:36 UTC  (2+ messages)

[PATCH v2 net] net/ipv6: Revert attempt to simplify route replace and append
 2018-07-03 21:36 UTC 

[Qemu-devel] [PULL v2 00/32] Monitor patches for 2018-07-03
 2018-07-03 21:35 UTC  (33+ messages)
` [Qemu-devel] [PULL v2 01/32] qmp: Say "out-of-band" instead of "Out-Of-Band"
` [Qemu-devel] [PULL v2 02/32] monitor: Spell "I/O thread" consistently in comments
` [Qemu-devel] [PULL v2 03/32] docs/interop/qmp: Improve OOB documentation
` [Qemu-devel] [PULL v2 04/32] qmp: Document COMMAND_DROPPED design flaw
` [Qemu-devel] [PULL v2 05/32] qmp: Get rid of x-oob-test command
` [Qemu-devel] [PULL v2 06/32] tests/qmp-test: Test in-band command doesn't overtake
` [Qemu-devel] [PULL v2 07/32] qmp: Make "id" optional again even in "oob" monitors
` [Qemu-devel] [PULL v2 08/32] tests/test-qga: Demonstrate the guest-agent ignores "id"
` [Qemu-devel] [PULL v2 09/32] qmp qemu-ga: Revert change that accidentally made qemu-ga accept "id"
` [Qemu-devel] [PULL v2 10/32] tests/test-qga: Demonstrate the guest-agent ignores "control"
` [Qemu-devel] [PULL v2 11/32] qmp qemu-ga: Fix qemu-ga not to accept "control"
` [Qemu-devel] [PULL v2 12/32] qmp: Redo how the client requests out-of-band execution
` [Qemu-devel] [PULL v2 13/32] qmp: Revert change to handle_qmp_command tracepoint
` [Qemu-devel] [PULL v2 14/32] qmp: Always free QMPRequest with qmp_request_free()
` [Qemu-devel] [PULL v2 15/32] qmp: Simplify code around monitor_qmp_dispatch_one()
` [Qemu-devel] [PULL v2 16/32] tests/qmp-test: Demonstrate QMP errors jumping the queue
` [Qemu-devel] [PULL v2 17/32] qmp: Don't let malformed in-band commands jump "
` [Qemu-devel] [PULL v2 18/32] qmp: Don't let JSON errors "
` [Qemu-devel] [PULL v2 19/32] monitor: Rename use_io_thr to use_io_thread
` [Qemu-devel] [PULL v2 20/32] monitor: Peel off @mon_global wrapper
` [Qemu-devel] [PULL v2 21/32] qobject: New qdict_from_jsonf_nofail()
` [Qemu-devel] [PULL v2 22/32] qmp: De-duplicate error response building
` [Qemu-devel] [PULL v2 23/32] qmp: Use QDict * instead of QObject * for response objects
` [Qemu-devel] [PULL v2 24/32] qmp: Replace monitor_json_emitter{, raw}() by qmp_{queue, send}_response()
` [Qemu-devel] [PULL v2 25/32] qmp: Replace get_qmp_greeting() by qmp_greeting()
` [Qemu-devel] [PULL v2 26/32] qmp: Simplify monitor_qmp_respond()
` [Qemu-devel] [PULL v2 27/32] qmp: Add some comments around null responses
` [Qemu-devel] [PULL v2 28/32] qmp: Switch timestamp_put() to qdict_from_jsonf_nofail()
` [Qemu-devel] [PULL v2 29/32] qobject: Let qobject_from_jsonf() fail instead of abort
` [Qemu-devel] [PULL v2 30/32] qmp: Clean up capability negotiation after commit 02130314d8c
` [Qemu-devel] [PULL v2 31/32] monitor: Improve some comments
` [Qemu-devel] [PULL v2 32/32] qapi: Polish command flags documentation in qapi-code-gen.txt

[PATCH] memstick: host: tifm_ms: mark expected switch fall-throughs
 2018-07-03 21:36 UTC 

[igt-dev] [PATCH i-g-t 1/2] tests/kms_psr_sink_crc: Do not test sink crc
 2018-07-03 21:35 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_psr_sink_crc: Test PSR source HW status

[PATCH] cgroup: use irqsave in cgroup_rstat_flush_locked()
 2018-07-03 21:35 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/4] m68k: Add basic support for the NeXTcube machine
 2018-07-03 20:58 UTC  (7+ messages)

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-07-03 21:33 UTC  (12+ messages)

[Qemu-devel] [PULL 0/7] Linux user for 3.0 patches
 2018-07-03 21:33 UTC  (2+ messages)

[PATCH v2 00/23] Add multi-channel support to Armada thermal driver
 2018-07-03 21:33 UTC  (19+ messages)
` [PATCH v2 13/23] dt-bindings: ap806: prepare the syscon file to list other syscons nodes
` [PATCH v2 14/23] dt-bindings: cp110: "
` [PATCH v2 15/23] dt-bindings: ap806: add the thermal node in the syscon file
` [PATCH v2 17/23] dt-bindings: cp110: "
` [PATCH v2 18/23] dt-bindings: thermal: armada: add reference to new bindings
` [PATCH v2 19/23] arm64: dts: marvell: rename ap806 syscon node

[U-Boot] [PATCH 0/2] sunxi: Fix MMC driver crashes
 2018-07-03 21:33 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] arm: timer: factor out FSL arch timer erratum workaround

[PATCH 0/4] i2c: imx: Fix and enable DMA support for LS1021A
 2018-07-03 21:31 UTC  (3+ messages)

[RELEASE] Babeltrace 1.5.6
 2018-07-03 21:29 UTC 

BUG: unable to handle kernel (3)
 2018-07-03 21:30 UTC  (3+ messages)
  ` [Bridge] "

[PATCH RFC 00/15] dom0less step1: boot multiple domains from device tree
 2018-07-03 21:30 UTC  (10+ messages)
` [PATCH RFC 02/15] xen/arm: move a few guest related #defines to public/arch-arm.h

[PATCH bpf] bpf: hash_map: decrement counter on error
 2018-07-03 21:28 UTC  (5+ messages)

Better interoperability with Bitkeeper for fast-import/-export
 2018-07-03 21:27 UTC  (2+ messages)

[PATCH 00/24] xfs: broad enablement of deferred agfl frees
 2018-07-03 21:26 UTC  (26+ messages)
` [PATCH 13/24] xfs: use ->t_dfops for all xfs_bunmapi() callers
` [PATCH 14/24] xfs: remove xfs_bunmapi() dfops param
` [PATCH 15/24] xfs: remove xfs_bmapi_remap() "
` [PATCH 16/24] xfs: remove struct xfs_bmalloca dfops field
` [PATCH 17/24] xfs: use ->t_dfops for collapse/insert range operations
` [PATCH 18/24] xfs: remove dfops param from internal bmap extent helpers
` [PATCH 19/24] xfs: remove xfs_btree_cur bmbt dfops field
` [PATCH 20/24] xfs: remove unused btree cursor bc_private.a.dfops field
` [PATCH 21/24] xfs: use ->t_dfops for rmap extent swap operations
` [PATCH 22/24] xfs: use ->t_dfops in cancel cow blocks operation
` [PATCH 23/24] xfs: use ->t_dfops in reflink cow recover path
` [PATCH 24/24] xfs: refactor dfops init to attach to transaction

[PATCH] KVM: arm/arm64: Fix vgic init race
 2018-07-03 21:26 UTC  (2+ messages)

[PATCH v12 00/13] Intel SGX1 support
 2018-07-03 21:22 UTC  (5+ messages)
` [PATCH v12 05/13] x86/sgx: architectural structures

[U-Boot] [PATCH] arm64: allwinner: a64: Disable ehci1 and ohci1 for bananapi, nanopi
 2018-07-03 21:22 UTC  (6+ messages)

[PATCH] fsi: sbefifo: Add missing mutex_unlock
 2018-07-03 21:21 UTC 

[Qemu-devel] [PULL 0/3] Block patches
 2018-07-03 21:21 UTC  (4+ messages)
` [Qemu-devel] [PULL 3/3] backup: Use copy offloading
  ` [Qemu-devel] [Qemu-block] "

[PATCH v18 0/7] Add io{read|write}64 to io-64-atomic headers
 2018-07-03 21:20 UTC  (14+ messages)
` [PATCH v18 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

pull-request: bpf-next 2018-07-03
 2018-07-03 21:18 UTC 

[PATCH 1/4] phoronix-test-suite: upgrade to 8.0.1
 2018-07-03 21:17 UTC  (3+ messages)
` [PATCH 3/4] php: actually enable openssl

[PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active
 2018-07-03 21:16 UTC  (5+ messages)

Memory cgroup invokes OOM killer when there are a lot of dirty pages
 2018-07-03 21:14 UTC 

[PATCH 3/3] mm: list_lru: Add lock_irq member to __list_lru_init()
 2018-07-03 21:14 UTC  (3+ messages)
` (no subject)
  ` 

[meta-networking][PATCH 1/8] strongswan: upgrade 5.6.2 -> 5.6.3
 2018-07-03 21:13 UTC  (3+ messages)
` [meta-networking][PATCH 6/8] postfix: upgrade 3.2.2 -> 3.2.6

[PATCH] x86/numa_emulation: Fix uniform size build failure
 2018-07-03 21:00 UTC 

[PATCH v2 0/2] i2c: gpio: fault-injector: add new injector
 2018-07-03 21:10 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: gpio: fault-injector: refactor incomplete transfer
` [PATCH v2 2/2] i2c: gpio: fault-injector: add incomplete_write_byte

[PATCH v2 0/2] IIO: st_sensors_i2c: improve device enumeration
 2018-07-03 21:07 UTC  (3+ messages)
` [PATCH v2 1/2] IIO: st_accel_i2c.c: Simplify access to driver data

[Buildroot] [PATCH] package/exim: remove unused Local-Makefile
 2018-07-03 21:07 UTC 

[Qemu-devel] [PULL 00/14] QAPI patches for 2018-07-03
 2018-07-03 21:06 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] qapi: add 'if' to top-level expressions
` [Qemu-devel] [PULL 02/14] qapi: pass 'if' condition into QAPISchemaEntity objects
` [Qemu-devel] [PULL 03/14] qapi: leave the ifcond attribute undefined until check()
` [Qemu-devel] [PULL 04/14] qapi: add 'ifcond' to visitor methods
` [Qemu-devel] [PULL 05/14] qapi: mcgen() shouldn't indent # lines
` [Qemu-devel] [PULL 06/14] qapi: add #if/#endif helpers
` [Qemu-devel] [PULL 07/14] qapi-introspect: modify to_qlit() to append ', ' on level > 0
` [Qemu-devel] [PULL 08/14] qapi-introspect: add preprocessor conditions to generated QLit
` [Qemu-devel] [PULL 09/14] qapi/commands: add #if conditions to commands
` [Qemu-devel] [PULL 10/14] qapi/events: add #if conditions to events
` [Qemu-devel] [PULL 11/14] qapi-types: add #if conditions to types & visitors
` [Qemu-devel] [PULL 12/14] qapi: add 'If:' section to generated documentation
` [Qemu-devel] [PULL 13/14] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PULL 14/14] qapi: add conditions to SPICE "

[Qemu-devel] [PATCH v3 00/13] linux-user: strace improvements
 2018-07-03 21:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 01/13] linux-user/syscall: Verify recvfrom(addr) is user-writable

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-07-03 21:05 UTC  (3+ messages)
` [PATCH v2 00/10] "

nfs: possible sync issue between nfs_call_unlink <-> nfs_async_unlink_release
 2018-07-03 21:04 UTC 

[PATCH 1/2] dt-bindings: Add DataImage, Inc. vendor prefix
 2018-07-03 21:03 UTC  (6+ messages)
` [PATCH 2/2] drm/panel: simple: Add support for DataImage SCF0700C48GGU18

Patch for SymlinksIfOwnerMatches
 2018-07-03 21:02 UTC  (3+ messages)

[PATCH v4 0/3] fix free pmd/pte page handlings on x86
 2018-07-03 21:02 UTC  (9+ messages)
` [PATCH v4 2/3] ioremap: Update pgtable free interfaces with addr

[PATCH v6] drm/i915: Fix assert_plane() warning on bootup with external display
 2018-07-03 21:02 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Fix assert_plane() warning on bootup with external display (rev6)

[PATCH 0/5] PCI: cadence: Host and EP driver updates for PHY and power management
 2018-07-03 21:01 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: PCI: cadence: Add DT bindings for optional PHYs

[PATCH 0/5] i2c: smbus: add unlocked __i2c_smbus_xfer variant
 2018-07-03 21:01 UTC  (2+ messages)

[PATCH v12 09/11] x86/tsc: prepare for early sched_clock
 2018-07-03 20:59 UTC  (12+ messages)

4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"
 2018-07-03 21:00 UTC  (7+ messages)

[PATCH] Input: mark expected switch fall-throughs
 2018-07-03 20:35 UTC 

(no subject)
 2018-07-03 20:59 UTC  (4+ messages)
` [PATCH 4/8] dt-bindings: add bindings for TI PRU as remoteproc

[PATCHv2] lib/ratelimit: Lockless ratelimiting
 2018-07-03 20:59 UTC  (6+ messages)

[PATCH v8 00/17] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-07-03 20:58 UTC  (7+ messages)
` [PATCH v8 05/17] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH v8 13/17] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH v8 14/17] mm: Iterate only over charged shrinkers during memcg shrink_slab()

[PATCH v5 0/4] resource: Use list_head to link sibling resource
 2018-07-03 20:57 UTC  (11+ messages)
` [PATCH v5 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public

[Bug 199425] New: BUG: KASAN: use-after-free in drm_atomic_helper_wait_for_flip_done+0x247/0x260
 2018-07-03 20:57 UTC  (2+ messages)
` [Bug 199425] "

[qemu-mainline test] 124899: FAIL
 2018-07-03 20:56 UTC 

[PATCH 1/4] leds: lm3692x: Update license header to SPDX
 2018-07-03 20:56 UTC  (2+ messages)

[PATCH 00/13] x86: CPUID and MSR policy marshalling support
 2018-07-03 20:55 UTC  (14+ messages)
` [PATCH 01/13] libx86: Introduce libx86/cpuid.h
` [PATCH 02/13] libx86: generate cpuid-autogen.h in the libx86 include dir
` [PATCH 03/13] libx86: Share struct cpuid_policy with userspace
` [PATCH 04/13] libx86: introduce a libx86 shared library
` [PATCH 05/13] libx86: Introduce libx86/msr.h and share msr_{domain, vcpu}_policy with userspace
` [PATCH 06/13] libx86: Introduce a helper to serialise a cpuid_policy object
` [PATCH 07/13] libx86: Introduce a helper to serialise msr_{domain, vcpu}_policy objects
` [PATCH 08/13] x86: Collect policies together into groups
` [PATCH 09/13] x86/sysctl: Implement XEN_SYSCTL_get_cpumsr_policy
` [PATCH 10/13] x86/domctl: Implement XEN_DOMCTL_get_cpumsr_policy
` [PATCH 11/13] libx86: Introduce a helper to deserialise a cpuid_policy object
` [PATCH 12/13] libx86: introduce a helper to deserialize MSR policies
` [PATCH 13/13] x86/domctl: Implement XEN_DOMCTL_set_cpumsr_policy

[Qemu-devel] [PULL 00/14] qga patch queue for soft-freeze
 2018-07-03 20:52 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] qga: unset frozen state if no mount points are frozen
` [Qemu-devel] [PULL 02/14] qga: check bytes count read by guest-file-read
` [Qemu-devel] [PULL 03/14] qga: add mountpoint usage info to GuestFilesystemInfo
` [Qemu-devel] [PULL 04/14] qga-win: add driver path usage "
` [Qemu-devel] [PULL 05/14] test-qga: add trivial tests for some commands
` [Qemu-devel] [PULL 06/14] qga/schema: fix documentation for GuestOSInfo
` [Qemu-devel] [PULL 07/14] qga-win: Fixing msi upgrade disallow in WiX file
` [Qemu-devel] [PULL 08/14] qemu-ga: make get-fsinfo work over pci bridges
` [Qemu-devel] [PULL 09/14] qga: refactoring qmp_guest_suspend_* functions
` [Qemu-devel] [PULL 10/14] qga: bios_supports_mode: decoupling pm-utils and sys logic
` [Qemu-devel] [PULL 11/14] qga: guest_suspend: "
` [Qemu-devel] [PULL 12/14] qga: removing switch statements, adding run_process_child
` [Qemu-devel] [PULL 13/14] qga: systemd hibernate/suspend/hybrid-sleep support
` [Qemu-devel] [PULL 14/14] qga: removing bios_supports_mode


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.