summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [IPSEC]: Add support for combined mode algorithmsHerbert Xu2008-02-012-0/+14
* Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-02-012-0/+488
* rfkill: add the WiMAX radio typeIñaky Pérez-González2008-02-012-0/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-019-23/+102
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-064-13/+2Star
| * Add wait_for_completion_killableMatthew Wilcox2007-12-061-0/+1
| * Add wait_event_killableMatthew Wilcox2007-12-061-0/+41
| * Add schedule_timeout_killableMatthew Wilcox2007-12-061-0/+1
| * Add mutex_lock_killableLiam R. Howlett2007-12-061-0/+5
| * Add lock_page_killableMatthew Wilcox2007-12-061-0/+14
| * Add fatal_signal_pendingMatthew Wilcox2007-12-061-1/+8
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-061-8/+14
| * wait: Use TASK_NORMALMatthew Wilcox2007-12-061-5/+6
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-061-0/+16
* | asm-generic/tlb.h: build fixIngo Molnar2008-01-311-1/+0Star
* | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-01-315-66/+44Star
|\ \
| * \ 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/+22Star
| |\ \ \
| | * | | phy/fixed.c: rework to not duplicate PHY layer functionalityVitaly Bordug2008-01-241-29/+22Star
| * | | | 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/+60Star
| |\ \ \ \
| * | | | | [POWERPC] Fix for via-pmu based backlight controlBenjamin Herrenschmidt2007-12-211-0/+2
| * | | | | [POWERPC] via-pmu: Kill sleep notifiers completelyJohannes Berg2007-12-191-36/+0Star
| * | | | | [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/+0Star
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ia64: use generic percputravis@sgi.com2008-01-301-4/+0Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-302-8/+39
|\ \ \ \ \ \
| * | | | | | NetLabel: Add auditing to the static labeling mechanismPaul Moore2008-01-291-0/+2
| * | | | | | SELinux: Enable dynamic enable/disable of the network access checksPaul Moore2008-01-291-8/+37
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-01-301-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Driver core: add bus_find_device_by_name functionGreg Kroah-Hartman2008-01-281-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/+0Star
* | | | | | | | 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/+0Star
* | | | | | | | KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young2008-01-301-36/+0Star
* | | | | | | | KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young2008-01-301-15/+0Star