All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-30 11:41:39 to 2017-01-30 12:23:03 UTC [more...]

[Qemu-trivial] [PATCH v2] hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yet
 2017-01-30 12:22 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-trivial] [PATCH v2] hw/core/register: Mark the device with cannot_instantiate_with_device_add_yet
 2017-01-30 12:22 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH V7 00/11] IOMMU probe deferral support
 2017-01-30 12:22 UTC  (12+ messages)
` [PATCH V7 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error
` [PATCH V7 08/11] drivers: acpi: "

4.9 conntrack performance issues
 2017-01-30 12:21 UTC  (4+ messages)

[Buildroot] [PATCH 1/2] python-gunicorn: new package
 2017-01-30 12:20 UTC  (2+ messages)
  ` [Buildroot] [PATCH 2/2] DEVELOPERS: Add Lionel Flandrin to package/python-gunicorn

[PATCH v3 0/5] Provide real domain names for Exynos power domain driver
 2017-01-30 12:19 UTC  (3+ messages)
  ` [PATCH v3 2/5] soc: samsung: pm_domains: Remove unused name field
  ` [PATCH v3 5/5] arm: dts: exynos: Add labels to all existing power domains

sort out the ->eh_timed_out mess
 2017-01-30 12:18 UTC  (5+ messages)
` [PATCH 1/4] mvumi: remove fake transport template
` [PATCH 2/4] libsas: remove sas_scsi_timed_out
` [PATCH 3/4] scsi: remove eh_timed_out methods in the transport template
` [PATCH 4/4] scsi: remove tsk_mgmt_response and it_nexus_response transport methods

[Qemu-devel] Towards an ivshmem 2.0?
 2017-01-30 12:19 UTC  (8+ messages)

raid1: cannot add disk to replace faulty because can only mount fs as read-only
 2017-01-30 12:18 UTC  (5+ messages)

Oops at shutdown in intel_unpin_fb_obj()
 2017-01-30 12:18 UTC  (4+ messages)

[PATCH i-g-t] lib/drmtest: make DRIVER_ANY match any driver
 2017-01-30 12:18 UTC  (5+ messages)

[PATCH/RFC] iommu/dma: Per-domain flag to control size-alignment
 2017-01-30 12:07 UTC  (5+ messages)

[PATCH] multipath-tools: update to 0.6.4
 2017-01-30 12:18 UTC  (2+ messages)

[PATCH] PCI/MSI: don't apply affinity if there aren't enough vectors left
 2017-01-30 12:15 UTC 

[PATCH] net/ixgbe: clean up rte_eth_dev_info_get
 2017-01-30 12:15 UTC  (5+ messages)

[Qemu-devel] [PATCH RFC 00/36] 9pfs: local: fix vulnerability to symlink attacks
 2017-01-30 12:14 UTC  (37+ messages)
` [Qemu-devel] [PATCH RFC 01/36] 9pfs: local: move xattr security ops to 9p-xattr.c
` [Qemu-devel] [PATCH RFC 02/36] 9pfs: local: split chmod operation per security model
` [Qemu-devel] [PATCH RFC 03/36] 9pfs: local: split mknod "
` [Qemu-devel] [PATCH RFC 04/36] 9pfs: local: split mkdir "
` [Qemu-devel] [PATCH RFC 05/36] 9pfs: local: split open2 "
` [Qemu-devel] [PATCH RFC 06/36] 9pfs: local: split symlink "
` [Qemu-devel] [PATCH RFC 07/36] 9pfs: local: split mkdir "
` [Qemu-devel] [PATCH RFC 08/36] 9pfs: local: improve error handling in link op
` [Qemu-devel] [PATCH RFC 09/36] 9pfs: local: post link operation for mapped-file security
` [Qemu-devel] [PATCH RFC 10/36] v9fs: local: improve error handling in rename op
` [Qemu-devel] [PATCH RFC 11/36] 9pfs: local: post rename operation for mapped-file security
` [Qemu-devel] [PATCH RFC 12/36] 9pfs: local: pre remove "
` [Qemu-devel] [PATCH RFC 13/36] 9pfs: local: pre unlikat "
` [Qemu-devel] [PATCH RFC 14/36] 9pfs: remove side-effects in local_init()
` [Qemu-devel] [PATCH RFC 15/36] 9pfs: remove side-effects in local_open() and local_opendir()
` [Qemu-devel] [PATCH RFC 16/36] 9pfs: introduce openat_nofollow() helper
` [Qemu-devel] [PATCH RFC 17/36] 9pfs: local: keep a file descriptor on the shared folder
` [Qemu-devel] [PATCH RFC 18/36] 9pfs: local: open/opendir: don't follow symlinks
` [Qemu-devel] [PATCH RFC 19/36] 9pfs: local: utimensat: "
` [Qemu-devel] [PATCH RFC 20/36] 9pfs: local: readlink: "
` [Qemu-devel] [PATCH RFC 21/36] 9pfs: local: truncate: "
` [Qemu-devel] [PATCH RFC 22/36] 9pfs: local: statfs: "
` [Qemu-devel] [PATCH RFC 23/36] 9pfs: local: mknod/mkdir/open2: "
` [Qemu-devel] [PATCH RFC 24/36] 9pfs: local: chmod: "
` [Qemu-devel] [PATCH RFC 25/36] 9pfs: local: symlink: "
` [Qemu-devel] [PATCH RFC 26/36] 9pfs: local: chown: "
` [Qemu-devel] [PATCH RFC 27/36] 9pfs: local: link: "
` [Qemu-devel] [PATCH RFC 28/36] 9pfs: local: rename: "
` [Qemu-devel] [PATCH RFC 29/36] 9pfs: local: remove: "
` [Qemu-devel] [PATCH RFC 30/36] 9pfs: local: unlinkat: "
` [Qemu-devel] [PATCH RFC 31/36] 9pfs: local: introduce symlink-attack safe xattr helpers
` [Qemu-devel] [PATCH RFC 32/36] 9pfs: local: lstat: don't follow symlinks
` [Qemu-devel] [PATCH RFC 33/36] 9pfs: local: lgetxattr: "
` [Qemu-devel] [PATCH RFC 34/36] 9pfs: local: llistxattr: "
` [Qemu-devel] [PATCH RFC 35/36] 9pfs: local: lsetxattr: "
` [Qemu-devel] [PATCH RFC 36/36] 9pfs: local: lremovexattr: "

[PATCH] iio: adc - Fix possible NULL derefrence
 2017-01-30 12:13 UTC  (4+ messages)

[PATCH] Mmc: host - Fix possible NULL derefrence
 2017-01-30 12:12 UTC  (2+ messages)

Elks networking
 2017-01-30 12:13 UTC  (5+ messages)

[iproute PATCH] man: tc-csum.8: Fix example
 2017-01-30 12:12 UTC  (4+ messages)

[patch 3/8] x86/tsc: Store and check TSC ADJUST MSR
 2017-01-30 12:13 UTC  (4+ messages)
` [3/8] "

