summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* module: use a structure to encapsulate layout.Rusty Russell2015-12-0414-199/+178
* gcov: use within_module() helper.Rusty Russell2015-12-041-6/+1
* module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf2015-12-041-27/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-11-252-9/+10
|\
| * vfs: Avoid softlockups with sendfile(2)Jan Kara2015-11-231-0/+1
| * vfs: Make sendfile(2) killable even betterJan Kara2015-11-231-0/+7
| * fix sysvfs symlinksAl Viro2015-11-231-9/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-253-16/+24
|\ \
| * | Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-251-1/+1
| * | block: fix blk_abort_request for blk-mq driversChristoph Hellwig2015-11-241-3/+5
| * | nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig2015-11-241-3/+12
| * | NVMe: default to 4k device page sizeNishanth Aravamudan2015-11-241-9/+6
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-2521-111/+171
|\ \ \ | |/ / |/| |
| * | KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
| * | Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-24345-5556/+4249
| |\ \
| | * | arm64: kvm: report original PAR_EL1 upon panicMark Rutland2015-11-241-1/+5
| | * | arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland2015-11-241-1/+1
| | * | KVM: arm/arm64: vgic: Trust the LR state for HW IRQsChristoffer Dall2015-11-241-14/+2
| | * | KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.activeChristoffer Dall2015-11-243-24/+40
| | * | KVM: arm/arm64: Fix preemptible timer active state crazynessChristoffer Dall2015-11-241-6/+1
| | * | arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier2015-11-244-1/+38
| | * | arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2015-11-242-4/+6
| | * | ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel2015-11-241-8/+7
| | |/
| * | Merge tag 'kvm-s390-master-4.4-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-11-195-10/+24
| |\ \
| | * | KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand2015-11-192-8/+3
| | * | KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand2015-11-191-0/+4
| | * | KVM: Provide function for VCPU lookup by idDavid Hildenbrand2015-11-191-0/+11
| | * | KVM: s390: fix pfmf intercept handlerHeiko Carstens2015-11-191-1/+1
| | * | KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand2015-11-191-1/+5
| * | | KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell2015-11-181-2/+4
| * | | KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell2015-11-181-0/+1
| * | | KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell2015-11-181-24/+19
| * | | KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell2015-11-181-14/+19
| * | | MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan2015-11-181-1/+4
| * | | MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan2015-11-181-1/+1
| * | | MIPS: KVM: Fix ASID restoration logicJames Hogan2015-11-181-6/+10
| |/ /
* | | Merge tag 'dm-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2015-11-244-29/+36
|\ \ \
| * | | dm thin: fix regression in advertised discard limitsMike Snitzer2015-11-231-3/+2
| * | | dm crypt: fix a possible hang due to race condition on exitMikulas Patocka2015-11-191-9/+13
| * | | dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_pathJunichi Nomura2015-11-171-13/+15
| * | | dm: do not reuse dm_blk_ioctl block_device input as local variableMike Snitzer2015-11-171-2/+3
| * | | dm: fix ioctl retry termination with signalJunichi Nomura2015-11-172-2/+2
| * | | dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...Mike Snitzer2015-11-161-0/+1
| |/ /
* | | pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2015-11-241-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-2417-244/+525
|\ \ \
| * | | blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei2015-11-231-0/+6
| * | | blk-merge: fix blk_bio_segment_splitMing Lei2015-11-231-3/+19
| * | | block: fix segment splitMing Lei2015-11-231-2/+2
| * | | blk-mq: fix calling unplug callbacks with preempt disabledJens Axboe2015-11-201-5/+9
| * | | mac: validate mac_partition is within sectorKees Cook2015-11-201-3/+7