summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-01-315-66/+44
|\
| * Merge branch 'linux-2.6'Paul Mackerras2008-01-31189-2478/+5351
| |\
| * \ Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-241-29/+22
| |\ \
| | * | phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug2008-01-231-29/+22
| * | | Merge branch 'linux-2.6'Paul Mackerras2008-01-2422-49/+66
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras2008-01-171-0/+9
| |\ \ \
| | * | | libata: pata_platform: make probe and remove functions device type neutralAnton Vorontsov2008-01-151-0/+9
| * | | | [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-172-2/+8
| |/ / /
| * | | Merge branch 'linux-2.6'Paul Mackerras2007-12-2115-67/+60
| |\ \ \
| * | | | [POWERPC] Fix for via-pmu based backlight controlBenjamin Herrenschmidt2007-12-211-0/+2
| * | | | [POWERPC] via-pmu: Kill sleep notifiers completelyJohannes Berg2007-12-191-36/+0
| * | | | [POWERPC] Add for_each_child_of_node() helper for iterating over child nodesMichael Ellerman2007-12-111-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-311-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ia64: use generic percputravis@sgi.com2008-01-301-4/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-312-8/+39
|\ \ \ \ \
| * | | | | NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-301-0/+2
| * | | | | SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-301-8/+37
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-311-0/+3
|\ \ \ \ \ \
| * | | | | | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-271-0/+3
* | | | | | | KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-0/+6
* | | | | | | KVM: Put kvm_para.h include outside __KERNEL__Glauber de Oliveira Costa2008-01-301-1/+1
* | | | | | | KVM: Portability: Move kvm_fpu to asm-x86/kvm.hChristian Ehrhardt2008-01-301-17/+0
* | | | | | | KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-301-1/+2
* | | | | | | KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-301-0/+2
* | | | | | | KVM: Accelerated apic supportAvi Kivity2008-01-302-0/+9
* | | | | | | KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-302-1/+18
* | | | | | | KVM: Expose ioapic to ia64 save/restore APIsZhang Xiantao2008-01-301-0/+2
* | | | | | | KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-301-0/+1
* | | | | | | KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-302-0/+343
* | | | | | | KVM: Export include/linux/kvm.h only if $ARCH actually supports KVMAvi Kivity2008-01-301-1/+1
* | | | | | | KVM: Add ifdef in irqchip struct for x86 only structuresJerone Young2008-01-302-1/+3
* | | | | | | KVM: Enhance guest cpuid managementDan Kenigsberg2008-01-301-0/+4
* | | | | | | KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young2008-01-301-16/+0
* | | | | | | KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young2008-01-301-36/+0
* | | | | | | KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young2008-01-301-15/+0
* | | | | | | KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young2008-01-301-5/+0
* | | | | | | KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young2008-01-301-9/+0
* | | | | | | KVM: Portability: Move x86 pic strutcturesJerone Young2008-01-301-48/+0
* | | | | | | KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young2008-01-301-7/+1
* | | | | | | KVM: Add ioctl to tss address from userspace,Izik Eidus2008-01-301-0/+2
* | | | | | | KVM: Per-architecture hypercall definitionsChristian Borntraeger2008-01-301-93/+12
* | | | | | | KVM: Support assigning userspace memory to the guestIzik Eidus2008-01-301-0/+12
* | | | | | | KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus2008-01-301-0/+3
* | | | | | | KVM: Refactor hypercall infrastructure (v3)Anthony Liguori2008-01-301-61/+98
| |_|/ / / / |/| | | | |
* | | | | | x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-301-0/+4
* | | | | | x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-301-1/+13
* | | | | | x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge2008-01-301-0/+1
* | | | | | pci: add PCI identifiers for the RDC devicesFlorian Fainelli2008-01-301-0/+7
* | | | | | x86: print which shared library/executable faulted in segfault etc. messages v3Andi Kleen2008-01-301-0/+1
* | | | | | x86: optimize lock prefix switching to run less frequentlyAndi Kleen2008-01-301-0/+2
OpenPOWER on IntegriCloud