All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-27 11:47:00 to 2016-05-27 13:01:28 UTC [more...]

[Qemu-devel] [PULL v2 00/38] linux-user pull request
 2016-05-27 13:00 UTC  (38+ messages)
` [Qemu-devel] [PULL v2 01/38] linux-user: Check array bounds in errno conversion
` [Qemu-devel] [PULL v2 02/38] linux-user: Consistently return host errnos from do_openat()
` [Qemu-devel] [PULL v2 03/38] linux-user: Reindent signal handling
` [Qemu-devel] [PULL v2 04/38] linux-user: Define TARGET_ERESTART* errno values
` [Qemu-devel] [PULL v2 05/38] linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
` [Qemu-devel] [PULL v2 06/38] linux-user: Support for restarting system calls for x86 targets
` [Qemu-devel] [PULL v2 07/38] linux-user: Support for restarting system calls for ARM targets
` [Qemu-devel] [PULL v2 08/38] linux-user: Support for restarting system calls for MIPS targets
` [Qemu-devel] [PULL v2 09/38] linux-user: Support for restarting system calls for PPC targets
` [Qemu-devel] [PULL v2 10/38] linux-user: Support for restarting system calls for SPARC targets
` [Qemu-devel] [PULL v2 11/38] linux-user: Support for restarting system calls for SH4 targets
` [Qemu-devel] [PULL v2 12/38] linux-user: Support for restarting system calls for Alpha targets
` [Qemu-devel] [PULL v2 13/38] linux-user: Support for restarting system calls for UniCore32 targets
` [Qemu-devel] [PULL v2 14/38] linux-user: Support for restarting system calls for OpenRISC targets
` [Qemu-devel] [PULL v2 15/38] linux-user: Support for restarting system calls for M68K targets
` [Qemu-devel] [PULL v2 16/38] linux-user: Support for restarting system calls for S390 targets
` [Qemu-devel] [PULL v2 17/38] linux-user: Support for restarting system calls for CRIS targets
` [Qemu-devel] [PULL v2 18/38] linux-user: Support for restarting system calls for tilegx targets
` [Qemu-devel] [PULL v2 19/38] linux-user: Set r14 on exit from microblaze syscall
` [Qemu-devel] [PULL v2 20/38] linux-user: Support for restarting system calls for Microblaze targets
` [Qemu-devel] [PULL v2 21/38] linux-user: Add debug code to exercise restarting system calls
` [Qemu-devel] [PULL v2 22/38] linux-user: Provide safe_syscall for fixing races between signals and syscalls
` [Qemu-devel] [PULL v2 23/38] linux-user: Use safe_syscall for read and write system calls
` [Qemu-devel] [PULL v2 24/38] linux-user: Use safe_syscall for open and openat "
` [Qemu-devel] [PULL v2 25/38] linux-user: Use safe_syscall for wait "
` [Qemu-devel] [PULL v2 26/38] linux-user: Use safe_syscall for execve syscall
` [Qemu-devel] [PULL v2 27/38] linux-user: Use safe_syscall for pselect, select syscalls
` [Qemu-devel] [PULL v2 28/38] linux-user: Use safe_syscall for futex syscall
` [Qemu-devel] [PULL v2 29/38] linux-user: Handle negative values in timespec conversion
` [Qemu-devel] [PULL v2 30/38] linux-user: Handle msgrcv error case correctly
` [Qemu-devel] [PULL v2 31/38] linux-user: Use g_try_malloc() in do_msgrcv()
` [Qemu-devel] [PULL v2 32/38] linux-user: x86_64: Don't use 16-bit UIDs
` [Qemu-devel] [PULL v2 33/38] linux-user: Use direct syscalls for setuid(), etc
` [Qemu-devel] [PULL v2 34/38] linux-user: arm: Remove ARM_cpsr and similar #defines
` [Qemu-devel] [PULL v2 35/38] linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
` [Qemu-devel] [PULL v2 36/38] linux-user/signal.c: Use target address instead of host address for microblaze restorer
` [Qemu-devel] [PULL v2 37/38] linux-user/signal.c: Use s390 target space address instead of host space

[Qemu-devel] [PULL 00/14] docker queue
 2016-05-27 13:00 UTC  (4+ messages)

[Qemu-devel] [virtio-net] migration
 2016-05-27 12:59 UTC 

exporting kernel headers via the include/uapi directory
 2016-05-27 12:59 UTC  (3+ messages)

[Radosgw-keystone] NSS with non-PKI keystone
 2016-05-27 12:57 UTC 

State of bitbake world 2016-05-24
 2016-05-27 12:57 UTC 

[PATCH v3 0/5] support rockchip dwc3 driver
 2016-05-27 12:54 UTC  (4+ messages)
` [PATCH v3 2/5] usb: dwc3: add dis_u2_freeclk_exists_quirk

