summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Linux 4.4.63v4.4.63Greg Kroah-Hartman1-1/+1
2017-04-21MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.Greg Kroah-Hartman1-2/+2
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-04-21net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-04-21tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-04-21SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2017-04-21ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2017-04-21catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-04-21catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-04-21rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-04-21pegasus: Use heap buffers for all register accessBen Hutchings1-4/+25
2017-04-21virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-21dvb-usb-firmware: don't do DMA on stackStefan BrĂ¼ns1-10/+12
2017-04-21dvb-usb: don't use stack for firmware loadMauro Carvalho Chehab1-6/+13
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook2-41/+82
2017-04-21rtc: tegra: Implement clock handlingThierry Reding1-2/+26
2017-04-21platform/x86: acer-wmi: setup accelerometer when machine has appropriate noti...Lee, Chun-Yi1-4/+18
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong1-3/+2
2017-04-21dvb-usb-v2: avoid use-after-freeArnd Bergmann1-4/+5
2017-04-21ath9k: fix NULL pointer dereferenceMiaoqing Pan1-1/+7
2017-04-21crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2-29/+60
2017-04-21powerpc: Disable HFSCR[TM] if TM is not supportedBenjamin Herrenschmidt1-0/+9
2017-04-21zram: do not use copy_page with non-page aligned addressMinchan Kim1-3/+3
2017-04-21kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+8
2017-04-21Revert "MIPS: Lantiq: Fix cascaded IRQ setup"Greg Kroah-Hartman1-17/+21
2017-04-21char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-21char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-21irqchip/irq-imx-gpcv2: Fix spinlock initializationTyler Baker1-0/+2
2017-04-21libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams1-0/+6
2017-04-21xen, fbfront: fix connecting to backendJuergen Gross1-2/+2
2017-04-21scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-21scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-04-21scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-21iscsi-target: Drop work-around for legacy GlobalSAN initiatorNicholas Bellinger1-16/+0
2017-04-21iscsi-target: Fix TMR reference leak during session shutdownNicholas Bellinger1-5/+7
2017-04-21acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)Dan Williams1-1/+5
2017-04-21x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-04-21perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+3
2017-04-21Input: xpad - add support for Razer Wildcat gamepadCameron Gutman1-0/+2
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-21drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 oneIlia Mirkin1-1/+1
2017-04-21drm/nouveau/mpeg: mthd returns true on success nowIlia Mirkin2-2/+2
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo4-4/+33
2017-04-18Linux 4.4.62v4.4.62Greg Kroah-Hartman1-1/+1
2017-04-18ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2017-04-18net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein1-2/+3
2017-04-18net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20