Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Radim Krčmář | 2017-03-02 | 3 | -7/+9 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9 | Paul Mackerras | 2017-03-01 | 1 | -4/+4 | |
| | * | | | | | | KVM: PPC: Book3S HV: Fix software walk of guest process page tables | Paul Mackerras | 2017-03-01 | 2 | -3/+5 | |
| * | | | | | | | KVM: nVMX: Fix pending events injection | Wanpeng Li | 2017-03-01 | 1 | -2/+6 | |
| * | | | | | | | x86/kvm/vmx: remove unused variable in segment_base() | Jérémy Lefaure | 2017-03-01 | 1 | -1/+0 | |
| * | | | | | | | selftests/x86: Add a basic selftest for ioperm | Andy Lutomirski | 2017-03-01 | 2 | -1/+171 | |
| * | | | | | | | x86/asm: Tidy up TSS limit code | Andy Lutomirski | 2017-03-01 | 3 | -11/+21 | |
| * | | | | | | | kvm: convert kvm.users_count from atomic_t to refcount_t | Elena Reshetova | 2017-03-01 | 2 | -5/+6 | |
| * | | | | | | | KVM: x86: never specify a sample period for virtualized in_tx_cp counters | Robert O'Callahan | 2017-03-01 | 1 | -3/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux | Linus Torvalds | 2017-03-04 | 8 | -41/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Documentation/sphinx: fix primary_domain configuration | John Keeping | 2017-03-04 | 1 | -1/+1 | |
| * | | | | | | | docs: Fix htmldocs build failure | Martyn Welch | 2017-03-04 | 1 | -2/+2 | |
| * | | | | | | | doc/ko_KR/memory-barriers: Update control-dependencies section | SeongJae Park | 2017-03-03 | 1 | -31/+37 | |
| * | | | | | | | pcieaer doc: update the link | Cao jin | 2017-03-03 | 1 | -1/+1 | |
| * | | | | | | | Documentation: Update path to sysrq.txt | Krzysztof Kozlowski | 2017-03-03 | 4 | -6/+6 | |
* | | | | | | | | Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-03-04 | 8 | -23/+29 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | staging: fsl-mc: fix warning in DT ranges parser | Arnd Bergmann | 2017-03-01 | 1 | -13/+9 | |
| * | | | | | | | | MAINTAINERS: Remove Noralf Trønnes as fbtft maintainer | Noralf Trønnes | 2017-03-01 | 1 | -1/+0 | |
| * | | | | | | | | staging: vchiq_2835_arm: Make cache-line-size a required DT property | Michael Zoran | 2017-02-26 | 1 | -1/+7 | |
| * | | | | | | | | staging: bcm2835/mmal-vchiq: unlock on error in buffer_from_host() | Dan Carpenter | 2017-02-26 | 1 | -2/+5 | |
| * | | | | | | | | staging/lustre/lnet: Fix allocation size for sv_cpt_data | Oleg Drokin | 2017-02-26 | 1 | -1/+1 | |
| * | | | | | | | | Merge tag 'iio-fixes-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2017-02-26 | 3 | -5/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | iio: adc: xilinx: Fix error handling | Christophe JAILLET | 2017-02-25 | 1 | -3/+3 | |
| | * | | | | | | | | iio: 104-quad-8: Fix off-by-one error when addressing flag register | William Breathitt Gray | 2017-02-11 | 1 | -1/+1 | |
| | * | | | | | | | | iio: adc: handle unknow of_device_id data | Arnd Bergmann | 2017-02-05 | 1 | -1/+3 | |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-03-04 | 11 | -54/+79 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | crypto: vmx - Use skcipher for xts fallback | Paulo Flabiano Smorigo | 2017-03-02 | 1 | -16/+16 | |
| * | | | | | | | | | | crypto: vmx - Use skcipher for cbc fallback | Paulo Flabiano Smorigo | 2017-03-02 | 1 | -23/+24 | |
| * | | | | | | | | | | crypto: testmgr - Pad aes_ccm_enc_tv_template vector | Laura Abbott | 2017-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | crypto: arm/crc32 - add build time test for CRC instruction support | Ard Biesheuvel | 2017-03-01 | 1 | -1/+11 | |
| * | | | | | | | | | | crypto: arm/crc32 - fix build error with outdated binutils | Ard Biesheuvel | 2017-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | crypto: ccm - move cbcmac input off the stack | Ard Biesheuvel | 2017-02-28 | 1 | -2/+3 | |
| * | | | | | | | | | | crypto: xts - Propagate NEED_FALLBACK bit | Herbert Xu | 2017-02-27 | 1 | -6/+8 | |
| * | | | | | | | | | | crypto: api - Add crypto_requires_off helper | Herbert Xu | 2017-02-27 | 1 | -1/+6 | |
| * | | | | | | | | | | crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMA | Geert Uytterhoeven | 2017-02-27 | 1 | -0/+1 | |
| * | | | | | | | | | | crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend ... | Geert Uytterhoeven | 2017-02-27 | 1 | -0/+2 | |
| * | | | | | | | | | | crypto: cavium - fix leak on curr if curr->head fails to be allocated | Colin Ian King | 2017-02-27 | 1 | -0/+1 | |
| * | | | | | | | | | | crypto: cavium - Fix couple of static checker errors | George Cherian | 2017-02-27 | 2 | -3/+5 | |
* | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-03-04 | 11 | -43/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | hfs: fix hfs_readdir() | Dan Carpenter | 2017-02-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | selftest for default_file_splice_read() infoleak | Al Viro | 2017-02-19 | 4 | -0/+24 | |
| * | | | | | | | | | | | 9p: constify ->d_name handling | Al Viro | 2017-01-12 | 6 | -42/+42 | |
* | | | | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-03-04 | 87 | -3188/+22372 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | scsi: qedi: Fix memory leak in tmf response processing. | Dupuis, Chad | 2017-02-28 | 1 | -2/+3 | |
| * | | | | | | | | | | | | scsi: aacraid: remove redundant zero check on ret | Colin Ian King | 2017-02-28 | 1 | -5/+1 | |
| * | | | | | | | | | | | | scsi: lpfc: use proper format string for dma_addr_t | Arnd Bergmann | 2017-02-28 | 1 | -6/+6 | |
| * | | | | | | | | | | | | scsi: lpfc: use div_u64 for 64-bit division | Arnd Bergmann | 2017-02-28 | 1 | -32/+32 | |
| * | | | | | | | | | | | | scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=m | Finn Thain | 2017-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | scsi: cciss: correct check map error. | Don Brace | 2017-02-23 | 1 | -4/+28 | |
| * | | | | | | | | | | | | scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator" | Colin Ian King | 2017-02-23 | 1 | -1/+1 |