All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-15 11:55:58 to 2016-06-15 12:39:13 UTC [more...]

[PATCH 2/3] powerpc: Avoid load hit store in setup_sigcontext()
 2016-06-15 12:39 UTC  (2+ messages)
` [2/3] "

[PATCH 2/2] powerpc: Align hot loops of some string functions
 2016-06-15 12:39 UTC  (2+ messages)
` [2/2] "

[PATCH 1/5] powerpc/pseries: Drop support for MPIC in pseries
 2016-06-15 12:39 UTC  (2+ messages)
` [1/5] "

[PATCH 1/3] powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()
 2016-06-15 12:39 UTC  (2+ messages)
` [1/3] "

[PATCH net-next 00/10] net_sched: defer skb freeing while changing qdiscs
 2016-06-15 12:39 UTC  (4+ messages)
` [PATCH net-next 01/10] net_sched: add the ability to defer skb freeing

[PATCH 1/2] powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
 2016-06-15 12:39 UTC  (2+ messages)
` [1/2] "

[NFS] 0a68b8bb7e: INFO: suspicious RCU usage. ]
 2016-06-15 12:36 UTC  (2+ messages)

[PATCH v11 0/3] mempool: add external mempool manager
 2016-06-15 12:38 UTC  (6+ messages)
` [PATCH v12 "

[PATCH] mac80211_hwsim: Allow wmediumd to attach to radios created in its netns
 2016-06-15 12:37 UTC  (4+ messages)

[PATCH V2 07/10] powerpc/hash: Use the correct ppp mask when updating hpte
 2016-06-15 12:37 UTC  (2+ messages)
` [V2, "

[PATCH V2 03/10] powerpc/mm/radix: Flush page walk cache when freeing page table
 2016-06-15 12:37 UTC  (2+ messages)
` [V2, "

[PATCH V2 02/10] powerpc/mm/radix: Update to tlb functions ric argument
 2016-06-15 12:37 UTC  (2+ messages)
` [V2, "

[PATCH v2 00/10] mfd: ac100: Add support for X-Powers AC100 audio codec / RTC combo IC
 2016-06-15 12:36 UTC  (6+ messages)
` [PATCH v2 03/10] mfd: ac100: Add driver "
    ` [rtc-linux] "

[Qemu-devel] git master build failure
 2016-06-15 12:35 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/9] major rework of drive-mirror
 2016-06-15 12:34 UTC  (9+ messages)
` [Qemu-devel] [PATCH 3/9] mirror: optimize dirty bitmap filling in mirror_run a bit
` [Qemu-devel] [PATCH 4/9] mirror: efficiently zero out target

[Buildroot] [PATCH 1/3] imagemagick: bump to version 7.0.2-0
 2016-06-15 12:34 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] imagemagick: add explicit pango support
