summaryrefslogtreecommitdiffstats
path: root/include/asm-h8300 (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity4-21/+1
2007-05-03KVM: Workaround vmx inability to virtualize the reset stateAvi Kivity1-0/+2
2007-05-03KVM: MMU: Remove global pte trackingAvi Kivity2-10/+0
2007-05-03KVM: MMU: Remove unnecessary check for pdptr accessAvi Kivity1-2/+1
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity6-66/+238
2007-05-03KVM: Future-proof argument-less ioctlsAvi Kivity1-0/+9
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity2-1/+11
2007-05-03KVM: Add guest mode signal maskAvi Kivity3-0/+51
2007-05-03KVM: Initialize the apic_base msr on svm tooAvi Kivity1-0/+3
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity3-1/+6
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity4-17/+15
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity2-2/+26
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity2-0/+11
2007-05-03KVM: Renumber ioctlsAvi Kivity1-17/+17
2007-05-03KVM: Remove minor wart from KVM_CREATE_VCPU ioctlAvi Kivity1-1/+1
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity2-7/+1
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity5-5/+95
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity5-6/+53
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity3-17/+44
2007-05-03KVM: Fix bogus sign extension in mmu mapping auditAvi Kivity1-1/+1
2007-05-03KVM: Export <linux/kvm.h>Avi Kivity1-0/+1
2007-05-03KVM: Use own minor numberAvi Kivity2-1/+2
2007-05-03KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor2-2/+3
2007-05-03KVM: Fix guest register corruption on paravirt hypercallDor Laor1-2/+2
2007-05-01libata: honour host controllers that want just one hostLinus Torvalds1-7/+4
2007-05-01pm: include EIO from errno-base.hDavid Rientjes1-1/+1
2007-05-01Add kvasprintf()Jeremy Fitzhardinge2-7/+20
2007-05-01power management: force pm_ops.valid callback to be assignedJohannes Berg2-8/+8
2007-05-01power management: implement pm_ops.valid for everybodyJohannes Berg11-55/+39
2007-05-01power management: remove firmware disk modeJohannes Berg5-54/+34
2007-05-01rework pm_ops pm_disk_mode, kill misuseJohannes Berg11-64/+56
2007-05-01reiserfs: suppress lockdep warningJeff Mahoney1-1/+1
2007-05-01Extend print_symbol capabilityRobert Peterson2-9/+27
2007-04-30[UDP]: Do not allow specific bind when wildcard bind exists.David S. Miller1-8/+33
2007-04-30[IPV4] UDP: Fix endianness bugs in hashing changes.David S. Miller1-18/+18
2007-04-30[IPV4] SNMP: Support OutMcastPkts and OutBcastPktsMitsuru Chinen1-0/+6
2007-04-30[IPV4] SNMP: Support InMcastPkts and InBcastPktsMitsuru Chinen1-0/+7
2007-04-30[IPV4] SNMP: Support InTruncatedPktsMitsuru Chinen1-1/+4
2007-04-30[IPV4] SNMP: Support InNoRoutesMitsuru Chinen1-0/+2
2007-04-30[SNMP]: Add definitions for {In,Out}BcastPktsMitsuru Chinen1-0/+2
2007-04-30[TCP] FRTO: RFC4138 allows Nagle override when new data must be sentIlpo Järvinen3-7/+17
2007-04-30[TCP] FRTO: Delay skb available check until it's mandatoryIlpo Järvinen1-8/+11
2007-04-30[XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA3-0/+71
2007-04-30[TCP]: Catch skb with S+L bugs earlierIlpo Järvinen1-3/+1
2007-04-30[PATCH] INET : IPV4 UDP lookups converted to a 2 pass algoEric Dumazet1-57/+114
2007-04-30[L2TP]: Add the ability to autoload a pppox protocol module.James Chapman1-0/+8
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe1-8/+9
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe6-40/+11
2007-04-30[SKB]: Introduce skb_queue_walk_safe()James Chapman1-0/+5
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe1-2/+18