summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: export kvm_para.hMichael S. Tsirkin1-0/+4
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka1-0/+1
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang1-0/+2
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-2/+0
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov1-1/+0
2009-09-10KVM: add ioeventfd supportGregory Haskins2-2/+32
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-3/+7
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon1-0/+6
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-2/+4
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-1/+4
2009-09-10KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti1-1/+1
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti2-61/+1
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel1-1/+1
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-0/+1
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity1-0/+7
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-0/+11
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2-0/+8
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-0/+5
2009-09-10KVM: Reorder ioctls in kvm.hAvi Kivity1-5/+5
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-1/+2
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti1-1/+2
2009-09-10KVM: remove redundant declarationsChristian Ehrhardt1-2/+0
2009-09-10KVM: Downsize max support MSI-X entry to 256Sheng Yang1-1/+1
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka1-0/+12
2009-09-10KVM: irqfdGregory Haskins2-0/+35
2009-09-10KVM: Add MCE supportHuang Ying1-0/+20
2009-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2-1/+16
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov1-0/+1
2009-09-05workqueues: introduce __cancel_delayed_work()Oleg Nesterov1-0/+15
2009-09-04dm log: userspace add luid to distinguish between concurrent log instancesJonathan Brassow1-1/+12
2009-09-04dm stripe: expose correct io hintsMike Snitzer1-0/+4
2009-09-01lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.hBenjamin Herrenschmidt1-1/+1
2009-08-27flex_array: convert element_nr formals to unsignedDavid Rientjes1-4/+6
2009-08-27flex_array: declare parts member to have incomplete typeDavid Rientjes1-1/+1
2009-08-24mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-2/+4
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+4
2009-08-24kernel_read: redefine offset typeMimi Zohar1-1/+1
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds2-20/+18
2009-08-21Input: ucb1400_ts - enable ADC FilterMarek Vasut1-0/+4
2009-08-19mm: revert "oom: move oom_adj value"KOSAKI Motohiro2-2/+1
2009-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+5
2009-08-18net: restore gnet_stats_basic to previous definitionEric Dumazet1-0/+5
2009-08-17security: define round_hint_to_min in !CONFIG_SECURITYEric Paris1-15/+15
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2-15/+17
2009-08-17Capabilities: move cap_file_mmap to commoncap.cEric Paris1-3/+4
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-11/+38
2009-08-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra1-11/+36
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar1-0/+2
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust1-3/+2