[PATCH] wireless-regdb: Remove DFS requirement for India (IN)
 2017-01-30 12:08 UTC  (2+ messages)
` [wireless-regdb] "

[RFC] iio: accel: Add driver for the Analog Devices ADXL345 3-axis accelerometer
 2017-01-30 12:12 UTC  (3+ messages)

[LTP] [PATCH] arm64: add tst_atomic_add_return
 2017-01-30 12:11 UTC  (5+ messages)

[PATCH 5/8] efi: Get the secure boot status [ver #6]
 2017-01-30 12:10 UTC  (11+ messages)
      ` [PATCH 0/8] efi: Pass secure boot mode to kernel "
                ` What should the default lockdown mode be if the bootloader sentinel triggers sanitization?

[PATCH 0/4] ARM: v7-A !MMU support, CONFIG_VECTORS_BASE removal (almost)
 2017-01-30 12:09 UTC  (6+ messages)
` [PATCH 3/4] ARM: nommu: display vectors base

[PATCH 1/1] ALSA: Tascam US-16x08 DSP mixer quirk
 2017-01-30 12:08 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] git-crypt: new package
 2017-01-30 12:08 UTC  (5+ messages)
` [Buildroot] [PATCH v2 "

[PATCH][V2] acpi: nfit: use %u format string specifier for unsigned ints
 2017-01-30 12:08 UTC 

[Qemu-devel] [PATCH v4 1/9] ACPI: Add a function for building named qword entries
 2017-01-30 12:07 UTC  (14+ messages)

[B.A.T.M.A.N.] [PATCH 0/2] pull request for net-next: batman-adv 2017-01-28
 2017-01-30 12:07 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Fix double call of dev_queue_xmit

[PATCH 01/14] crypto: sun4i-ss - simplify optional reset handling
 2017-01-30 11:41 UTC  (14+ messages)
` [PATCH 02/14] i2c: mv64xxx: "
` [PATCH 03/14] [media] coda: "
` [PATCH 04/14] [media] st_rc: "
` [PATCH 05/14] [media] rc: sunxi-cir: "
` [PATCH 06/14] mmc: dw_mmc: "
` [PATCH 07/14] mmc: sdhci-st: "
` [PATCH 08/14] mmc: sunxi: "
` [PATCH 09/14] mtd: nand: "
` [PATCH 10/14] phy: meson8b-usb2: "
` [PATCH 11/14] serial: 8250_dw: "
` [PATCH 12/14] usb: dwc2: "
` [PATCH 13/14] usb: host: ehci-st: "
` [PATCH 14/14] ASoC: sunxi: "