[PATCH v2 0/8] Input: atmel_mxt_ts - output raw touch diagnostic data via V4L
 2016-05-27 12:56 UTC  (8+ messages)
` [PATCH v2 2/8] [media] Add signed 16-bit pixel format
` [PATCH v2 4/8] Input: atmel_mxt_ts - output diagnostic debug via v4l2 device
` [PATCH v2 8/8] Input: atmel_mxt_ts - add support for reference data

[PATCH 00/15] mtd: nand: allow vendor specific detection/initialization
 2016-05-27 12:55 UTC  (16+ messages)
` [PATCH 01/15] mtd: nand: get rid of the mtd parameter in all auto-detection functions
` [PATCH 02/15] mtd: nand: store nand ID in struct nand_chip
` [PATCH 03/15] mtd: nand: get rid of busw parameter
` [PATCH 04/15] mtd: nand: rename nand_get_flash_type() into nand_detect()
` [PATCH 05/15] mtd: nand: add vendor specific initialization step
` [PATCH 06/15] mtd: nand: kill the MTD_NAND_IDS Kconfig option
` [PATCH 07/15] mtd: nand: move samsung specific initialization in nand_samsung.c
` [PATCH 08/15] mtd: nand: move hynix specific initialization in nand_hynix.c
` [PATCH 09/15] mtd: nand: move toshiba specific initialization in nand_toshiba.c
` [PATCH 10/15] mtd: nand: move micron specific initialization in nand_micron.c
` [PATCH 11/15] mtd: nand: move AMD/Spansion specific initialization in nand_amd.c
` [PATCH 12/15] mtd: nand: move Macronix specific initialization in nand_macronix.c
` [PATCH 13/15] mtd: nand: samsung: retrieve ECC requirements from extended ID
` [PATCH 14/15] mtd: nand: hynix: rework NAND ID decoding to extract more information
` [PATCH 15/15] mtd: nand: hynix: add read-retry support for 1x nm MLC NANDs

[PATCH] arm64: defconfig: Enable cros-ec and battery driver
 2016-05-27 12:55 UTC  (18+ messages)

[PATCH 0/3] qemu-qdisk: Replace grant map by grant copy
 2016-05-27 12:53 UTC  (4+ messages)
