All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-03 13:42:00 to 2015-09-03 14:39:28 UTC [more...]

[PATCH] net: tipc: fix stall during bclink wakeup procedure
 2015-09-03 14:39 UTC  (2+ messages)

[Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)
 2015-09-03 14:39 UTC  (5+ messages)
` [Cluster-devel] [PATCH 2/6] GFS2: Move glock superblock pointer to field gl_name
` [Cluster-devel] [PATCH 3/6] GFS2: Use resizable hash table for glocks

[PATCH net 0/2] couple of sctp fixes for 0ca50d12fe46
 2015-09-03 14:37 UTC  (5+ messages)

[U-Boot] [PATCH 1/7] kwbimage: Align payload size to 4 bytes
 2015-09-03 14:37 UTC  (6+ messages)
` [U-Boot] [PATCH 5/7] usb: ehci-marvell.c: Add DM support

[PATCH v2] librte_cfgfile (rte_cfgfile.h): modify the macros values
 2015-09-03 14:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] qdev-monitor.c: Add device id generation
 2015-09-03 14:34 UTC  (5+ messages)
` [Qemu-devel] Should we auto-generate IDs? (was: [PATCH] qdev-monitor.c: Add device id generation)
    ` [Qemu-devel] Should we auto-generate IDs?

[Qemu-devel] [PATCH v2 0/2] qom: Fix misuse of Error API
 2015-09-03 14:34 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/26] qapi: Another round of fixes and cleanups
 2015-09-03 14:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 32/33] docs/qapi-code-gen.txt: Fix QAPI schema examples
` [Qemu-devel] [PATCH 33/33] qapi: Generators crash when --output-dir isn't given, fix

[PATCH 0/2] Patches for scsi "misc" branch
 2015-09-03 14:32 UTC  (5+ messages)
` [PATCH 1/2] bfa: Fix indentation
` [PATCH 2/2] bfa: Fix incorrect de-reference of pointer

[GIT PULL] SG changes for 4.3
 2015-09-03 14:31 UTC  (6+ messages)

[PATCH bluetooth-next] Doc fixes re-submit
 2015-09-03 14:31 UTC  (3+ messages)
` [PATCH bluetooth-next 1/2] ieee802154: docs: fix project name to linux-wpan as well as some typos
` [PATCH bluetooth-next 2/2] ieee802154: af_ieee802154: fix typo in comment

[PATCH bluetooth-next 0/4] at86rf230: trac debugfs support
 2015-09-03 14:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] trivial: remove trailing newline from error_report
 2015-09-03 14:31 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v3 00/32] qapi: QMP introspection
 2015-09-03 14:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH RFC v3 30/32] qapi: New QMP command query-schema for QMP schema introspection

[Qemu-devel] [PATCH RFC v4 00/32] qapi: QMP introspection
 2015-09-03 14:30 UTC  (33+ messages)
