All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 16:45:26 to 2015-12-22 17:27:57 UTC [more...]

[Qemu-devel] [PULL 00/55] acpi, pc features
 2015-12-22 16:55 UTC  (59+ messages)
` [Qemu-devel] [PULL 01/55] mmap-alloc: tweak a comment on ppc64
` [Qemu-devel] [PULL 02/55] pc: Move compat boolean globals to PCMachineClass
` [Qemu-devel] [PULL 03/55] pc: Move legacy_acpi_table_size global "
` [Qemu-devel] [PULL 04/55] pc: Move acpi_data_size "
` [Qemu-devel] [PULL 05/55] pc: Move enforce_aligned_dimm "
` [Qemu-devel] [PULL 06/55] pc: Remove enforce-aligned-dimm QOM property
` [Qemu-devel] [PULL 07/55] pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass
` [Qemu-devel] [PULL 08/55] hw/acpi: merge pxb adjacent memory/IO ranges
` [Qemu-devel] [PULL 09/55] hw/pxb: introduce pxb-pcie expander for PCIe machines
` [Qemu-devel] [PULL 10/55] hw/i386: extend pxb query for all PC machines
` [Qemu-devel] [PULL 11/55] q35: Remove MCHPCIState.guest_info field
` [Qemu-devel] [PULL 12/55] pc: Group and document related PCMachineState/PCMachineclass fields
` [Qemu-devel] [PULL 13/55] Add a base IPMI interface
` [Qemu-devel] [PULL 14/55] ipmi: Add a local BMC simulation
` [Qemu-devel] [PULL 15/55] ipmi: Add an external connection simulation interface
` [Qemu-devel] [PULL 16/55] ipmi: Add an ISA KCS low-level interface
` [Qemu-devel] [PULL 17/55] ipmi: Add a BT "
` [Qemu-devel] [PULL 18/55] ipmi: Add tests
` [Qemu-devel] [PULL 19/55] ipmi: Add documentation
` [Qemu-devel] [PULL 20/55] ipmi: Add migration capability to the IPMI devices
` [Qemu-devel] [PULL 21/55] ipmi: Add a firmware configuration repository
` [Qemu-devel] [PULL 22/55] ipmi: Add firmware registration to the ISA interface
` [Qemu-devel] [PULL 23/55] ipmi: Add a force off function
` [Qemu-devel] [PULL 24/55] q35: skip q35-acpi-dsdt.aml load if not needed
` [Qemu-devel] [PULL 25/55] pc: Remove redundant code from pc-*-2.3 machine classes
` [Qemu-devel] [PULL 26/55] pc: Add pc-*-2.6 "
` [Qemu-devel] [PULL 27/55] pc: Change indentation of PC_COMPAT_* to 4 spaces
` [Qemu-devel] [PULL 28/55] hw/compat.h: Change indentation of HW_COMPAT_* "
` [Qemu-devel] [PULL 29/55] docs/pci_expander_bridge: fix typo
` [Qemu-devel] [PULL 30/55] nvdimm: implement NVDIMM device abstract
` [Qemu-arm] [PULL 31/55] acpi: support specified oem table id for build_header
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 32/55] nvdimm acpi: build ACPI NFIT table
` [Qemu-devel] [PULL 33/55] nvdimm acpi: build ACPI nvdimm devices
` [Qemu-devel] [PULL 34/55] nvdimm: add maintain info
` [Qemu-devel] [PULL 35/55] acpi: add aml_derefof
` [Qemu-devel] [PULL 36/55] acpi: add aml_sizeof
` [Qemu-devel] [PULL 37/55] acpi: add aml_lgreater_equal()
` [Qemu-devel] [PULL 38/55] acpi: add aml_mutex(), aml_acquire(), aml_release()
` [Qemu-devel] [PULL 39/55] acpi: add aml_create_qword_field()
` [Qemu-devel] [PULL 40/55] acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML pattern
` [Qemu-devel] [PULL 41/55] acpi: extend aml_add() to accept target argument
` [Qemu-devel] [PULL 42/55] acpi: add aml_decrement() and aml_subtract()
` [Qemu-devel] [PULL 43/55] acpi: add aml_call0() helper
` [Qemu-devel] [PULL 44/55] acpi: add aml_to_integer()
` [Qemu-devel] [PULL 45/55] acpi: extend aml_shiftright() to accept target argument
` [Qemu-devel] [PULL 46/55] acpi: add aml_alias()
` [Qemu-devel] [PULL 47/55] acpi: add aml_sleep()
` [Qemu-devel] [PULL 48/55] acpi: add aml_lor()
` [Qemu-devel] [PULL 49/55] acpi: add aml_lgreater()
` [Qemu-devel] [PULL 50/55] acpi: extend aml_field() to support LockRule
` [Qemu-devel] [PULL 51/55] acpi: add aml_to_hexstring()
` [Qemu-devel] [PULL 52/55] acpi: add aml_to_buffer()
` [Qemu-devel] [PULL 53/55] acpi add aml_dma()
` [Qemu-arm] [PULL 54/55] acpi: extend aml_or() to accept target argument
  ` [Qemu-devel] "
