summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [ATM]: basic sysfs support for ATM devicesRoman Kagan2006-06-291-1/+3
* [NET]: Add ECN support for TSOMichael Chan2006-06-292-0/+4
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-291-0/+1
* [NET]: Fix logical error in skb_gso_okHerbert Xu2006-06-291-2/+2
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-291-6/+7
* [NET]: Added GSO header verificationHerbert Xu2006-06-292-6/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-299-113/+10
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-3/+10
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-262-10/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0
| * [PATCH] devfs: Remove devfs support from the ide subsystem.Greg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman2006-06-263-64/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-06-291-0/+5
|\ \
| * | elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE.Ralf Baechle2006-06-291-0/+5
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-294-19/+35
|\ \ \
| * | | [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-1/+6
| * | | [PATCH] 64bit resource: change pnp core to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+5
| * | | [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-6/+7
| * | | [PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman2006-06-271-10/+13
| * | | [PATCH] 64bit resource: introduce resource_size_t for the start and end of st...Greg Kroah-Hartman2006-06-272-1/+5
* | | | [PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar2006-06-291-2/+4
* | | | [PATCH] genirq: add IRQ_TYPE_SENSE_MASKBenjamin Herrenschmidt2006-06-291-0/+1
* | | | [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+14
* | | | [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-291-0/+11
* | | | [PATCH] genirq MSI fixesIngo Molnar2006-06-291-11/+16
* | | | [PATCH] genirq: coreThomas Gleixner2006-06-291-19/+141
* | | | [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-291-0/+1
* | | | [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-0/+1
* | | | [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-291-0/+1
* | | | [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-291-0/+3
* | | | [PATCH] genirq: doc: comment include/linux/irq.h structuresIngo Molnar2006-06-291-7/+37
* | | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-0/+2
* | | | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-1/+1
* | | | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | | | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-291-0/+5
* | | | [PATCH] genirq: cleanup: include/linux/irq.hIngo Molnar2006-06-291-28/+28
* | | | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-291-5/+13
* | | | [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-291-22/+32
* | | | [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-291-3/+7
* | | | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-7/+0
OpenPOWER on IntegriCloud