` [PATCH 1/3] libs, gnttab, libxc: Interface for grant copy operation
` [PATCH 2/3] qemu-xen-dir/hw/block/xen_disk: Replace grant map by grant copy
` [PATCH 3/3] qemu-xen-dir/hw/block: Cache local buffers used in "

[Qemu-devel] [PULL 00/31] Misc changes for 2016-05-27
 2016-05-27 12:53 UTC  (2+ messages)

[PATCH] kernel/sysrq: reset watchdog on all CPUs while processing sysrq-w
 2016-05-27 12:49 UTC 

[U-Boot] [PATCH 0/5] Supporting ARM v8 USB errata for FSL
 2016-05-27 12:48 UTC  (9+ messages)
` [U-Boot] [PATCH 2/5] usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers
` [U-Boot] [PATCH 3/5] fsl: usb: make errata function common for PPC and ARM

[PATCH 0/6] New raw bayer format definitions, fixes
 2016-05-27 12:44 UTC  (7+ messages)
` [PATCH 1/6] v4l: Correct the ordering of LSBs of the 10-bit raw packed formats
` [PATCH 2/6] v4l: Fix number of zeroed high order bits in 12-bit raw format defs
` [PATCH 3/6] v4l: Add packed Bayer raw12 pixel formats
` [PATCH 4/6] media: Add 1X14 14-bit raw bayer media bus code definitions
` [PATCH 5/6] v4l: Add 14-bit raw bayer pixel format definitions
` [PATCH 6/6] v4l: Add packed Bayer raw14 pixel formats

[PATCH] cxl: Abstract the differences between the PSL and XSL
 2016-05-27 12:48 UTC  (2+ messages)

[PATCH i-g-t 1/8] tests/gem_exec_flush: Tune down BAT timeout to ~1sec
 2016-05-27 12:44 UTC  (21+ messages)
` [PATCH i-g-t 2/8] tests/gem_ctx_switch: Tune down for BAT ~1s
` [PATCH i-g-t 3/8] tests/gem_exec_nop: Tune down timeout "
` [PATCH i-g-t 4/8] tests/gem_close_race: Tune down "
` [PATCH i-g-t 5/8] tests/gem_sync: Tune down for BAT to ~1s for basic-each and ~2s for basic-all
` [PATCH i-g-t 6/8] tests/gem_exec_fault: Decrease the counts to lower the time for BAT
` [PATCH i-g-t 7/8] tests/gem_tiled_pread_basic: Rename test and BATify
` [PATCH i-g-t 8/8] tests/gem_exec_suspend: Remove hibernate test from BAT

[PATCH] soc/tegra: pmc: Fix "scheduling while atomic"
 2016-05-27 12:46 UTC  (13+ messages)

[PATCH] iio: temperature: add support for Maxim thermocouple chips
 2016-05-27 12:46 UTC  (2+ messages)

[PATCH 0/4] Implement pmd hardware support exports
 2016-05-27 12:46 UTC  (7+ messages)
` [PATCHv4 5/5] pmdinfo.py: Add tool to query binaries for hw and other support information

[PATCH 0/2] ath10k: Add support for QCA9887
 2016-05-27 12:44 UTC  (5+ messages)

[PATCH] drm/i915: Refresh cached DP port register value on resume
 2016-05-27 12:45 UTC  (3+ messages)
` ✗ Ro.CI.BAT: failure for "

[U-Boot] [PATCH] MIPS: provide a default u-boot-spl.lds
 2016-05-27 12:44 UTC  (5+ messages)
` [U-Boot] [PATCH v2] "

[PATCH] worktree: allow "-" short-hand for @{-1} in add command
 2016-05-27 12:43 UTC  (3+ messages)

[U-Boot] [PATCH] mips: Add SPL header
 2016-05-27 12:42 UTC  (3+ messages)

[PATCH] arm64: kasan: instrument user memory access API
 2016-05-27 12:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/27] block: Lock images when opening
 2016-05-27 12:36 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 07/27] block: Handle image locking during reopen

[PATCH] drm/i915: Reject modeset if the dotclock is too high
 2016-05-27 12:35 UTC  (6+ messages)
` ✗ Ro.CI.BAT: warning for "

[PATCH v2] x86/mce: handle reserved domain ID in XEN_MC_msrinject
 2016-05-27 12:35 UTC  (3+ messages)

[PATCH] arm/gic-v3: Fix driver probe fail on GICv4 hardware
 2016-05-27 12:35 UTC  (2+ messages)

ARM Xen Bug #45: Is there a solution?
 2016-05-27 12:34 UTC  (7+ messages)