[GIT PULL] phy: for 4.11
 2017-01-30 11:49 UTC  (22+ messages)
` [PATCH 01/15] phy: rockchip-inno-usb2: Set EXTCON_USB when EXTCON_CHG_USB_SDP was set
` [PATCH 01/14] phy: sun4i-usb: add support for V3s USB PHY
` [PATCH 02/14] phy: rcar-gen3-usb2: Replace the deprecated extcon API
` [PATCH 02/15] phy: sun4i-usb: add support for V3s USB PHY
` [PATCH 03/15] phy: rcar-gen3-usb2: Replace the deprecated extcon API
` [PATCH 03/14] phy: sun4i-usb: "
` [PATCH 04/14] drivers: phy: constify phy_ops structures
` [PATCH 04/15] phy: sun4i-usb: Replace the deprecated extcon API
` [PATCH 05/15] drivers: phy: constify phy_ops structures
` [PATCH 05/14] phy: Add support for Qualcomm's USB HSIC phy
` [PATCH 10/15] phy: qcom-ufs: Remove -always-on property
` [PATCH 10/14] phy: qcom-ufs: Suppress extraneous logging
` [PATCH 11/14] dt-bindings: phy: Add documentation for NSP USB3 PHY
` [PATCH 11/15] phy: qcom-ufs: Suppress extraneous logging
` [PATCH 12/15] dt-bindings: phy: Add documentation for NSP USB3 PHY
` [PATCH 12/14] phy: Add USB3 PHY support for Broadcom NSP SoC
` [PATCH 13/15] "
` [PATCH 13/14] phy: fix rockchip-inno-usb2 build errors
` [PATCH 14/15] "
` [PATCH 14/14] phy: qcom-ufs: Fix misplaced jump label
` [PATCH 15/15] "

[PATCHv4 0/5] Fix compatible mmap() return pointer over 4Gb
 2017-01-30 12:04 UTC  (11+ messages)
` [PATCHv4 1/5] x86/mm: split arch_mmap_rnd() on compat/native versions
` [PATCHv4 2/5] x86/mm: introduce mmap{,_legacy}_base
` [PATCHv4 3/5] x86/mm: fix 32-bit mmap() for 64-bit ELF
` [PATCHv4 4/5] x86/mm: check in_compat_syscall() instead TIF_ADDR32 for mmap(MAP_32BIT)
` [PATCHv4 5/5] selftests/x86: add test to check compat mmap() return addr

