All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-15 15:51:04 to 2016-02-15 16:20:48 UTC [more...]

post-receive: pub/scm/linux/kernel/git/zohar/linux-integrity
 2016-02-15 16:20 UTC 

[PATCH v2 1/2] hvm/vmx: save dr7 during vmx_vmcs_save
 2016-02-15 16:19 UTC  (8+ messages)
` [PATCH v2 2/2] vm_event: consolidate hvm_event_fill_regs and p2m_vm_event_fill_regs

[RFC][PATCH 00/12] various perf fixes
 2016-02-15 16:17 UTC  (12+ messages)

[PATCH 00/14] Scheduling related tracing improvements
 2016-02-15 16:18 UTC  (5+ messages)
` [PATCH 01/14] xen: sched: __runq_tickle takes a useless cpu parameter
` [PATCH 02/14] xen: sched: move up the trace record for vcpu_wake and vcpu_sleep

[PATCH] drm/i915/BXT: Configure DSI after enabling DSI pll
 2016-02-15 16:18 UTC  (4+ messages)

[U-Boot] [PATCH] cmd: gpio: Fix 'set' regression
 2016-02-15 16:16 UTC  (2+ messages)

[PATCH v2 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function
 2016-02-15 16:16 UTC  (5+ messages)
` [PATCH v2 10/17] drm/imx: removed "

GPIO regression in Linux next caused by syscon change
 2016-02-15 16:16 UTC  (7+ messages)

[Bug 112491] New: Radeon: HD 7400G / A4-4355M System overheats with 3D graphics active
 2016-02-15 16:15 UTC  (4+ messages)
` [Bug 112491] "

post-receive: pub/scm/linux/kernel/git/luto/linux
 2016-02-15 16:15 UTC 

[PATCH] arm: dts: AM57XX: Correct the thermal thresholds
 2016-02-15 16:13 UTC  (10+ messages)

[PATCH v3 0/2] Vm-events: move monitor vm-events code to common-side
 2016-02-15 16:15 UTC  (8+ messages)
` [PATCH v3 2/2] xen/vm-events: Move parts of monitor_domctl "

[PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to rel-1.9.1
 2016-02-15 16:13 UTC  (2+ messages)

[PATCH 0/7] USB changes for rare warnings
 2016-02-15 16:12 UTC  (5+ messages)
` [PATCH 3/7] usb: gadget: pxa25x_udc: use readl/writel for mmio

libiio and unindexed channel
 2016-02-15 16:13 UTC 

[Buildroot] libcapn build failure
 2016-02-15 16:13 UTC 

[patch added to 3.12-stable] USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable
 2016-02-15 16:12 UTC  (19+ messages)
` [patch added to 3.12-stable] USB: cp210x: add ID for IAI USB to RS485 adaptor
` [patch added to 3.12-stable] USB: serial: option: Adding support for Telit LE922
` [patch added to 3.12-stable] USB: option: fix Cinterion AHxx enumeration
` [patch added to 3.12-stable] tty: Fix GPF in flush_to_ldisc()
` [patch added to 3.12-stable] tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)
` [patch added to 3.12-stable] xhci: fix usb2 resume timing and races
` [patch added to 3.12-stable] ext4: Fix handling of extended tv_sec
` [patch added to 3.12-stable] crypto: af_alg - Disallow bind/setkey/... after accept(2)
` [patch added to 3.12-stable] crypto: af_alg - Fix socket double-free when accept fails
` [patch added to 3.12-stable] AHCI: Fix softreset failed issue of Port Multiplier
` [patch added to 3.12-stable] libata: disable forced PORTS_IMPL for >= AHCI 1.3
` [patch added to 3.12-stable] ahci: Intel DNV device IDs SATA
` [patch added to 3.12-stable] crypto: algif_hash - wait for crypto_ahash_init() to complete
` [patch added to 3.12-stable] EVM: Use crypto_memneq() for digest comparisons
` [patch added to 3.12-stable] crypto: user - lock crypto_alg_list on alg dump
` [patch added to 3.12-stable] FS-Cache: Increase reference of parent after registering, netfs success
` [patch added to 3.12-stable] FS-Cache: Don't override netfs's primary_index if registering failed
` [patch added to 3.12-stable] binfmt_elf: Don't clobber passed executable's file header

arm qemu test failures due to 'driver-core: platform: probe of-devices only using list of compatibles'
 2016-02-15 16:12 UTC  (5+ messages)

[patch added to 3.12-stable] usb: hub: do not clear BOS field during reset device
 2016-02-15 16:12 UTC 

[Qemu-devel] [PATCH v3 00/26] Support LUKS encryption in block devices
 2016-02-15 16:10 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 01/26] crypto: add cryptographic random byte source
` [Qemu-devel] [PATCH v3 02/26] crypto: add support for PBKDF2 algorithm
` [Qemu-devel] [PATCH v3 03/26] crypto: add support for generating initialization vectors
` [Qemu-devel] [PATCH v3 04/26] crypto: add support for anti-forensic split algorithm
` [Qemu-devel] [PATCH v3 05/26] crypto: skip testing of unsupported cipher algorithms
` [Qemu-devel] [PATCH v3 06/26] crypto: add support for the cast5-128 cipher algorithm
` [Qemu-devel] [PATCH v3 07/26] crypto: add support for the serpent "
` [Qemu-devel] [PATCH v3 08/26] crypto: add support for the twofish "
` [Qemu-devel] [PATCH v3 09/26] crypto: import an implementation of the XTS cipher mode
` [Qemu-devel] [PATCH v3 10/26] crypto: refactor code for dealing with AES cipher
` [Qemu-devel] [PATCH v3 11/26] crypto: wire up XTS mode for cipher APIs
` [Qemu-devel] [PATCH v3 12/26] crypto: add block encryption framework
` [Qemu-devel] [PATCH v3 13/26] crypto: implement the LUKS block encryption format
` [Qemu-devel] [PATCH v3 14/26] block: add flag to indicate that no I/O will be performed
` [Qemu-devel] [PATCH v3 15/26] qemu-img/qemu-io: don't prompt for passwords if not required
` [Qemu-devel] [PATCH v3 16/26] tests: redirect stderr to stdout for iotests
` [Qemu-devel] [PATCH v3 17/26] tests: refactor python I/O tests helper main method
` [Qemu-devel] [PATCH v3 18/26] tests: add output filter to python I/O tests helper
` [Qemu-devel] [PATCH v3 19/26] block: add generic full disk encryption driver
` [Qemu-devel] [PATCH v3 20/26] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v3 21/26] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v3 22/26] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v3 23/26] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v3 24/26] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v3 25/26] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v3 26/26] block: remove support for legecy AES qcow/qcow2 encryption

