aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14tools/testing/selftests/kvm/arm: cp15 test.selftestRusty Russell4-1/+424
2012-08-14ARM: KVM: Complain on read from WO and write to RO CP15 regsRusty Russell1-2/+20
2012-08-14tools/testing/selftests/kvm/arm: add exception table to guest.Rusty Russell4-5/+98
2012-08-14tools/testing/selftests/kvm/arm: conditional exectution test.Rusty Russell3-1/+64
2012-08-14tools/testing/selftests/kvm/arm: vfp test.Rusty Russell5-1/+220
2012-08-14tools/testing/selftests/kvm/arm: Add install target.Rusty Russell1-0/+3
2012-08-14tools/testing/selftests/kvm/arm: Load an elf guest.Rusty Russell3-24/+60
2012-08-14tools/testing/selftests/kvm/arm: Use C code in the tiny guest.Rusty Russell8-140/+150
2012-08-14tools/testing/selftests/kvm/arm: Use err() and errx()Rusty Russell3-152/+74
2012-08-14tools/testing/selftests/kvm/arm: Generalize for different tests.Rusty Russell8-51/+112
2012-08-14tools/testing/selftests/kvm/arm: add to selftests makefileRusty Russell3-1/+11
2012-08-14tools/testing/selftests/kvm/arm: update test code to use kvm_vcpu_init.Rusty Russell1-0/+6
2012-08-14tools/testing/selftests/kvm/arm: Import mmiotest from github.Rusty Russell9-0/+1255
2012-08-07fixup! ARM: KVM: KVM_VCPU_GET_MSR_INDEX_LIST/KVM_GET_MSRS/KVM_SET_MSRS for cp...Christoffer Dall1-3/+70
2012-08-07KVM: ARM: Add comment about sorted cp15 regs orderChristoffer Dall1-2/+7
2012-08-07ARM: KVM: Remove cp15 registers from struct kvm_regs.Rusty Russell2-26/+0
2012-08-07ARM: KVM: add the guest-visible host cp15 registers to the API.Rusty Russell1-6/+117
2012-08-07ARM: KVM: KVM_VCPU_GET_MSR_INDEX_LIST/KVM_GET_MSRS/KVM_SET_MSRS for cp15 regs.Rusty Russell5-0/+319
2012-08-07ARM: KVM: check ordering of coproc tableRusty Russell3-4/+28
2012-08-07ARM: KVM: Turn L2CTLR and ACTLR into proper registers.Rusty Russell2-10/+25
2012-08-07ARM: KVM: Drive register reset from coproc table(s).Rusty Russell3-67/+153
2012-08-07KVM ARM: Use KVM_ARM_VCPU_INIT to set target model and features.Rusty Russell8-15/+69
2012-08-07Fixup return values form user_mem_abortChristoffer Dall1-2/+4
2012-07-05fixup! ARM: KVM: Move coprocessor register handling to coproc.cChristoffer Dall1-3/+3
2012-08-03ARM: KVM: lazy save/restore of vfp/neonAntonios Motakis4-8/+113
2012-08-02ARM: KVM: Pass table entry to access fn, rather than arg.Rusty Russell1-32/+31
2012-08-02ARM: KVM: Add comments with references to documentation.Rusty Russell1-1/+6
2012-08-02ARM: KVM: Correctly ignore writes to l2ctlr and l2ectlr.Rusty Russell1-2/+2
2012-08-02ARM: KVM: Create specific per-target register tables.Rusty Russell1-62/+78
2012-08-02ARM: KVM: Move coprocessor register handling to coproc.cRusty Russell6-372/+421
2012-08-02ARM: KVM: Change emulation table to a register table.Rusty Russell1-78/+68
2012-08-02ARM: KVM: A more precise useless performance monitor implementation.Rusty Russell1-4/+50
2012-08-02ARM: Expose PMNC bitfields for KVM use.Rusty Russell2-50/+57
2012-08-02ARM: KVM: Don't ignore all CP15 CRn=15 operations.Rusty Russell1-8/+2
2012-08-02ARM: KVM: Don't ignore attempts to read from DCCSW, DCISW, DCCISWRusty Russell1-3/+0
2012-08-02ARM: KVM: Pass-through CRn = 10 CP15 accesses from guest.Rusty Russell2-28/+2
2012-08-01ARM: KVM: Remove debugfs statsChristoffer Dall5-19/+0
2012-07-31ARM: KVM: Move interrupt handling outside of interrupts.SMarc Zyngier4-40/+10
2012-07-31ARM: KVM: Add support for IO mapping at the HYP levelMarc Zyngier2-19/+58
2012-07-31ARM: KVM: Run exit handling under preemption againChristoffer Dall4-18/+19
2012-07-26ARM: KVM: limit the use of .arch_extension sec/virtMarc Zyngier3-14/+15
2012-07-26fixup! ARM: KVM: Guest wait-for-interrupts (WFI) supportChristoffer Dall2-12/+4
2012-07-26fixup! ARM: KVM: Initial skeleton to compile KVM supportChristoffer Dall1-1/+0
2012-07-26fixup! ARM: KVM: Emulation framework and CP15 emulationChristoffer Dall1-1/+1
2012-07-26fixup! ARM: KVM: Handle guest faults in KVMChristoffer Dall1-1/+1
2012-07-26fixup! ARM: KVM: Handle I/O abortsChristoffer Dall2-2/+4
2012-07-26fixup! ARM: KVM: Guest wait-for-interrupts (WFI) supportChristoffer Dall1-1/+1
2012-07-26fixup! ARM: KVM: Emulation framework and CP15 emulationChristoffer Dall2-9/+10
2012-07-26fixup! ARM: KVM: World-switch implementationChristoffer Dall1-43/+22
2012-07-26fixup! KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2-3/+7
2012-07-26ARM: KVM: Allow running on the AEM modelChristoffer Dall2-1/+4
2012-07-26ARM: KVM: Guest wait-for-interrupts (WFI) supportChristoffer Dall3-1/+42
2012-07-26ARM: KVM: Handle I/O abortsChristoffer Dall7-3/+473
2012-07-26ARM: KVM: Handle guest faults in KVMChristoffer Dall10-1/+300
2012-07-26ARM: KVM: Emulation framework and CP15 emulationChristoffer Dall6-1/+614
2012-07-26ARM: KVM: World-switch implementationChristoffer Dall6-3/+865
2012-07-26ARM: KVM: Inject IRQs and FIQs from userspaceChristoffer Dall5-6/+70
2012-07-26ARM: KVM: Memory virtualization setupChristoffer Dall3-1/+143
2012-07-26ARM: KVM: Module unloading supportChristoffer Dall4-0/+76
2012-07-26ARM: KVM: Hypervisor inititalizationChristoffer Dall12-1/+642
2012-07-26ARM: KVM: Support Cortex-A15 VCPUs resetChristoffer Dall3-0/+108
2012-07-26ARM: KVM: Initial skeleton to compile KVM supportChristoffer Dall19-0/+1193
2012-07-26KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIERMarc Zyngier1-2/+2
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall4-46/+40
2012-07-26ARM: Section based HYP idmapChristoffer Dall4-13/+89
2012-07-26ARM: Add config option ARM_VIRT_EXTChristoffer Dall1-0/+10
2012-07-26ARM: add mem_type prot_pte accessorMarc Zyngier2-0/+7
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin6-4/+193
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin1-4/+6
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin1-1/+2
2012-06-25KVM: eoi msi documentationMichael S. Tsirkin1-0/+33
2012-06-25x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin1-0/+7
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin2-3/+61
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin2-2/+55
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin1-0/+5
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa1-1/+1
2012-06-18KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall3-1/+5
2012-06-18KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier2-2/+2
2012-06-13KVM: trace events: update list of exit reasonsCornelia Huck1-1/+2
2012-06-13KVM: s390: Perform early event mask processing during bootHeinz Graalfs6-14/+61
2012-06-13KVM: s390: Set CPU in stopped state on initial cpu resetChristian Borntraeger1-0/+1
2012-06-13KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao1-1/+1
2012-06-11KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa1-9/+5
2012-06-06Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity21-92/+306
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin1-1/+1
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall4-37/+43
2012-06-06KVM: s390: Change maintainerChristian Borntraeger1-1/+1
2012-06-05KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman1-12/+58
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov1-10/+17
2012-06-05KVM: ia64: Mark ia64 KVM as BROKENAvi Kivity1-0/+1
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2-8/+12
2012-06-05KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao1-0/+2
2012-06-05KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao1-0/+12
2012-06-05KVM: VMX: Add EPT A/D bits definitionsXudong Hao1-0/+4
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa3-4/+7
2012-06-05KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()Takuya Yoshikawa1-10/+22
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-5/+5
2012-06-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-143/+167
2012-06-04fixups for signal breakageAl Viro3-4/+4
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-26/+827
2012-06-04Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds5-36/+44
2012-06-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-2/+442
2012-06-04vfs: Fix /proc/<tid>/fdinfo/<fd> file handlingLinus Torvalds1-7/+10
2012-06-03gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'Kukjin Kim1-1/+1
2012-06-03Merge branch 'pm-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-39/+110
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds4-150/+28
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-06-03vfs: move inode stat information closer togetherLinus Torvalds1-3/+3
2012-06-02Linux 3.5-rc1Linus Torvalds1-2/+2
2012-06-02Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-90/+322
2012-06-03dm thin: provide userspace access to pool metadataJoe Thornber5-11/+193
2012-06-03dm thin: use slab mempoolsMike Snitzer1-62/+99
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka1-9/+17
2012-06-03dm mpath: delay retry of bypassed pgMike Christie1-2/+6
2012-06-03dm mpath: reduce size of struct multipathMike Snitzer1-6/+7
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-84/+201
2012-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-39/+297
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds14-191/+119
2012-06-02fec_mpc52xx: fix timestamp filteringStephan Gatzka1-1/+1
2012-06-02mcs7830: Implement link state detectionOndrej Zary1-2/+23
2012-06-02Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2012-06-02powerpc: Fix size of st_nlink on 64bitAnton Blanchard1-1/+1
2012-06-02frv: Remove bogus closing parenthesisGeert Uytterhoeven1-1/+1
2012-06-02e1000e: fix Rapid Start Technology support for i217Bruce Allan1-9/+9
2012-06-02e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior1-1/+1
2012-06-01Merge branch 'akpm' (Fixups for Andrew's patchbomb)Linus Torvalds13-45/+33
2012-06-01nls: fix (and rename) mac NLS table files and config optionsLinus Torvalds13-33/+33
2012-06-01fs/nls/Makefile: remove bogus CONFIG_ assignmentsAndrew Morton1-12/+0
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds94-2155/+5467
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds86-792/+1775
2012-06-01Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds11-629/+1416
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+14
2012-06-01Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin6-16/+154
2012-06-01Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-22/+301
2012-06-01r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-06-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-1017/+321
2012-06-01Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds4-12/+29
2012-06-01x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu1-6/+0
2012-06-01mtd: mxc_nand: move ecc strengh setup before nand_scan_tailSascha Hauer1-6/+6
2012-06-01mtd: block2mtd: fix recursive call of mtd_writevGabor Juhos1-1/+0
2012-06-01mtd: gpmi-nand: define ecc.strengthMarek Vasut1-0/+5
2012-06-01apple-gmux: Fix up the suspend/resume patchMatthew Garrett1-1/+1
2012-06-01mtd: of_parts: fix breakage in KconfigFrank Svendsboe1-1/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds68-1091/+482
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2-6/+12
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2-2/+2
2012-06-018139cp: set ring address before enabling receiverJason Wang1-11/+11
2012-06-01cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-01CIFS: Move get_next_mid to ops structPavel Shilovsky7-95/+103
2012-06-01CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky1-2/+4
2012-06-01CIFS: Improve identation in cifs_unlock_rangePavel Shilovsky1-40/+35
2012-06-01CIFS: Fix possible wrong memory allocationPavel Shilovsky1-6/+25
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds148-1618/+1495
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds28-197/+1784
2012-06-01x86: get rid of calling do_notify_resume() when returning to kernel modeAl Viro2-13/+10
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01whack-a-mole with TIF_FREEZEAl Viro1-2/+0
2012-06-01FRV: Optimise the system call exit path in entry.S [ver #2]David Howells1-6/+7
2012-06-01FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2-13/+15
2012-06-01FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2-11/+3
2012-06-01new helper: signal_delivered()Al Viro34-83/+47
2012-06-01powerpc: get rid of restore_sigmask()Al Viro4-14/+4
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro45-141/+17
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro8-8/+9
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro13-19/+14
2012-06-01don't call try_to_freeze() from do_signal()Al Viro7-28/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro34-387/+130
2012-06-01sh64: failure to build sigframe != signal without handlerAl Viro1-1/+1
2012-06-01openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro1-14/+6
2012-06-01new helper: sigmask_to_save()Al Viro31-250/+92
2012-06-01new helper: restore_saved_sigmask()Al Viro32-125/+38
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro8-0/+125
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro5-14/+4
2012-06-01dell-laptop: Remove rfkill codeMatthew Garrett1-289/+0
2012-06-01nfs: don't open in ->d_revalidateMiklos Szeredi2-55/+78
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi2-2/+36
2012-06-01vfs: nameidata_to_filp(): don't throw away file on errorMiklos Szeredi1-3/+5
2012-06-01vfs: nameidata_to_filp(): inline __dentry_open()Miklos Szeredi1-2/+18
2012-06-01vfs: do_dentry_open(): don't put filpMiklos Szeredi1-1/+2
2012-06-01vfs: split __dentry_open()Miklos Szeredi2-14/+34
2012-06-01vfs: do_last() common post lookupMiklos Szeredi1-31/+3
2012-06-01vfs: do_last(): add audit_inode before openMiklos Szeredi1-0/+1
2012-06-01vfs: do_last(): only return EISDIR for O_CREATMiklos Szeredi1-1/+1
2012-06-01vfs: do_last(): check LOOKUP_DIRECTORYMiklos Szeredi1-0/+3
2012-06-01vfs: do_last(): make ENOENT exit RCU safeMiklos Szeredi1-2/+4
2012-06-01vfs: make follow_link check RCU safeMiklos Szeredi1-2/+10
2012-06-01vfs: do_last(): use inode variableMiklos Szeredi1-3/+5
2012-06-01vfs: do_last(): inline walk_component()Miklos Szeredi1-5/+30
2012-06-01vfs: do_last(): make exit RCU safeMiklos Szeredi1-1/+1
2012-06-01vfs: split do_lookup()Miklos Szeredi1-14/+45
2012-06-01x86, efi: Add EFI boot stub documentationMatt Fleming2-0/+67
2012-06-01x86, efi; Add EFI boot stub console supportMatt Fleming2-16/+75
2012-06-01x86, efi: Only close open files in error pathMatt Fleming1-1/+1
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik3-41/+15
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik12-29/+86
2012-06-01drm/edid: Make the header fixup threshold tunableAdam Jackson1-2/+9
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher1-14/+17
2012-06-01drm/vmwgfx: Fix nasty write past alloced memory areaThomas Hellstrom1-1/+1