All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-08 20:59:07 to 2016-08-08 21:38:41 UTC [more...]

[Devel] [PATCH] ACPICA: Remove unnecessary '\n' in the end of ACPI_INFO output
 2016-08-08 21:38 UTC 

[PATCH v2 nvme-cli 0/4] Useful fabrics patches
 2016-08-08 21:37 UTC  (9+ messages)
` [PATCH v2 nvme-cli 1/4] fabrics: Allow ipv6 address resolution
` [PATCH v2 nvme-cli 3/4] fabrics: Allow discover params to come from a conf file
` [PATCH v2 nvme-cli 4/4] fabrics: Take the hostnqn parameter from a conf file if not given

[PATCH 0/2] Fixes for Eclipse Qemu debug
 2016-08-08 21:38 UTC  (5+ messages)
` [PATCH 1/2] packagegroup-core-eclipse-debug: add openssh server to support openssh-sftp-server

[PATCH 0/8] replace xtscal with xinput-calibrator
 2016-08-08 21:36 UTC  (6+ messages)
` [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

[Regression] "irqdomain: Don't set type when mapping an IRQ" breaks nexus7 gpio buttons
 2016-08-08 21:35 UTC  (3+ messages)

[PATCH] staging: vt6655: power.c: Fix checkpatch warning
 2016-08-08 21:35 UTC 

[PATCH net] net: ipv6: Fix ping to link-local addresses
 2016-08-08 21:35 UTC  (2+ messages)

[PATCH 0/4] Qualcomm MSM8660/APQ8060 EBI2 and ethernet support
 2016-08-08 21:34 UTC  (14+ messages)
` [PATCH 1/4] soc: qcom: add an EBI2 device tree bindings
` [PATCH 2/4] soc: qcom: add EBI2 driver
` [PATCH 3/4] ARM: dts: add EBI2 to the Qualcomm MSM8660 DTSI
` [PATCH 4/4] ARM: dts: add SMSC ethernet on the APQ8060 Dragonboard

[drm-intel:topic/drm-misc 4/18] DocBook: drivers/gpu/drm/drm_plane_helper.c:248: warning: No description found for parameter 'dst'
 2016-08-08 21:34 UTC 

[PATCH v2 0/5] kernel-fitimage: Add initramfs, x86 support
 2016-08-08 21:34 UTC  (9+ messages)
` [PATCH 1/5] kernel-fitimage.bbclass: do_assemble_fitimage(): cd to $B
` [PATCH 5/5] uboot-sign: do_concat_dtb(): "

[PATCH net] sctp: use event->chunk when it's valid
 2016-08-08 21:34 UTC  (3+ messages)

[PATCH] Revert "Revert "doc/sphinx: Enable keep_warnings""
 2016-08-08 21:32 UTC  (2+ messages)

[PATCH] staging: vt6655: device_main.c: Fix checkpatch warning
 2016-08-08 21:32 UTC 

[PATCH] exynos-drm: Fix unsupported GEM memory type error message to be clear
 2016-08-08 21:30 UTC  (4+ messages)

[BUG] 4.8-rc1: wlcore: NULL pointer dereference in wlcore_op_get_expected_throughput
 2016-08-08 21:26 UTC 

[meta-fsl-arm-extra][PATCH v2 0/2] Rename imx6q-elo board and bump u-boot/kernel version
 2016-08-08 21:28 UTC  (4+ messages)
` [meta-fsl-arm-extra][PATCH v2 2/2] imx6q-elo: Rename board to imx6q-dms-ba16

[PATCH 0/10] userns: sysctl limits for namespaces
 2016-08-08 21:16 UTC  (5+ messages)
