summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-1825-356/+1710
|\ \ \
| | | * VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()Russell King2011-02-112-9/+0
| | | * VIDEO: cyberpro: remove useless function extreg pointersRussell King2011-02-112-11/+0
| | | * VIDEO: cyberpro: update handling of device structuresRussell King2011-02-112-10/+11
| | | * VIDEO: cyberpro: add support for video capture I2CRussell King2011-02-113-14/+118
| | | * VIDEO: cyberpro: make 'reg_b0_lock' always presentRussell King2011-02-111-7/+5
| | | * VIDEO: cyberpro: add I2C supportOndrej Zary2011-02-112-0/+136
| | | * VIDEO: cyberpro: select lowest multipler/divisor for PLLRussell King2011-01-281-3/+3
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-171461-10879/+19547
| | |\ \ \ \
| | | | | * | ARM: 6764/1: pl011: factor out FIFO to TTY codeLinus Walleij2011-03-101-91/+66
| | | | | * | ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Linus Walleij2011-03-101-20/+434
| | | | * | | ARM: 6758/1: amba: support pm opsRabin Vincent2011-02-232-23/+319
| | | | * | | ARM: amba: make amba_driver id_table constRussell King2011-02-231-1/+1
| | | | * | | ARM: amba: make internal ID table handling constRussell King2011-02-231-3/+3
| | | | * | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-2316-17/+20
| | | | * | | ARM: 6662/1: amba: make amba_bustype non-staticRob Herring2011-02-232-1/+3
| | | * | | | ARM: mmci: add dmaengine-based DMA supportRussell King2011-02-043-8/+304
| | | * | | | ARM: mmci: no need for separate host->data_xferedRussell King2011-02-042-8/+3
| | | * | | | ARM: mmci: avoid unnecessary switch to data available PIO interruptsRussell King2011-02-041-6/+7
| | | * | | | ARM: mmci: no need to call flush_dcache_page() with sg_miter APIRussell King2011-02-041-19/+0
| | | * | | | ARM: mmci: avoid reporting too many completed bytes on fifo overrunRussell King2011-02-041-6/+18
| | * | | | | ALSA: AACI: make fifo variables more explanitoryRussell King2011-01-262-20/+26
| | * | | | | ALSA: AACI: no need to call snd_pcm_period_elapsed() for each periodRussell King2011-01-261-8/+10
| | * | | | | ALSA: AACI: use snd_pcm_lib_period_bytes()Russell King2011-01-262-3/+4
| | * | | | | ALSA: AACI: clean up AACI announcement printkRussell King2011-01-261-3/+3
| | * | | | | ALSA: AACI: fix channel mask selectionRussell King2011-01-261-50/+20
| | * | | | | ALSA: AACI: fix number of channels for recordRussell King2011-01-251-62/+52
| | * | | | | ALSA: AACI: fix multiple IRQ claimingRussell King2011-01-252-9/+17
| * | | | | | ARM: 6647/1: add Versatile Express defconfigLinus Walleij2011-02-191-0/+140
| * | | | | | ARM: 6644/1: mach-ux500: update the U8500 defconfigLinus Walleij2011-02-191-8/+51
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-1833-400/+554
|\ \ \ \ \ \
| * | | | | | KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-171-0/+13
| * | | | | | KVM: MMU: cleanup pte write pathXiao Guangrong2011-03-173-56/+32
| * | | | | | KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong2011-03-171-20/+17
| * | | | | | KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-171-4/+8
| * | | | | | KVM: fix kvmclock regression due to missing clock updateNikola Ciprich2011-03-171-1/+1
| * | | | | | KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov2011-03-171-3/+2
| * | | | | | KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov2011-03-173-21/+35
| * | | | | | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity2011-03-171-0/+5
| * | | | | | KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-173-7/+5
| * | | | | | KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin2011-03-171-2/+3
| * | | | | | KVM: MMU: remove unused macrosXiao Guangrong2011-03-172-8/+0
| * | | | | | KVM: MMU: cleanup page alloc and freeXiao Guangrong2011-03-171-5/+5
| * | | | | | KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong2011-03-173-7/+2
| * | | | | | KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong2011-03-171-5/+5
| * | | | | | KVM: MMU: set spte accessed bit properlyXiao Guangrong2011-03-171-1/+1
| * | | | | | KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong2011-03-171-2/+7
| * | | | | | KVM: Start lock documentationJan Kiszka2011-03-171-0/+25
| * | | | | | KVM: better readability of efer_reserved_bitsLai Jiangshan2011-03-171-2/+3
| * | | | | | KVM: Clear async page fault hash after switching to real modeLai Jiangshan2011-03-171-1/+3