- 791bad9 x86/paravirt: implement PVOP_CALL macros for callee-save functions by Jeremy Fitzhardinge · 16 years ago
- ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
- 9104a18 x86/paravirt: selectively save/restore regs around pvops calls by Jeremy Fitzhardinge · 16 years ago
- b8aa287 x86: fix paravirt clobber in entry_64.S by Jeremy Fitzhardinge · 16 years ago
- 41edafd x86/pvops: add a paravirt_ident functions to allow special patching by Jeremy Fitzhardinge · 16 years ago
- 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
- 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
- c43e0e4 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
- 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 16 years ago
- 72410af lguest: typos fix by Atsushi SAKAI · 16 years ago
- 4369f1f Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
- 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
- cf3997f x86: clean up indentation in setup_per_cpu_areas() by Tejun Heo · 16 years ago
- 22f2513 x86: fix build breakage on voyage by James Bottomley · 16 years ago
- 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 16 years ago
- 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 16 years ago
- b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
- 89c9c4c x86: make Voyager use x86 per-cpu setup. by Brian Gerst · 16 years ago
- 34019be x86: don't assume boot cpu is #0 by Brian Gerst · 16 years ago
- 1688401 x86: move this_cpu_offset by Brian Gerst · 16 years ago
- 996db81 x86: only compile setup_percpu.o on SMP by Brian Gerst · 16 years ago
- ec70de8 x86: move apic variables to apic.c by Brian Gerst · 16 years ago
- 74631a2 x86: always page-align per-cpu area start and size by Brian Gerst · 16 years ago
- 2f2f52b x86: move setup_cpu_local_masks() by Brian Gerst · 16 years ago
- 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
- 0d77e7f x86: merge setup_per_cpu_maps() into setup_per_cpu_areas() by Brian Gerst · 16 years ago
- cfb901b Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
- 2034563 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
- dd7f8db eeprom: More consistent symbol names by Jean Delvare · 16 years ago
- 3386c05 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 1e70c7f Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 810ee58 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 659d261 x86: fix section mismatch warning by Rakib Mullick · 16 years ago
- 99fb4d3 x86: unmask CPUID levels on Intel CPUs, fix by Ingo Molnar · 16 years ago
- ef5fa0a x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. by Eric Anholt · 16 years ago
- e1b4d11 x86: use standard PIT frequency by Ingo Molnar · 16 years ago
- 42ef73f x86, mm: fix pte_free() by Peter Zijlstra · 16 years ago
- 99d0000 x86, xen: fix hardirq.h merge fallout by Ingo Molnar · 16 years ago
- 2de3a5f x86: make irq_cpustat_t fields conditional by Brian Gerst · 16 years ago
- 22da7b3 x86: merge hardirq_{32,64}.h into hardirq.h by Brian Gerst · 16 years ago
- 658a9a2 x86: sync hardirq_{32,64}.h by Brian Gerst · 16 years ago
- 3819cd4 x86: remove include of apic.h from hardirq_64.h by Brian Gerst · 16 years ago
- 03d2989 x86: remove idle_timestamp from 32bit irq_cpustat_t by Brian Gerst · 16 years ago
- 6522869 x86: add pte_set_flags/clear_flags for pte flag manipulation by Jeremy Fitzhardinge · 16 years ago
- ab897d2 x86/pvops: remove pte_flags pvop by Jeremy Fitzhardinge · 16 years ago
- 336f6c3 debugobjects: add and use INIT_WORK_ON_STACK by Thomas Gleixner · 16 years ago
- 066941bd x86: unmask CPUID levels on Intel CPUs by H. Peter Anvin · 16 years ago
- bdf21a4 x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h> by H. Peter Anvin · 16 years ago
- 9597134 x86: fix PTE corruption issue while mapping RAM using /dev/mem by Suresh Siddha · 16 years ago
- 03b4863 x86: make UV support configurable by Nick Piggin · 16 years ago
- 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 16 years ago
- a1e4621 x86: fix page attribute corruption with cpa() by Suresh Siddha · 16 years ago
- ace6c6c x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTES by Ingo Molnar · 16 years ago
- 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
- 4ec71fa x86: uv cleanup, build fix by Ingo Molnar · 16 years ago
- 55f4949 x86, mm: move tlb.c to arch/x86/mm/ by Ingo Molnar · 16 years ago
- 3eb3963 Merge branch 'cpus4096' into core/percpu by Ingo Molnar · 16 years ago
- 552b8aa Revert "x86: signal: change type of paramter for sys_rt_sigreturn()" by Ingo Molnar · 16 years ago
- e0a9612 x86: use early clobbers in usercopy*.c by Andi Kleen · 16 years ago
- 16c2d3f x86: rename tlb_64.c to tlb.c by Tejun Heo · 16 years ago
- 02cf94c x86: make x86_32 use tlb_64.c by Tejun Heo · 16 years ago
- 6dd01be x86: prepare for tlb merge by Tejun Heo · 16 years ago
- bdbcdd4 x86: uv cleanup by Tejun Heo · 16 years ago
- d650a51 x86: merge irq_regs.h by Brian Gerst · 16 years ago
- 6826c8f x86: merge mmu_context.h by Brian Gerst · 16 years ago
- 0dd76d7 x86: set %fs to __KERNEL_PERCPU unconditionally for x86_32 by Brian Gerst · 16 years ago
- 299e269 x86: fix percpu_write with 64-bit constants by Brian Gerst · 16 years ago
- 06deef8 x86: clean up gdt_page definition by Brian Gerst · 16 years ago
- 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
- 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
- 0ce1c38 Merge commit 'v2.6.29-rc2' into x86/mm by Ingo Molnar · 16 years ago
- 5766b84 x86, cpumask: fix tlb flush race by Ingo Molnar · 16 years ago
- 8f5d36e Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu by Ingo Molnar · 16 years ago
- 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
- 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
- 8c7e58e x86: rework __per_cpu_load adjustments by Brian Gerst · 16 years ago
- 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
- b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
- c6e50f9 x86: cleanup stack protector by Tejun Heo · 16 years ago
- f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
- bfa318a fix: crash: IP: __bitmap_intersects+0x48/0x73 by Ingo Molnar · 16 years ago
- 7285908 cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago
- 5cdc5e9e x86: fully honor "nolapic", fix by Ingo Molnar · 16 years ago
- c7f8562 x86: fix section mismatch warnings in kernel/setup_percpu.c by Leonardo Potenza · 16 years ago
- b2b815d x86: put trigger in to detect mismatched apic versions by Mike Travis · 16 years ago
- b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
- 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
- c2558e0 x86-64: Move isidle from PDA to per-cpu. by Brian Gerst · 16 years ago
- e7a22c1 x86-64: Move nodenumber from PDA to per-cpu. by Brian Gerst · 16 years ago
- 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
- 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
- 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
- c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 92d65b2 x86-64: Convert exception stacks to per-cpu by Brian Gerst · 16 years ago
- 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
- 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- cef30b3 x86: put trigger in to detect mismatched apic versions. by Mike Travis · 16 years ago
- 6eb714c cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write by Mike Travis · 16 years ago