` [Qemu-devel] [PATCH RFC v4 01/32] qapi: Rename class QAPISchema to QAPISchemaParser
` [Qemu-devel] [PATCH RFC v4 02/32] qapi: New QAPISchema intermediate reperesentation
` [Qemu-devel] [PATCH RFC v4 03/32] qapi: QAPISchema code generation helper methods
` [Qemu-devel] [PATCH RFC v4 04/32] qapi: New QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v4 05/32] tests/qapi-schema: Convert test harness to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v4 06/32] qapi: Split up some typedefs to ease review
` [Qemu-devel] [PATCH RFC v4 07/32] qapi: Generate comments to simplify splitting for review
` [Qemu-devel] [PATCH RFC v4 08/32] Revert "qapi: Generate comments to simplify splitting for review"
` [Qemu-devel] [PATCH RFC v4 09/32] Revert "qapi: Split up some typedefs to ease review"
` [Qemu-devel] [PATCH RFC v4 10/32] qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
` [Qemu-devel] [PATCH RFC v4 11/32] qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
` [Qemu-devel] [PATCH RFC v4 12/32] qapi-commands: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v4 13/32] qapi: De-duplicate enum code generation
` [Qemu-devel] [PATCH RFC v4 14/32] qapi-event: Eliminate global variable event_enum_value
` [Qemu-devel] [PATCH RFC v4 15/32] qapi-event: Convert to QAPISchemaVisitor, fixing data with base
` [Qemu-devel] [PATCH RFC v4 16/32] qapi: Generate comments to simplify splitting for review
` [Qemu-devel] [PATCH RFC v4 17/32] Revert "qapi: Generate comments to simplify splitting for review"
` [Qemu-devel] [PATCH RFC v4 18/32] qapi: Replace dirty is_c_ptr() by method c_null()
` [Qemu-devel] [PATCH RFC v4 19/32] qapi: Clean up after recent conversions to QAPISchemaVisitor
` [Qemu-devel] [PATCH RFC v4 20/32] qapi-visit: Rearrange code a bit
` [Qemu-devel] [PATCH RFC v4 21/32] qapi-commands: Rearrange code
` [Qemu-devel] [PATCH RFC v4 22/32] qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
` [Qemu-devel] [PATCH RFC v4 23/32] qapi: De-duplicate parameter list generation
` [Qemu-devel] [PATCH RFC v4 24/32] qapi-commands: De-duplicate output marshaling functions
` [Qemu-devel] [PATCH RFC v4 25/32] qapi: Improve built-in type documentation
` [Qemu-devel] [PATCH RFC v4 26/32] qapi: Introduce a first class 'any' type
` [Qemu-devel] [PATCH RFC v4 27/32] qom: Don't use 'gen': false for qom-get, qom-set, object-add
` [Qemu-devel] [PATCH RFC v4 28/32] qapi-schema: Fix up misleading specification of netdev_add
` [Qemu-devel] [PATCH RFC v4 29/32] qapi: Pseudo-type '**' is now unused, drop it
` [Qemu-devel] [PATCH RFC v4 30/32] qapi: New QMP command query-schema for QMP schema introspection
` [Qemu-devel] [PATCH RFC v4 31/32] qapi-introspect: Map all integer types to 'int'
` [Qemu-devel] [PATCH RFC v4 32/32] qapi-introspect: Hide type names

[Buildroot] [PATCH] pkg-generic: fix <pkg>-legal-info target
 2015-09-03 14:30 UTC  (3+ messages)

[PATCH 0/9] clean deprecated code
 2015-09-03 14:29 UTC  (4+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 05/10] eal: remove deprecated function

[Qemu-devel] QEMU+Aarch64: in_asm log skips instructions of loop-programs
 2015-09-03 14:28 UTC  (6+ messages)

========== Re: RAM encryption and key storing in CPU ==========
 2015-09-03 14:29 UTC 

[review-request] bbarrosp/all-builds
 2015-09-03 14:27 UTC  (3+ messages)

[PATCH] ARM: dts: keystone: use one to one address translations under netcp
 2015-09-03 14:26 UTC  (7+ messages)

xfs corruption
 2015-09-03 14:26 UTC  (3+ messages)

USB BT gives problem If device plugged during boot to platform
 2015-09-03 14:25 UTC  (4+ messages)
` StartLescan rerturns false

[PATCH] usb/gadget/function/u_ether.c: Allow jumbo frames
 2015-09-03 14:25 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel
 2015-09-03 14:25 UTC  (6+ messages)

[Qemu-devel] [RFC] docs: describe QEMU's VMGenID design
 2015-09-03 14:24 UTC  (3+ messages)

[Qemu-devel] Mount image file feature
 2015-09-03 14:24 UTC  (11+ messages)

[PATCH libdrm v4 0/2] 48-bit virtual address support in i915
 2015-09-03 14:23 UTC  (3+ messages)
` [PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)
` [PATCH v4 2/2] intel: add drm_intel_bo_use_48b_address_range to symbol-check test

[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address
 2015-09-03 14:23 UTC  (2+ messages)

[PATCH] xfsrestore: fix fs uuid order check for incremental restores
 2015-09-03 14:23 UTC  (5+ messages)
  ` [RESEND PATCH] "
    ` [PATCH V2] "

[Qemu-devel] [PATCH v12 0/5] vGICv3 support
 2015-09-03 14:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH v12 1/5] hw/intc: Implement GIC-500 base class

[PATCH 0/9] Rework architected timer and fix UEFI reset
 2015-09-03 14:21 UTC  (4+ messages)
` [PATCH 1/9] KVM: Add kvm_arch_vcpu_{un}blocking callbacks

[Qemu-devel] [RFC PATCH 0/2] vhost-user: release chardev on cleanup
 2015-09-03 14:20 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/2] "
` [Qemu-devel] [RFC PATCH 2/2] vhost-user: delete "