` [PATCH v2 00/10] "

problem with 731c7d3, "main drm pull request for 4.8"
 2016-08-08 21:28 UTC  (5+ messages)

Клиентские базы bawupecoda-3897@courriel.fr.nf Skype: prodawez389 Подробности узнайте сейчас!
 2016-08-08  3:59 UTC 

[PATCH v2 0/6] de-stage SW_SYNC validation frawework
 2016-08-08 21:24 UTC  (14+ messages)
` [PATCH v2 1/6] staging/android: remove doc from sw_sync
` [PATCH v2 2/6] staging/android: do not let userspace trigger WARN_ON
` [PATCH v2 3/6] staging/android: move trace/sync.h to sync_trace.h
` [PATCH v2 4/6] staging/android: prepare sw_sync files for de-staging
` [PATCH v2 5/6] staging/android: add Doc for SW_SYNC ioctl interface
` [PATCH v2 6/6] dma-buf/sw_sync: de-stage SW_SYNC

[Qemu-devel] [PATCH 0/5] blockjobs: Fix transactional race condition
 2016-08-08 21:23 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/5] blockjob: refactor backup_start as backup_job_create

[PATCH v10 00/40] libify apply and use lib in am, part 2
 2016-08-08 21:23 UTC  (41+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 02/40] apply: move 'struct apply_state' to apply.h
` [PATCH v10 03/40] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v10 04/40] builtin/apply: read_patch_file() return -1 "
` [PATCH v10 05/40] builtin/apply: make find_header() return -128 "
` [PATCH v10 06/40] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v10 07/40] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v10 08/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v10 09/40] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v10 10/40] builtin/apply: move init_apply_state() to apply.c
` [PATCH v10 11/40] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v10 12/40] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v10 13/40] builtin/apply: move check_apply_state() to apply.c
` [PATCH v10 14/40] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v10 15/40] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v10 16/40] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v10 17/40] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v10 18/40] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v10 19/40] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v10 20/40] builtin/apply: make remove_file() "
` [PATCH v10 21/40] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v10 22/40] builtin/apply: make add_index_file() "
` [PATCH v10 23/40] builtin/apply: make create_file() "
` [PATCH v10 24/40] builtin/apply: make write_out_one_result() "
` [PATCH v10 25/40] builtin/apply: make write_out_results() "
` [PATCH v10 26/40] builtin/apply: make try_create_file() "
` [PATCH v10 27/40] builtin/apply: make create_one_file() "
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 29/40] apply: rename and move opt constants to apply.h
` [PATCH v10 31/40] apply: make some parsing functions static again
` [PATCH v10 32/40] apply: use error_errno() where possible
` [PATCH v10 33/40] environment: add set_index_file()
` [PATCH v10 34/40] apply: make it possible to silently apply
` [PATCH v10 35/40] apply: don't print on stdout in verbosity_silent mode
` [PATCH v10 36/40] usage: add set_warn_routine()
` [PATCH v10 37/40] usage: add get_error_routine() and get_warn_routine()
` [PATCH v10 38/40] apply: change error_routine when silent
` [PATCH v10 39/40] apply: refactor `git apply` option parsing
` [PATCH v10 40/40] builtin/am: use apply api in run_apply()

[meta-fsl-arm-extra][PATCH v3 0/4] Rename imx6q-elo board and bump u-boot/kernel version
 2016-08-08 21:22 UTC  (5+ messages)
` [meta-fsl-arm-extra][PATCH v3 1/4] linux-advantech: Add linux kernel recipe for Advantech i.MX6 boards
` [meta-fsl-arm-extra][PATCH v3 2/4] imx6q-elo: Rename board and update kernel, U-Boot provider
` [meta-fsl-arm-extra][PATCH v3 3/4] linux-ge: Remove old kernel recipe
` [meta-fsl-arm-extra][PATCH v3 4/4] u-boot-ge: Remove old u-boot recipe

[Regression] Bonding no longer support tun-interfaces
 2016-08-08 21:21 UTC  (4+ messages)

[BUG] Bad page states
 2016-08-08 21:20 UTC  (4+ messages)
` [PATCH] mm: memcontrol: only mark charged pages with PageKmemcg

Linux 4.8-rc1
 2016-08-08 21:19 UTC  (3+ messages)
  ` Linux 4.8-rc1 Cirrus QEMU crashes on boot

"Tried to do a paging op on itself"
 2016-08-08 21:19 UTC  (3+ messages)

[PATCH] staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.pl
 2016-08-08 21:18 UTC 

[PATCH v2] .mailmap: use Christian Couder's Tuxfamily address
 2016-08-08 21:17 UTC 

[PATCH net 1/2] net: vxlan: lwt: Use source ip address during route lookup
 2016-08-08 21:16 UTC  (4+ messages)