` [Buildroot] [PATCH 3/3] imagemagick: add explicit lzma (xz) support

BAT bug 95634, take 4
 2016-06-15 12:34 UTC  (48+ messages)
` [PATCH 01/44] drm: Export drm_dev_init() for subclassing
` [PATCH 02/44] drm: Add a callback from connector registering
` [PATCH 03/44] drm: Make drm_connector_register() safe against multiple calls
` [PATCH 04/44] drm: Automatically unregister the connector during cleanup
` [PATCH 05/44] drm: Automatically register/unregister all connectors
` [PATCH 06/44] drm/arc: Remove redundant calls to drm_connector_register_all()
` [PATCH 07/44] drm/atmel-hlcdc: "
` [PATCH 08/44] drm/hisilicon: "
` [PATCH 09/44] drm/mediatek: "
` [PATCH 10/44] drm/msm: "
` [PATCH 11/44] drm/rcar-du: "
` [PATCH 12/44] drm: Pass the drm_dp_aux->hw_mutex to i2c for its locking
` [PATCH 13/44] drm: Minimally initialise drm_dp_aux
` [PATCH 14/44] drm/i915: Perform async fbdev initialisation much later
` [PATCH 15/44] drm/i915: Make panel/backlight safe to setup/cleanup multiple times
` [PATCH 16/44] drm/i915: Move panel's backlight setup next to panel init
` [PATCH 17/44] drm/i915: Move intel_connector->unregister to connector->early_unregister
` [PATCH 18/44] drm/i915: Move backlight unregistration to connector unregistration
` [PATCH 19/44] drm/i915: Move registration actions to connector->late_register
` [PATCH 20/44] drm/i915/dp: Free the drm_dp_aux along with the encoder
` [PATCH 21/44] drm/i915: Move backlight registration to connector registration
` [PATCH 22/44] drm/i915: Move connector registration to driver registration
` [PATCH 23/44] drm/i915: Register debugfs interface last
` [PATCH 24/44] drm/i915: Demidlayer driver loading
` [PATCH 25/44] drm/i915: Demidlayer driver unloading
` [PATCH 26/44] drm/i915: Remove redundant drm_connector_register_all()
` [PATCH 27/44] drm/i915: Start exploiting drm_device subclassing
` [PATCH 28/44] drm/i915: Merge i915_dma.c into i915_drv.c
` [PATCH 29/44] drm/i915: Remove user controllable DRM_ERROR for i915_getparam()
` [PATCH 30/44] drm/i915: Remove user controllable DRM_ERROR for intel_get_pipe_from_crtc_id()
` [PATCH 31/44] drm/i915: Split out the PCI driver interface to i915_pci.c
` [PATCH 32/44] drm/i915: Move module init/exit "
` [PATCH 33/44] drm/i915: Skip idling an idle engine
` [PATCH 34/44] drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
` [PATCH 35/44] drm/i915: Treat kernel context as initialised
` [PATCH 36/44] drm/i915: Mark all default contexts as uninitialised after context loss
` [PATCH 37/44] drm/i915: No need to wait for idle on L3 remap
` [PATCH 38/44] drm/i915: Split idling from forcing context switch
` [PATCH 39/44] drm/i915: Only switch to default context when evicting from GGTT
` [PATCH 40/44] drm/i915: Preserve current RPS frequency
` [PATCH 41/44] drm/i915: Remove superfluous powersave work flushing
` [PATCH 42/44] drm/i915: Defer enabling rc6 til after we submit the first batch/context
` [PATCH 43/44] drm/i915/fbdev: Limit the global async-domain synchronization
` [PATCH 44/44] drm/i915/fbdev: Flush mode configuration before lastclose

bug: compactionheuristic config var case issue
 2016-06-15 12:33 UTC  (2+ messages)

ASoC: nau8825: cross talk suppression measurement function
 2016-06-15 12:33 UTC 

random pkt generator PMD
 2016-06-15 12:33 UTC  (12+ messages)

[Bug 120371] New: UBSAN splat in drivers/scsi/scsi_devinfo.c:458:21
 2016-06-15 12:33 UTC 

[PATCH v2] mbuf: new flag when Vlan is stripped
 2016-06-15 12:33 UTC  (3+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH] scsi: esp: check length before dma read
 2016-06-15 12:29 UTC  (3+ messages)

[PATCH v2 0/6] drm/tilcdc Fixes and cleanups
 2016-06-15 12:29 UTC  (2+ messages)

[PATCH] ip6tables: Warn about use of DROP in nat table
 2016-06-15 12:28 UTC  (2+ messages)

[PATCH i-g-t] tests/drv_missed_irq_hang: Fix gem_blt path
 2016-06-15 12:28 UTC  (3+ messages)

[PATCH v4] eal: out-of-bounds write
 2016-06-15 13:25 UTC 

[PATCH v2] iommu: Disable preemption around use of this_cpu_ptr()
 2016-06-15 12:25 UTC  (6+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] iommu: Remove cpu-local spinlock

[PATCH] writeback: inode cgroup wb switch should skip inode with zero i_count
 2016-06-15 12:26 UTC  (2+ messages)

[PATCH BlueZ 1/2] audio/avrcp: Fix crash if no player is available
 2016-06-15 12:26 UTC  (2+ messages)
` [PATCH BlueZ 2/2] audio/avdtp: Fix memory leak

[PATCH v4 0/3] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-06-15 12:26 UTC  (5+ messages)
` [PATCH v4 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[x86] 5ac0c41bf3: WARNING: CPU: 0 PID: 0 at arch/x86/mm/extable.c:50 ex_handler_rdmsr_unsafe
 2016-06-15 12:25 UTC 

Bug report: stdout vs stderr
 2016-06-15 12:19 UTC 

[Qemu-devel] [V12 0/4] AMD IOMMU
 2016-06-15 12:21 UTC  (4+ messages)
` [Qemu-devel] [V12 1/4] hw/pci: Prepare for "
` [Qemu-devel] [V12 2/4] trace-events: Add AMD IOMMU trace events
` [Qemu-devel] [V12 3/4] hw/i386: Introduce AMD IOMMU

[Buildroot] [PATCH] gst1-plugins-bad: remove obsolete gettext patch
 2016-06-15 12:21 UTC  (3+ messages)

