All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.14 00/78] 3.14.7-stable review
@ 2014-06-09 22:47 Greg Kroah-Hartman
  2014-06-09 22:47 ` [PATCH 3.14 01/78] sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check Greg Kroah-Hartman
                   ` (65 more replies)
  0 siblings, 66 replies; 70+ messages in thread
From: Greg Kroah-Hartman @ 2014-06-09 22:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, satoru.takeuchi,
	shuah.kh, stable

This is the start of the stable review cycle for the 3.14.7 release.
There are 78 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Wed Jun 11 22:47:49 UTC 2014.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.14.7-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 3.14.7-rc1

David Woodhouse <dwmw2@infradead.org>
    iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap()

Michael Welling <mwelling@ieee.org>
    gpio: mcp23s08: Bug fix of SPI device tree registration.

Imre Deak <imre.deak@intel.com>
    drm/i915: dp: fix order of dp aux i2c device cleanup

Imre Deak <imre.deak@intel.com>
    drm/i915: add unregister callback to connector

Denys Fedoryshchenko <nuclearcat@nuclearcat.com>
    netfilter: nfnetlink: Fix use after free when it fails to process batch

Sergey Popovich <popovich_sergei@mail.ru>
    netfilter: Fix potential use after free in ip6_route_me_harder()

Nicholas Bellinger <nab@linux-iscsi.org>
    target: Fix alua_access_state attribute OOPs for un-configured devices

Roland Dreier <roland@purestorage.com>
    iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()

Nicholas Bellinger <nab@linux-iscsi.org>
    iser-target: Add missing target_put_sess_cmd for ImmedateData failure

Andrey Ryabinin <a.ryabinin@samsung.com>
    mm: rmap: fix use-after-free in __put_anon_vma

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm: add !pte_present() check on existing hugetlb_entry callbacks

Doug Smythies <dsmythies@telus.net>
    intel_pstate: Improve initial busy calculation

Dirk Brandewie <dirk.j.brandewie@intel.com>
    intel_pstate: add sample time scaling

Dirk Brandewie <dirk.j.brandewie@intel.com>
    intel_pstate: Correct rounding in busy calculation

Dirk Brandewie <dirk.j.brandewie@intel.com>
    intel_pstate: Remove C0 tracking

Dirk Brandewie <dirk.j.brandewie@intel.com>
    intel_pstate: remove unneeded sample buffers

Sebastian Ott <sebott@linux.vnet.ibm.com>
    percpu-refcount: fix usage of this_cpu_ops

Alan Stern <stern@rowland.harvard.edu>
    USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume

Mathias Nyman <mathias.nyman@linux.intel.com>
    usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports

Johan Hovold <jhovold@gmail.com>
    USB: io_ti: fix firmware download on big-endian machines (part 2)

Alexej Starschenko <starschenko@gmail.com>
    USB: serial: option: add support for Novatel E371 PCIe card

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    USB: cdc-wdm: properly include types.h

Bjørn Mork <bjorn@mork.no>
    usb: cdc-wdm: export cdc-wdm uapi header

George McCollister <george.mccollister@gmail.com>
    USB: ftdi_sio: add NovaTech OrionLXm product ID

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup

Ronan Marquet <ronan.marquet@orange.fr>
    ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop

Takashi Iwai <tiwai@suse.de>
    ALSA: hda/analog - Fix silent output on ASUS A8JN

Samuel Ortiz <sameo@linux.intel.com>
    Bluetooth: Fix L2CAP LE debugfs entries permissions

Sean MacLennan <seanm@seanm.ca>
    staging: r8192e_pci: fix htons error

Ben Hutchings <ben@decadent.org.uk>
    Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt

Ian Abbott <abbotti@mev.co.uk>
    staging: comedi: ni_daq_700: add mux settling delay

Ben Hutchings <ben@decadent.org.uk>
    Staging: speakup: Move pasting into a work item

Mathias Nyman <mathias.nyman@linux.intel.com>
    xhci: delete endpoints from bandwidth list before freeing whole device