[U-Boot] [PATCH 1/4] spi: cadence_qspi: Ensure spi_calibration is run when sclk change
 2015-09-03 14:20 UTC  (7+ messages)
` [U-Boot] [PATCH 2/4] spi: cadence_qspi: Fix fdt read of spi-max-frequency
` [U-Boot] [PATCH 3/4] spi: cadence_qspi: Ensure check for max frequency in place
` [U-Boot] [PATCH 4/4] arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash

[PATCH] ARM: disable GCC SRA optimization
 2015-09-03 14:20 UTC  (2+ messages)

[PATCH] event/server: Add _uiready flag to handle missing error messages
 2015-09-03 14:20 UTC 

[PATCH v3 0/4] PCI: arm64/powerpc: Fix parsing of linux,pci-probe-only
 2015-09-03 14:19 UTC  (10+ messages)
` [PATCH v3 1/4] of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"
    ` [PATCH v3 1/4] of/pci: Add of_pci_check_probe_only to parse "linux, pci-probe-only"
` [PATCH v3 4/4] arm64: dts: Drop linux,pci-probe-only from the Seattle DTS

[PATCH v5 00/10] an introduction of Linux library operating system (LibOS)
 2015-09-03 14:16 UTC  (23+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/10] sysctl: make some functions unstatic to access by arch/lib
  ` [PATCH v6 02/10] slab: add SLIB (Library memory allocator) for arch/lib
  ` [PATCH v6 03/10] lib: public headers and API implementations for userspace programs
  ` [PATCH v6 04/10] lib: time handling (kernel glue code)
  ` [PATCH v6 05/10] lib: context and scheduling functions (kernel glue code) for libos
  ` [PATCH v6 06/10] lib: sysctl handling (kernel glue code)
  ` [PATCH v6 07/10] lib: other kernel glue layer code
  ` [PATCH v6 08/10] lib: auxiliary files for auto-generated asm-generic files of libos
  ` [PATCH v6 09/10] lib: libos build scripts and documentation
  ` [PATCH v6 10/10] lib: tools used for test scripts

[PATCH v2 BlueZ 1/2] core/gatt: Cleanup service probe
 2015-09-03 14:19 UTC  (2+ messages)

[PATCH 00/12] ASoC: Fix module autoload for OF platform drivers
 2015-09-03 14:19 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] mmc: dw_mmc: Make timeout error visible to u-boot console
 2015-09-03 14:18 UTC  (5+ messages)
` [U-Boot] [PATCH] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

[RFC PATCH v3 0/3] vfio: platform: return device properties for a platform device
 2015-09-03 14:18 UTC  (12+ messages)

[PATCH] NVMe: Set affinity after allocating request queues
 2015-09-03 14:18 UTC 

[U-Boot] 2TB disks
 2015-09-03 14:17 UTC  (3+ messages)
` [U-Boot] [PATCH] Don't wrap to negative after 2G sectors

[Qemu-devel] [PATCH 00/17] target-openrisc improvements
 2015-09-03 14:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/17] target-openrisc: Always enable OPENRISC_DISAS
` [Qemu-devel] [PATCH 02/17] target-openrisc: Streamline arithmetic and OVE

[v2 PATCH 1/3] scsi:stex.c Support to Pegasus series
 2015-09-03 14:16 UTC  (2+ messages)

[RFC] MTD BoF at ELCE 2015 [was [RFC PATCH 2/2] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions]
 2015-09-03 14:15 UTC 

Autologin after bootup on the genericx86 machine
 2015-09-03 14:15 UTC  (4+ messages)

setting nvme irq per cpu affinity in device driver
 2015-09-03 14:14 UTC  (4+ messages)

[PATCH] autotools: fix syntax error
 2015-09-03 14:14 UTC  (3+ messages)

[PATCH v4 0/9] usb: dwc3: add dual-role support
 2015-09-03 14:13 UTC  (25+ messages)
` [PATCH v4 5/9] usb: dwc3: core: make dual-role work with OTG irq
` [PATCH v4 6/9] usb: dwc3: save/restore OTG registers during suspend/resume
` [PATCH v4 8/9] usb: dwc3: core: Prevent otg events from disabling themselves
` [PATCH v4 9/9] usb: dwc3: core: don't break during suspend/resume while we're dual-role