` [Qemu-arm] [PULL 55/55] acpi: extend aml_and() "
  ` [Qemu-devel] "

[PATCH RFC 00/31] x86: Improvements to cpuid handling for guests
 2015-12-22 17:27 UTC  (28+ messages)
` [PATCH RFC 01/31] xen/public: Export featureset information in the public API
` [PATCH RFC 03/31] xen/x86: Store antifeatures inverted in a featureset
` [PATCH RFC 04/31] xen/x86: Mask out unknown features from Xen's capabilities
` [PATCH RFC 05/31] xen/x86: Collect more CPUID feature words
` [PATCH RFC 06/31] xen/x86: Infrastructure to calculate guest featuresets
` [PATCH RFC 07/31] xen/x86: Export host featureset via SYSCTL
` [PATCH RFC 09/31] xen/x86: Calculate PV featureset
` [PATCH RFC 10/31] xen/x86: Calculate HVM featureset
` [PATCH RFC 11/31] xen/x86: Calculate Raw featureset

[Qemu-devel] [PATCH] net: rocker: fix an incorrect array bounds check
 2015-12-22 17:26 UTC  (3+ messages)

[PATCH v3] vfio: Include No-IOMMU mode
 2015-12-22 17:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1 v1] new package: autofs
 2015-12-22 17:26 UTC  (9+ messages)
` [Buildroot] [PATCH 1/1] nfs-utils: install /etc/nfsmount.conf
` [Buildroot] [PATCH 1/1] new packages: yp-tools, ypbind-mt

[PATCH] Documentation: cpufreq: intel_pstate: enhance documentation
 2015-12-22 17:26 UTC  (2+ messages)

compression disk space saving - what are your results?
 2015-12-22 17:25 UTC  (6+ messages)

[PATCH 1/3] spi: use to_spi_device
 2015-12-22 17:25 UTC  (3+ messages)
` [PATCH 2/3] NFC: trf7970a: "

[kernel-hardening] [RFC][PATCH 0/7] Sanitization of slabs based on grsecurity/PaX
 2015-12-22 17:24 UTC  (6+ messages)
` [kernel-hardening] [RFC][PATCH 6/7] mm: Add Kconfig option for slab sanitization

[Qemu-devel] [PATCH 0/7] Make qemu-img/qemu-nbd/qemu-io CLI more flexible
 2015-12-22 17:24 UTC  (14+ messages)
` [Qemu-devel] [PATCH 2/7] qemu-img: add support for --object command line arg
` [Qemu-devel] [PATCH 3/7] qemu-nbd: "
` [Qemu-devel] [PATCH 4/7] qemu-io: "
` [Qemu-devel] [PATCH 5/7] qemu-io: allow specifying image as a set of options args
` [Qemu-devel] [PATCH 6/7] qemu-nbd: "

[PATCH v13 0/10] Support for creating/using Stolen memory backed objects
 2015-12-22 17:23 UTC  (6+ messages)
` [PATCH 08/10] drm/i915: Migrate stolen objects before hibernation

[Qemu-arm] [PATCH 00/74] pc: acpi: convert DSDT to AML API and drop ASL templates support
 2015-12-22 17:22 UTC  (6+ messages)
` [Qemu-devel] [PATCH 01/74] tests: acpi: print ASL diff in verbose mode

mm, vmstat: kernel BUG at mm/vmstat.c:1408!
 2015-12-22 17:21 UTC  (7+ messages)

[PATCH] extensions: libxt_devgroup: Add translation to nft
 2015-12-22 17:20 UTC  (3+ messages)

[PATCH] x86/ucode: replace redundant string literals
 2015-12-22 17:20 UTC  (3+ messages)

[PATCH 0/2] Change PAT to support mremap use-cases
 2015-12-22 17:19 UTC  (9+ messages)
` [PATCH 1/2] x86/mm/pat: Change untrack_pfn() to handle unmapped vma
` [PATCH 2/2] x86/mm/pat: Change free_memtype() to free shrinking range

RefTree: Alternate ref backend
 2015-12-22 17:17 UTC  (5+ messages)

[PATCH v2 00/17] be2iscsi: driver update 11.0.0.0
 2015-12-22 17:16 UTC  (18+ messages)
` [PATCH v2 01/17] be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx
` [PATCH v2 02/17] be2iscsi: Fix mbox synchronization replacing spinlock with mutex
` [PATCH v2 03/17] be2iscsi: Fix to use atomic bit operations for tag_state
` [PATCH v2 04/17] be2iscsi: Fix to synchronize tag allocation using spin_lock
` [PATCH v2 05/17] be2iscsi: Set mbox timeout to 30s
` [PATCH v2 06/17] be2iscsi: Added return value check for mgmt_get_all_if_id
` [PATCH v2 07/17] be2iscsi: Fix to remove shutdown entry point
` [PATCH v2 08/17] be2iscsi: Fix VLAN support for IPv6 network
` [PATCH v2 09/17] be2iscsi: Fix to handle misconfigured optics events
` [PATCH v2 10/17] be2iscsi: Add FW config validation
` [PATCH v2 11/17] be2iscsi: Fix return value for MCC completion
` [PATCH v2 12/17] be2iscsi: Fix IOPOLL implementation
` [PATCH v2 13/17] scsi_transport_iscsi: Add 25G and 40G speed definition
` [PATCH v2 14/17] be2iscsi: Fix to process 25G link speed info from FW
` [PATCH v2 15/17] be2iscsi: Fix async link event processing
` [PATCH v2 16/17] be2iscsi: Fix WRB leak in login/logout path
` [PATCH v2 17/17] be2iscsi: Update the driver version

[PATCH] arm64: fix off-by-one in compat syscall table for syscalls over 382
 2015-12-22 17:16 UTC  (2+ messages)

VGA Passthrough Tested Adatpers
 2015-12-22 17:12 UTC 

[PATCH] of/irq: Export of_irq_count()
 2015-12-22 17:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1 v1] nfs-utils: install /etc/nfsmount.conf
 2015-12-22 17:12 UTC 

[RFC3 PATCH v6 00/20] ILP32 for ARM64
 2015-12-22 17:11 UTC  (7+ messages)
` [PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file
` [PATCH v6 17/20] arm64: ilp32: introduce ilp32-specific handlers for sigframe

[PATCHSET 00/10] perf tools: Support dynamic sort keys for tracepoints (v4)
 2015-12-22 17:07 UTC  (14+ messages)
` [PATCH 01/13] perf hist: Pass struct sample to __hists__add_entry()
` [PATCH 02/13] perf hist: Save raw_data/size for tracepoint events
` [PATCH 03/13] tools lib traceevent: Factor out and export print_event_field[s]
` [PATCH 04/13] perf tools: Pass evlist to setup_sorting()
` [PATCH 05/13] perf tools: Add dynamic sort key for tracepoint events
` [PATCH 06/13] perf tools: Try to show pretty printed output for dynamic sort keys
` [PATCH 07/13] perf tools: Add 'trace' sort key
` [PATCH 08/13] perf tools: Add --raw-trace option
` [PATCH 09/13] perf tools: Support shortcuts for events in dynamic sort keys
` [PATCH 10/13] perf tools: Support '<event>.*' dynamic sort key
` [PATCH 11/13] perf tools: Skip dynamic fields not defined for current event
` [PATCH 12/13] perf tools: Add 'trace_fields' dynamic sort key
` [PATCH 13/13] perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint events

[PATCH 1/2] usb: gadget: f_midi: refactor state machine
 2015-12-22 17:10 UTC  (2+ messages)

Building Git with HTTPS support: avoiding libcurl?
 2015-12-22 17:08 UTC  (2+ messages)

[PATCH v3 0/5] iio: AFE4404 Heart Rate Monitor and Bio-Sensing
 2015-12-22 17:05 UTC  (4+ messages)
` [PATCH v3 1/5] iio: Make IIO value formating function globally available

[PATCH] dhcpcd: add recipe for dhcpcd
 2015-12-22 17:04 UTC  (2+ messages)

[PATCH 0/2] Add syntax and translation for comment module
 2015-12-22 17:04 UTC  (3+ messages)
` [PATCH 2/2] extensions: libxt_comment: Add translation to nft

[PATCH 1/3] pretty: Pass graph width to pretty formatting for use in '%>|(N)'
 2015-12-22 17:03 UTC  (3+ messages)

[PATCH net-next V2 0/4] Introduce mlx5 ethernet timestamping
 2015-12-22 17:01 UTC  (5+ messages)
` [PATCH net-next V2 3/4] net/mlx5e: Add HW timestamping (TS) support

[PATCH] extensions: libxt_NFLOG: Add translation to nft
 2015-12-22 17:01 UTC  (3+ messages)

next-20151222 - compile failure in drivers/media/usb/uvc/uvc_driver.c
 2015-12-22 17:01 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/Config.in: fix alphabetical order
 2015-12-22 17:01 UTC  (2+ messages)

New xlate3 branch in iptables
 2015-12-22 16:54 UTC 

[Buildroot] [git commit] package/Config.in: fix alphabetical order
 2015-12-22 17:00 UTC 

[Qemu-devel] [PATCH 00/10] qcow2: Implement image locking
 2015-12-22 17:00 UTC  (13+ messages)
` [Qemu-devel] [PATCH 01/10] qcow2: Write feature table only for v3 images
` [Qemu-devel] [PATCH 02/10] qcow2: Write full header on image creation
` [Qemu-devel] [PATCH 03/10] block: Assert no write requests under BDRV_O_INCOMING
` [Qemu-devel] [PATCH 04/10] block: Fix error path in bdrv_invalidate_cache()
` [Qemu-devel] [PATCH 05/10] block: Inactivate BDS when migration completes
` [Qemu-devel] [PATCH 06/10] qemu-img: Prepare for locked images
` [Qemu-devel] [PATCH 07/10] qcow2: Implement .bdrv_inactivate
` [Qemu-devel] [PATCH 08/10] qcow2: Fix BDRV_O_INCOMING handling in qcow2_invalidate_cache()
` [Qemu-devel] [PATCH 09/10] qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
` [Qemu-devel] [PATCH 10/10] qcow2: Add image locking

[Buildroot] [PATCH v2] emlog: new package
 2015-12-22 17:00 UTC  (2+ messages)

[PATCH] [RFC] selftests/cgroupns: new test for cgroup namespaces
 2015-12-22 16:59 UTC  (4+ messages)

[Buildroot] [PATCH 0/2] Fixing xdriver_xf86-video-ati building
 2015-12-22 16:59 UTC  (3+ messages)

[RFC PATCH 16/17] calipso: Add validation of CALIPSO option
 2015-12-22 16:59 UTC  (3+ messages)

[Xenomai] userspace absolute timer value
 2015-12-22 16:59 UTC  (2+ messages)

[Buildroot] [git commit] emlog: new package
 2015-12-22 16:58 UTC 

memory registration updates
 2015-12-22 16:58 UTC  (7+ messages)
` [PATCH 10/11] IB: only keep a single key in struct ib_mr

[PATCH v4 1/2] btrfs: Introduce new mount option backuproot to replace recovery
 2015-12-22 16:55 UTC  (3+ messages)

[ANNOUNCE] 4.1.15-rt17
 2015-12-22 16:56 UTC 

[PATCH v2] xen: arm: context switch vtimer PPI state
 2015-12-22 16:55 UTC  (5+ messages)
` [PATCH v2 1/8] xen: arm: fix indendation of struct vtimer
` [PATCH v2 2/8] xen: arm: fix typo in the description of struct pending_irq->desc

[PATCH] dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
 2015-12-22 16:54 UTC  (3+ messages)

[patch] usb: gadget: f_midi: missing unlock on error path
 2015-12-22 16:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/1 v2] autofs: new package
 2015-12-22 16:51 UTC 

[meta-fsl-ppc][PATCH] usdpaa-apps: use in6_* macros from glibc instead of kernel
 2015-12-22 16:48 UTC  (2+ messages)

best base / worst case RAID 5,6 write speeds
 2015-12-22 16:48 UTC  (17+ messages)

[PATCH] extensions: libxt_mac: Add translation to nft
 2015-12-22 16:48 UTC  (2+ messages)

[PATCH v1 0/6] misc: add reboot mode driver
 2015-12-22 16:47 UTC  (4+ messages)

[PATCH] extensions: libxt_connmark: Add translation to nft
 2015-12-22 16:47 UTC  (2+ messages)

[PATCH] extensions: libxt_limit: Add translation to nft
 2015-12-22 16:47 UTC  (2+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2015-12-22 16:45 UTC  (8+ messages)
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks


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.