summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-06-30[NET]: Add ECN support for TSOMichael Chan2-0/+4
2006-06-30[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-06-30[NET]: Fix logical error in skb_gso_okHerbert Xu1-2/+2
2006-06-30[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel1-6/+7
2006-06-30[NET]: Added GSO header verificationHerbert Xu2-6/+16
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds9-113/+10
2006-06-30Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+5
2006-06-30elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE.Ralf Baechle1-0/+5
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds4-19/+35
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar1-2/+4
2006-06-29[PATCH] genirq: add IRQ_TYPE_SENSE_MASKBenjamin Herrenschmidt1-0/+1
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner1-0/+14
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner1-0/+11
2006-06-29[PATCH] genirq MSI fixesIngo Molnar1-11/+16
2006-06-29[PATCH] genirq: coreThomas Gleixner1-19/+141
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner1-0/+1
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner1-0/+3
2006-06-29[PATCH] genirq: doc: comment include/linux/irq.h structuresIngo Molnar1-7/+37
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-0/+2
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar1-0/+5
2006-06-29[PATCH] genirq: cleanup: include/linux/irq.hIngo Molnar1-28/+28
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar1-5/+13
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar1-22/+32
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar1-3/+7
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-7/+0
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-3/+4
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-29[PATCH] i4l: remove unneeded include/linux/isdn/tpam.hKarsten Keil1-55/+0
2006-06-29[PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells1-1/+7
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-3/+7
2006-06-29[PATCH] Fix plist include dependencyThomas Gleixner1-0/+1
2006-06-29[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell1-1/+5
2006-06-29[PATCH] ide: fix error handling for drives which clear the FIFO on errorAlan Cox1-0/+1
2006-06-29[PATCH] ac97_codec: make bitfield unsignedRandy Dunlap1-1/+1
2006-06-29[PATCH] remove active field from tty buffer structurePaul Fulghum3-5/+2
2006-06-29[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-1/+0
2006-06-29[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+20
2006-06-29[PATCH] mark address_space_operations constChristoph Hellwig6-8/+8
2006-06-28Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+1
2006-06-28Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+16
2006-06-28[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk1-4/+0
2006-06-28[PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner1-0/+2
2006-06-28[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2-0/+10
2006-06-28[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+1
2006-06-28[PATCH] pi-futex: rt mutex debugIngo Molnar2-1/+15
2006-06-28[PATCH] pi-futex: rt mutex coreIngo Molnar4-0/+118