summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* percpu: give more latitude to arch specific first chunk initializationTejun Heo2009-02-241-1/+14
* x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2009-02-241-1/+6
* x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-201-22/+40
* alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-1/+1
* x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan2009-02-201-14/+15
* x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-111-13/+1
* x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-114-23/+39
* x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst2009-02-111-18/+0
* x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-116-70/+59
* x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-111-4/+5
* x86: fix x86_32 stack protector bugsTejun Heo2009-02-113-6/+16
* x86: implement x86_32 stack protectorTejun Heo2009-02-106-8/+52
* x86: make lazy %gs optional on x86_32Tejun Heo2009-02-104-25/+117
* x86: add %gs accessors for x86_32Tejun Heo2009-02-104-38/+27
* x86: use asm .macro instead of cpp #define in entry_32.STejun Heo2009-02-101-142/+151
* Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-108-14/+75
|\
| * x86: fix math_emu register frame accessTejun Heo2009-02-101-6/+9
| * x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria2009-02-091-0/+11
| * x86: find nr_irqs_gsi with mp_ioapic_routingYinghai Lu2009-02-092-5/+38
| * x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh2009-02-092-0/+9
| * x86: fix grammar in user-visible BIOS warningAlex Chiang2009-02-051-1/+1
| * x86, 64-bit: print DMI info in the oops traceKyle McMartin2009-02-041-2/+7
* | Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-103-181/+154
|\ \
| * | x86: signal: use {get|put}_user_try and catchHiroshi Shimamoto2009-01-231-137/+154
| * | x86: remove byte locksJiri Kosina2009-01-201-10/+0
| * | x86: Remove never-called arch_setup_msi_irq()Michael Ellerman2009-01-181-34/+0
* | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-0910-45/+41
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0718-77/+97
| |\ \ \ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | | * | ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc ent...Thomas Renninger2009-02-041-11/+0
| | | | * | | Merge branch 'core/xen' into x86/urgentIngo Molnar2009-02-045-18/+22
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-01-311-14/+17
| | | | | |\ \
| | | | | | * | x86, ds, bts: cleanup/fix DS configurationMarkus Metzger2009-01-221-14/+17
| | |_|_|_|/ / | |/| | | | |
| | | | | * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-312-3/+2
| | | | | |\ \
| | | | * | | | x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-031-1/+1
| | | | * | | | x86: push old stack address on irqstack for unwinderMartin Hicks2009-02-021-0/+1
| | | | * | | | irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-2/+3
| | | | * | | | x86: add cache descriptors for Intel Core i7Dave Jones2009-02-011-0/+15
| | | | * | | | x86/Voyager: make it build and bootJames Bottomley2009-01-311-12/+0
| | | | | |/ / | | | | |/| |
| | | | * | | x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-01-291-2/+1
| | | | * | | x86: correct the CPUID pattern for MSR_IA32_MISC_ENABLE availabilityH. Peter Anvin2009-01-261-1/+1
| | | * | | | ACPI suspend: Fix compilation warnings in drivers/acpi/sleep.cRafael J. Wysocki2009-01-161-2/+2
| | |/ / / / | |/| | | |
* | | | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-093-24/+11
* | | | | | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-02-045-15/+21
|\ \ \ \ \ \
| * | | | | | x86, percpu: fix kexec with vmlinuxYinghai Lu2009-02-031-2/+3
| * | | | | | x86: split loading percpu segments from loading gdtJeremy Fitzhardinge2009-01-311-6/+12
| * | | | | | x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-313-6/+5
| * | | | | | x86: UV fix uv_flush_send_and_wait()Cliff Wickman2009-01-311-1/+1
* | | | | | | x86/vmi: fix interrupt enable/disable/save/restore calling convention.Jeremy Fitzhardinge2009-02-021-4/+5
* | | | | | | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-301-41/+12
* | | | | | | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-302-8/+12
OpenPOWER on IntegriCloud