Age | Commit message (Expand) | Author |
2008-12-16 | x86: clean up dead code in vmi_32.c | Zachary Amsden |
2008-12-16 | x86: hardirq: use inc_irq_stat() in non-unified functions | Hiroshi Shimamoto |
2008-12-16 | Merge commit 'v2.6.28-rc8' into x86/doc | Ingo Molnar |
2008-12-16 | x86: make sure we really have an hpet mapping before using it | Jeremy Fitzhardinge |
2008-12-16 | xen: clean up asm/xen/hypervisor.h | Jeremy Fitzhardinge |
2008-12-16 | x86: remove unused iommu_nr_pages | Jeremy Fitzhardinge |
2008-12-16 | x86: setup.c find_and_reserve_crashkernel should be static | Jaswinder Singh |
2008-12-16 | x86: ldt.c declare sys_modify_ldt before they get used | Jaswinder Singh |
2008-12-16 | x86: signal.c declare do_notify_resume before they get used | Jaswinder Singh |
2008-12-16 | x86: process_64.c declare __switch_to() and sys_arch_prctl before they get used | Jaswinder Singh |
2008-12-16 | xen: whitespace/checkpatch cleanup | Tej |
2008-12-16 | x86: support always running TSC on Intel CPUs | Venki Pallipadi |
2008-12-16 | Merge branch 'x86/cpufeature' into x86/tsc | Ingo Molnar |
2008-12-16 | x86: support always running TSC on Intel CPUs, add cpufeature definition | Ingo Molnar |
2008-12-16 | Merge commit 'v2.6.28-rc8' into x86/cpufeature | Ingo Molnar |
2008-12-16 | x86: enable HPET on Fujitsu u9200 | Janne Kulmala |
2008-12-16 | x86: microcode_amd: modify log messages | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: use 'packed' attribute for structs | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: remove (wrong) chipset deivce ID checks | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: consolidate macro definitions | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functions | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: don't pass superfluous function pointer for get_ucode_data | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: fix compile warning | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: fix checkpatch warnings/errors | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: fix typos and trailing whitespaces in log messages | Andreas Herrmann |
2008-12-16 | x86: microcode_amd: fix wrong handling of equivalent CPU id | Andreas Herrmann |
2008-12-16 | x86, mm: limit MAXMEM on 64-bit | Ingo Molnar |
2008-12-16 | AMD IOMMU: allocate rlookup_table with __GFP_ZERO | Joerg Roedel |
2008-12-16 | x86, 32-bit: improve lazy TLB handling code | Jan Beulich |
2008-12-16 | x86, 32-bit: add some compile time checks to mem_init() | Jan Beulich |
2008-12-16 | x86, 32-bit: simplify alloc_low_page() | Jan Beulich |
2008-12-16 | allow bug table entries to use relative pointers (and use it on x86-64) | Jan Beulich |
2008-12-16 | x86: consolidate __swp_XXX() macros | Jan Beulich |
2008-12-16 | x86, bts: correctly report invalid bts records | Markus Metzger |
2008-12-16 | x86, bts: remove recursion from get_context | Markus Metzger |
2008-12-16 | Merge branches 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar |
2008-12-16 | x86: convert rdtscll() to use __native_read_tsc | Ken Chen |
2008-12-14 | x86 Fix VMI crash on boot in 2.6.28-rc8 | Zachary Amsden |
2008-12-13 | Merge ../linux-2.6-x86 | 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-12 | x86: remove simnow earlyprintk support | Andi Kleen |
2008-12-12 | x86: remove init_mm export as planned for 2.6.26 | Dave Jones |
2008-12-12 | Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 | Ingo Molnar |
2008-12-12 | Merge branch 'sched/core' into cpus4096 | Ingo Molnar |
2008-12-12 | Merge branch 'tracing/fastboot' into cpus4096 | Ingo Molnar |
2008-12-12 | tracing/function-graph-tracer: add a new .irqentry.text section, fix | Ingo Molnar |
2008-12-12 | x86: hardirq: introduce inc_irq_stat() | Hiroshi Shimamoto |