summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | [media] tea5764: convert to unlocked_ioctlHans Verkuil2010-12-011-40/+9
| * | | | [media] cadet: use unlocked_ioctlHans Verkuil2010-12-011-3/+9
| * | | | [media] BKL: trivial BKL removal from V4L2 radio driversHans Verkuil2010-12-0113-74/+74
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-12-176-6/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-12-175-4/+10
| |\ \ \ \
| | * | | | ASoC: Fix bias power down of non-DAPM codecJarkko Nikula2010-12-131-0/+3
| | * | | | ASoC: WM8580: Fix R8 initial valueSeungwhan Youn2010-12-091-1/+1
| | * | | | ASoC: fix deemphasis control in wm8904/55/60 codecsDmitry Artamonow2010-12-093-3/+6
| * | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-12-171-2/+22
| |\ \ \ \ \
OpenPOWER on IntegriCloud