[GIT PULL] kbuild updates for v4.7-rc1
 2016-05-27 12:33 UTC  (3+ messages)

[PATCH] gpio: handle compatible ioctl() pointers
 2016-05-27 12:32 UTC 

[PATCH] ldso: Force disable -mlong-calls when compiling ldso for ARC
 2016-05-27 12:32 UTC  (2+ messages)

[DTSpec PATCH] Fix typos and heading
 2016-05-27 12:30 UTC 

[PATCH v1] null: set port_id in mbufs received from null PMD
 2016-05-27 12:28 UTC  (2+ messages)

[PATCH v2] mwifiex: fix race condition when downloading firmware
 2016-05-27 12:27 UTC 

[Qemu-devel] [RFC PATCH 0/2] Support building qemu-user powered docker test images
 2016-05-27 12:27 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH 2/2] add debian-bootstrap.docker target

[Buildroot] [PATCH next 1/4] toolchain: add common binutils version hidden config options
 2016-05-27 12:25 UTC  (4+ messages)
` [Buildroot] [PATCH next 2/4] toolchain-external: add support for binutils version dependency
` [Buildroot] [PATCH next 3/4] binutils: select the appropriate BR2_TOOLCHAIN_BINUTILS_AT_LEAST_X_Y
` [Buildroot] [PATCH next 4/4] docs: add documentation for BR2_TOOLCHAIN_BINUTILS_AT_LEAST

[PATCH 0/2] Add Rockchip PCIe RC controller support
 2016-05-27 12:25 UTC  (3+ messages)
` [PATCH 2/2] pci: Add PCIe driver for Rockchip Soc

[PATCH] f2fs: Return the errno to the caller to avoid using a wrong page
 2016-05-27 12:22 UTC  (4+ messages)

[RFC PATCH] mm, oom_reaper: do not attempt to reap a task more than twice
 2016-05-27 12:23 UTC  (3+ messages)

[patch] usb: f_fs: off by one bug in _ffs_func_bind()
 2016-05-27 12:23 UTC  (2+ messages)

fsl-dcu not works on latest "drm-next"
 2016-05-27 12:20 UTC  (7+ messages)

[PATCH RESEND 03/10] <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hash_string()
 2016-05-27 12:20 UTC  (4+ messages)

Deadlock in 4.6 caused by 4eebd5a4e726 ("apple-gmux: lock iGP IO to protect from vgaarb changes")
 2016-05-27 12:23 UTC 

peripheral and broadcast avertisement
 2016-05-27 12:19 UTC 

[BUG] win2008 guest cannot get ip through sriov
 2016-05-27 12:16 UTC  (3+ messages)

Does Qoriq-SDK v2.0 supports LS1021A-TWR 1.0 Revision ?
 2016-05-27 12:15 UTC 

[LTP] [PATCH 1/3] ltp-aiodio: report posix_memalign errors properly
 2016-05-27 12:15 UTC  (3+ messages)
` [LTP] [PATCH 2/3] ltp-aiodio/dio_sparse: add offset support
` [LTP] [PATCH 3/3] ltp-aiodio: new dio_sparse tests specifying offset

[PATCH kvm-unit-tests] x86: add SMM tests
 2016-05-27 12:14 UTC 

[Experimental PATCH] dell-smm-hwmon: Add support for disabling automatic BIOS fan control
 2016-05-27 12:11 UTC  (2+ messages)

[PATCH] mmc: tmio: make a cast explicit
 2016-05-27 12:10 UTC 

[PATCH] oom_reaper: close race with exiting task
 2016-05-27 12:08 UTC  (3+ messages)

[PATCH] drivers/net/pcap: fix segfault in pcap pmd
 2016-05-27 12:06 UTC  (2+ messages)