[patch added to 3.12-stable] Revert "ocfs2: fix umask ignored issue"
 2016-02-15 16:10 UTC  (48+ messages)
` [patch added to 3.12-stable] proc: actually make proc_fd_permission() thread-friendly
` [patch added to 3.12-stable] remoteproc: avoid stack overflow in debugfs file
` [patch added to 3.12-stable] fat: fix fake_offset handling on error path
` [patch added to 3.12-stable] kernel/signal.c: unexport sigsuspend()
` [patch added to 3.12-stable] ocfs2/dlm: ignore cleaning the migration mle that is inuse
` [patch added to 3.12-stable] ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
` [patch added to 3.12-stable] sh64: fix __NR_fgetxattr
` [patch added to 3.12-stable] Revert "dm mpath: fix stalls when handling invalid ioctls"
` [patch added to 3.12-stable] spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word
` [patch added to 3.12-stable] spi: ti-qspi: Fix data corruption seen on r/w stress test
` [patch added to 3.12-stable] spi: fix parent-device reference leak
` [patch added to 3.12-stable] wlcore/wl12xx: spi: fix oops on firmware load
` [patch added to 3.12-stable] wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)
` [patch added to 3.12-stable] vTPM: fix memory allocation flag for rtce buffer at kernel boot
` [patch added to 3.12-stable] mtd: mtdpart: fix add_mtd_partitions error path
` [patch added to 3.12-stable] tracing: Fix setting of start_index in find_next()
` [patch added to 3.12-stable] jbd2: Fix unreclaimed pages after truncate in data=journal mode
` [patch added to 3.12-stable] fix calculation of meta_bg descriptor backups
` [patch added to 3.12-stable] parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
` [patch added to 3.12-stable] parisc: Fix syscall restarts
` [patch added to 3.12-stable] parisc: Fix __ARCH_SI_PREAMBLE_SIZE
` [patch added to 3.12-stable] v4l2-compat-ioctl32: fix alignment for ARM64
` [patch added to 3.12-stable] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finish
` [patch added to 3.12-stable] fix sysvfs symlinks
` [patch added to 3.12-stable] ALSA: usb-audio: Fix TEAC UD-501/UD-503/NT-503 usb delay
` [patch added to 3.12-stable] ALSA: usb-audio: avoid freeing umidi object twice
` [patch added to 3.12-stable] ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures
` [patch added to 3.12-stable] ALSA: dummy: Disable switching timer backend via sysfs
` [patch added to 3.12-stable] ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()
` [patch added to 3.12-stable] ALSA: rawmidi: Remove kernel WARNING for NULL user-space buffer check
` [patch added to 3.12-stable] ALSA: rawmidi: Fix race at copying & updating the position
` [patch added to 3.12-stable] ALSA: pcm: Fix potential deadlock in OSS emulation
` [patch added to 3.12-stable] ASoC: dpcm: fix the BE state on hw_free
` [patch added to 3.12-stable] ALSA: seq: Fix yet another races among ALSA timer accesses
` [patch added to 3.12-stable] ALSA: seq: Fix race at closing in virmidi driver
` [patch added to 3.12-stable] ALSA: seq: Fix lockdep warnings due to double mutex locks
` [patch added to 3.12-stable] ALSA: timer: Code cleanup
` [patch added to 3.12-stable] ALSA: timer: Fix leftover link at closing
` [patch added to 3.12-stable] ALSA: timer: Fix link corruption due to double start or stop
` [patch added to 3.12-stable] ALSA: timer: Fix wrong instance passed to slave callbacks
` [patch added to 3.12-stable] ALSA: timer: Fix race between stop and interrupt
` [patch added to 3.12-stable] ALSA: hda - Add fixup for Mac Mini 7,1 model
` [patch added to 3.12-stable] ALSA: hda - Fix static checker warning in patch_hdmi.c
` [patch added to 3.12-stable] ALSA: hda - Fix speaker output from VAIO AiO machines
` [patch added to 3.12-stable] ALSA: dummy: Implement timer backend switching more safely
` [patch added to 3.12-stable] saa7134-alsa: Only frees registered sound cards
` [patch added to 3.12-stable] USB: serial: visor: fix crash on detecting device without write_urbs

[PATCH v4 00/23] arm64: Virtualization Host Extension support
 2016-02-15 16:10 UTC  (4+ messages)
` [PATCH v4 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature

[PATCH 3.12 00/64] 3.12.54-stable review
 2016-02-15 16:10 UTC  (4+ messages)

git workflow and http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches
 2016-02-15 16:10 UTC  (3+ messages)

[PATCH RFC v2 00/30] x86: Improvements to cpuid handling for guests
 2016-02-15 16:09 UTC  (11+ messages)
` [PATCH v2 11/30] xen/x86: Calculate maximum host and guest featuresets
` [PATCH v2 12/30] xen/x86: Generate deep dependencies of features

[PATCH 07/12] drm/i915: GEM operations need to be done under the big lock
 2016-02-15 16:09 UTC  (4+ messages)
` [PATCH v4 "

post-receive: pub/scm/linux/kernel/git/jirislaby/linux-stable
 2016-02-15 16:08 UTC 

[PATCH v6 0/3] Enable X-Gene standby GPIO as interrupt controller
 2016-02-15 16:08 UTC  (6+ messages)
` [PATCH v6 2/3] Documentation: gpio: Update description for X-Gene standby GPIO controller DTS binding

[git pull] stm class/intel_th: Updates for char-misc-next
 2016-02-15 16:08 UTC 

[PATCH] staging: fbtft: Fix block comment coding style
 2016-02-15 16:08 UTC 

Error while doing ./alsa-utils-alsa-compile.sh --driver --kmodules'
 2016-02-15 16:07 UTC 

[PATCH 1/2] mm: introduce page reference manipulation functions
 2016-02-15 16:07 UTC  (4+ messages)
` [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation

[U-Boot] [PATCH v4 0/6] add dma uclass implementation and adopt ti-edma3 to it
 2016-02-15 16:07 UTC  (3+ messages)

[dm-crypt] Yet another header reconstruction question
 2016-02-15 16:07 UTC 

[PATCH 0/5] Assorted reviewed patches for CI run
 2016-02-15 16:06 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for "

[meta-webserver][PATCH] nginx: update to 1.9.11
 2016-02-15 16:07 UTC 

[xen-unstable-smoke test] 82684: tolerable all pass - PUSHED
 2016-02-15 16:06 UTC 

Finding when a chip was supported in the kernel
 2016-02-15 16:06 UTC  (4+ messages)

Fwd: Feature request: A user-space program listing versioning history of a specified file
 2016-02-15 16:06 UTC  (4+ messages)
`  "

[lkp] [printk] af097cab1b: EIP is at vprintk_emit+0xab2/0xb5c
 2016-02-15 16:04 UTC  (3+ messages)
  `  "

[PATCH 1/3] ARM: zynq: Move early printk virtual address to vmalloc area
 2016-02-15 16:05 UTC  (7+ messages)
` [PATCH 2/3] serial: xuartps: Enable OF earlycon support
` [PATCH 3/3] ARM: zynq: Use earlycon instead of earlyprintk

Distributed Process Scheduling Algorithm
 2016-02-15 16:05 UTC 

Discuss GVT context hacks in i915
 2016-02-15 16:03 UTC 

[Qemu-devel] [PATCH 0/3] qemu-iotests: fix 140 on s390x
 2016-02-15 16:03 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] qdev-monitor: add missing aliases for virtio-{9p, balloon, rng, scsi}

[PATCH 0/2] GPIO: Clean up asm/gpio.h
 2016-02-15 16:03 UTC  (8+ messages)
` [PATCH 0/4] clean up irq_to_gpio and asm/gpio.h
  ` [PATCH 1/4] gpio: remove broken irq_to_gpio() interface
  ` [PATCH 4/4] ARM: remove asm/gpio.h

[REGRESSION] i915: No HDMI output with 4.4
 2016-02-15  8:55 UTC  (11+ messages)

[PATCH net-next 0/3] lwtunnel: autoload of lwt modules
 2016-02-15 16:02 UTC  (3+ messages)
` [PATCH net-next 1/3] "

[U-Boot] [Regression] gpio set command broken
 2016-02-15 16:02 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2016-02-15 16:01 UTC 

[Qemu-devel] [PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-02-15 15:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI

[PATCH net] pppoe: fix reference counting in PPPoE proxy
 2016-02-15 16:01 UTC 

[U-Boot] [PATCH 1/6] net: gem: Add support for reading MAC from I2C EEPROM
 2016-02-15 16:01 UTC  (5+ messages)

ceph branch status
 2016-02-15 16:00 UTC 

sctp: bad hash index calculation
 2016-02-15 15:59 UTC  (6+ messages)

[REGRESSION, bisected] 4.5rc4 sound fsl-soc
 2016-02-15 15:59 UTC  (3+ messages)

[PATCH] apmd: fix build with static libraries disabled
 2016-02-15 15:56 UTC 

[PATCH DDX 0/7] Some issues found with Klockwork
 2016-02-15 15:56 UTC  (6+ messages)
` [PATCH 1/7] device: prevent a NULL pointer dereference in __intel_peek_fd

[Qemu-devel] [V4 0/4] AMD IO MMU
 2016-02-15 15:55 UTC  (5+ messages)
` [Qemu-devel] [V4 1/4] hw/i386: Introduce "

[PATCH 00/15] Add a plugin for Exynos4 camera
 2016-02-15 15:55 UTC  (3+ messages)
` [PATCH 07/15] mediactl: libv4l2subdev: add VYUY8_2X8 mbus code

[PATCH] ALSA: hda - Cancel probe work instead of flush at remove
 2016-02-15 15:54 UTC 

[Qemu-devel] trace: timestamps, core IDs, and file creation
 2016-02-15 15:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH] trace: only create simple backend trace files when an event is emitted

echo dev > /sys/fs/bcache/register gives page allocation failure: order:4, mode:0x2040d0
 2016-02-15 15:45 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 00/10] Make qemu-img/qemu-nbd/qemu-io CLI more flexible
 2016-02-15 15:53 UTC  (2+ messages)

[RFC PATCH 0/4] clk: sunxi: fix DT compatibility issues
 2016-02-15 15:52 UTC  (7+ messages)
` [linux-sunxi] "
  ` (Still) breaking DT compatibility (was: [RFC PATCH 0/4] clk: sunxi: fix DT compatibility issues)
    ` [linux-sunxi] (Still) breaking DT compatibility
      ` Allwinner A64 MMC support
        ` [linux-sunxi] "

[PATCH v8 0/5] libbxl: add support for pvscsi, iteration 8
 2016-02-15 15:52 UTC  (7+ messages)
` [PATCH v8 3/5] libxl: add support for vscsi

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2016-02-15 15:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2016-02-15 15:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2016-02-15 15:51 UTC 

[PATCH] arm/arm64/crypto: assure that ECB modes don't require an IV
 2016-02-15 15:51 UTC  (4+ 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.