| Commit message (Expand) | Author | Age |
* | x86: enable MAXSMP | Mike Travis | 2008-12-16 |
* | x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master. | Mike Travis | 2008-12-16 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Ingo Molnar | 2008-12-16 |
|\ |
|
| * | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 |
| |\ |
|
| * | | cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 2008-12-13 |
| * | | cpumask: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask | Rusty Russell | 2008-12-13 |
| * | | cpumask: Add CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 2008-12-13 |
| * | | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 |
| * | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 |
| * | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 |
| * | | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 |
* | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-16 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer... | Linus Torvalds | 2008-12-13 |
| |\ \ |
|
| | * | | powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadia | Josh Boyer | 2008-12-11 |
| * | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2008-12-13 |
| |\ \ \ |
|
| | * | | | i2c-highlander: Trivial endian casting fixes | Harvey Harrison | 2008-12-11 |
| | * | | | i2c-pmcmsp: Fix endianness misannotation | Harvey Harrison | 2008-12-11 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-12-13 |
| |\ \ \ |
|
| | * | | | Commands needing to be retried require a complete re-initialization. | Alan D. Brunelle | 2008-12-12 |
| | |/ / |
|
| * | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-12-13 |
| |\ \ \ |
|
| | * | | | MIPS: IP32: Update defconfig | David Daney | 2008-12-12 |
| | * | | | MIPS: Add missing calls to plat_unmap_dma_mem. | David Daney | 2008-12-12 |
| | * | | | MIPS: Kconfig: Fix the arch-specific header path | Dmitri Vorobiev | 2008-12-12 |
| | * | | | MIPS: Use EI/DI for MIPS R2. | David Daney | 2008-12-12 |
| | |/ / |
|
| * | | | console ASCII glyph 1:1 mapping | Ingo Brueckl | 2008-12-13 |
| * | | | unicode table for cp437 | Ingo Brueckl | 2008-12-13 |
| |/ / |
|
| * | | Revert "radeonfb: accelerate imageblit and other improvements" | Linus Torvalds | 2008-12-10 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 | Ingo Molnar | 2008-12-12 |
|\ \ \ \ \ |
|
| | | * | | | x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter | Niels de Vos | 2008-12-02 |
| | | * | | | x86: drop REBOOT_CF9_COND from reboot fallback chain | H. Peter Anvin | 2008-11-24 |
| | | * | | | x86: revert default reboot method to REBOOT_KBD | H. Peter Anvin | 2008-11-23 |
| | | * | | | x86: attempt reboot via port CF9 if we have standard PCI ports | H. Peter Anvin | 2008-11-11 |
| | | * | | | x86: call machine_shutdown and stop all CPUs in native_machine_halt | Ivan Vecera | 2008-11-11 |
| | * | | | | x86: clean up get_smp_config() | Yinghai Lu | 2008-12-08 |
| | * | | | | Merge branch 'linus' into x86/quirks | Ingo Molnar | 2008-12-08 |
| | |\ \ \ \ |
|
| | * | | | | | x86: fix wakeup_cpu with numaq/es7000 v2 - call ->update_genapic() | Yinghai Lu | 2008-11-20 |
| | * | | | | | x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2 | Yinghai Lu | 2008-11-18 |
| | * | | | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix #2 | Ingo Molnar | 2008-11-18 |
| | * | | | | | x86: fix wakeup_cpu with numaq/es7000, v2, fix | Yinghai Lu | 2008-11-17 |
| | * | | | | | x86: fix wakeup_cpu with numaq/es7000, v2 | Yinghai Lu | 2008-11-17 |
| * | | | | | | sparse irqs: add irqnr.h to the user headers list | Ingo Molnar | 2008-12-12 |
| * | | | | | | sparse irqs: handle !GENIRQ platforms | Ingo Molnar | 2008-12-12 |
| * | | | | | | sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build | Yinghai Lu | 2008-12-09 |
| * | | | | | | sparseirq: fix Alpha build failure | Yinghai Lu | 2008-12-08 |
| * | | | | | | sparseirq: fix typo in !CONFIG_IO_APIC case | Ingo Molnar | 2008-12-08 |
| * | | | | | | x86, MSI: pass irq_cfg and irq_desc | Yinghai Lu | 2008-12-08 |
| * | | | | | | x86: MSI start irq numbering from nr_irqs_gsi | Yinghai Lu | 2008-12-08 |
| * | | | | | | x86: use NR_IRQS_LEGACY | Yinghai Lu | 2008-12-08 |
| * | | | | | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2008-12-12 |
|\ \ \ \ \ \ |
|