Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | m68k: fix comment typo 'occcured' | Justin P. Mattock | 2011-04-10 | 2 | -2/+2 | |
| * | | | | | | | arch:Kconfig.locks Remove unused config option. | Justin P. Mattock | 2011-04-10 | 1 | -3/+0 | |
| * | | | | | | | treewide: remove extra semicolons | Justin P. Mattock | 2011-04-10 | 6 | -6/+6 | |
| * | | | | | | | treewide: Fix iomap resource size miscalculations | Joe Perches | 2011-04-10 | 2 | -5/+3 | |
| * | | | | | | | arm: mach-u300/gpio: Fix mem_region resource size miscalculations | Joe Perches | 2011-04-10 | 1 | -4/+3 | |
| * | | | | | | | ARM: Remove duplicate linux/sched.h include from arch/arm/plat-iop/time.c | Jesper Juhl | 2011-04-10 | 1 | -1/+0 | |
| * | | | | | | | update David Miller's old email address | Justin P. Mattock | 2011-04-06 | 32 | -32/+32 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2011-05-23 | 3 | -5/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 2011-05-22 | 3 | -5/+10 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge branch 'tegra' into for-2.6.40 | Mark Brown | 2011-04-21 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ARM: Tegra: select MACH_HAS_SND_SOC_TEGRA_WM8903 | Stephen Warren | 2011-04-21 | 1 | -0/+3 | |
| | * | | | | | | | | Merge branch 'tegra' into for-2.6.40 | Mark Brown | 2011-04-18 | 2 | -5/+7 | |
| | |\| | | | | | | | ||||||
| | | * | | | | | | | ARM: Tegra: Add to tegra_wm8903_platform_data | Stephen Warren | 2011-04-18 | 2 | -0/+2 | |
| | | * | | | | | | | ASoC: Tegra: Rename pdev tegra-snd-harmony to tegra-snd-wm8903 | Stephen Warren | 2011-04-18 | 1 | -1/+1 | |
| | | * | | | | | | | ARM: Tegra: Rename harmony_audio.h -> tegra_wm8903_pdata.h | Stephen Warren | 2011-04-18 | 2 | -4/+4 | |
| | | | |_|_|_|/ / | | | |/| | | | | | ||||||
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-05-23 | 4 | -19/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | x86: Eliminate various 'set but not used' warnings | Gustavo F. Padovan | 2011-05-21 | 3 | -16/+5 | |
| * | | | | | | | | | x86, SMEP: Fix section mismatch warnings | Fenghua Yu | 2011-05-21 | 1 | -2/+2 | |
| * | | | | | | | | | x86, amd: Use _safe() msr access for GartTlbWlk disable code | Roedel, Joerg | 2011-05-20 | 1 | -3/+6 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-05-23 | 29 | -1063/+2986 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: MMU: Use ptep_user for cmpxchg_gpte() | Takuya Yoshikawa | 2011-05-22 | 1 | -14/+12 | |
| * | | | | | | | | | KVM: x86 emulator: Make jmp far emulation into a separate function | Takuya Yoshikawa | 2011-05-22 | 1 | -14/+22 | |
| * | | | | | | | | | KVM: x86 emulator: Rename emulate_grpX() to em_grpX() | Takuya Yoshikawa | 2011-05-22 | 1 | -16/+15 | |
| * | | | | | | | | | KVM: x86 emulator: Remove unused arg from emulate_pop() | Takuya Yoshikawa | 2011-05-22 | 1 | -15/+13 | |
| * | | | | | | | | | KVM: x86 emulator: Remove unused arg from writeback() | Takuya Yoshikawa | 2011-05-22 | 1 | -3/+2 | |
| * | | | | | | | | | KVM: x86 emulator: Remove unused arg from read_descriptor() | Takuya Yoshikawa | 2011-05-22 | 1 | -5/+3 | |
| * | | | | | | | | | KVM: x86 emulator: Remove unused arg from seg_override() | Takuya Yoshikawa | 2011-05-22 | 1 | -4/+3 | |
| * | | | | | | | | | KVM: Validate userspace_addr of memslot when registered | Takuya Yoshikawa | 2011-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: MMU: Clean up gpte reading with copy_from_user() | Takuya Yoshikawa | 2011-05-22 | 1 | -15/+1 | |
| * | | | | | | | | | KVM: PPC: booke: add sregs support | Scott Wood | 2011-05-22 | 12 | -11/+456 | |
| * | | | | | | | | | KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0) | Scott Wood | 2011-05-22 | 4 | -1/+15 | |
| * | | | | | | | | | KVM: PPC: use ticks, not usecs, for exit timing | Stuart Yoder | 2011-05-22 | 1 | -4/+17 | |
| * | | | | | | | | | KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx | Scott Wood | 2011-05-22 | 3 | -3/+6 | |
| * | | | | | | | | | KVM: PPC: e500: emulate SVR | Scott Wood | 2011-05-22 | 3 | -0/+4 | |
| * | | | | | | | | | KVM: VMX: Cache vmcs segment fields | Avi Kivity | 2011-05-22 | 2 | -10/+93 | |
| * | | | | | | | | | KVM: x86 emulator: consolidate segment accessors | Avi Kivity | 2011-05-22 | 3 | -93/+83 | |
| * | | | | | | | | | KVM: VMX: Avoid reading %rip unnecessarily when handling exceptions | Avi Kivity | 2011-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | KVM: SVM: Make dump_vmcb static, reduce text | Joe Perches | 2011-05-22 | 1 | -82/+94 | |
| * | | | | | | | | | KVM: MMU: Fix 64-bit paging breakage on x86_32 | Takuya Yoshikawa | 2011-05-22 | 1 | -1/+15 | |
| * | | | | | | | | | KVM: ia64: fix sparse warnings | Jeff Mahoney | 2011-05-22 | 1 | -13/+13 | |
| * | | | | | | | | | KVM: Add CPUID support for VIA CPU | BrillyWu@viatech.com.cn | 2011-05-22 | 1 | -0/+40 | |
| * | | | | | | | | | KVM: call cache_all_regs() only once during instruction emulation | Gleb Natapov | 2011-05-22 | 1 | -8/+6 | |
| * | | | | | | | | | KVM: Fix compound mmio | Gleb Natapov | 2011-05-22 | 1 | -1/+2 | |
| * | | | | | | | | | KVM: emulator: Propagate fault in far jump emulation | Gleb Natapov | 2011-05-22 | 1 | -1/+2 | |
| * | | | | | | | | | KVM: mmio_fault_cr2 is not used | Gleb Natapov | 2011-05-22 | 2 | -2/+1 | |
| * | | | | | | | | | KVM: x86 emulator: consolidate group handling | Avi Kivity | 2011-05-22 | 1 | -40/+40 | |
| * | | | | | | | | | KVM: MMU: Add unlikely() annotations to walk_addr_generic() | Avi Kivity | 2011-05-22 | 1 | -13/+15 | |
| * | | | | | | | | | KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D) | Takuya Yoshikawa | 2011-05-22 | 1 | -11/+20 | |
| * | | | | | | | | | KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61) | Takuya Yoshikawa | 2011-05-22 | 1 | -11/+5 | |
| * | | | | | | | | | KVM: x86 emulator: Use opcode::execute for POP reg (58-5F) | Takuya Yoshikawa | 2011-05-22 | 1 | -6/+10 |