[PATCH] extensions: libxt_conntrack: Add translation to nft
 2016-06-15 12:21 UTC  (2+ messages)

[PATCH] mk: define objcopy target and arch on IBM POWER
 2016-06-15 11:38 UTC 

[PATCH] drm/i915/fbc: disable FBC on FIFO underruns
 2016-06-15 12:19 UTC  (4+ messages)

[PATCH] maintainers.inc: add missing recipes
 2016-06-15 12:18 UTC  (3+ messages)

[Qemu-devel] [PULL 00/13] ppc-for-2.7 queue 20160527
 2016-06-15 12:17 UTC  (3+ messages)
` [Qemu-devel] [PULL 03/13] target-ppc: Use 32-bit rotate instead of deposit + 64-bit rotate

[PATCH] netfilter: fix buffer null termination
 2016-06-15 12:17 UTC  (4+ messages)

[PATCH] pvclock: introduce seqcount-like API
 2016-06-15 12:17 UTC  (9+ messages)

[U-Boot] [PATCH] x86: conga-qeval20-qa3: Add support for internal UART
 2016-06-15 12:15 UTC 

[PATCH v8 0/8] add packet capture framework
 2016-06-15 12:15 UTC  (5+ messages)
` [PATCH v9 1/8] ethdev: use locks to protect Rx/Tx callback lists

[PATCH] v4l2-ctrl.h: fix comments
 2016-06-15 12:14 UTC  (2+ messages)

[PATCH v2 0/3] Fix DNV HSUART RX DMA timeout interrupt issue
 2016-06-15 12:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] x86: baytrail: Introduce a Kconfig option for the internal UART
 2016-06-15 12:14 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART

[PATCH i-g-t] demos/intel_sprite_on: Fix connector iteration bug
 2016-06-15 12:17 UTC  (2+ messages)

[PATCH] reiserfs: avoid uninitialized variable use
 2016-06-15 12:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/11] nbd: tighter protocol compliance
 2016-06-15 12:13 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 04/11] nbd: Improve server handling of bogus commands
        ` [Qemu-devel] [Nbd] "

[very-RFC 0/8] TSN driver for the kernel
 2016-06-15 12:13 UTC  (6+ messages)
` [very-RFC 7/8] AVB ALSA - Add ALSA shim for TSN
      ` [alsa-devel] "

bug in struct rte_sched_port_hierarchy define?
 2016-06-15 12:12 UTC 

[PATCH] linux-firmware: add iwlwifi-8000C-19 version
 2016-06-15 12:11 UTC  (2+ messages)

[PATCH 00/14] Cruft removal around drm_master
 2016-06-15 12:10 UTC  (9+ messages)
` [PATCH 01/14] drm: Nuke legacy maps debugfs files
` [PATCH 02/14] drm: Hide hw.lock cleanup in filp->release better
` [PATCH 11/14] drm: Mark set/drop master ioctl as unlocked
  ` [Intel-gfx] "
` [PATCH 12/14] drm: Move master pointer from drm_minor to drm_device
  ` [Intel-gfx] "

[PATCH] [media] v4l2-ioctl.c: fix warning due wrong check in v4l_cropcap()
 2016-06-15 12:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] scsi: esp: check length before dma read
 2016-06-15 12:08 UTC 

[PATCH] Add support for power9 in ibm_architecture_vec
 2016-06-15 12:08 UTC  (3+ messages)

[PATCH v3 0/6] fix bugs; enable iommu for ARM64
 2016-06-15 12:04 UTC  (19+ messages)
` [PATCH v3 1/6] iommu/rockchip: fix devm_{request,free}_irq parameter
` [PATCH v3 2/6] iommu/rockchip: add map_sg callback for rk_iommu_ops
` [PATCH v3 3/6] iommu/rockchip: support virtual iommu slave device
` [PATCH v3 4/6] drm: rockchip: use common iommu api to attach iommu
` [PATCH v3 5/6] iommu/rockchip: use DMA API to map, to flush cache
` [PATCH v3 6/6] iommu/rockchip: enable rockchip iommu on ARM64 platform

[PATCH 00/10] i2c: designware-platdrv: Some improvments related to PM
 2016-06-15 12:07 UTC  (6+ messages)
` [PATCH 02/10] i2c: designware-platdrv: Gate clk in error path in ->probe()

[Bug 46713] New: HDMI audio played back at a wrong rate
 2016-06-15 12:06 UTC  (2+ messages)