` [PATCH net 2/2] net: vxlan: lwt: Fix vxlan local traffic

[meta-oe][PATCH 1/2] glmark2: Fix gcc 6 configure error
 2016-08-08 16:39 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] glmark2: Fix gcc 6 deprecated declaration error

[PATCH nvme-cli 0/4] Some useful fabrics patches
 2016-08-08 21:13 UTC  (3+ messages)
` [PATCH RFC nvme-cli 4/4] fabrics: Allow discover params to come from a conf file

4.7.0-rc7 ext4 error in dx_probe
 2016-08-08 21:13 UTC  (11+ messages)

[PATCH v18 0/6] Device Tree support for FPGA Programming
 2016-08-08 20:44 UTC  (5+ messages)
` [PATCH v18 6/6] ARM: socfpga: fpga bridge driver support

[PATCH] pci: Use same logic in pci_vpd_read as that of pci_vpd_write
 2016-08-08 21:08 UTC  (2+ messages)

[PATCH] net: make net namespace sysctls belong to container's owner
 2016-08-08 21:08 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/56] Patch Round-up for stable 2.6.1, freeze on 2016-08-12
 2016-08-08 21:04 UTC  (58+ messages)
` [Qemu-devel] [PATCH 01/56] i386: kvmvapic: initialise imm32 variable
` [Qemu-devel] [PATCH 02/56] spice/gl: add & use qemu_spice_gl_monitor_config
` [Qemu-devel] [PATCH 03/56] vl: change runstate only if new state is different from current state
` [Qemu-devel] [PATCH 04/56] tools: kvm_stat: Powerpc related fixes
` [Qemu-devel] [PATCH 05/56] exec.c: Ensure right alignment also for file backed ram
` [Qemu-devel] [PATCH 06/56] usb:xhci: no DMA on HC reset
` [Qemu-devel] [PATCH 07/56] target-mips: fix call to memset in soft reset code
` [Qemu-devel] [PATCH 08/56] target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
` [Qemu-devel] [PATCH 09/56] configure: Allow builds with extra warnings
` [Qemu-devel] [PATCH 10/56] migration: regain control of images when migration fails to complete
` [Qemu-devel] [PATCH 11/56] json-streamer: Don't leak tokens on incomplete parse
` [Qemu-devel] [PATCH 12/56] json-streamer: fix double-free on exiting during a parse
` [Qemu-devel] [PATCH 13/56] esp: check command buffer length before write(CVE-2016-4439)
` [Qemu-devel] [PATCH 14/56] esp: check dma length before reading scsi command(CVE-2016-4441)
` [Qemu-devel] [PATCH 15/56] block/nfs: refuse readahead if cache.direct is on
` [Qemu-devel] [PATCH 16/56] usb/ohci: Fix crash with when specifying too many num-ports
` [Qemu-devel] [PATCH 17/56] vga: add sr_vbe register set
` [Qemu-devel] [PATCH 18/56] vfio: Fix broken EEH
` [Qemu-devel] [PATCH 19/56] block/iscsi: avoid potential overflow of acb->task->cdb
` [Qemu-devel] [PATCH 20/56] nbd: Don't trim unrequested bytes
` [Qemu-devel] [PATCH 21/56] savevm: fail if migration blockers are present
` [Qemu-trivial] [PATCH 22/56] Fix configure test for PBKDF2 in nettle
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 23/56] scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
` [Qemu-devel] [PATCH 24/56] scsi: mptsas: infinite loop while fetching requests
` [Qemu-devel] [PATCH 25/56] block: Drop bdrv_ioctl_bh_cb
` [Qemu-devel] [PATCH 26/56] vmsvga: move fifo sanity checks to vmsvga_fifo_length
` [Qemu-devel] [PATCH 27/56] vmsvga: add more fifo checks
` [Qemu-devel] [PATCH 28/56] vmsvga: shadow fifo registers
` [Qemu-devel] [PATCH 29/56] vmsvga: don't process more than 1024 fifo commands at once
` [Qemu-devel] [PATCH 30/56] io: remove mistaken call to object_ref on QTask
` [Qemu-devel] [PATCH 31/56] ui: fix regression in printing VNC host/port on startup
` [Qemu-devel] [PATCH 32/56] net: fix qemu_announce_self not emitting packets
` [Qemu-devel] [PATCH 33/56] backup: Don't leak BackupBlockJob in error path
` [Qemu-devel] [PATCH 34/56] qcow2: Avoid making the L1 table too big
` [Qemu-devel] [PATCH 35/56] qapi: Fix crash on missing alternate member of QAPI struct
` [Qemu-devel] [PATCH 36/56] pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c
` [Qemu-devel] [PATCH 37/56] vfio/pci: Fix VGA quirks
` [Qemu-devel] [PATCH 38/56] nbd: Allow larger requests
` [Qemu-devel] [PATCH 39/56] scsi-generic: Merge block max xfer len in INQUIRY response
` [Qemu-devel] [PATCH 40/56] scsi: Advertise limits by blocksize, not 512
` [Qemu-devel] [PATCH 41/56] target-sparc: fix register corruption in ldstub if there is no write permission
` [Qemu-devel] [PATCH 42/56] virtio: set low features early on load
` [Qemu-devel] [PATCH 43/56] Revert "virtio-net: unbreak self announcement and guest offloads after migration"
` [Qemu-devel] [PATCH 44/56] s390x/ipl: fix reboots for migration from different bios
` [Qemu-devel] [PATCH 45/56] blockdev: Fix regression with the default naming of throttling groups
` [Qemu-devel] [PATCH 46/56] qemu-iotests: Test "
` [Qemu-devel] [PATCH 47/56] util: Fix MIN_NON_ZERO
` [Qemu-devel] [PATCH 48/56] block/iscsi: fix rounding in iscsi_allocationmap_set
` [Qemu-devel] [PATCH 49/56] Fix some typos found by codespell
` [Qemu-devel] [PATCH 50/56] nbd: More debug typo fixes, use correct formats
` [Qemu-devel] [PATCH 51/56] nbd: Don't use *_to_cpup() functions
` [Qemu-devel] [PATCH 52/56] nbd: Limit nbdflags to 16 bits
` [Qemu-devel] [PATCH 53/56] pcie: fix link active status bit migration
` [Qemu-devel] [PATCH 54/56] target-i386: fix typo in xsetbv implementation
` [Qemu-devel] [PATCH 55/56] virtio: error out if guest exceeds virtqueue size
` [Qemu-devel] [PATCH 56/56] ide: fix halted IO segfault at reset

