All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-23 12:20:45 to 2016-11-23 13:02:44 UTC [more...]

[Qemu-devel] [PATCH v4 00/64] tcg 2.9 patch queue
 2016-11-23 13:01 UTC  (6+ 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

[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  (6+ messages)
` [PATCH i-g-t 1/4 v6] lib/{igt_sysfs, igt_aux}: Make available to other users kick_fbcon() (unbind_fbcon()), and added helpers to lib/igt_aux, lib/igt_kmod
` [PATCH i-g-t 2/4 v6] lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter
` [PATCH i-g-t 3/4 v6] tests/drv_module_reload: Convert sh script to C version
` [PATCH i-g-t 4/4 v6] tests/kms_sysfs_edid_timing: Convert sh "

[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  (4+ 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  (5+ 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  (8+ 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

[PATCH v1] libxl: Make an ACPI support build for ARM64 configurable
 2016-11-23 12:45 UTC  (2+ messages)

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

[PATCH u-boot 0/5] Aspeed I2C driver, using Driver Model
 2016-11-23 12:28 UTC  (3+ messages)
` [U-Boot] "

[PATCH 0/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code
 2016-11-23 12:36 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] mmc: sd: Meet alignment requirements for raw_ssr DMA
 2016-11-23 12:36 UTC  (4+ messages)

Understanding Toaster
 2016-11-23 12:36 UTC  (3+ messages)

[LTP] [PATCH] cgroup: fix mount errors on cgroup subsys
 2016-11-23 12:35 UTC  (2+ messages)

[git pull] soc_device_match() interface for matching against soc_bus attributes
 2016-11-23 12:32 UTC  (2+ messages)

[GIT PULL] DWMMC controller for next
 2016-11-23 12:31 UTC  (5+ messages)

IEEE-754 Float to int
 2016-11-23 12:30 UTC  (5+ messages)

[PATCH] PCI: Add information about describing PCI in ACPI
 2016-11-23 12:30 UTC  (6+ messages)

[PATCH V3 0/9] PM / OPP: Multiple regulator support
 2016-11-23 12:29 UTC  (7+ messages)

[lustre-devel] [bug report] staging: add Lustre file system client support
 2016-11-23 12:29 UTC 

[PATCH] CodeSamples: Fix typo of "acquire"
 2016-11-23 12:29 UTC 

[PATCH] v4l: vsp1: Prevent commencing pipelines before they are setup
 2016-11-23 12:28 UTC  (2+ messages)

[PATCH v2 XSA-followup for-4.8] libelf: fix symtab/strtab loading for 32bit domains
 2016-11-23 12:27 UTC 

[Buildroot] [PATCH/next] toolchain-external: support gcc < 4.3
 2016-11-23 12:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] xen_disk: split discard input to match internal representation
 2016-11-23 12:27 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.8 "

[RFC PATCH] xhci: Fix memory use after free in xhci_free_virt_device
 2016-11-23 12:24 UTC  (2+ messages)
` [RFT PATCH 1/1] xhci: free xhci virtual devices with leaf nodes first

[PATCH v2 5/5] MIPS: OCTEON: Enable KASLR
 2016-11-23 12:26 UTC  (2+ messages)

[PATCH] conf: conf: Remove redundant toasterconf.json file
 2016-11-23 12:26 UTC  (2+ messages)

[PATCH v2 XSA-followup for-4.8] libelf: fix symtab/strtab loading for 32bit domains
 2016-11-23 12:26 UTC 

[PATCH 0/5] Enable KASLR for OCTEON platforms
 2016-11-23 12:26 UTC  (3+ messages)

[PATCH v3 0/3] da8xx: fix section mismatch in new drivers
 2016-11-23 12:25 UTC  (5+ messages)
` [PATCH v3 1/3] bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name()

[PATCH] Fixes to build-system (make src-tarball-release)
 2016-11-23 12:25 UTC  (6+ messages)
` [PATCH 1/2] build system: Include SeaBIOS and TianoCore directory

[PATCH v3 1/2] usb: host: plat: Enable xhci plat runtime PM
 2016-11-23 12:24 UTC  (2+ messages)
` [PATCH v3 2/2] usb: dwc3: core: Support the dwc3 host suspend/resume

[PATCH 1/2] conf: Remove redundant toasterconf.json file
 2016-11-23 12:24 UTC  (2+ messages)
` [PATCH 2/2] oe-selftest: toaster Remove redundant Toaster test

[PATCH] fsck.f2fs: flush curseg sit entries
 2016-11-23 12:40 UTC 

[PATCH v2 0/2] ARM64: dts: Add support for Meson GXM
 2016-11-23 12:23 UTC  (6+ messages)
` [PATCH v2 1/2] "

[Qemu-devel] [RFC PATCH] throttle: move throttling cmdline options to a separate header file
 2016-11-23 12:22 UTC  (6+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2016-11-23 12:22 UTC  (2+ messages)

[LTP] [PATCH] fs_racer: cleanup
 2016-11-23 12:21 UTC  (2+ messages)

[PATCH v5 2/3] Added document containing governance related todo list
 2016-11-23 12:20 UTC  (2+ messages)
` [PATCH v5 3/3] Significant changes to decision making; some new roles and minor changes


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.