summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-10-281-1/+3
* kvm/x86: Show WRMSR data is in hexBorislav Petkov2016-10-271-3/+3
* Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-10-271-2/+2
|\
| * KVM: s390: Fix STHYI buffer alignment for diag224Janosch Frank2016-10-261-2/+2
* | kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson2016-10-271-2/+2
* | KVM: document lock ordersPaolo Bonzini2016-10-271-1/+11
* | KVM: fix OOPS on flush_workPaolo Bonzini2016-10-262-3/+25
* | KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2016-10-262-12/+19
* | KVM: MIPS: Make ERET handle ERL before EXLJames Hogan2016-10-261-4/+4
* | KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2016-10-262-5/+4
* | Linux 4.9-rc2v4.9-rc2Linus Torvalds2016-10-241-1/+1
* | Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-244-12/+13
|\ \
| * | ubifs: Abort readdir upon errorRichard Weinberger2016-10-201-5/+3
| * | UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2016-10-201-0/+1
| * | ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2016-10-201-1/+1
| * | ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-10-201-0/+2
| * | ubifs: Rename ubifs_rename2Richard Weinberger2016-10-201-6/+6
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-249-50/+56
|\ \ \
| * | | ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-154-31/+26
| * | | fscrypto: lock inode while setting encryption policyEric Biggers2016-10-151-0/+4
| * | | ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-151-1/+1
| * | | fscrypto: make XTS tweak initialization endian-independentEric Biggers2016-10-131-7/+8
| * | | ext4: do not advertise encryption support when disabledEric Biggers2016-10-131-0/+4
| * | | jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-131-1/+2
| * | | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-131-10/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-10-248-75/+105
|\ \ \ \
| * | | | target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
| * | | | target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
| * | | | target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3
| * | | | target/tcm_fc: print command pointer in debug messageHannes Reinecke2016-10-211-1/+1
| * | | | target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8
| * | | | Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-201-15/+1
| * | | | target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2016-10-201-4/+12
| * | | | target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-203-6/+24
| * | | | target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-201-1/+3
| * | | | iscsi-target: fix iscsi cmd leakVarun Prakash2016-10-201-0/+4
| * | | | iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2016-10-202-3/+3
| * | | | target/user: Fix comments to not refer to data ringAndy Grover2016-10-201-7/+5
| * | | | target/user: Return an error if cmd data size is too largeAndy Grover2016-10-201-3/+6
| * | | | target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-201-19/+10
* | | | | Merge tag 'hwmon-for-linus-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-242-4/+6
|\ \ \ \ \
| * | | | | hwmon: (max31790) potential ERR_PTR dereferenceDan Carpenter2016-10-171-1/+3
| * | | | | hwmon: (adm9240) handle temperature readings below 0Chris Packham2016-10-171-3/+3
| |/ / / /
* | | | | Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-10-249-5/+560
|\ \ \ \ \
| * | | | | ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3
| * | | | | ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun2016-09-301-5/+0
| * | | | | ipmi/bt-bmc: add a dependency on ARCH_ASPEEDCédric Le Goater2016-09-301-0/+1
| * | | | | ipmi: Fix ioremap error handling in bt-bmcJoel Stanley2016-09-301-2/+2
| * | | | | ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple2016-09-308-1/+561
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-10-226-2/+299
|\ \ \ \ \ \