NeilBrown <neilb@suse.de>
    md: always set MD_RECOVERY_INTR when interrupting a reshape thread.

NeilBrown <neilb@suse.de>
    md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".

Richard Weinberger <richard@nod.at>
    sched: Fix sched_policy < 0 comparison

Martin K. Petersen <martin.petersen@oracle.com>
    libata: Blacklist queued trim for Crucial M500

Christian König <christian.koenig@amd.com>
    drm/radeon: use the CP DMA on CIK

Alex Deucher <alexdeucher@gmail.com>
    drm/radeon/dpm: resume fixes for some systems

Chris Wilson <chris@chris-wilson.co.uk>
    drm/i915: Only copy back the modified fields to userspace from execbuffer

Christian König <christian.koenig@amd.com>
    drm/radeon: avoid crash if VM command submission isn't available

Kirill Tkhai <tkhai@yandex.ru>
    sched/dl: Fix race in dl_task_timer()

Lai Jiangshan <laijs@cn.fujitsu.com>
    sched: Fix hotplug vs. set_cpus_allowed_ptr()

Juri Lelli <juri.lelli@gmail.com>
    sched/deadline: Restrict user params max value to 2^63 ns

Peter Zijlstra <peterz@infradead.org>
    sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE

Michael Kerrisk <mtk.manpages@gmail.com>
    sched: Make sched_setattr() correctly return -EFBIG

Peter Zijlstra <peterz@infradead.org>
    sched: Disallow sched_attr::sched_policy < 0

Ming Lei <tom.leiming@gmail.com>
    virtio_blk: fix race between start and stop queue

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "revert "mm: vmscan: do not swap anon pages just because free+file is low""

Heinz Mauelshagen <heinzm@redhat.com>
    dm cache: always split discards on cache block boundaries

Mike Snitzer <snitzer@redhat.com>
    dm thin: add 'no_space_timeout' dm-thin-pool module param

Markos Chandras <markos.chandras@imgtec.com>
    MIPS: Fix typo when reporting cache and ftlb errors for ImgTec cores

Stefan Richter <stefanr@s5r6.in-berlin.de>
    firewire: revert to 4 GB RDMA, fix protocols using Memory Space

Bibek Basu <bbasu@nvidia.com>
    cpufreq: remove race while accessing cur_policy

Lucas Stach <l.stach@pengutronix.de>
    cpufreq: cpu0: drop wrong devm usage

Rabin Vincent <rabin@rab.in>
    ARM: 8064/1: fix v7-M signal return

Andrey Ryabinin <a.ryabinin@samsung.com>
    ARM: 8051/1: put_user: fix possible data corruption in put_user

Santosh Shilimkar <santosh.shilimkar@ti.com>
    ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled

Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on all OMAP3 platforms

Roger Quadros <rogerq@ti.com>
    ARM: OMAP2+: nand: Fix NAND on OMAP2 and OMAP3 boards

Peter Ujfalusi <peter.ujfalusi@ti.com>
    ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM

Emil Goode <emilgoode@gmail.com>
    ARM: imx: fix error handling in ipu device registration

Joe Lawrence <joe.lawrence@stratus.com>
    SCSI: scsi_transport_sas: move bsg destructor into sas_rphy_remove

Alex Deucher <alexdeucher@gmail.com>
    drm/radeon/pm: don't allow debugfs/sysfs access when PX card is off (v2)

Alex Deucher <alexdeucher@gmail.com>
    drm/radeon: handle non-VGA class pci devices with ATRM

Christian König <christian.koenig@amd.com>
    drm/radeon: also try GART for CPU accessed buffers

Alex Deucher <alexdeucher@gmail.com>
    drm/radeon: fix register typo on si

Ben Skeggs <bskeggs@redhat.com>
    drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setup

Jean Delvare <jdelvare@suse.de>
    hwmon: (ntc_thermistor) Fix OF device ID mapping

Jean Delvare <jdelvare@suse.de>
    hwmon: (ntc_thermistor) Fix dependencies

