aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] irq-flags: drivers/block Use the new IRQF_ constantsThomas Gleixner2006-07-026-7/+7
* [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-023-23/+23
* [PATCH] irq-flags: XTENSA: Use the new IRQF_ constantsThomas Gleixner2006-07-022-16/+1
* [PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner2006-07-023-7/+5
* [PATCH] irq-flags: V850: Use the new IRQF_ constantsThomas Gleixner2006-07-024-5/+3
* [PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner2006-07-029-12/+12
* [PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner2006-07-028-21/+19
* [PATCH] irq-flags: SPARC64: Use the new IRQF_ constantsThomas Gleixner2006-07-027-25/+22
* [PATCH] irq-flags: SH: Use the new IRQF_ constantsThomas Gleixner2006-07-0213-19/+16
* [PATCH] irq-flags: SH64: Use the new IRQF_ constantsThomas Gleixner2006-07-026-11/+9
* [PATCH] irq-flags: S390: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+0
* [PATCH] irq-flags: PPC: Use the new IRQF_ constantsThomas Gleixner2006-07-0214-28/+31
* [PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2006-07-029-21/+25
* [PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2006-07-023-8/+6
* [PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner2006-07-0223-49/+38
* [PATCH] irq-flags: M68K: Use the new IRQF_ constantsThomas Gleixner2006-07-027-10/+9
* [PATCH] irq-flags: M68KNOMMU: Use the new IRQF_ constantsThomas Gleixner2006-07-024-7/+5
* [PATCH] irq-flags: M32R: Use the new IRQF_ constantsThomas Gleixner2006-07-022-3/+1
* [PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner2006-07-0212-20/+18
* [PATCH] irq-flags: i386: Use the new IRQF_ constantsThomas Gleixner2006-07-026-10/+8
* [PATCH] irq-flags: H8300: Use the new IRQF_ constantsThomas Gleixner2006-07-023-6/+4
* [PATCH] irq-flags: FRV: Use the new IRQF_ constantsThomas Gleixner2006-07-025-12/+10
* [PATCH] irq-flags: CRIS: Use the new IRQF_ constantsThomas Gleixner2006-07-0212-20/+22
* [PATCH] irq-flags: ARM26: Use the new IRQF_ constantsThomas Gleixner2006-07-024-12/+10
* [PATCH] irq-flags: ALPHA: Use the new IRQF_ constantsThomas Gleixner2006-07-026-14/+12
* [PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner2006-07-024-54/+83
* [PATCH] powermac: Fix some 64b resource damageBenjamin Herrenschmidt2006-07-012-3/+3
* Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-07-0117-87/+403
|\
| * [PATCH] audit syscall classesAl Viro2006-07-0114-0/+188
| * [PATCH] audit: support for object context filtersDarrel Goeddel2006-07-013-1/+82
| * [PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel2006-07-014-51/+56
| * [PATCH] add rule filterkeyAmy Griffis2006-07-014-36/+78
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-07-0110-42/+96
|\ \
| * | kbuild: documentation change on allowing checkers besides sparseDustin Kirkland2006-07-011-4/+5
| * | kbuild: warn when a moduled uses a symbol marked UNUSEDSam Ravnborg2006-07-012-23/+64
| * | kbuild: fix segv in modpostSam Ravnborg2006-07-011-3/+6
| * | kconfig: enhancing accessibility of lxdialogSamuel Thibault2006-07-011-2/+5
| * | kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg2006-07-017-10/+16
* | | [PATCH] pnp: suppress request_irq() warningAndrew Morton2006-07-011-1/+2
* | | [PATCH] drivers/block/nbd.c compile fixIngo van Lil2006-07-011-1/+1
* | | [PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap2006-07-011-1/+4
* | | [PATCH] Fix problem with ATAPI DMA on IT8212 in LinuxAlan Cox2006-07-011-0/+2
* | | [PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap2006-07-011-3/+5
* | | [PATCH] reiserfs: update ctime and mtime on expanding truncateVladimir Saveliev2006-07-011-0/+5
* | | [PATCH] s390: put sys_call_table into .rodata section and write protect itHeiko Carstens2006-07-013-17/+28
* | | [PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens2006-07-014-11/+10
* | | [PATCH] hotcpu_notifier-fixesAndrew Morton2006-07-011-3/+3
* | | [PATCH] RTC: class driver for Samsung S3C series SoCBen Dooks2006-07-013-0/+624
* | | [PATCH] Fix IS_ERR Threshold ValueRalf Baechle2006-07-011-1/+3
* | | [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-017-66/+205