* Linux 3.18.14
@ 2015-05-21 21:02 Sasha Levin
0 siblings, 0 replies; only message in thread
From: Sasha Levin @ 2015-05-21 21:02 UTC (permalink / raw)
To: stable, LKML
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm announcing the release of the 3.18.14 kernel.
All users of the 3.18 kernel series must upgrade.
The updated 3.18.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
- ----------------------------------------------------------------
Linux 3.18.14
- ----------------------------------------------------------------
Aaro Koskinen (2):
MIPS: OCTEON: dma-octeon: fix OHCI USB config check
MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N
Adrien Schildknecht (1):
SSB: fix Kconfig dependencies
Akinobu Mita (3):
target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabled
target/file: Fix UNMAP with DIF protection support
target/file: Fix SG table for prot_buf initialization
Al Viro (1):
RCU pathwalk breakage when running into a symlink overmounting something
Alex Deucher (3):
drm/radeon: fix doublescan modes (v2)
drm/radeon: adjust pll when audio is not enabled
drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
Alexander Ploumistos (1):
Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card
Alexander Sverdlin (1):
MIPS: Octeon: Remove udelay() causing huge IRQ latency
Alexei Starovoitov (1):
bpf: fix 64-bit divide
Alistair Strachan (1):
staging: android: sync: Fix memory corruption in sync_timeline_signal().
Andre Przywara (1):
KVM: arm/arm64: check IRQ number on userland injection
Andrew Elble (1):
NFS: fix BUG() crash in notify_change() with patch to chown_common()
Andrey Ryabinin (1):
ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASE
Andrzej Pietrasiewicz (1):
usb: gadget: printer: enqueue printer's response for setup request
Anna Schumaker (1):
NFS: Add a stub for GETDEVICELIST
Anton Blanchard (1):
powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH
Archit Taneja (1):
clk: qcom: fix RCG M/N counter configuration
Ard Biesheuvel (2):
kvm: add a memslot flag for incoherent memory regions
arm, arm64: KVM: handle potential incoherency of readonly memslots
Axel Lin (1):
usb: phy: Find the right match in devm_usb_phy_match
Bard Liao (1):
ASoC: rt5677: fixed wrong DMIC ref clock
Bartlomiej Zolnierkiewicz (1):
clk: samsung: exynos4: Disable ARMCLK down feature on Exynos4210 SoC
Ben Collins (1):
Revert "dm crypt: fix deadlock when async crypto algorithm returns -EBUSY"
Benjamin Poirier (1):
mlx4: Fix tx ring affinity_mask creation
Boris Brezillon (2):
clk: at91: usb: propagate rate modification to the parent clk
clk: at91: usb: fix determine_rate prototype
Brian Norris (4):
UBI: account for bitflips in both the VID header and data
UBI: fix out of bounds write
UBI: initialize LEB number variable
UBI: fix check for "too many bytes"
Charles Keepax (2):
ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore
ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
Chen-Yu Tsai (1):
mmc: sunxi: Use devm_reset_control_get_optional() for reset control
Chris Bainbridge (1):
ACPI / SBS: Enable battery manager when present
Christian Borntraeger (1):
KVM: s390: no need to hold the kvm->mutex for floating interrupts
Christian König (1):
drm/radeon: check new address before removing old one
Christoffer Dall (9):
arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag
arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
arm/arm64: KVM: Turn off vcpus on PSCI shutdown/reboot
arm/arm64: KVM: Introduce stage2_unmap_vm
arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized
arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQs
arm/arm64: KVM: Require in-kernel vgic for the arch timers
arm/arm64: KVM: Keep elrsr/aisr in sync with software model
Christoph Hellwig (3):
3w-xxxx: fix command completion race
3w-9xxx: fix command completion race
3w-sas: fix command completion race
Christophe Ricard (1):
NFC: st21nfcb: Retry i2c_master_send if it returns a negative value
Dan Carpenter (1):
memstick: mspro_block: add missing curly braces
Daniel Borkmann (1):
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Vetter (1):
drm/i915: Dont enable CS_PARSER_ERROR interrupts at all
Dave Olson (1):
powerpc: Fix missing L2 cache size in /sys/devices/system/cpu
David Henningsson (1):
ALSA: hda - fix "num_steps = 0" error on ALC256
David Hildenbrand (2):
KVM: s390: fix handling of write errors in the tpi handler
KVM: s390: reinjection of irqs can fail in the tpi handler
David S. Miller (1):
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David Sterba (1):
btrfs: don't accept bare namespace as a valid xattr
Davide Italiano (1):
ext4: move check under lock scope to close a race.
Dmitry Torokhov (2):
i2c: rk3x: report number of messages transmitted
drm/i915: cope with large i2c transfers
Ekaterina Tumanova (1):
KVM: s390: Zero out current VMDB of STSI before including level3 data.
Erez Shitrit (1):
IB/mlx4: Fix WQE LSO segment calculation
Eric Auger (1):
KVM: arm/arm64: vgic: vgic_init returns -ENODEV when no online vcpu
Eric Dumazet (4):
tcp: fix possible deadlock in tcp_send_fin()
tcp: avoid looping in tcp_send_fin()
net: do not deplete pfmemalloc reserve
net: fix crash in build_skb()
Eric W. Biederman (2):
mnt: Improve the umount_tree flags
mnt: Don't propagate umounts in __detach_mounts
Ezequiel Garcia (1):
[media] stk1160: Make sure current buffer is released
Felipe Balbi (13):
usb: musb: core: fix TX/RX endpoint order
usb: define a generic USB_RESUME_TIMEOUT macro
usb: musb: use new USB_RESUME_TIMEOUT
usb: host: oxu210hp: use new USB_RESUME_TIMEOUT
usb: host: fusbh200: use new USB_RESUME_TIMEOUT
usb: host: uhci: use new USB_RESUME_TIMEOUT
usb: host: fotg210: use new USB_RESUME_TIMEOUT
usb: host: r8a66597: use new USB_RESUME_TIMEOUT
usb: host: isp116x: use new USB_RESUME_TIMEOUT
usb: host: xhci: use new USB_RESUME_TIMEOUT
usb: host: ehci: use new USB_RESUME_TIMEOUT
usb: host: sl811: use new USB_RESUME_TIMEOUT
usb: core: hub: use new USB_RESUME_TIMEOUT
Filipe Manana (3):
Btrfs: fix log tree corruption when fs mounted with -o discard
Btrfs: fix inode eviction infinite loop after cloning into it
Btrfs: fix inode eviction infinite loop after extent_same ioctl
Florian Westphal (1):
netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING
Ganesan Ramalingam (1):
MIPS: Netlogic: Fix for SATA PHY init
Gavin Shan (1):
powerpc/powernv: Don't map M64 segments using M32DT
Gregory CLEMENT (2):
ARM: mvebu: Disable CPU Idle on Armada 38x
gpio: mvebu: Fix mask/unmask managment per irq chip type
Hans de Goede (3):
uas: Allow uas_use_uas_driver to return usb-storage flags
uas: Add US_FL_MAX_SECTORS_240 flag
uas: Set max_sectors_240 quirk for ASM1053 devices
Heiko Carstens (1):
s390/hibernate: fix save and restore of kernel text section
Howard Mitchell (1):
ASoC: pcm512x: Add 'Analogue' prefix to analogue volume controls
Huacai Chen (2):
MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction
MIPS: Hibernate: flush TLB entries earlier
Ian Abbott (2):
spi: spidev: fix possible arithmetic overflow for multi-transfer message
staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel
Ido Shamay (1):
net/mlx4_en: Schedule napi when RX buffers allocation fails
Ilya Dryomov (1):
rbd: end I/O the entire obj_request on error
Imre Deak (1):
drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT reg
J. Bruce Fields (2):
nfsd4: fix READ permission checking
nfsd4: disallow SEEK with special stateids
James Bottomley (1):
mvsas: fix panic on expander attached SATA devices
James Hogan (2):
MIPS: KVM: Handle MSA Disabled exceptions from guest
MIPS: lose_fpu(): Disable FPU when MSA enabled
Jan Kiszka (1):
ARM: KVM: Fix size check in __coherent_cache_guest_page
Jann Horn (1):
fs: take i_mutex during prepare_binprm for set[ug]id executables
Jens Freimann (1):
KVM: s390: fix get_all_floating_irqs
Jo-Philipp Wich (1):
ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450
John Crispin (1):
MIPS: ralink: add missing symbol for RALINK_ILL_ACC
Junjie Mao (1):
driver core: bus: Goto appropriate labels on failure in bus_add_device
K. Y. Srinivasan (3):
scsi: storvsc: Fix a bug in copy_from_bounce_buffer()
Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
Drivers: hv: vmbus: Don't wait after requesting offers
Kailang Yang (1):
ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256
Krzysztof Kozlowski (6):
compal-laptop: Fix leaking hwmon device
compal-laptop: Check return value of power_supply_register
power_supply: twl4030_madc: Check return value of power_supply_register
power_supply: lp8788-charger: Fix leaked power supply on probe fail
power_supply: ipaq_micro_battery: Fix leaking workqueue
power_supply: ipaq_micro_battery: Check return values in probe
Larry Finger (1):
rtlwifi: rtl8192cu: Add new USB ID
Laszlo Ersek (1):
arm, arm64: KVM: allow forced dcache flush on page faults
Len Brown (1):
sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance
Li Jun (1):
usb: chipidea: otg: remove mutex unlock and lock while stop and start role
Linus Walleij (1):
drivers: platform: parse IRQ flags from resources
Lucas Stach (1):
spi: imx: read back the RX/TX watermark levels earlier
Ludovic Desroches (1):
tty/serial: at91: maxburst was missing for dma transfers
Lukas Czerner (2):
ext4: make fsync to sync parent dir in no-journal for real this time
ext4: fix data corruption caused by unwritten and delayed extents
Lv Zheng (1):
ACPICA: Utilities: split IO address types from data type models.
Manish Badarkhe (1):
ASoC: davinci-evm: drop un-necessary remove function
Marc Zyngier (6):
arm64: KVM: Fix TLB invalidation by IPA/VMID
arm64: KVM: Fix HCR setting for 32bit guests
arm/arm64: KVM: Invalidate data cache on unmap
arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault
arm64: KVM: Fix stage-2 PGD allocation to have per-page refcounting
arm64: KVM: Do not use pgd_index to index stage-2 pgd
Marek Szyprowski (1):
arm64: dma-mapping: always clear allocated buffers
Marek Vasut (1):
rtlwifi: rtl8192cu: Add new device ID
Mark Brown (1):
i2c: core: Export bus recovery functions
Markos Chandras (4):
MIPS: Malta: Detect and fix bad memsize values
MIPS: asm: asm-eva: Introduce kernel load/store variants
MIPS: kernel: entry.S: Set correct ISA level for mips_ihb
MIPS: Kconfig: Disable SMP/CPS for 64-bit
Martin K. Petersen (2):
sd: Unregister integrity profile
sd: Fix missing ATO tag check
Max Filippov (3):
xtensa: xtfpga: fix hardware lockup caused by LCD driver
xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range
xtensa: ISS: fix locking in TAP network adapter
Michael Davidson (1):
fs/binfmt_elf.c: fix bug in loading of PIE binaries
Michael Ellerman (2):
powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes
powerpc/cell: Fix cell iommu after it_page_shift changes
Michael Gernoth (1):
ALSA: emu10k1: don't deadlock in proc-functions
Michal Simek (2):
serial: of-serial: Remove device_type = "serial" registration
serial: xilinx: Use platform_get_irq to get irq description structure
Mike Galbraith (1):
sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIs
Nadav Amit (1):
KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save
Naoya Horiguchi (2):
mm/hugetlb: use pmd_page() in follow_huge_pmd()
mm/hugetlb: take page table lock in follow_huge_pmd()
NeilBrown (1):
md/raid0: fix bug with chunksize not a power of 2.
Nicholas Bellinger (1):
target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handling
Nicolas Iooss (1):
wl18xx: show rx_frames_per_rates as an array as it really is
Nicolas Schichan (1):
MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices().
Niklas Cassel (1):
MIPS: smp-cps: cpu_set FPU mask if FPU present
Nishanth Menon (1):
C6x: time: Ensure consistency in __init
Octavian Purdila (1):
ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table().
Oleg Nesterov (1):
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oliver Neukum (2):
cdc-wdm: fix endianness bug in debug statements
cdc-acm: add sanity checks
Omar Sandoval (1):
btrfs: unlock i_mutex after attempting to delete subvolume during send
Pascal Huerst (1):
ASoC: cs4271: Increase delay time after reset
Peter Maydell (1):
arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()
Peter Zubaj (1):
ALSA: emu10k1: Emu10k2 32 bit DMA mode
Quentin Casasnovas (1):
cdc-acm: prevent infinite loop when parsing CDC headers.
Rabin Vincent (1):
tracing: Handle ftrace_dump() atomic context in graph_trace_open()
Radim Krčmář (2):
KVM: use slowpath for cross page cached accesses
KVM: nVMX: mask unrestricted_guest if disabled on L0
Rafael J. Wysocki (1):
ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()
Rafał Miłecki (1):
MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G
Ralf Baechle (1):
MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard.
Russell King (1):
ARM: fix broken hibernation
Sabrina Dubroca (1):
e1000: add dummy allocator to fix race condition between mtu change and netpoll
Sagi Grimberg (2):
iser-target: Fix session hang in case of an rdma read DIF error
IB/iser: Fix wrong calculation of protection buffer length
Sasha Levin (1):
Linux 3.18.14
Sebastian Hesselbarth (1):
ARM: dts: dove: Fix uart[23] reg property
Sebastian Pöhn (1):
ip_forward: Drop frames with attached skb->sk
Sergej Sawazki (1):
ASoC: wm8741: Fix rates constraints values
Shannon Zhao (1):
arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all
Sifan Naeem (1):
[media] rc: img-ir: fix error in parameters passed to irq_free()
Stephen Boyd (1):
clk: qcom: Fix i2c frequency table
Steven Rostedt (1):
ring-buffer: Replace this_cpu_*() with __this_cpu_*()
Steven Rostedt (Red Hat) (1):
tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING
Sudip Mukherjee (1):
staging: panel: fix lcd type
Takashi Iwai (4):
ALSA: emux: Fix mutex deadlock at unloading
ALSA: emux: Fix mutex deadlock in OSS emulation
ALSA: emu10k1: Fix card shortname string buffer overflow
ALSA: hda - Add mute-LED mode control to Thinkpad
Thierry Reding (1):
clk: tegra: Register the proper number of resets
Thomas D (1):
tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O= option in Makefile
Thomas Hebb (1):
hfsplus: don't store special "osx" xattr prefix on-disk
Tom Herbert (2):
net: add skb_checksum_complete_unset
ppp: call skb_checksum_complete_unset in ppp_receive_frame
Troy Tan (1):
rtlwifi: rtl8192ee: Fix handling of new style descriptors
Ulrik De Bie (1):
Input: elantech - fix absolute mode setting on some ASUS laptops
Vinson Lee (2):
perf symbols: Define STT_GNU_IFUNC for glibc 2.9 and older.
perf tools: Work around lack of sched_getcpu in glibc < 2.6.
Vutla, Lokesh (1):
crypto: omap-aes - Fix support for unequal lengths
Wei Yongjun (1):
ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()
Yann Droneaud (2):
IB/core: disallow registering 0-sized memory region
IB/core: don't disallow registering region starting at 0x0
Yves-Alexis Perez (1):
ALSA: hda - Add dock support for ThinkPad X250 (17aa:2226)
mancha security (1):
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
Documentation/kernel-parameters.txt | 2 +
Documentation/virtual/kvm/api.txt | 12 +-
Documentation/virtual/kvm/devices/s390_flic.txt | 3 +
Makefile | 2 +-
arch/arm/boot/dts/dove.dtsi | 4 +-
arch/arm/include/asm/elf.h | 2 +-
arch/arm/include/asm/kvm_emulate.h | 5 +
arch/arm/include/asm/kvm_mmu.h | 87 +++++--
arch/arm/include/uapi/asm/kvm.h | 8 +-
arch/arm/kernel/hibernate.c | 5 +-
arch/arm/kernel/process.c | 10 +-
arch/arm/kernel/reboot.h | 6 +
arch/arm/kvm/arm.c | 38 +++-
arch/arm/kvm/guest.c | 1 -
arch/arm/kvm/mmu.c | 251 +++++++++++++++++----
arch/arm/kvm/psci.c | 18 ++
arch/arm/mach-mvebu/pmsu.c | 16 +-
arch/arm/mach-s3c64xx/crag6410.h | 1 +
arch/arm/mach-s3c64xx/mach-crag6410.c | 1 +
arch/arm/mm/hugetlbpage.c | 6 -
arch/arm64/include/asm/kvm_emulate.h | 7 +
arch/arm64/include/asm/kvm_host.h | 1 +
arch/arm64/include/asm/kvm_mmu.h | 81 +++----
arch/arm64/include/uapi/asm/kvm.h | 8 +-
arch/arm64/kvm/guest.c | 1 -
arch/arm64/kvm/hyp.S | 1 +
arch/arm64/kvm/reset.c | 1 -
arch/arm64/mm/dma-mapping.c | 6 +-
arch/arm64/mm/hugetlbpage.c | 6 -
arch/c6x/kernel/time.c | 2 +-
arch/ia64/mm/hugetlbpage.c | 6 -
arch/metag/mm/hugetlbpage.c | 6 -
arch/mips/Kconfig | 2 +-
arch/mips/bcm47xx/board.c | 4 +-
arch/mips/bcm63xx/prom.c | 4 -
arch/mips/bcm63xx/setup.c | 4 +
arch/mips/cavium-octeon/dma-octeon.c | 2 +-
arch/mips/include/asm/asm-eva.h | 137 +++++++----
arch/mips/include/asm/fpu.h | 1 +
arch/mips/include/asm/kvm_host.h | 2 +
.../asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 -
arch/mips/include/asm/octeon/pci-octeon.h | 3 -
arch/mips/kernel/entry.S | 3 +-
arch/mips/kernel/smp-cps.c | 6 +
arch/mips/kvm/emulate.c | 1 +
arch/mips/kvm/mips.c | 4 +
arch/mips/kvm/trap_emul.c | 28 +++
arch/mips/loongson/loongson-3/irq.c | 1 +
arch/mips/mm/hugetlbpage.c | 18 --
arch/mips/mti-malta/malta-memory.c | 6 +
arch/mips/netlogic/xlp/ahci-init-xlp2.c | 13 ++
arch/mips/pci/pci-octeon.c | 8 +-
arch/mips/pci/pcie-octeon.c | 8 -
arch/mips/power/hibernate.S | 3 +-
arch/mips/ralink/Kconfig | 5 +
arch/powerpc/kernel/cacheinfo.c | 44 +++-
arch/powerpc/mm/hugetlbpage.c | 8 +
arch/powerpc/perf/callchain.c | 2 +-
arch/powerpc/platforms/cell/interrupt.c | 2 +-
arch/powerpc/platforms/cell/iommu.c | 2 +-
arch/powerpc/platforms/powernv/pci-ioda.c | 3 +-
arch/s390/kernel/suspend.c | 4 +
arch/s390/kvm/interrupt.c | 70 +++---
arch/s390/kvm/kvm-s390.h | 4 +-
arch/s390/kvm/priv.c | 42 ++--
arch/s390/mm/hugetlbpage.c | 20 --
arch/sh/mm/hugetlbpage.c | 12 -
arch/sparc/mm/hugetlbpage.c | 12 -
arch/tile/mm/hugetlbpage.c | 28 ---
arch/x86/include/asm/mwait.h | 8 +
arch/x86/kernel/process.c | 51 +++++
arch/x86/kvm/vmx.c | 7 +-
arch/x86/kvm/x86.c | 10 +-
arch/x86/mm/hugetlbpage.c | 12 -
arch/xtensa/Kconfig | 30 +++
arch/xtensa/include/uapi/asm/unistd.h | 2 +-
arch/xtensa/platforms/iss/network.c | 29 +--
arch/xtensa/platforms/xtfpga/Makefile | 3 +-
.../platforms/xtfpga/include/platform/hardware.h | 3 -
.../xtensa/platforms/xtfpga/include/platform/lcd.h | 15 ++
arch/xtensa/platforms/xtfpga/lcd.c | 55 +++--
drivers/acpi/acpica/tbinstal.c | 1 -
drivers/acpi/sbs.c | 2 +-
drivers/acpi/scan.c | 6 +-
drivers/base/bus.c | 4 +-
drivers/base/platform.c | 9 +
drivers/block/rbd.c | 5 +
drivers/bluetooth/ath3k.c | 1 +
drivers/bluetooth/btusb.c | 1 +
drivers/clk/at91/clk-usb.c | 62 +++--
drivers/clk/qcom/clk-rcg2.c | 2 +-
drivers/clk/qcom/gcc-ipq806x.c | 2 +-
drivers/clk/samsung/clk-exynos4.c | 11 +-
drivers/clk/tegra/clk.c | 2 +-
drivers/crypto/omap-aes.c | 14 +-
drivers/gpio/gpio-mvebu.c | 24 +-
drivers/gpu/drm/i915/i915_drv.c | 4 +-
drivers/gpu/drm/i915/i915_irq.c | 8 +-
drivers/gpu/drm/i915/i915_reg.h | 1 +
drivers/gpu/drm/i915/intel_i2c.c | 66 +++++-
drivers/gpu/drm/radeon/atombios_crtc.c | 11 +-
drivers/gpu/drm/radeon/radeon_vm.c | 31 +--
drivers/gpu/drm/radeon/si_dpm.c | 1 +
drivers/hv/channel.c | 7 +-
drivers/hv/channel_mgmt.c | 12 +-
drivers/i2c/busses/i2c-rk3x.c | 2 +-
drivers/i2c/i2c-core.c | 3 +
drivers/infiniband/core/umem.c | 7 +-
drivers/infiniband/hw/mlx4/qp.c | 3 +-
drivers/infiniband/ulp/iser/iser_initiator.c | 4 +-
drivers/infiniband/ulp/isert/ib_isert.c | 6 +-
drivers/input/mouse/elantech.c | 22 ++
drivers/input/mouse/elantech.h | 1 +
drivers/md/dm-crypt.c | 12 +-
drivers/md/raid0.c | 3 +-
drivers/media/rc/img-ir/img-ir-core.c | 2 +-
drivers/media/usb/stk1160/stk1160-v4l.c | 17 +-
drivers/memstick/core/mspro_block.c | 3 +-
drivers/mmc/host/sunxi-mmc.c | 4 +-
drivers/mtd/ubi/attach.c | 2 +-
drivers/mtd/ubi/cdev.c | 2 +-
drivers/mtd/ubi/eba.c | 3 +-
drivers/mtd/ubi/wl.c | 2 +-
drivers/net/ethernet/intel/e1000/e1000_main.c | 10 +-
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 1 +
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 26 ++-
drivers/net/ethernet/mellanox/mlx4/en_tx.c | 8 +-
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 +
drivers/net/ppp/ppp_generic.c | 1 +
drivers/net/wireless/rtlwifi/pci.c | 31 ++-
drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 2 +
drivers/net/wireless/rtlwifi/rtl8192ee/sw.c | 3 +-
drivers/net/wireless/rtlwifi/rtl8192ee/trx.c | 7 +-
drivers/net/wireless/rtlwifi/rtl8192ee/trx.h | 2 +-
drivers/net/wireless/rtlwifi/wifi.h | 1 +
drivers/net/wireless/ti/wl18xx/debugfs.c | 2 +-
drivers/net/wireless/ti/wlcore/debugfs.h | 4 +-
drivers/nfc/st21nfcb/i2c.c | 4 +-
drivers/platform/x86/compal-laptop.c | 10 +-
drivers/power/ipaq_micro_battery.c | 22 +-
drivers/power/lp8788-charger.c | 4 +-
drivers/power/twl4030_madc_battery.c | 7 +-
drivers/scsi/3w-9xxx.c | 57 ++---
drivers/scsi/3w-9xxx.h | 5 -
drivers/scsi/3w-sas.c | 50 +---
drivers/scsi/3w-sas.h | 4 -
drivers/scsi/3w-xxxx.c | 42 +---
drivers/scsi/3w-xxxx.h | 5 -
drivers/scsi/mvsas/mv_sas.c | 5 +-
drivers/scsi/sd.c | 1 +
drivers/scsi/sd_dif.c | 2 +-
drivers/scsi/storvsc_drv.c | 15 +-
drivers/spi/spi-imx.c | 4 +-
drivers/spi/spidev.c | 5 +-
drivers/ssb/Kconfig | 1 +
drivers/staging/android/sync.c | 2 +-
drivers/staging/comedi/drivers/adv_pci1710.c | 3 +-
drivers/staging/panel/panel.c | 10 +-
drivers/target/target_core_file.c | 122 ++++++----
drivers/target/target_core_sbc.c | 15 +-
drivers/target/target_core_transport.c | 37 ++-
drivers/tty/serial/atmel_serial.c | 2 +
drivers/tty/serial/of_serial.c | 1 -
drivers/tty/serial/uartlite.c | 11 +-
drivers/tty/serial/xilinx_uartps.c | 12 +-
drivers/usb/chipidea/otg_fsm.c | 4 -
drivers/usb/class/cdc-acm.c | 27 ++-
drivers/usb/class/cdc-wdm.c | 12 +-
drivers/usb/core/hub.c | 4 +-
drivers/usb/gadget/legacy/printer.c | 9 +
drivers/usb/host/ehci-hcd.c | 10 +-
drivers/usb/host/ehci-hub.c | 9 +-
drivers/usb/host/fotg210-hcd.c | 2 +-
drivers/usb/host/fusbh200-hcd.c | 3 +-
drivers/usb/host/isp116x-hcd.c | 2 +-
drivers/usb/host/oxu210hp-hcd.c | 7 +-
drivers/usb/host/r8a66597-hcd.c | 2 +-
drivers/usb/host/sl811-hcd.c | 2 +-
drivers/usb/host/uhci-hub.c | 5 +-
drivers/usb/host/xhci-ring.c | 2 +-
drivers/usb/musb/musb_core.c | 47 ++--
drivers/usb/musb/musb_virthub.c | 2 +-
drivers/usb/phy/phy.c | 4 +-
drivers/usb/storage/uas-detect.h | 9 +-
drivers/usb/storage/uas.c | 16 +-
drivers/usb/storage/usb.c | 8 +-
fs/binfmt_elf.c | 9 +-
fs/btrfs/extent-tree.c | 5 +-
fs/btrfs/ioctl.c | 11 +-
fs/btrfs/xattr.c | 53 +++--
fs/exec.c | 76 ++++---
fs/ext4/extents.c | 15 +-
fs/ext4/extents_status.c | 8 +
fs/ext4/inode.c | 2 +
fs/ext4/namei.c | 20 +-
fs/hfsplus/xattr.c | 38 ++--
fs/namei.c | 6 +-
fs/namespace.c | 31 +--
fs/nfs/nfs4xdr.c | 6 +
fs/nfsd/nfs4proc.c | 2 +
fs/nfsd/nfs4xdr.c | 12 +-
fs/open.c | 2 +-
fs/pnode.h | 1 -
include/acpi/actypes.h | 20 ++
include/acpi/platform/acenv.h | 1 +
include/kvm/arm_arch_timer.h | 10 +-
include/kvm/arm_vgic.h | 5 +-
include/linux/bpf.h | 4 +-
include/linux/hugetlb.h | 8 +-
include/linux/kvm_host.h | 1 +
include/linux/skbuff.h | 13 ++
include/linux/swapops.h | 4 +
include/linux/usb.h | 26 +++
include/linux/usb_usual.h | 2 +
include/sound/emu10k1.h | 14 +-
include/sound/soc-dapm.h | 2 +-
include/target/target_core_base.h | 2 +-
kernel/bpf/core.c | 12 +-
kernel/bpf/verifier.c | 5 +-
kernel/ptrace.c | 20 ++
kernel/trace/ring_buffer.c | 11 +-
kernel/trace/trace_functions_graph.c | 8 +-
lib/string.c | 2 +-
mm/gup.c | 25 +-
mm/hugetlb.c | 74 +++---
mm/migrate.c | 5 +-
net/bridge/br_netfilter.c | 17 +-
net/core/skbuff.c | 30 ++-
net/ipv4/ip_forward.c | 3 +
net/ipv4/ping.c | 1 +
net/ipv4/tcp_output.c | 64 ++++--
net/netlink/af_netlink.c | 6 +-
sound/pci/emu10k1/emu10k1.c | 6 +-
sound/pci/emu10k1/emu10k1_callback.c | 4 +-
sound/pci/emu10k1/emu10k1_main.c | 21 +-
sound/pci/emu10k1/emupcm.c | 2 +-
sound/pci/emu10k1/emuproc.c | 12 -
sound/pci/emu10k1/memory.c | 11 +-
sound/pci/hda/patch_realtek.c | 8 +-
sound/pci/hda/thinkpad_helper.c | 1 +
sound/soc/codecs/cs4271.c | 4 +-
sound/soc/codecs/pcm512x.c | 4 +-
sound/soc/codecs/rt5677.c | 2 +-
sound/soc/codecs/wm8741.c | 8 +-
sound/soc/davinci/davinci-evm.c | 10 -
sound/soc/samsung/s3c24xx-i2s.c | 4 +-
sound/synth/emux/emux_oss.c | 11 +-
sound/synth/emux/emux_seq.c | 29 ++-
tools/lib/traceevent/kbuffer-parse.c | 1 -
tools/perf/util/cloexec.c | 6 +
tools/perf/util/cloexec.h | 6 +
tools/perf/util/symbol-elf.c | 4 +
tools/power/x86/turbostat/Makefile | 6 +-
virt/kvm/arm/arch_timer.c | 30 ++-
virt/kvm/arm/vgic-v2.c | 8 +
virt/kvm/arm/vgic-v3.c | 8 +
virt/kvm/arm/vgic.c | 125 +++++-----
virt/kvm/kvm_main.c | 4 +-
258 files changed, 2268 insertions(+), 1233 deletions(-)
create mode 100644 arch/arm/kernel/reboot.h
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVXkfmAAoJEN6mb/eXdyzcNJcP/2v3KnObm2+Uj6YSjPeOl6xS
ias08ztGwsPxRKu3r0ume9L/ulP8H2C2U1gsygoPqJ59/o6o15FdCn0yLCVmVC7e
RB0aQLAWE0By+AWphdhyczfmljSdsOth5F6Qhh0jd9OxpxB8Ankw51EXTtQ1UITN
zv99ulNjC9/77gbK9WZe3nv211KrvXZLKoqR4PlBZhXeApQulaw+jqWAH0hR6+zc
pCcOS1oporpFcU6xZWNizyc+cpFb1xyqIbsaXDgTy/o2OBQcXsRd2e8cwGQw4ohn
30UNeR5D3yi+wCfoMjWUT9nvIv1/b/Qappi+CF6FvG21r1vYh3t3qB/yAkOPPTDe
kJd9z2B6/cDwTS6Hhlx/Gxv2H/6XGcwsnf9GBcFgn3N+uvAm96Dm5CK/BSctxPFv
QmXjrNxVS8rpbPpnQ02fp/3X8GaLNj2du9QllF0sQDoDQc2A4iAYGdmvIzrZ54c4
3HAUK9PGdFrpGi1/Wu2ujgnQ1sk+CQxhaaVGWZwjBQXjYZLuVsHWT9QHbVr6jtEn
g5u6B3uMHdIVb4v3NEpy4YWxp+eh0dzjY8EQKueOeoxLnnfXHM32+1YOHsumW8DP
0C2nq/ro4nTh8VgCACB5R8UnPBU6B1UB34tuMXqP+DF1uC15lcbwgiCYmhvhnj7/
M3MhaCkN+nmoLkNMLfVh
=Hmaa
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-21 21:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 21:02 Linux 3.18.14 Sasha Levin
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.