aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: XTENSA: Use the new IRQF_ constantsThomas Gleixner1-15/+0
2006-07-02[PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: V850: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: SPARC64: Use the new IRQF_ constantsThomas Gleixner2-4/+1
2006-07-02[PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner3-8/+5
2006-07-02[PATCH] irq-flags: SH64: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: S390: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: PPC: Use the new IRQF_ constantsThomas Gleixner1-4/+4
2006-07-02[PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner3-13/+2
2006-07-02[PATCH] irq-flags: M68K: Use the new IRQF_ constantsThomas Gleixner4-7/+6
2006-07-02[PATCH] irq-flags: M68KNOMMU: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: M32R: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner2-4/+2
2006-07-02[PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner2-6/+4
2006-07-02[PATCH] irq-flags: H8300: Use the new IRQF_ constantsThomas Gleixner1-2/+0
2006-07-02[PATCH] irq-flags: FRV: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: CRIS: Use the new IRQF_ constantsThomas Gleixner3-4/+2
2006-07-02[PATCH] irq-flags: ARM26: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: ALPHA: Use the new IRQF_ constantsThomas Gleixner2-3/+1
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner3-54/+74
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds3-5/+52
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-0/+1
2006-07-01[PATCH] hotcpu_notifier-fixesAndrew Morton1-3/+3
2006-07-01[PATCH] Fix IS_ERR Threshold ValueRalf Baechle1-1/+3
2006-07-01[PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov1-1/+1
2006-07-01[PATCH] uml: make copy_*_user atomicPaolo 'Blaisorblade' Giarrusso1-1/+19
2006-07-01[PATCH] SMP alternatives: skip with UP kernelsGerd Hoffmann2-0/+17
2006-07-01[PATCH] audit syscall classesAl Viro3-0/+39
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel1-5/+10
2006-07-01[PATCH] add rule filterkeyAmy Griffis1-0/+3
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-17/+0
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-15/+35
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds13-15/+13
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6/Linus Torvalds1-0/+1
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-0/+55
2006-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds15-62/+138
2006-06-30[SPARC64]: Kill sun4v virtual device layer.David S. Miller1-17/+0
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu4-8/+9
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+20
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+6
2006-06-30[PATCH] pcmcia: TI PCIxx12 CardBus controller supportAlex Williamson1-0/+1
2006-06-30V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil1-0/+55
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+3
2006-06-30[PATCH] rcu: Add lock annotations to RCU locking primitivesJosh Triplett1-4/+20
2006-06-30[PATCH] Correct rtc_wkalrm commentsAndrew Victor1-2/+2
2006-06-30[PATCH] uml: add __raw_writeq definitionJeff Dike1-0/+5
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+2