summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-1212-16/+570
* KVM: Don't reset mmu context unnecessarily when updating EFERAvi Kivity2011-01-021-1/+0
* KVM: i8259: initialize isr_ackAvi Kivity2011-01-021-0/+2
* KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity2010-12-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-12-185-13/+37
|\
| * arch/tile: handle rt_sigreturn() more cleanlyChris Metcalf2010-12-174-13/+29
| * arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf2010-12-171-0/+8
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-12-181-0/+4
|\ \
| * | MIPS: Fix build errors in sc-mips.cKevin Cernekee2010-12-171-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-1810-190/+76
|\ \ \ | |/ / |/| |
| * | x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2010-12-172-1/+5
| * | x86: avoid E820 regions when allocating address spaceBjorn Helgaas2010-12-171-1/+37
| * | x86: avoid low BIOS area when allocating address spaceBjorn Helgaas2010-12-173-3/+12
| * | resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas2010-12-172-0/+7
| * | Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas2010-12-173-100/+4
| * | Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas2010-12-171-48/+5
| * | Revert "x86/PCI: allocate space from the end of a region, not the beginning"Bjorn Helgaas2010-12-171-11/+6
| * | Revert "x86: allocate space within a region top-down"Bjorn Helgaas2010-12-171-1/+0
| * | Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas2010-12-171-49/+21
| * | PCI: Update MCP55 quirk to not affect non HyperTransport variantsNeil Horman2010-12-161-0/+3
* | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-12-175-136/+55
|\ \ \
| * | | at91: Refactor Stamp9G20 and PControl G20 board fileChristian Glindkamp2010-12-174-135/+54
| * | | at91: Fix uhpck clock rate in upll caseRyan Mallon2010-12-171-1/+1
* | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-12-175-12/+15
|\ \ \ \
| * | | | KVM: Fix preemption counter leak in kvm_timer_init()Avi Kivity2010-12-161-1/+3
| * | | | KVM: enlarge number of possible CPUID leavesAndre Przywara2010-12-081-1/+1
| * | | | KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-084-10/+9
| * | | | KVM: Fix OSXSAVE after migrationSheng Yang2010-12-081-0/+2
| | |/ / | |/| |
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-12-174-5/+6
|\ \ \ \
| * | | | PM / Runtime: Fix pm_runtime_suspended()Rafael J. Wysocki2010-12-162-3/+4
| * | | | PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki2010-12-161-1/+1
| * | | | PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2010-12-161-1/+1
* | | | | Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2010-12-1738-324/+413
|\ \ \ \ \
| * | | | | [media] uvcvideo: Convert to unlocked_ioctlLaurent Pinchart2010-12-011-1/+1
| * | | | | [media] uvcvideo: Lock stream mutex when accessing format-related informationLaurent Pinchart2010-12-013-27/+58
| * | | | | [media] uvcvideo: Move mmap() handler to uvc_queue.cLaurent Pinchart2010-12-013-66/+79
| * | | | | [media] uvcvideo: Move mutex lock/unlock inside uvc_free_buffersLaurent Pinchart2010-12-012-25/+34
| * | | | | [media] uvcvideo: Lock controls mutex when querying menusLaurent Pinchart2010-12-013-38/+50
| * | | | | [media] v4l2-dev: fix race conditionHans Verkuil2010-12-011-1/+6
| * | | | | [media] V4L: improve the BKL replacement heuristicHans Verkuil2010-12-013-3/+31
| * | | | | [media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lockHans Verkuil2010-12-011-14/+17
| * | | | | [media] cx18: convert to unlocked_ioctlHans Verkuil2010-12-012-2/+8
| * | | | | [media] radio-timb: convert to unlocked_ioctlHans Verkuil2010-12-011-1/+4
| * | | | | [media] sh_vou: convert to unlocked_ioctlHans Verkuil2010-12-011-5/+8
| * | | | | [media] cafe_ccic: replace ioctl by unlocked_ioctlHans Verkuil2010-12-011-1/+1
| * | | | | [media] et61x251_core: trivial conversion to unlocked_ioctlHans Verkuil2010-12-011-1/+1
| * | | | | [media] sn9c102: convert to unlocked_ioctlHans Verkuil2010-12-011-1/+1
| * | | | | [media] BKL: trivial ioctl -> unlocked_ioctl video driver conversionsHans Verkuil2010-12-016-12/+12
| * | | | | [media] typhoon: convert to unlocked_ioctlHans Verkuil2010-12-011-8/+8
| * | | | | [media] si4713: convert to unlocked_ioctlHans Verkuil2010-12-011-1/+2
OpenPOWER on IntegriCloud