summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing1-0/+36
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-0/+1
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-2/+2
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-0/+19
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng1-0/+1
2007-10-13KVM: add hypercall nr to kvm_runJeff Dike1-0/+1
2007-10-13KVM: Use standard CR8 flags, and fix TPR definitionRusty Russell1-1/+1
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell1-8/+2
2007-10-13KVM: Trivial: /dev/kvm interface is no longer experimental.Rusty Russell1-2/+1
2007-10-13KVM: Future-proof the exit information union ABIAvi Kivity1-0/+2
2007-10-13i386: Expose IOAPIC register definitions even if CONFIG_X86_IO_APIC is not setAvi Kivity1-8/+8
2007-10-13x86: optimise barriersNick Piggin2-3/+7
2007-10-13x86: fix IO write barrierNick Piggin2-14/+7
2007-10-13[MIPS] CFE: Add missing parenthesis.Ralf Baechle1-1/+1
2007-10-13Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...Linus Torvalds3-103/+338
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds6-118/+104
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds8-191/+139
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-77/+152
2007-10-13Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-6/+33
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds22-254/+193
2007-10-13PCI: merge almost all of pci_32.h and pci_64.h togetherGreg Kroah-Hartman3-138/+90
2007-10-13PCI: X86: Introduce and enable PCI domain supportJeff Garzik2-0/+24
2007-10-13PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik1-2/+5
2007-10-13PCI: modify PCI bridge control ISA flag for clarityGary Hade1-1/+1
2007-10-13PCI: Add missing PCI capability IDsAlex Chiang1-1/+5
2007-10-13i386: add support for picopower irq routerThomas Backlund1-0/+3
2007-10-13USB: serial core should respect driver requirementsAlan Stern1-7/+13
2007-10-13USB: skip autosuspended devices during system resumeAlan Stern1-0/+1
2007-10-13USB: re-remove <linux/usb_sl811.h>David Brownell1-26/+0
2007-10-13USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-13USB: Export URB statistics for powertopSarah Sharp1-0/+1
2007-10-13USB: remove USB_QUIRK_NO_AUTOSUSPENDAlan Stern1-5/+2
2007-10-13USB: flush outstanding URBs when suspendingAlan Stern1-0/+1
2007-10-13USB: get rid of urb->lockAlan Stern1-4/+0
2007-10-13USB: add urb->unlinked fieldAlan Stern1-0/+1
2007-10-13usb: introduce usb_device authorization bitsInaky Perez-Gonzalez1-0/+7
2007-10-13USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell1-0/+33
2007-10-13USB: cleanup for previous patchesAlan Stern1-1/+1
2007-10-13USB: avoid using urb->pipe in usbcoreAlan Stern1-3/+3
2007-10-13USB: add direction bit to urb->transfer_flagsAlan Stern1-0/+30
2007-10-13USB: add ep->enableAlan Stern1-0/+2
2007-10-13USB: add urb->epAlan Stern1-0/+26
2007-10-13USB: usb_gadget.h whitespace fixesDavid Brownell1-31/+31
2007-10-13sysfs: add copyrightsTejun Heo1-0/+2
2007-10-13kobject: update the copyrightsGreg Kroah-Hartman1-2/+4
2007-10-13kset: add some kerneldoc to help describe what these strange things areGreg Kroah-Hartman1-16/+17
2007-10-13driver core: remove subsystem_init()Greg Kroah-Hartman1-1/+0
2007-10-13sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-13sysfs: kill sysfs_update_file()Tejun Heo1-7/+0
2007-10-13sysfs: clean up header filesTejun Heo1-70/+57