aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | | | | | | * | x86: unify pte_sameJeremy Fitzhardinge2009-02-06
| | | | | | | * | x86: unify pte_noneJeremy Fitzhardinge2009-02-06
| | | | | * | | | x86, defconfig: turn off CONFIG_SCSI_ISCSI_ATTRS=yIngo Molnar2009-02-12
| | | | | * | | | x86, defconfig: turn off CONFIG_ENABLE_WARN_DEPRECATEDIngo Molnar2009-02-12
| | | | | * | | | x86, defconfig: update the 64-bit defconfigIngo Molnar2009-02-12
| | | | | * | | | x86, defconfig: update the 32-bit defconfigIngo Molnar2009-02-12
| | | | * | | | | x86: don't pretend that non-framepointer stack traces are reliableArjan van de Ven2009-02-09
| | | * | | | | | x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying2009-02-03
| | * | | | | | | x86: document 64-bit and 32-bit function call convention ABIIngo Molnar2009-02-03
| | * | | | | | | x86: trampoline_64.S - use predefined constants with simplificationCyrill Gorcunov2009-01-29
| * | | | | | | | pci, x86, acpi: fix early_ioremap() leakYinghai Lu2009-02-11
| * | | | | | | | x86, es7000: fix ACPI table mappingsYinghai Lu2009-02-09
| * | | | | | | | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-09
| * | | | | | | | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...Jeremy Fitzhardinge2009-02-09
| * | | | | | | | x86: always explicitly map acpi memoryJeremy Fitzhardinge2009-02-09
| * | | | | | | | x86: use early_ioremap in __acpi_map_tableJeremy Fitzhardinge2009-02-09
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86/cleanups' into x86/coreIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc4' into x86/cleanupsIngo Molnar2009-02-11
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: unify asm/io.h: IO_SPACE_LIMITJeremy Fitzhardinge2009-01-29
* | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: UV: fix header struct usageRandy Dunlap2009-02-11
| * | | | | | | | | | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-11
| * | | | | | | | | | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-11
| * | | | | | | | | | SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson2009-02-11
| * | | | | | | | | | x86: drop -fno-stack-protector annotations after pt_regs fixesBrian Gerst2009-02-11
| * | | | | | | | | | x86: pass in pt_regs pointer for syscalls that need itBrian Gerst2009-02-11
| * | | | | | | | | | x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-11
| * | | | | | | | | | stackprotector: fix multi-word cross-buildsIngo Molnar2009-02-11
| * | | | | | | | | | x86: fix x86_32 stack protector bugsTejun Heo2009-02-11
| * | | | | | | | | | x86: implement x86_32 stack protectorTejun Heo2009-02-09
| * | | | | | | | | | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-09
| * | | | | | | | | | x86: add %gs accessors for x86_32Tejun Heo2009-02-09
| * | | | | | | | | | x86: use asm .macro instead of cpp #define in entry_32.STejun Heo2009-02-09
| * | | | | | | | | | x86: no stack protector for vdsoTejun Heo2009-02-09
| * | | | | | | | | | stackprotector: update make rulesTejun Heo2009-02-09
| * | | | | | | | | | x86: stackprotector.h misc updateTejun Heo2009-02-09
| * | | | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-09
| * | | | | | | | | | Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-04
| | * | | | | | | | | | | x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-29
| * | | | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86: fix abuse of per_cpu_offsetBrian Gerst2009-02-09
| * | | | | | | | | | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-09
| * | | | | | | | | | | | percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst2009-02-09
| * | | | | | | | | | | | modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-05
| * | | | | | | | | | | | x86: style cleanups for xen assembliesTejun Heo2009-02-05
| * | | | | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-05
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-02-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \