All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-23 12:38:16 to 2016-11-23 13:05:36 UTC [more...]

[Qemu-devel] [PATCH v4 00/64] tcg 2.9 patch queue
 2016-11-23 13:02 UTC  (63+ messages)
` [Qemu-devel] [PATCH v4 01/64] tcg: Add field extraction primitives
` [Qemu-devel] [PATCH v4 02/64] tcg: Minor adjustments to deposit expanders
` [Qemu-devel] [PATCH v4 03/64] tcg: Add deposit_z expander
` [Qemu-devel] [PATCH v4 04/64] tcg/aarch64: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 05/64] tcg/arm: Move isa detection to tcg-target.h
` [Qemu-devel] [PATCH v4 06/64] tcg/arm: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 07/64] tcg/i386: "
` [Qemu-devel] [PATCH v4 08/64] tcg/mips: "
` [Qemu-devel] [PATCH v4 09/64] tcg/ppc: "
` [Qemu-devel] [PATCH v4 10/64] tcg/s390: Expose host facilities to tcg-target.h
` [Qemu-devel] [PATCH v4 11/64] tcg/s390: Implement field extraction opcodes
` [Qemu-devel] [PATCH v4 12/64] tcg/s390: Support deposit into zero
` [Qemu-devel] [PATCH v4 13/64] target-alpha: Use deposit and extract ops
` [Qemu-devel] [PATCH v4 14/64] target-arm: Use new "
` [Qemu-devel] [PATCH v4 15/64] target-i386: "
` [Qemu-devel] [PATCH v4 16/64] target-mips: Use the new extract op
` [Qemu-devel] [PATCH v4 17/64] target-ppc: Use the new deposit and extract ops
` [Qemu-devel] [PATCH v4 18/64] target-s390x: "
` [Qemu-devel] [PATCH v4 19/64] tcg/optimize: Fold movcond 0/1 into setcond
` [Qemu-devel] [PATCH v4 20/64] tcg: Add markup for output requires new register
` [Qemu-devel] [PATCH v4 21/64] tcg: Transition flat op_defs array to a target callback
` [Qemu-devel] [PATCH v4 22/64] tcg: Pass the opcode width to target_parse_constraint
` [Qemu-devel] [PATCH v4 23/64] tcg: Allow an operand to be matching or a constant
` [Qemu-devel] [PATCH v4 24/64] tcg: Add clz and ctz opcodes
` [Qemu-devel] [PATCH v4 25/64] disas/i386.c: Handle tzcnt
` [Qemu-devel] [PATCH v4 26/64] disas/ppc: Handle popcnt and cnttz
` [Qemu-devel] [PATCH v4 27/64] target-alpha: Use the ctz and clz opcodes
` [Qemu-devel] [PATCH v4 28/64] target-cris: Use clz opcode
` [Qemu-devel] [PATCH v4 29/64] target-microblaze: "
` [Qemu-devel] [PATCH v4 30/64] target-mips: "
` [Qemu-devel] [PATCH v4 31/64] target-openrisc: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 32/64] target-ppc: "
` [Qemu-devel] [PATCH v4 33/64] target-s390x: Use clz opcode
` [Qemu-devel] [PATCH v4 34/64] target-tilegx: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 35/64] target-tricore: Use clz opcode
` [Qemu-devel] [PATCH v4 36/64] target-unicore32: "
` [Qemu-devel] [PATCH v4 37/64] target-xtensa: "
` [Qemu-devel] [PATCH v4 38/64] target-arm: "
` [Qemu-devel] [PATCH v4 39/64] target-i386: Use clz and ctz opcodes
` [Qemu-devel] [PATCH v4 40/64] tcg/ppc: Handle ctz and clz opcodes
` [Qemu-devel] [PATCH v4 41/64] tcg/aarch64: "
` [Qemu-devel] [PATCH v4 42/64] tcg/arm: "
` [Qemu-devel] [PATCH v4 43/64] tcg/mips: Handle clz opcode
` [Qemu-devel] [PATCH v4 44/64] tcg/s390: "
` [Qemu-devel] [PATCH v4 45/64] tcg/i386: Fuly convert tcg_target_op_def
` [Qemu-devel] [PATCH v4 46/64] tcg/i386: Hoist common arguments in tcg_out_op
` [Qemu-devel] [PATCH v4 47/64] tcg/i386: Allow bmi2 shiftx to have non-matching operands
` [Qemu-devel] [PATCH v4 48/64] tcg/i386: Handle ctz and clz opcodes
` [Qemu-devel] [PATCH v4 49/64] tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
` [Qemu-devel] [PATCH v4 50/64] tcg: Add helpers for clrsb
` [Qemu-devel] [PATCH v4 51/64] target-arm: Use clrsb helper
` [Qemu-devel] [PATCH v4 52/64] target-tricore: "
` [Qemu-devel] [PATCH v4 53/64] target-xtensa: "
` [Qemu-devel] [PATCH v4 54/64] tcg: Add opcode for ctpop
` [Qemu-devel] [PATCH v4 55/64] target-alpha: Use ctpop helper
` [Qemu-devel] [PATCH v4 56/64] target-ppc: "
` [Qemu-devel] [PATCH v4 57/64] target-s390x: Avoid a loop for popcnt
` [Qemu-devel] [PATCH v4 58/64] target-sparc: Use ctpop helper
` [Qemu-devel] [PATCH v4 59/64] target-tilegx: "
` [Qemu-devel] [PATCH v4 60/64] target-i386: "
` [Qemu-devel] [PATCH v4 61/64] qemu/host-utils.h: Reduce the operation count in the fallback ctpop
` [Qemu-devel] [PATCH v4 63/64] tcg/ppc: Handle ctpop opcode

[mm v2 0/3] Support memory cgroup hotplug
 2016-11-23 13:05 UTC  (8+ messages)

[U-Boot] [RFC PATCH 1/1] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector
 2016-11-23 13:04 UTC 

[PATCH v1] libxl: Make an ACPI support build for ARM64 configurable
 2016-11-23 13:03 UTC  (3+ messages)

[PATCH 0/3] minor build fixes
 2016-11-23 13:02 UTC  (4+ messages)
` [PATCH 1/3] powerpc/64e: convert cmpi to cmpwi in head_64.S
` [PATCH 2/3] powerpc: allow compilation on cross-endian toolchain
` [PATCH 3/3] powerpc/64e: don't branch to dot symbols

[PATCH] mmc: delete is_first_req parameter from pre-request callback
 2016-11-23 13:02 UTC  (2+ messages)

[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
 2016-11-23 13:01 UTC  (24+ messages)
` [PATCH v9 01/11] arm/arm64: vgic: Implement support for userspace access
` [PATCH v9 02/11] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v9 03/11] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v9 04/11] irqchip/gic-v3: Add missing system register definitions
` [PATCH v9 05/11] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v9 06/11] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v9 07/11] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v9 08/11] arm/arm64: Documentation: Update arm-vgic-v3.txt
` [PATCH v9 09/11] arm: coproc: Drop const from coproc reg access function
` [PATCH v9 10/11] arm: coproc: Introduce find_coproc_reg_by_id()
` [PATCH v9 11/11] arm: vgic: Save and restore GICv3 CPU interface regs for AArch32

[U-Boot] [PATCH v2 0/4] dm: Update on serial driver progress
 2016-11-23 13:01 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] serial: Update docs to indicate mcfuart supports DM_SERIAL
` [U-Boot] [PATCH v2 2/4] arm: Remove smdk2410 board
` [U-Boot] [PATCH v2 3/4] arm: Remove VCMA9 board
` [U-Boot] [PATCH v2 4/4] serial: Drop the s3c24x0 serial driver

[kvm-unit-tests PATCH v6 00/11] arm/arm64: add gic framework
 2016-11-23 13:01 UTC  (9+ messages)
` [kvm-unit-tests PATCH v6 10/11] arm/arm64: gicv3: add an IPI test
    ` [Qemu-devel] "
` [kvm-unit-tests PATCH v6 11/11] arm/arm64: gic: don't just use zero
    ` [Qemu-devel] "

what is the current equivalent for the apache "mod_auth_tkt" module?
 2016-11-23 13:00 UTC 

[PATCH 1/4] locking/ww_mutex: Fix a deadlock affecting ww_mutexes
 2016-11-23 13:00 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/4] kvm-unit-tests: add first GIC MMIO tests
 2016-11-23 13:00 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/4] arm/arm64: GIC: basic GICv2 "
  ` [Qemu-devel] "

[PATCH i-g-t 0/4 v6] Convert sh scripts to C variants
 2016-11-23 12:58 UTC  (3+ messages)
` [PATCH i-g-t 4/4 v6] tests/kms_sysfs_edid_timing: Convert sh to C version

[PATCH] maintainers: update testpmd maintainers
 2016-11-23 12:58 UTC  (2+ messages)

[Buildroot] [PATCH v4 00/18] Reproducible builds
 2016-11-23 12:58 UTC  (19+ messages)
` [Buildroot] [PATCH v4 01/18] reproducibility: generate SOURCE_DATE_EPOCH
` [Buildroot] [PATCH v4 02/18] reproducible: fix DATE/TIME macros in toolchain-wrapper
` [Buildroot] [PATCH v4 03/18] reproducible: add '-n' to gzip invocations
` [Buildroot] [PATCH v4 04/18] fs/tar: make results reproducible
` [Buildroot] [PATCH v4 05/18] reproducibility/linux: override build timestamp
` [Buildroot] [PATCH v4 06/18] reproducibility/linux: inhibit build-id
` [Buildroot] [PATCH v4 07/18] reproducibility/busybox: disable build timestamps
` [Buildroot] [PATCH v4 08/18] reproducible: lock modification times in $TARGET_DIR
` [Buildroot] [PATCH v4 09/18] fakedate: new package
` [Buildroot] [PATCH v4 10/18] core: do not reset DEPENDENCIES_HOST_PREREQ in dependencies.mk
` [Buildroot] [PATCH v4 11/18] reproducible: enable fakedate
` [Buildroot] [PATCH v4 12/18] pycompile: allow to force compilation
` [Buildroot] [PATCH v4 13/18] python2: generate reproducible .pyc
` [Buildroot] [PATCH v4 14/18] python3: "
` [Buildroot] [PATCH v4 15/18] python2: remove full path from .pyc
` [Buildroot] [PATCH v4 16/18] python3: "
` [Buildroot] [PATCH v4 17/18] reproducible: improve help text
` [Buildroot] [PATCH v4 18/18] reproducible: fix coding style

[PATCH 00/16] Kernel lockdown
 2016-11-23 12:58 UTC  (5+ messages)
  ` [PATCH] Lock down drivers that can have io ports, io mem, irqs and dma changed

[LTP] [PATCH 1/3] ltp/numa: waiting for numastat refresh
 2016-11-23 12:57 UTC  (2+ messages)

[PATCH v9 00/16] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2016-11-23 12:49 UTC  (7+ messages)

[Buildroot] [Bug 9386] New: ubinize fails with or without custom config
 2016-11-23 12:56 UTC  (3+ messages)
` [Buildroot] [Bug 9386] "

[PATCH] examples: fix ip_pipeline makefile typo
 2016-11-23 12:56 UTC 

[U-Boot] [PATCH v3 0/4] serial: pxa: kconfig and optional driver model integration
 2016-11-23 12:55 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-pxa/master
 2016-11-23 12:54 UTC 

[Buildroot] [PATCH v3 00/18] Reproducible builds
 2016-11-23 12:54 UTC  (3+ messages)

[RFC 0/2] GFP_NOFAIL cleanups
 2016-11-23 12:35 UTC  (4+ messages)
` [RFC 2/2] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically

[PATCH 0/7] efi: Pass secure boot mode to kernel [ver #3]
 2016-11-23 12:54 UTC  (18+ messages)
` [PATCH 1/7] efi: use typed function pointers for runtime services table "
` [PATCH 2/7] x86/efi: Allow invocation of arbitrary runtime services "
` [PATCH 3/7] arm/efi: "
` [PATCH 4/7] efi: Add SHIM and image security database GUID definitions "
` [PATCH 5/7] efi: Get the secure boot status "
` [PATCH 6/7] efi: Disable secure boot if shim is in insecure mode "
` [PATCH 7/7] efi: Add EFI_SECURE_BOOT bit "

[xen-4.4-testing baseline-only test] 68083: tolerable FAIL
 2016-11-23 12:53 UTC 

[U-Boot] [PATCH] post: cosmetic: fix typo
 2016-11-23 12:52 UTC 

[PATCH] [trivial][linux-next] treewide: Fix typos in printk
 2016-11-23 12:51 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl: sx150x: set multiple pins at once
 2016-11-23 10:18 UTC  (2+ messages)
` [PATCH v2 1/2] pinctrl: sx150x: various spelling fixes and some white-space cleanup

[PATCH v2 0/7] mmc: core: Re-work CMD13 polling method for CMD6 for mmc
 2016-11-23 12:50 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: add bkops-enable command
 2016-11-23 12:50 UTC  (9+ messages)
` [U-Boot] "

[PATCH] net: fix bogus cast in skb_pagelen() and use unsigned variables
 2016-11-23 12:49 UTC  (2+ messages)

[PATCH 0/2] mmc: sdhci-pci: Add GLK support and misc
 2016-11-23 12:49 UTC  (2+ messages)

[PATCH] drm: check for NULL parameter in exported drm_get_format_name() function
 2016-11-23 12:47 UTC  (7+ messages)
` [PATCH v2] "

[Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts
 2016-11-23 12:46 UTC  (2+ messages)
` [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1

[PATCH v6 0/2] Input: synaptics-rmi4 - F34 device reflash support
 2016-11-23 12:46 UTC  (5+ messages)
` [PATCH v6 1/2] Input: synaptics-rmi4 - add support for F34 device reflash

[v7 0/3] plumb kvm/vfio to notify kvm:group attach/detach
 2016-11-23 12:45 UTC  (13+ messages)
` [v7 2/3] vfio: support notifier chain in vfio_group

Tearing down DMA transfer setup after DMA client has finished
 2016-11-23 12:41 UTC  (4+ messages)

[PATCH] flowcache: Increase threshold for refusing new allocations
 2016-11-23 12:42 UTC  (2+ messages)

[PATCH] lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()
 2016-11-23 12:41 UTC  (2+ messages)

[PATCH] drm/i915: Moving scaler numbers to runtime init
 2016-11-23 12:42 UTC  (4+ messages)
` [PATCH] drm/i915: Moving no of scalers initialization "

[net-next PATCH v3] net: dummy: Introduce dummy virtual functions
 2016-11-23 12:41 UTC 

[Qemu-devel] [PATCH v6 1/4] kernel: Add definitions for GICv3 attributes
 2016-11-23 12:39 UTC  (4+ messages)
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v6 4/4] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
  ` [Qemu-devel] "

[git pull] Renesas RZ/G1M and RZ/G1E CPG Core Clock Definitions
 2016-11-23 12:39 UTC  (2+ messages)

[PATCH] nis/opencv: Update getVar/setVar syntax
 2016-11-23 12:39 UTC 

[distros-debian-squeeze test] 68084: tolerable FAIL
 2016-11-23 12:39 UTC 

ir-keytable: infinite loops, segfaults
 2016-11-23 12:39 UTC  (9+ messages)

[PATCH KERNEL] xen/events: use xen_vcpu_id mapping for EVTCHNOP_status
 2016-11-23 12:38 UTC 

[PATCH KERNEL] xen/events: use xen_vcpu_id mapping for EVTCHNOP_status
 2016-11-23 12:38 UTC 

[PATCH 1/2] ASoC: uda1380: Remove unused DAI ID defines
 2016-11-23 12:38 UTC  (2+ messages)
` Applied "ASoC: uda1380: Remove unused DAI ID defines" to the asoc tree

[PATCH 2/2] ASoC: uda1380: Request GPIOs at bus probe time
 2016-11-23 12:38 UTC  (2+ messages)
` Applied "ASoC: uda1380: Request GPIOs at bus probe time" to the asoc tree

[Patch v1 2/2] spi: imx: add devicetree binding for lpspi
 2016-11-23 12:38 UTC  (2+ messages)
  ` Applied "spi: imx: add devicetree binding for lpspi" to the spi tree


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.