Johannes Berg <johannes.berg@intel.com>
    Documentation: fix DOCBOOKS=... building

Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
    mm/memory-failure.c: fix memory leak by race between poison and unpoison

Peter Zijlstra <peterz@infradead.org>
    perf: Fix race in removing an event

Peter Zijlstra <peterz@infradead.org>
    perf: Limit perf_event_attr::sample_period to 63 bits

Jiri Olsa <jolsa@redhat.com>
    perf: Prevent false warning in perf_swevent_add

Thomas Gleixner <tglx@linutronix.de>
    sched: Sanitize irq accounting madness

Li Zefan <lizefan@huawei.com>
    sched/deadline: Fix memory leak

Steven Rostedt (Red Hat) <rostedt@goodmis.org>
    sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check


-------------

Diffstat:

 Documentation/DocBook/media/Makefile              |  2 +-
 Documentation/debugging-via-ohci1394.txt          | 13 ++--
 Documentation/device-mapper/thin-provisioning.txt |  5 +-
 Makefile                                          |  4 +-
 arch/arm/include/asm/uaccess.h                    |  3 +-
 arch/arm/kernel/entry-header.S                    |  4 ++
 arch/arm/mach-imx/devices/platform-ipu-core.c     |  2 +-
 arch/arm/mach-omap2/board-flash.c                 |  2 +-
 arch/arm/mach-omap2/cclock3xxx_data.c             |  3 +-
 arch/arm/mach-omap2/cpuidle44xx.c                 | 25 ++++++--
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c        |  2 +-
 arch/mips/kernel/traps.c                          |  4 +-
 drivers/ata/libata-core.c                         |  8 +--
 drivers/block/virtio_blk.c                        |  4 +-
 drivers/cpufreq/cpufreq-cpu0.c                    | 16 +++--
 drivers/cpufreq/cpufreq_governor.c                |  6 ++
 drivers/cpufreq/intel_pstate.c                    | 72 +++++++++++++----------
 drivers/firewire/core.h                           |  4 +-
 drivers/firewire/ohci.c                           |  2 +-
 drivers/gpio/gpio-mcp23s08.c                      | 11 ++--
 drivers/gpu/drm/i915/i915_drv.h                   |  1 +
 drivers/gpu/drm/i915/i915_gem_execbuffer.c        | 54 ++++++++++-------
 drivers/gpu/drm/i915/intel_crt.c                  |  1 +
 drivers/gpu/drm/i915/intel_display.c              | 14 ++++-
 drivers/gpu/drm/i915/intel_dp.c                   | 23 +++++++-
 drivers/gpu/drm/i915/intel_drv.h                  |  8 +++
 drivers/gpu/drm/i915/intel_dsi.c                  |  1 +
 drivers/gpu/drm/i915/intel_dvo.c                  |  1 +
 drivers/gpu/drm/i915/intel_hdmi.c                 |  1 +
 drivers/gpu/drm/i915/intel_lvds.c                 |  1 +
 drivers/gpu/drm/i915/intel_sdvo.c                 |  1 +
 drivers/gpu/drm/i915/intel_tv.c                   |  1 +
 drivers/gpu/drm/nouveau/core/engine/disp/nvd0.c   |  2 +-
 drivers/gpu/drm/radeon/atombios_crtc.c            |  6 +-
 drivers/gpu/drm/radeon/radeon_asic.c              |  4 +-
 drivers/gpu/drm/radeon/radeon_bios.c              | 14 +++++
 drivers/gpu/drm/radeon/radeon_cs.c                | 15 +++--
 drivers/gpu/drm/radeon/radeon_device.c            |  4 ++
 drivers/gpu/drm/radeon/radeon_object.c            | 38 +++++++-----
 drivers/gpu/drm/radeon/radeon_pm.c                | 43 +++++++++++++-
 drivers/gpu/drm/radeon/sid.h                      |  4 +-
 drivers/hwmon/Kconfig                             |  2 +-
 drivers/hwmon/ntc_thermistor.c                    | 15 +++--
 drivers/infiniband/ulp/isert/ib_isert.c           |  2 +
 drivers/iommu/intel-iommu.c                       | 18 +++++-
 drivers/md/dm-cache-target.c                      |  2 +
 drivers/md/dm-thin.c                              | 12 +++-
 drivers/md/md.c                                   |  5 +-
 drivers/scsi/scsi_transport_sas.c                 |  3 +-
 drivers/staging/comedi/drivers/ni_daq_700.c       |  2 +
 drivers/staging/rtl8192e/rtllib_tx.c              |  2 +-
 drivers/staging/speakup/main.c                    |  1 +
 drivers/staging/speakup/selection.c               | 52 +++++++++++++---
 drivers/staging/speakup/speakup.h                 |  1 +
 drivers/target/iscsi/iscsi_target_login.c         | 57 +++++++++---------
 drivers/target/target_core_configfs.c             |  5 ++
 drivers/tty/tty_buffer.c                          |  2 +
 drivers/usb/core/driver.c                         |  9 ++-
 drivers/usb/core/hub.c                            | 15 ++++-
 drivers/usb/host/pci-quirks.c                     |  7 +++
 drivers/usb/host/xhci-mem.c                       | 20 +++----
 drivers/usb/serial/ftdi_sio.c                     |  2 +
 drivers/usb/serial/ftdi_sio_ids.h                 |  5 ++
 drivers/usb/serial/io_ti.c                        |  2 +-
 drivers/usb/serial/io_usbvend.h                   |  2 +-
 drivers/usb/serial/option.c                       |  2 +
 fs/proc/task_mmu.c                                |  2 +-
 include/linux/percpu-refcount.h                   |  6 +-
 include/uapi/linux/usb/Kbuild                     |  1 +
 include/uapi/linux/usb/cdc-wdm.h                  |  2 +
 kernel/cpu.c                                      |  6 +-
 kernel/events/core.c                              | 63 +++++++++++++-------
 kernel/sched/core.c                               | 55 ++++++++++++-----
 kernel/sched/cpudeadline.c                        |  4 +-
 kernel/sched/cpupri.c                             |  3 +-
 kernel/sched/cputime.c                            | 32 +++++-----
 kernel/sched/deadline.c                           | 10 +++-
 mm/memory-failure.c                               |  2 +
 mm/mempolicy.c                                    |  6 +-
 mm/rmap.c                                         |  3 +-
 mm/vmscan.c                                       | 18 ------
 net/bluetooth/l2cap_core.c                        |  4 +-
 net/ipv6/netfilter.c                              |  6 +-
 net/netfilter/nfnetlink.c                         |  8 +--
 sound/pci/hda/patch_analog.c                      |  1 +
 sound/pci/hda/patch_realtek.c                     | 10 ++--
 86 files changed, 620 insertions(+), 296 deletions(-)



