Commit Graph

6587 Commits (5c6cb5e2b1798694c859fd3821a34404355e1030)

Author SHA1 Message Date
Rusty Russell 5c6cb5e2b1 cpumask: remove cpumask_t assignment from vector_allocation_domain() 16 years ago
Rusty Russell 70ba2b6a70 cpumask: clean up summit's send_IPI functions 16 years ago
Rusty Russell 4f0628963c cpumask: use new cpumask functions throughout x86 16 years ago
Rusty Russell 3f76a183de x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_setup_mask 16 years ago
Rusty Russell 155dd720d0 cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t 16 years ago
Rusty Russell c032ef60d1 cpumask: convert node_to_cpumask_map[] to cpumask_var_t 16 years ago
Rusty Russell 71ee73e722 x86: unify 32 and 64-bit node_to_cpumask_map 16 years ago
Rusty Russell b9c4398ed4 cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node 16 years ago
Rusty Russell b643decad6 x86: arch_send_call_function_ipi_mask 16 years ago
Rusty Russell 996867d096 cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c 16 years ago
Rusty Russell 7ad728f981 cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t 16 years ago
Rusty Russell fcef8576d8 cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t 16 years ago
Rusty Russell bc9b83dd1f cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t. 16 years ago
Rusty Russell d3d2e7f243 cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: x86 16 years ago
Rusty Russell 23c5c9c662 cpumask: remove cpu_coregroup_map: x86 16 years ago
Rusty Russell cb3d560f36 cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86 16 years ago
Rusty Russell 101aaca1f3 cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86 16 years ago
Thomas Gleixner bf5172d07a x86: convert obsolete irq_desc_t typedef to struct irq_desc 16 years ago
KOSAKI Motohiro 5490fa9673 x86, mce: use round_jiffies() instead round_jiffies_relative() 16 years ago
Huang Ying fee7b0d84c x86, kexec: x86_64: add kexec jump support for x86_64 16 years ago
Huang Ying 5359454701 x86, kexec: x86_64: add identity map for pages at image->start 16 years ago
Huang Ying fef3a7a174 x86, kexec: fix kexec x86 coding style 16 years ago
Dave Jones 129f8ae9b1 Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." 16 years ago
Rusty Russell 6db6a5f3ae lguest: fix for CONFIG_SPARSE_IRQ=y 16 years ago
Rusty Russell cbd88c8e6f lguest: fix crash 'unhandled trap 13 at <native_read_msr_safe>' 16 years ago
Jeremy Fitzhardinge 0feca851c1 x86-32: make sure virt_addr_valid() returns false for fixmap addresses 16 years ago
Stuart Bennett d0fc63f7bd x86 mmiotrace: fix remove_kmmio_fault_pages() 16 years ago
Yinghai Lu e954ef20c2 x86: fix warning about nodeid 16 years ago
Wang Chen 8827247ffc x86: don't define __this_fixmap_does_not_exist() 16 years ago
Yinghai Lu 1f442d70c8 x86: remove smp_apply_quirks()/smp_checks() 16 years ago
Cliff Wickman 3a450de136 x86: UV: remove uv_flush_tlb_others() WARN_ON 16 years ago
Cyrill Gorcunov 7ab152470e x86: linkage.h - guard assembler specifics by __ASSEMBLY__ 16 years ago
Markus Metzger 73bf1b62f5 x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs() 16 years ago
Markus Metzger 9ca0791dca x86, bts: remove bad warning 16 years ago
Pekka Enberg 5dd61dfabc x86: rename do_not_nx to disable_nx in mm/init_64.c 16 years ago
Pekka Enberg c77a3b59c6 x86: fix uninitialized variable in init_memory_mapping() 16 years ago
Yinghai Lu d1a8e77920 x86: make "memtest" like "memtest=17" 16 years ago
Tejun Heo 6b19b0c240 x86, percpu: setup reserved percpu area for x86_64 16 years ago
Tejun Heo edcb463997 percpu, module: implement reserved allocation and use it for module percpu variables 16 years ago
Tejun Heo 9a4f8a878b x86: make embedding percpu allocator return excessive free space 16 years ago
Tejun Heo cafe8816b2 percpu: use negative for auto for pcpu_setup_first_chunk() arguments 16 years ago
Ingo Molnar b2b352590d x86: UV, SGI RTC: add generic system vector, build fix on UP 16 years ago
Jeremy Fitzhardinge ed26dbe5ae x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state tests 16 years ago
Jeremy Fitzhardinge dc16ecf7fd x86-32: use specific __vmalloc_start_set flag in __virt_addr_valid 16 years ago
Jeremy Fitzhardinge a964e33c5d x86: clean up old gcc warnings 16 years ago
Ingo Molnar 62436fe9ee x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAE 16 years ago
Pekka Enberg 4fcb208391 x86: move function and variable declarations to asm/init.h 16 years ago
Pekka Enberg e53fb04fce x86: unify kernel_physical_mapping_init() function signatures 16 years ago
Pekka Enberg 298af9d89f x86: fix up some bad global variable names in mm/init.c 16 years ago
Pekka Enberg f765090a26 x86: move init_memory_mapping() to common mm/init.c 16 years ago