summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | x86: include pgtable_SIZE.h earlierJeremy Fitzhardinge2009-02-061-6/+10
| | | | | | | * | | | | | x86: unify pud_page_vaddrJeremy Fitzhardinge2009-02-063-5/+5
| | | | | | | * | | | | | x86: unify pgd_page_vaddrJeremy Fitzhardinge2009-02-062-2/+5
| | | | | | | * | | | | | x86: unify pmd_noneJeremy Fitzhardinge2009-02-063-3/+7
| | | | | | | * | | | | | x86: unify pmd_presentJeremy Fitzhardinge2009-02-063-2/+5
| | | | | | | * | | | | | x86: unify pgd_presentJeremy Fitzhardinge2009-02-062-1/+7
| | | | | | | * | | | | | x86: unify pud_presentJeremy Fitzhardinge2009-02-063-6/+7
| | | | | | | * | | | | | x86: unify pte_presentJeremy Fitzhardinge2009-02-063-4/+5
| | | | | | | * | | | | | x86: unify pte_sameJeremy Fitzhardinge2009-02-063-8/+6
| | | | | | | * | | | | | x86: unify pte_noneJeremy Fitzhardinge2009-02-064-8/+5
| | | | | * | | | | | | | x86, defconfig: turn off CONFIG_SCSI_ISCSI_ATTRS=yIngo Molnar2009-02-122-8/+8
| | | | | * | | | | | | | x86, defconfig: turn off CONFIG_ENABLE_WARN_DEPRECATEDIngo Molnar2009-02-122-4/+2
| | | | | * | | | | | | | x86, defconfig: update the 64-bit defconfigIngo Molnar2009-02-121-80/+332
| | | | | * | | | | | | | x86, defconfig: update the 32-bit defconfigIngo Molnar2009-02-121-82/+324
| | | | * | | | | | | | | x86: don't pretend that non-framepointer stack traces are reliableArjan van de Ven2009-02-091-1/+1
| | | * | | | | | | | | | x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying2009-02-033-167/+67
| | * | | | | | | | | | | x86: document 64-bit and 32-bit function call convention ABIIngo Molnar2009-02-031-3/+53
| | * | | | | | | | | | | x86: trampoline_64.S - use predefined constants with simplificationCyrill Gorcunov2009-01-291-10/+9
| * | | | | | | | | | | | x86, es7000: fix ACPI table mappingsYinghai Lu2009-02-091-1/+8
| * | | | | | | | | | | | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-092-10/+11
| * | | | | | | | | | | | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...Jeremy Fitzhardinge2009-02-091-3/+5
| * | | | | | | | | | | | x86: always explicitly map acpi memoryJeremy Fitzhardinge2009-02-091-3/+0
| * | | | | | | | | | | | x86: use early_ioremap in __acpi_map_tableJeremy Fitzhardinge2009-02-094-31/+7
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86/cleanups' into x86/coreIngo Molnar2009-02-133-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge commit 'v2.6.29-rc4' into x86/cleanupsIngo Molnar2009-02-111184-10450/+46519
| |\| | | | | | | | | | |
| * | | | | | | | | | | | x86: unify asm/io.h: IO_SPACE_LIMITJeremy Fitzhardinge2009-01-283-4/+1
* | | | | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-1340-571/+903
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: UV: fix header struct usageRandy Dunlap2009-02-111-0/+3
| * | | | | | | | | | | | | x86: merge sys_rt_sigreturn between 32 and 64 bitsH. Peter Anvin2009-02-112-14/+2
| * | | | | | | | | | | | | x86: use regparm(3) for passed-in pt_regs pointerBrian Gerst2009-02-116-45/+49
| * | | | | | | | | | | | | SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson2009-02-111-0/+13
| * | | | | | | | | | | | | 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-118-80/+81
| * | | | | | | | | | | | | x86: use pt_regs pointer in do_device_not_available()Brian Gerst2009-02-112-5/+6
| * | | | | | | | | | | | | x86: fix x86_32 stack protector bugsTejun Heo2009-02-115-12/+20
| * | | | | | | | | | | | | x86: implement x86_32 stack protectorTejun Heo2009-02-1011-16/+172
| * | | | | | | | | | | | | x86: make lazy %gs optional on x86_32Tejun Heo2009-02-1011-40/+158
| * | | | | | | | | | | | | x86: add %gs accessors for x86_32Tejun Heo2009-02-109-45/+41
| * | | | | | | | | | | | | x86: use asm .macro instead of cpp #define in entry_32.STejun Heo2009-02-101-142/+151
| * | | | | | | | | | | | | x86: no stack protector for vdsoTejun Heo2009-02-101-1/+1
| * | | | | | | | | | | | | stackprotector: update make rulesTejun Heo2009-02-101-7/+10
| * | | | | | | | | | | | | x86: stackprotector.h misc updateTejun Heo2009-02-101-1/+6
| * | | | | | | | | | | | | Merge branch 'x86/urgent' into core/percpuIngo Molnar2009-02-1022-112/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/uaccess' into core/percpuIngo Molnar2009-02-109-425/+488
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | x86: uaccess: use errret as error value in __put_user_size()Hiroshi Shimamoto2009-02-041-5/+6
| | * | | | | | | | | | | | | | x86: uaccess: fix compilation error on CONFIG_M386Hiroshi Shimamoto2009-01-291-2/+20
| * | | | | | | | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-09169-1912/+2662
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | x86: fix abuse of per_cpu_offsetBrian Gerst2009-02-091-2/+2
| * | | | | | | | | | | | | | | x86: use linker to offset symbols by __per_cpu_loadBrian Gerst2009-02-095-24/+35
| * | | | | | | | | | | | | | | percpu: make PER_CPU_BASE_SECTION overridable by archesBrian Gerst2009-02-091-2/+2