summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-178-8/+313
* proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro2008-12-161-5/+2
* sparse irqs: add irqnr.h to the user headers listIngo Molnar2008-12-121-0/+1
* sparse irqs: handle !GENIRQ platformsIngo Molnar2008-12-123-4/+13
* sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu2008-12-091-1/+1
* sparseirq: fix Alpha build failureYinghai Lu2008-12-093-19/+29
* sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar2008-12-081-5/+2
* x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-083-154/+222
* x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-083-9/+19
* x86: use NR_IRQS_LEGACYYinghai Lu2008-12-085-10/+12
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-0823-163/+649
* Fix a race condition in FASYNC handlingJonathan Corbet2008-12-052-4/+15
* Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-053-0/+5
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-051-1/+1
|\
| * MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
* | drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng2008-12-051-1/+0
* | Fix incorrect use of loose in i2o_block.cNick Andrew2008-12-051-1/+1
* | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-053-4/+4
* | Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds2008-12-051-13/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-047-27/+68
|\
| * [PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro2008-12-041-2/+2
| * [PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig2008-12-041-15/+17
| * [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-045-5/+18
| * [PATCH] clean up blkdev_get a little bitChristoph Hellwig2008-12-041-4/+7
| * [PATCH] Fix block dev compat ioctl handlingAndreas Schwab2008-12-041-0/+23
| * [PATCH] kill obsolete temporary comment in swsusp_close()Al Viro2008-12-041-1/+1
* | Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-045-245/+420
|\ \
| * | drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt2008-12-041-0/+11
| * | drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard2008-12-041-10/+47
| * | drm/i915: Move the execbuffer domain computations togetherKeith Packard2008-12-041-44/+21
| * | drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard2008-12-041-27/+12
| * | drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2008-12-042-152/+215
| * | drm/i915: Make a single set-to-gtt-domain path.Eric Anholt2008-12-041-19/+96
| * | drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt2008-12-041-1/+13
| * | drm/i915: Move flushing list cleanup from flush request retire to request emit.Eric Anholt2008-12-043-39/+50
| * | drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.Eric Anholt2008-12-042-3/+5
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-042-2/+2
|\ \
| * | powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2008-12-042-2/+2
| |/
* | ACPI: Fix ACPI battery regression introduced by commit 558073Rafael J. Wysocki2008-12-041-7/+10
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-042-1/+23
|\ \
| * | time: catch xtime_nsec underflows and fix themjohn stultz2008-12-041-0/+22
| * | posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik2008-11-241-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-12-043-3/+6
|\ \ \
| * | | sparc64: Sync FPU state in VIS emulation handler.Hong H. Pham2008-12-041-0/+2
| * | | sparc64: Fix VIS emulation bugsJoseph Myers2008-12-031-2/+2
| * | | sparc: asm/bitops.h should define __flsRusty Russell2008-12-031-0/+1
| * | | sparc64: Fix bug in PTRACE_SETFPREGS64 handling.Chris Torek2008-12-031-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-047-39/+41
|\ \ \ \
| * | | | x86: fix early panic with boot option "nosmp"Andi Kleen2008-12-041-0/+3
| * | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-12-032-3/+6
| |\ \ \ \
OpenPOWER on IntegriCloud