Subtle races between DAX mmap fault and write path
 2016-08-08 19:32 UTC  (12+ messages)

4.6.3, pppoe + shaper workload, skb_panic / skb_push / ppp_start_xmit
 2016-08-08 21:05 UTC  (7+ messages)

How does the kernel assign ttySn to UARTs?
 2016-08-08 21:03 UTC  (2+ messages)

[dm flakey] 99f3c90d0d: WARNING: CPU: 20 PID: 1027 at fs/btrfs/extent-tree.c:2973 btrfs_run_delayed_refs+0x2c5/0x2f0 [btrfs]
 2016-08-08 21:02 UTC  (4+ messages)
  ` [lkp] "

[PATCH v10] drm/i915/skl: Add support for the SAGV, fix underrun hangs
 2016-08-08 21:03 UTC  (4+ messages)

[Buildroot] [PATCH 0/9] Introducing service supervision/management with s6
 2016-08-08 21:02 UTC  (10+ messages)
` [Buildroot] [PATCH 1/9] skalibs: new package
` [Buildroot] [PATCH 2/9] execline: "
` [Buildroot] [PATCH 3/9] s6: "
` [Buildroot] [PATCH 4/9] s6-dns: "
` [Buildroot] [PATCH 5/9] s6-networking: "
` [Buildroot] [PATCH 6/9] s6-rc: "
` [Buildroot] [PATCH 7/9] s6-portable-utils: "
` [Buildroot] [PATCH 8/9] s6-linux-utils: "
` [Buildroot] [PATCH 9/9] s6-linux-init: "

GFX/UVD/VCE PG (v3)
 2016-08-08 20:59 UTC  (3+ messages)
` [PATCH 07/14] drm/amd/powerplay: remove enable_clock_power_gatings_tasks from initialize and resume events


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.