summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-0367-97/+70
|\
| * sparse: fix commentLi Zhong2014-04-021-1/+1
| * doc: fix double wordsMasanari Iida2014-03-2112-12/+12
| * isdn: capi: fix "CAPI_VERSION" commentPaul Bolle2014-03-201-1/+1
| * doc: DocBook: Fix typos in xml and template fileMasanari Iida2014-03-133-3/+3
| * Bluetooth: add module name for btwilinkPavel Machek2014-03-101-1/+2
| * driver core: unexport static function create_syslog_headerJiang Liu2014-03-101-1/+0
| * mmc: core: typo fix in printk specifierAlexander Shiyan2014-03-101-1/+1
| * ARM: spear: clean up editing mistakePaul Bolle2014-03-101-1/+1
| * net-sysfs: fix comment typo 'CONFIG_SYFS'Paul Bolle2014-02-201-1/+1
| * doc: Insert MODULE_ in module-signing macrosPaul Bolle2014-02-201-5/+5
| * Merge branch 'master' into for-nextJiri Kosina2014-02-2010316-216701/+556743
| |\
| * | Documentation: update URL to hfsplus Technote 1150Olaf Hering2014-02-201-1/+1
| * | gpio: update path to documentationRichard Genoud2014-02-201-1/+1
| * | ixgbe: Fix format string in ixgbe_fcoe.Masanari Iida2014-02-201-1/+1
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-2015-26/+0
| * | user_namespace.c: Remove duplicated word in commentBrian Campbell2014-02-191-1/+1
| * | CREDITS: fix formattingGeert Uytterhoeven2014-02-191-2/+2
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-1924-34/+34
| * | mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-02-191-1/+1
| * | ata: ata-samsung_cf: cleanup in header fileSachin Kamat2014-02-191-5/+4
| * | idr: remove unused prototype of idr_free()Vladimir Davydov2014-01-301-1/+0
* | | Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-033-69/+211
|\ \ \
| * | | sched/idle: Add more comments to the codeDaniel Lezcano2014-03-111-2/+57
| * | | sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano2014-03-111-34/+44
| * | | sched/idle: Reorganize the idle loopDaniel Lezcano2014-03-112-18/+17
| * | | cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-113-51/+56
| * | | idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano2014-03-112-21/+94
| * | | Merge branch 'timers/core' into sched/idleIngo Molnar2014-02-2810-40/+283
| |\ \ \
* | | | | pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-031-1/+3
* | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-0274-838/+3265
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-ppchv-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-2913-67/+377
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8Paul Mackerras2014-03-293-1/+33
| | * | | | | KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offsetPaul Mackerras2014-03-291-1/+9
| | * | | | | KVM: PPC: Book3S HV: Don't use kvm_memslots() in real modePaul Mackerras2014-03-292-3/+15
| | * | | | | KVM: PPC: Book3S HV: Return ENODEV error rather than EIOPaul Mackerras2014-03-291-1/+1
| | * | | | | KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS codePaul Mackerras2014-03-291-2/+5
| | * | | | | KVM: PPC: Book3S HV: Add get/set_one_reg for new TM stateMichael Neuling2014-03-291-22/+125
| | * | | | | KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-294-30/+149
| | * | | | | KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=nAnton Blanchard2014-03-261-3/+1
| | * | | | | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCELaurent Dufour2014-03-263-1/+31
| | * | | | | KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd writeGreg Kurz2014-03-262-3/+8
| * | | | | | KVM: Specify byte order for KVM_EXIT_MMIOChristoffer Dall2014-03-271-0/+4
| * | | | | | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
| * | | | | | Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-255-10/+28
| |\ \ \ \ \ \
| | * | | | | | KVM: s390: clear local interrupts at cpu initial resetJens Freimann2014-03-253-0/+16
| | * | | | | | KVM: s390: Fix possible memory leak in SIGP functionsThomas Huth2014-03-251-8/+6
| | * | | | | | KVM: s390: fix calculation of idle_mask array sizeJens Freimann2014-03-251-2/+1
| | * | | | | | KVM: s390: randomize sca addressChristian Borntraeger2014-03-251-0/+5
| * | | | | | | Merge branch 'kvms390-irqfd' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-03-2412-8/+511
| |\ \ \ \ \ \ \