[PATCH v2] clk: rockchip: reset init state before mmc card initialization
 2015-09-03 14:13 UTC  (3+ messages)

Kbuild and Kconfig
 2015-09-03 14:13 UTC  (8+ messages)

[PATCH v15 00/13] port builtin/tag.c to use ref-filter APIs
 2015-09-03 14:12 UTC  (9+ messages)
` [PATCH v15 05/13] ref-filter: implement an `align` atom
` [PATCH v15 07/13] ref-filter: add support for %(contents:lines=X)

[PATCH 0/7] Add support for FDMA DMA controller found on STi chipsets
 2015-09-03 14:12 UTC  (6+ messages)
` [PATCH 5/7] ARM: STi: DT: STiH407: Add FDMA driver and xbar driver dt nodes

[U-Boot] [RFC PATCH 0/2] sunxi: support FEL-provided environment vars and "fel" boot target
 2015-09-03 14:12 UTC  (3+ messages)
` [U-Boot] [RFC PATCH 1/2] sunxi: retrieve FEL-provided values to environment variables
` [U-Boot] [RFC PATCH 2/2] sunxi: add "fel" boot target

[GIT PULL] Backlight for v4.3
 2015-09-03 14:08 UTC 

[PATCH bluetooth-next] ieee802154: 6lowpan: use correct ESC value for dispatch
 2015-09-03 14:07 UTC  (2+ messages)

[Buildroot] [PATCH 0/6 RFC] toolchain/external: use generic extract commands (branch yem/extract-cmds)
 2015-09-03 14:06 UTC  (3+ messages)
` [Buildroot] [PATCH 6/6 RFC] Add support for MIPS Codescape MTI GNU Linux toolchain

[PATCH v2] Send updated port_id in vdev_init functions
 2015-09-03 14:04 UTC  (7+ messages)
` [PATCH v2] Change rte_eal_vdev_init to update port_id

[PATCH 3/3] scsi:stex.c Add S3/S4 support
 2015-09-03 14:03 UTC  (2+ messages)

[RFC PATCH 0/6] remove pci driver from vdevs
 2015-09-03 14:02 UTC  (5+ messages)

[v2 PATCH 2/3] scsi:stex.c Add hotplug support
 2015-09-03 14:01 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code
 2015-09-03 14:01 UTC  (2+ messages)

[RFC PATCH] nfs: avoid swap-over-NFS deadlock
 2015-09-03 14:01 UTC  (8+ messages)

[lustre-devel] LU-6402 MODULE_AUTHOR changes
 2015-09-03 13:58 UTC 

[BlueZ v3 1/2] doc/settings-storage: describe gatt attributes storage format
 2015-09-03 13:58 UTC  (3+ messages)
` [BlueZ v3 2/2] src/device: gatt database persistence

broken packet passed into raw table by nf_defrag_ipv6
 2015-09-03 13:57 UTC 

[PATCH] parisc: adjust L1_CACHE_BYTES to 128 bytes on PA8800 and PA8900 CPUs
 2015-09-03 13:57 UTC  (3+ messages)

[GIT PULL] MFD for v4.3
 2015-09-03 13:57 UTC 

[PATCH] security: device_cgroup: fix RCU lockdep splat
 2015-09-03 13:56 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v4 0/16] Add Analogix Core Display Port Driver
 2015-09-03 13:52 UTC  (6+ messages)
` [PATCH v4 10/16] phy: Add driver for rockchip Display Port PHY

[PATCH] Staging: iio: Move evgen interrupt generation to irq_work
 2015-09-03 13:51 UTC  (3+ messages)

Default ordering of git log output
 2015-09-03 13:50 UTC 

[PATCH] xfs: fix null pointer dereference when mapping is NULL
 2015-09-03 13:45 UTC  (4+ messages)

[PATCH 1/2] drm/i915: access the PP_CONTROL reg only pre GEN5
 2015-09-03 13:48 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs "

[ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2015
 2015-09-03 13:46 UTC  (2+ messages)
` [LTP] "

tc filter add command successful but filter not added in chain
 2015-09-03 13:46 UTC 

[Bug 91865] [r600g] GPU hang in 'gsraytrace' - NI/Turks (6670)
 2015-09-03 13:46 UTC 

XFS and nobarriers on Intel SSD
 2015-09-03 13:43 UTC  (3+ 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.