aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11x86: UV: fix header struct usageRandy Dunlap1-0/+3
2009-02-11x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2-14/+2
2009-02-11x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst6-45/+49
2009-02-11SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson1-0/+13
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 Gerst8-80/+81
2009-02-11x86: use pt_regs pointer in do_device_not_available()Brian Gerst2-5/+6
2009-02-11x86: fix x86_32 stack protector bugsTejun Heo5-12/+20
2009-02-10x86: implement x86_32 stack protectorTejun Heo11-16/+172
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo11-40/+158
2009-02-10x86: add %gs accessors for x86_32Tejun Heo9-45/+41
2009-02-10x86: use asm .macro instead of cpp #define in entry_32.STejun Heo1-142/+151
2009-02-10x86: no stack protector for vdsoTejun Heo1-1/+1
2009-02-10stackprotector: update make rulesTejun Heo1-7/+10
2009-02-10x86: stackprotector.h misc updateTejun Heo1-1/+6
2009-02-10Merge branch 'x86/urgent' into core/percpuIngo Molnar22-112/+185
2009-02-10Merge branch 'x86/uaccess' into core/percpuIngo Molnar9-425/+488
2009-02-10x86: fix math_emu register frame accessTejun Heo7-56/+55
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar169-1912/+2662
2009-02-09x86: math_emu info cleanupTejun Heo6-64/+48
2009-02-09x86: include correct %gs in a.out core dumpTejun Heo1-3/+1
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 Lu3-5/+44
2009-02-09x86: add clflush before monitor for Intel 7400 seriesPallipadi, Venkatesh3-0/+10
2009-02-09x86: fix abuse of per_cpu_offsetBrian Gerst1-2/+2
2009-02-09x86: use linker to offset symbols by __per_cpu_loadBrian Gerst5-24/+35
2009-02-09percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst1-2/+2
2009-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-2/+2
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into releaseLen Brown839-7147/+25842
2009-02-06x86-64: fix int $0x80 -ENOSYS returnRoland McGrath1-3/+5
2009-02-05prevent kprobes from catching spurious page faultsMasami Hiramatsu1-2/+6
2009-02-05Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds11-100/+184
2009-02-05alpha: fixup BUG macroAlexey Dobriyan1-2/+2
2009-02-05x86: style cleanups for xen assembliesTejun Heo3-204/+219
2009-02-05x86: disable intel_iommu support by defaultKyle McMartin1-0/+11
2009-02-04x86: don't apply __supported_pte_mask to non-present ptesJeremy Fitzhardinge2-7/+21
2009-02-04x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto1-5/+6
2009-02-04xen: use direct ops on 64-bitJeremy Fitzhardinge1-13/+1
2009-02-04xen: make direct versions of irq_enable/disable/save/restore to common codeJeremy Fitzhardinge5-231/+169
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge3-3/+20
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson2-2/+2
2009-02-04Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin9-22/+36
2009-02-04xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge1-0/+37
2009-02-05x86: fix grammar in user-visible BIOS warningAlex Chiang1-1/+1
2009-02-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-30/+58
2009-02-04x86/Kconfig.cpu: make Kconfig help readable in the consoleBorislav Petkov1-13/+15
2009-02-04x86, 64-bit: print DMI info in the oops traceKyle McMartin1-2/+7
2009-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds58-866/+984