` [PATCH v2] pcap: "

iscsi fails to attach to targets with kernel 4.4.0
 2016-05-27 12:04 UTC  (2+ messages)

new scrub and repair discussion
 2016-05-27 12:03 UTC  (4+ messages)

kexec: Not able to copy the vmcore file to external device
 2016-05-27 12:03 UTC 

[PATCH v3 0/4] UHS-I SDR-104 support for sh_mobile_sdhi
 2016-05-27 12:03 UTC  (6+ messages)
` [PATCH v3 2/4] mmc: tmio: Add tuning support
` [PATCH v3 3/4] mmc: sh_mobile_sdhi: "

[meta-networking][PATCH] netcat-openbsd: fix qa warning
 2016-05-27 12:02 UTC 

[B.A.T.M.A.N.] [PATCH v2 0/2] netns support for alfred
 2016-05-27 12:01 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/2] alfred: Mount debugfs before reducing capabilities

[PATCH openpower-host-ipmi-oem v3] Fix endianness issue5
 2016-05-27 12:00 UTC  (2+ messages)
` [PATCH openpower-host-ipmi-oem v3] Fix issue5 for endian safe

[PATCH v2 0/2] OV5645 camera sensor driver
 2016-05-27 11:59 UTC  (4+ messages)
` [PATCH v2 2/2] media: Add a driver for the ov5645 camera sensor

[PATCH 7/7] staging: dgnc: remove useless variable 'ch_intr_rx'
 2016-05-27 11:58 UTC  (3+ messages)

[B.A.T.M.A.N.] How to read batadv-vis jsondoc correctly
 2016-05-27 11:57 UTC 

[PATCH] enic: negative array index write
 2016-05-27 12:56 UTC 

[Bug 96243] GPU initialization fails
 2016-05-27 11:55 UTC 

[Qemu-devel] [PATCH 0/9] virtio-blk: multiqueue support
 2016-05-27 11:55 UTC  (2+ messages)
` [Qemu-devel] [RFC] virtio-blk: simple multithreaded MQ implementation for bdrv_raw

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-05-27 11:55 UTC  (5+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
      ` [Nouveau] "

[PATCH 1/6] mm, oom: do not loop over all tasks if there are noexternal tasks sharing mm
 2016-05-27 10:15 UTC  (6+ messages)
` [PATCH 1/6] mm, oom: do not loop over all tasks if there are no external "

[PATCH 2/7] staging: dgnc: remove unused variable 'intr_modem'
 2016-05-27 11:54 UTC  (3+ messages)

[LTP] [PATCH] network/virt: adjust virt_threshold by using environment variable
 2016-05-27 11:54 UTC 

[PATCH v3 5/5] usb: dwc3: rockchip: add devicetree bindings documentation
 2016-05-27 11:54 UTC  (2+ messages)

some simple(?) questions about Kbuild and installing kernel headers
 2016-05-27 11:53 UTC 

[PATCH 1/7] staging: dgnc: remove useless variable 'intr_count'
 2016-05-27 11:51 UTC  (3+ messages)

[PATCH v3 00/12] J-core J2 cpu and SoC peripherals support
 2016-05-27 11:51 UTC  (8+ messages)
` [PATCH v3 02/12] of: add J-Core cpu bindings

Help needed with kexec on arm64
 2016-05-27 11:51 UTC  (7+ messages)

updating u-boot_2013.07.bb recipe
 2016-05-27 11:50 UTC  (3+ messages)

[PATCH] crypto: s5p-sss - Use consistent indentation for variables and members
 2016-05-27 11:49 UTC 

[PATCH v4 00/12] drm/i915: Handle fb->offsets[] and rewrite fb rotation handling to be more generic (v4)
 2016-05-27 11:49 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[Buildroot] [PATCH] libpjsip: disable parallel build
 2016-05-27 11:47 UTC  (3+ messages)

[PATCH] Re: Endless "supply vcc not found, using dummy regulator"
 2016-05-27 11:46 UTC  (4+ messages)
` [PATCH] dwc3-exynos: Fix deferred probing storm


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.