summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-24x86: add embedding percpu first chunk allocatorTejun Heo1-1/+85
2009-02-24x86: separate out setup_pcpu_4k() from setup_per_cpu_areas()Tejun Heo1-42/+102
2009-02-24percpu: give more latitude to arch specific first chunk initializationTejun Heo1-1/+14
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo1-1/+6
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo1-22/+40
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-1/+1
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan1-14/+15
2009-02-12x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin1-13/+1
2009-02-12x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst4-23/+39
2009-02-11x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst1-18/+0
2009-02-11x86: pass in pt_regs pointer for syscalls that need itBrian Gerst6-70/+59
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst1-4/+5
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo3-6/+16
2009-02-10x86: implement x86_32 stack protectorTejun Heo6-8/+52
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo4-25/+117
2009-02-10x86: add %gs accessors for x86_32Tejun Heo4-38/+27
2009-02-10x86: use asm .macro instead of cpp #define in entry_32.STejun Heo1-142/+151
2009-02-10Merge branch 'x86/urgent' into core/percpuIngo Molnar8-14/+75
2009-02-10Merge branch 'x86/uaccess' into core/percpuIngo Molnar3-181/+154
2009-02-10x86: fix math_emu register frame accessTejun Heo1-6/+9
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar10-45/+41
2009-02-09x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria1-0/+11
2009-02-09x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2-5/+38
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2-0/+9
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst3-24/+11
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown18-77/+97
2009-02-05Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin5-15/+21
2009-02-05x86: fix grammar in user-visible BIOS warningAlex Chiang1-1/+1
2009-02-05x86, 64-bit: print DMI info in the oops traceKyle McMartin1-2/+7
2009-02-04Merge branch 'core/xen' into x86/urgentIngo Molnar5-18/+22
2009-02-04ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger1-11/+0
2009-02-04x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov1-1/+1
2009-02-03x86: push old stack address on irqstack for unwinderMartin Hicks1-0/+1
2009-02-03x86, percpu: fix kexec with vmlinuxYinghai Lu1-2/+3
2009-02-02x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge1-4/+5
2009-02-01irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu1-2/+3
2009-02-01x86: add cache descriptors for Intel Core i7Dave Jones1-0/+15
2009-02-01Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+17
2009-02-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+2
2009-01-31x86/Voyager: make it build and bootJames Bottomley1-12/+0
2009-01-31x86: split loading percpu segments from loading gdtJeremy Fitzhardinge1-6/+12
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst3-6/+5
2009-01-31x86: UV fix uv_flush_send_and_wait()Cliff Wickman1-1/+1
2009-01-31x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-41/+12
2009-01-31x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2-8/+12
2009-01-31x86: fix paravirt clobber in entry_64.SJeremy Fitzhardinge1-1/+1
2009-01-31x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge3-9/+93
2009-01-31Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin52-1505/+726
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar1-1/+1
2009-01-30Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1