[PATCH] xsm: Permit dom0 to use dmops
 2017-01-30 12:04 UTC  (4+ messages)

[PATCH 0/7] Add STM32 DFSDM support
 2017-01-30 11:13 UTC  (13+ messages)
` [PATCH 2/7] MFD: add "

[PATCH V3 00/24] aacraid: Patchset for Smart Family Support
 2017-01-30 11:44 UTC  (9+ messages)
` [PATCH V3 21/24] aacraid: Retrieve HBA host information ioctl
` [PATCH V3 22/24] aacraid: Update copyrights
` [PATCH V3 23/24] aacraid: Change Driver Version Prefix
` [PATCH V3 24/24] aacraid: update version

[PATCH v5 0/8] Implement clocksource for rockchip SoC using rockchip timer
 2017-01-30 12:04 UTC  (6+ messages)
` [PATCH v5 3/8] ARM: dts: rockchip: add timer entries to rk3188 SoC

[lustre-devel] [PATCH 00/60] staging: lustre: batches of fixes for lustre client
 2017-01-30 12:03 UTC  (3+ messages)
` [lustre-devel] [PATCH 13/60] staging: lustre: obdclass: health_check to report unhealthy upon LBUG

[Qemu-devel] [PATCH v3 1/3] qemu-io: Return non-zero exit code on failure
 2017-01-30 11:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] qemu-io: Add regression tests
` [Qemu-devel] [PATCH v3 3/3] qemu-io: Fix tests expecting the wrong output

[PATCH] acpi: nfit: use %u format string specifier for unsigned ints
 2017-01-30 12:01 UTC  (4+ messages)

[PATCH v2 2/3] perf/x86/amd/uncore: Update number of uncore counters
 2017-01-30 12:00 UTC  (2+ messages)
` [tip:perf/core] perf/x86/amd/uncore: Update the "

Xen and user requests
 2017-01-30 12:01 UTC 

[PATCH v2 1/3] perf/x86/amd/uncore: Update AMD uncore to rename L2 to LLC
 2017-01-30 12:00 UTC  (2+ messages)
` [tip:perf/core] perf/x86/amd/uncore: Rename 'L2' to 'LLC'

hammer 0.94.10 QE: valgrind issues in RGW suite
 2017-01-30 12:00 UTC 

[PATCH 1/2] perf,core: try parent pmu first when init child event
 2017-01-30 11:59 UTC  (2+ messages)
` [tip:perf/core] perf/core: Try parent PMU first when initializing a "

WARNING: CPU: 1 PID: 15 at kernel/sched/sched.h:804 assert_clock_updated.isra.62.part.63+0x25/0x27
 2017-01-30 11:59 UTC  (2+ messages)

[PATCH 2/2] perf: Optimize event rescheduling on active contexts
 2017-01-30 11:59 UTC  (2+ messages)
` [tip:perf/core] perf/core: "

[PATCH v2] libtasn1: Upgrade 4.9 -> 4.10
 2017-01-30 11:59 UTC  (2+ messages)

[PATCH 1/2] perf: Don't re-schedule cpu flexible events needlessly
 2017-01-30 11:58 UTC  (2+ messages)
` [tip:perf/core] perf/core: Don't re-schedule CPU "

[PATCH v2 2/2] perf/core: Remove perf_cpu_context::unique_pmu
 2017-01-30 11:58 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2 1/1] pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler
 2017-01-30 11:51 UTC  (2+ messages)

[PATCH v2 1/2] perf/core: Make cgroup switch visit only cpuctxs with cgroup events
 2017-01-30 11:57 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] kernel/sched/rt: Add a rescheduling point
 2017-01-30 11:57 UTC  (2+ messages)
` [tip:sched/core] sched/rt: Add a missing "

[PATCH 2/2] sched/core: Fix &rd->cpudl memory leak
 2017-01-30 11:56 UTC  (2+ messages)
