summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08MIPS: Loongson-3: Fix build error after ld-version.sh modificationHuacai Chen1-1/+1
2016-06-08MIPS: Sync icache & dcache in set_pte_atPaul Burton3-27/+24
2016-06-08MIPS: Handle highmem pages in __update_cachePaul Burton1-1/+9
2016-06-08MIPS: Flush highmem pages in __flush_dcache_pagePaul Burton1-3/+9
2016-06-08MIPS: Fix watchpoint restorationJames Hogan4-10/+9
2016-06-08MIPS: Fix uapi include in exported asm/siginfo.hJames Hogan1-3/+1
2016-06-08MIPS: Fix siginfo.h to use strict posix typesJames Hogan1-9/+9
2016-06-08MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-08MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-06-08MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki2-3/+16
2016-06-08MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton1-3/+5
2016-06-08MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-06-08f2fs: fix deadlock when flush inline dataChao Yu1-1/+2
2016-06-01Linux 4.6.1v4.6.1Greg Kroah-Hartman1-1/+1
2016-06-01kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2-2/+4
2016-06-01Revert "scsi: fix soft lockup in scsi_remove_target() on module removal"Johannes Thumshirn1-4/+2
2016-06-01scsi: Add intermediate STARGET_REMOVE state to scsi_target_stateJohannes Thumshirn3-0/+4
2016-06-01hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-06-01hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-06-01UBI: Fix static volume checks when Fastmap is usedRichard Weinberger3-2/+22
2016-06-01Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-06-01btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-06-01SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan2-15/+15
2016-06-01md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen1-1/+1
2016-06-01thunderbolt: Fix double free of drom bufferAndreas Noever1-0/+1
2016-06-01IB/srp: Fix srp_create_target() error handlingBart Van Assche1-7/+7
2016-06-01IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-06-01ALSA: hda - Fix headset mic detection problem for one Dell machineHui Wang1-0/+3
2016-06-01ALSA: hda/realtek - Add support for ALC295/ALC3254Kailang Yang1-0/+10
2016-06-01ALSA: hda - Fix headphone noise on Dell XPS 13 9360Kai-Heng Feng1-1/+2
2016-06-01ALSA: hda/realtek - New codecs support for ALC234/ALC274/ALC294Kailang Yang1-0/+15
2016-06-01mcb: Fixed bar number assignment for the gddAndreas Werner1-1/+1
2016-06-01misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit1-0/+5
2016-06-01Fixing oops in callback pathOlga Kornievskaia1-2/+4
2016-06-01objtool: Allow building with older libelfJan Beulich2-0/+9
2016-06-01watchdog: sp5100_tco: properly check for new register layoutsLucas Stach1-5/+10
2016-06-01watchdog: core: Fix circular locking dependencyGuenter Roeck1-1/+0
2016-06-01clk: bcm2835: add locking to pll*_on/off methodsMartin Sperl1-0/+4
2016-06-01locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-06-01serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2016-06-01serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko1-10/+11
2016-06-01serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko1-3/+11
2016-06-01serial: 8250_pci: fix divide error bug if baud rate is 0David Müller1-0/+3
2016-06-01Fix OpenSSH pty regression on closeBrian Bloniarz6-74/+43
2016-06-01tty/serial: atmel: fix hardware handshake selectionAlexandre Belloni1-1/+13
2016-06-01TTY: n_gsm, fix false positive WARN_ONJiri Slaby1-1/+3
2016-06-01tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-06-01x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen3-9/+13
2016-06-01xen/x86: actually allocate legacy interrupts on PV guestsStefano Stabellini1-2/+5
2016-06-01MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan3-36/+29