summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell9-27/+26
2009-03-13x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2-30/+0
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2-8/+27
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell4-28/+24
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell5-94/+83
2009-03-13cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2-67/+0
2009-03-13x86: arch_send_call_function_ipi_maskRusty Russell1-2/+3
2009-03-13cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.cRusty Russell1-4/+6
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell9-21/+32
2009-03-13cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell1-5/+6
2009-03-13cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t.Rusty Russell1-4/+6
2009-03-13cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell1-2/+0
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell2-6/+0
2009-03-13cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell2-6/+0
2009-03-13cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2-2/+2
2009-03-11Merge branch 'x86/core' into cpus4096Ingo Molnar1504-28048/+44976
2009-03-11Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar170-2954/+3541
2009-03-11x86: convert obsolete irq_desc_t typedef to struct irq_descThomas Gleixner1-1/+1
2009-03-11x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro1-2/+2
2009-03-11x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying5-44/+197
2009-03-11x86, kexec: x86_64: add identity map for pages at image->startHuang Ying1-0/+42
2009-03-11x86, kexec: fix kexec x86 coding styleHuang Ying4-30/+50
2009-03-11m68knommu: m528x build fixSteven King1-228/+0
2009-03-11m68knommu: m5206e build fixSteven King1-0/+1
2009-03-11xtensa: fix compilation somewhatAlexey Dobriyan5-7/+6
2009-03-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2009-03-10Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar88-1675/+831
2009-03-10sh: Add media/soc_camera.h to board setup of Renesas AP325RXANobuhiro Iwamatsu1-0/+1
2009-03-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+0
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-1/+0
2009-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-03-09lguest: fix for CONFIG_SPARSE_IRQ=yRusty Russell1-7/+9
2009-03-09lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>'Rusty Russell1-0/+5
2009-03-08x86-32: make sure virt_addr_valid() returns false for fixmap addressesJeremy Fitzhardinge1-0/+2
2009-03-08x86 mmiotrace: fix remove_kmmio_fault_pages()Stuart Bennett1-7/+8
2009-03-08x86: fix warning about nodeidYinghai Lu1-9/+14
2009-03-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-42/+49
2009-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds73-1601/+607
2009-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-0/+108
2009-03-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-4/+3
2009-03-08MIPS: compat: Implement is_compat_task.Ralf Baechle1-0/+7
2009-03-08x86: don't define __this_fixmap_does_not_exist()Wang Chen1-8/+11
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu3-78/+77
2009-03-08x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman1-2/+0
2009-03-06[IA64] fix PCI DMA flag propagation on SN (Altix) with PICsJeremy Higdon1-4/+3
2009-03-06x86: linkage.h - guard assembler specifics by __ASSEMBLY__Cyrill Gorcunov1-6/+10
2009-03-06x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs()Markus Metzger1-1/+1
2009-03-06x86, bts: remove bad warningMarkus Metzger1-1/+0
2009-03-06x86: rename do_not_nx to disable_nx in mm/init_64.cPekka Enberg1-4/+4
2009-03-06x86: fix uninitialized variable in init_memory_mapping()Pekka Enberg1-1/+1