` [tip:sched/core] "

[PATCH 1/2] sched/core: Fix &rd->rto_mask memory leak
 2017-01-30 11:56 UTC  (2+ messages)
` [tip:sched/core] "

[PATCH] sched: Optimize pick_next_task for idle_sched_class too
 2017-01-30 11:54 UTC  (2+ messages)
` [tip:sched/core] sched/core: Optimize pick_next_task() for idle_sched_class

[ANN] Media object lifetime management meeting report from Oslo
 2017-01-30 11:56 UTC  (6+ messages)

Question: PCIe DPC not allowing for link retraining and bus re-scan
 2017-01-30 11:56 UTC 

[PATCH RFC ipsec-next v2] IPsec GRO
 2017-01-30 11:45 UTC  (5+ messages)
` [PATCH RFC ipsec-next 2/2] xfrm: Add a dummy network device for napi

[tip:locking/core] locking/mutex: Fix lockdep_assert_held() fail
 2017-01-30 11:53 UTC 

[PATCH 1/2] spi: When no dma_chan map buffers with spi_master's parent
 2017-01-30 11:44 UTC  (5+ messages)

[PATCH 0/4] phy/mfd/soc: exynos: Header cleanup
 2017-01-30  9:13 UTC  (2+ messages)

perf: use-after-free in perf_event_for_each
 2017-01-30 11:52 UTC  (2+ messages)
` [tip:perf/core] perf/core: Fix use-after-free bug

[PATCH] drm/i915: minor corner case fix to respect user's backlight setting
 2017-01-30 11:54 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] rtmutex: rt_mutex_slowlock() is mostly called as TASK_INTERRUPTIBLE
 2017-01-30 11:53 UTC  (2+ messages)
` [tip:locking/core] locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()

[Qemu-devel] [PULL 00/18] ppc-for-2.7 queue 20160617
 2017-01-30 11:53 UTC  (5+ messages)
` [Qemu-devel] [PULL 15/18] spapr: CPU hot unplug support

perf/jit doesn't cope well with mprotect() to jit containing pages
 2017-01-30 11:52 UTC  (2+ messages)
` [tip:perf/core] perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory

[PATCH v2] xen,input: try to read screen resolution for xen-kbdfront
 2017-01-30 11:27 UTC  (10+ messages)
` [PATCH v2] xen, input: "
    ` [Xen-devel] "

[PATCH 0/6] Etnaviv cmdbuf suballocator
 2017-01-30 11:52 UTC  (3+ messages)

[PATCH 2/2] mmc: core: fix error path in mmc_host_alloc
 2017-01-30 10:05 UTC  (2+ messages)

next-20170125 hangs on aarch64
 2017-01-30 11:48 UTC  (4+ messages)

[Qemu-devel] [PATCH Risu 0/2] PPC64 improvements
 2017-01-30 11:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH Risu 1/2] risu_ppc64: Fix Risu to run under qemu linux user

[PATCH][krogoth 1/2] libX11: CVE-2016-7942
 2017-01-30 11:48 UTC  (2+ messages)
` [PATCH][krogoth 2/2] libx11: CVE-2016-7943

[PATCH][morty 1/2] libX11: CVE-2016-7942
 2017-01-30 11:46 UTC  (2+ messages)
` [PATCH][morty 2/2] libx11: CVE-2016-7943

altp2m: unexpected behavior
 2017-01-30 11:44 UTC  (5+ messages)

[RFC] [PATCH] audit: log module name on init_module
 2017-01-30 11:43 UTC  (4+ messages)

Fresh Raid-1 setup, dump-tree shows invalid owner id
 2017-01-30 11:43 UTC  (2+ messages)

[PATCH v1 0/3] Add support for MPEG-2 in DELTA video decoder
 2017-01-30 10:57 UTC  (2+ messages)
` [PATCH v1 2/3] [media] st-delta: add parsing metadata controls support

[regression] iwlwifi: crash in iwl_parse_tlv_firmware()
 2017-01-30 11:42 UTC  (4+ messages)
` [PATCH] iwlwifi: alloc memory dynamically also for DVM


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.