^ permalink raw reply	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2014-06-10 18:42 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 22:47 [PATCH 3.14 00/78] 3.14.7-stable review Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 01/78] sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 02/78] sched/deadline: Fix memory leak Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 03/78] sched: Sanitize irq accounting madness Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 04/78] perf: Prevent false warning in perf_swevent_add Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 05/78] perf: Limit perf_event_attr::sample_period to 63 bits Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 06/78] perf: Fix race in removing an event Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 07/78] mm/memory-failure.c: fix memory leak by race between poison and unpoison Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 08/78] Documentation: fix DOCBOOKS=... building Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 09/78] hwmon: (ntc_thermistor) Fix dependencies Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 10/78] hwmon: (ntc_thermistor) Fix OF device ID mapping Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 11/78] drm/gf119-/disp: fix nasty bug which can clobber SOR0s clock setup Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 16/78] SCSI: scsi_transport_sas: move bsg destructor into sas_rphy_remove Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 18/78] ARM: omap5: hwmod_data: Correct IDLEMODE for McPDM Greg Kroah-Hartman
2014-06-09 22:47 ` [PATCH 3.14 19/78] ARM: OMAP2+: nand: Fix NAND on OMAP2 and OMAP3 boards Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 21/78] ARM: OMAP4: Fix the boot regression with CPU_IDLE enabled Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 22/78] ARM: 8051/1: put_user: fix possible data corruption in put_user Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 24/78] cpufreq: cpu0: drop wrong devm usage Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 25/78] cpufreq: remove race while accessing cur_policy Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 26/78] firewire: revert to 4 GB RDMA, fix protocols using Memory Space Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 27/78] MIPS: Fix typo when reporting cache and ftlb errors for ImgTec cores Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 28/78] dm thin: add no_space_timeout dm-thin-pool module param Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 29/78] dm cache: always split discards on cache block boundaries Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 30/78] Revert "revert "mm: vmscan: do not swap anon pages just because free+file is low"" Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 31/78] virtio_blk: fix race between start and stop queue Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 32/78] sched: Disallow sched_attr::sched_policy < 0 Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 33/78] sched: Make sched_setattr() correctly return -EFBIG Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 34/78] sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINE Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 35/78] sched/deadline: Restrict user params max value to 2^63 ns Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 36/78] sched: Fix hotplug vs. set_cpus_allowed_ptr() Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 37/78] sched/dl: Fix race in dl_task_timer() Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 39/78] drm/i915: Only copy back the modified fields to userspace from execbuffer Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 40/78] drm/radeon/dpm: resume fixes for some systems Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 42/78] libata: Blacklist queued trim for Crucial M500 Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 43/78] sched: Fix sched_policy < 0 comparison Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 44/78] md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync" Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 45/78] md: always set MD_RECOVERY_INTR when interrupting a reshape thread Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 47/78] Staging: speakup: Move pasting into a work item Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 48/78] staging: comedi: ni_daq_700: add mux settling delay Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 49/78] Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 50/78] staging: r8192e_pci: fix htons error Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 51/78] Bluetooth: Fix L2CAP LE debugfs entries permissions Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 52/78] ALSA: hda/analog - Fix silent output on ASUS A8JN Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 53/78] ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 54/78] ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 55/78] USB: ftdi_sio: add NovaTech OrionLXm product ID Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 58/78] USB: serial: option: add support for Novatel E371 PCIe card Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 59/78] USB: io_ti: fix firmware download on big-endian machines (part 2) Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 60/78] usb: pci-quirks: Prevent Sony VAIO t-series from switching usb ports Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 61/78] USB: Avoid runtime suspend loops for HCDs that cant handle suspend/resume Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 62/78] percpu-refcount: fix usage of this_cpu_ops Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 63/78] intel_pstate: remove unneeded sample buffers Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 64/78] intel_pstate: Remove C0 tracking Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 65/78] intel_pstate: Correct rounding in busy calculation Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 66/78] intel_pstate: add sample time scaling Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 67/78] intel_pstate: Improve initial busy calculation Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 68/78] mm: add !pte_present() check on existing hugetlb_entry callbacks Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 69/78] mm: rmap: fix use-after-free in __put_anon_vma Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 70/78] iser-target: Add missing target_put_sess_cmd for ImmedateData failure Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 71/78] iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value() Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 72/78] target: Fix alua_access_state attribute OOPs for un-configured devices Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 73/78] netfilter: Fix potential use after free in ip6_route_me_harder() Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 74/78] netfilter: nfnetlink: Fix use after free when it fails to process batch Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 77/78] gpio: mcp23s08: Bug fix of SPI device tree registration Greg Kroah-Hartman
2014-06-09 22:48 ` [PATCH 3.14 78/78] [stable PATCH] iommu/vt-d: Fix missing IOTLB flush in intel_iommu_unmap() Greg Kroah-Hartman
2014-06-09 22:48   ` Greg Kroah-Hartman
2014-06-10 13:26 ` [PATCH 3.14 00/78] 3.14.7-stable review Satoru Takeuchi
2014-06-10 13:26   ` Satoru Takeuchi
2014-06-10 18:46   ` Greg Kroah-Hartman
2014-06-10 15:11 ` Guenter Roeck

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.