` [Bug 46713] "

[ANNOUNCE] Git Rev News edition 16
 2016-06-15 12:06 UTC 

[PATCH v2 1/1] x86/platform/intel-mid: Make vertical indentation consistent
 2016-06-15 12:04 UTC 

[PATCH 0/2] Drop last two remaining omap3 legacy board files
 2016-06-15 12:05 UTC  (7+ messages)
` [PATCH 1/2] ARM: OMAP2+: Drop legacy board file for n900

[RFC PATCH] regulator: introduce boot protection flag
 2016-06-15 12:05 UTC  (3+ messages)

[PATCH V2] net: Allow xt_owner in any user namespace
 2016-06-15 11:52 UTC  (5+ messages)

[Bug 76564] New: [AMD Fusion E-350] Radeon UVD giving incorrect fps when playing videos
 2016-06-15 12:03 UTC  (2+ messages)
` [Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

[nft PATCH] tests/shell: cleanup tempfile handling in testcases/sets/cache_handling_0
 2016-06-15 12:02 UTC  (2+ messages)

[Qemu-devel] Supplying QCOW2 as 'file' driver to `blockdev-add` results in a QEMU crash
 2016-06-15 12:02 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[nft PATCH] tests/shell: delete unused variable in run-tests.sh
 2016-06-15 12:02 UTC  (2+ messages)

[PATCH 0/3] Exynos IOMMU: improve clock management
 2016-06-15 12:00 UTC  (3+ messages)

multipath IB/srp fail-over testing lands up in dump stack in swiotlb_alloc_coherent()
 2016-06-15 12:02 UTC  (9+ messages)

[PATCH 0/4] scripts: add basic python version library and use it
 2016-06-15 12:01 UTC  (4+ messages)
` [PATCH 2/4] scripts: add reqs python library
  ` Aw: [Cocci] "
    `  "

[PATCH 00/15] drivers: net: cpsw: improve runtime pm
 2016-06-15 11:56 UTC  (22+ messages)
` [PATCH 01/15] drivers: net: cpsw: fix suspend when all ethX devices are down
` [PATCH 02/15] drivers: net: cpsw: check return code from pm runtime calls
` [PATCH 03/15] drivers: net: cpsw: remove pm runtime calls from suspend callbacks
` [PATCH 04/15] drivers: net: cpsw: ethtool: fix accessing to suspended device
` [PATCH 05/15] drivers: net: cpsw: ndev: "
` [PATCH 06/15] drivers: net: davinci_mdio: do pm runtime initialization later in probe
` [PATCH 07/15] drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacks
` [PATCH 08/15] drivers: net: davinci_mdio: drop suspended and lock fields from mdio_data
` [PATCH 09/15] drivers: net: davinci_mdio: split reset function on init_clk and enable
` [PATCH 10/15] drivers: net: davinci_mdio: add pm runtime callbacks
` [PATCH 11/15] drivers: net: davinci_mdio: implement pm runtime auto mode
` [PATCH 12/15] net: davinci_mdio: document missed "ti,am4372-mdio" compat string
` [PATCH 13/15] net: davinci_mdio: introduce "ti,cpsw-mdio" "
` [PATCH 14/15] drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdio
` [PATCH 15/15] ARM: dts: am335x/am437x/dra7: use new "ti,cpsw-mdio" compat string

Xen-unstable 4.8: HVM domain_crash called from emulate.c:144 RIP: c000:[<000000000000336a>]
 2016-06-15 12:00 UTC  (6+ messages)

[PATCH] drm/vmwgfx: use *_32_bits() macros
 2016-06-15 11:59 UTC  (7+ messages)

[PATCH nft] tests: shell: add endless jump loop tests
 2016-06-15 11:59 UTC  (2+ messages)

[PATCH nft] tests: shell: make testcases which using tcp/udp port more rubost
 2016-06-15 11:58 UTC  (3+ messages)

[PATCH 00/54] MAINTAINERS: Add file patterns for device tree bindings
 2016-06-15 11:55 UTC  (3+ messages)
` [PATCH 22/54] MAINTAINERS: Add file patterns for iommu "

[PATCH nft] src: use new definitions from libnftnl
 2016-06-15 11:56 UTC 

[Bug 82279] New: SDL applications crash when changing video mode: double free or corruption
 2016-06-15 11:56 UTC  (2+ messages)
` [Bug 82279] [bisected] double free or corruption on context destruction with postprocessing enabled

[PATCH 1/2] iommu/amd: Remove entry from the list before freeing it
 2016-06-15 11:54 UTC  (4+ messages)
` [PATCH 2/2] iommu/amd: Destroy api_lock mutex when freeing domain


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.