summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-25x86, sparseirq: clean up Kconfig entryIngo Molnar1-3/+7
2008-12-25x86: turn CONFIG_SPARSE_IRQ off by defaultIngo Molnar1-1/+0
2008-12-20sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu3-10/+5
2008-12-19sparseirq: add kernel-doc notation for new member in irq_desc, -v2Yinghai Lu1-0/+3
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2-6/+1
2008-12-18sparseirq, xen: make sure irq_desc is allocated for interruptsJeremy Fitzhardinge1-0/+5
2008-12-17sparseirq: fix !SMP building, #2Yinghai Lu2-1/+2
2008-12-17x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu8-8/+313
2008-12-16proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro1-5/+2
2008-12-12sparse irqs: add irqnr.h to the user headers listIngo Molnar1-0/+1
2008-12-12sparse irqs: handle !GENIRQ platformsIngo Molnar3-4/+13
2008-12-09sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu1-1/+1
2008-12-09sparseirq: fix Alpha build failureYinghai Lu3-19/+29
2008-12-08sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar1-5/+2
2008-12-08x86, MSI: pass irq_cfg and irq_descYinghai Lu3-154/+222
2008-12-08x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu3-9/+19
2008-12-08x86: use NR_IRQS_LEGACYYinghai Lu5-10/+12
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu23-163/+649
2008-12-06Fix a race condition in FASYNC handlingJonathan Corbet2-4/+15
2008-12-06Enforce a minimum SG_IO timeoutLinus Torvalds3-0/+5
2008-12-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-12-06drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng1-1/+0
2008-12-06Fix incorrect use of loose in i2o_block.cNick Andrew1-1/+1
2008-12-06Fix incorrect use of loose in tty/serial driversNick Andrew3-4/+4
2008-12-06Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds1-13/+1
2008-12-05MIPS: Fix incorrect use of loose in vpe.cNick Andrew1-1/+1
2008-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-27/+68
2008-12-05Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-245/+420
2008-12-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2-2/+2
2008-12-05ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki1-7/+10
2008-12-05Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2008-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+6
2008-12-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-39/+41
2008-12-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2008-12-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2008-12-05Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-865/+1405
2008-12-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2008-12-05[XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner1-1/+1
2008-12-05powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2-2/+2
2008-12-04MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere.David Daney1-1/+1
2008-12-04MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.Ralf Baechle2-2/+2
2008-12-04MIPS: o32: Fix number of arguments to splice(2).Ralf Baechle1-1/+1
2008-12-04MIPS: Malta: Consolidate platform device code.Ralf Baechle3-69/+50
2008-12-04MIPS: IP22, Fulong, Malta: Update defconfigs.Ralf Baechle3-782/+1273
2008-12-04MIPS: Malta: Add back RTC supportTiejun Chen2-11/+84
2008-12-04MIPS: Fix potential DOS by untrusted user app.Vlad Malov2-11/+6
2008-12-04sparc64: Sync FPU state in VIS emulation handler.Hong H. Pham1-0/+2
2008-12-04x86: fix early panic with boot option "nosmp"Andi Kleen1-0/+3
2008-12-04[PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro1-2/+2
2008-12-04[PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig1-15/+17