summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: Add reserve_ebda_region to x86_init_opsThomas Gleixner2009-08-274-4/+7
* x86: Add request_standard_resources to x86_initThomas Gleixner2009-08-275-13/+25
* x86: Add probe_roms to x86_initThomas Gleixner2009-08-274-3/+18
* x86: Add x86_init infrastructureThomas Gleixner2009-08-274-1/+35
* Merge branch 'sched/clock' into x86/cleanupsThomas Gleixner2009-08-2736-406/+390
|\
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-08-262-136/+79
| |\
| | * powerpc/ps3: Update ps3_defconfigGeoff Levand2009-08-271-136/+75
| | * powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGeert Uytterhoeven2009-08-271-0/+4
| * | m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_openGeert Uytterhoeven2009-08-263-1/+7
| * | m68k: Fix redefinition of pgprot_noncachedAlexey Dobriyan2009-08-261-2/+1
| * | arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap argAndrew Morton2009-08-261-6/+4
| * | m68k: cnt reaches -1, not 0Roel Kluin2009-08-261-2/+4
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-08-2512-140/+167
| |\
| | * sparc64: Validate linear D-TLB misses.David S. Miller2009-08-254-28/+76
| | * sparc64: Update defconfig.David S. Miller2009-08-181-25/+34
| | * sparc32: Update defconfig.David S. Miller2009-08-181-30/+44
| | * sparc32: Kill trap table freeing code.David S. Miller2009-08-182-48/+0
| | * sparc: sys32.S incorrect compat-layer splice() system callMathieu Desnoyers2009-08-181-1/+1
| | * sparc: Use page_fault_out_of_memory() for VM_FAULT_OOM.David S. Miller2009-08-022-6/+8
| | * sparc64: Sign extend length arg to truncate syscalls when compat.David S. Miller2009-07-272-2/+4
| * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-08-251-5/+1
| |\ \
| | * | clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2009-08-191-5/+1
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-259-103/+80
| |\ \ \
| | * | | x86: Fix build with older binutils and consolidate linker scriptJan Beulich2009-08-251-79/+47
| | * | | x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang2009-08-241-1/+1
| | * | | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/MakefileJan Beulich2009-08-201-1/+1
| | * | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar2009-08-203-12/+18
| | |\ \ \
| | | * | | xen: rearrange things to fix stackprotectorJeremy Fitzhardinge2009-08-192-12/+14
| | | * | | x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge2009-08-191-0/+4
| | * | | | i386: Fix section mismatches for init code with !HOTPLUG_CPUJan Beulich2009-08-181-7/+1
| | * | | | x86, pat: Allow ISA memory range uncacheable mapping requestsSuresh Siddha2009-08-172-3/+12
| * | | | | Merge branch 'fixes' of git://git.marvell.com/orionLinus Torvalds2009-08-243-1/+12
| |\ \ \ \ \
| | * | | | | [ARM] Kirkwood: enable eSATA on QNAP TS-219PJohn Holland2009-08-242-1/+10
| | * | | | | [ARM] Kirkwood: __init requires linux/init.hMartin Michlmayr2009-08-241-0/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2009-08-242-3/+17
| |\ \ \ \ \ \
| | * | | | | | favr32: improve touchscreen responseBen Nizette2009-07-271-0/+4
| | * | | | | | avr32/lib: fix unaligned memcpy where len < 4Sebastian Andrzej Siewior2009-07-271-0/+1
| | * | | | | | avr32/lib: fix unaligned memcpy()Sebastian Andrzej Siewior2009-07-271-3/+12
| * | | | | | | [S390] set preferred console based on conmodeHendrik Brueckner2009-08-231-7/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86/paravirt' into x86/cleanupsThomas Gleixner2009-08-272-710/+721
|\ \ \ \ \ \ \
| * | | | | | | x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge2009-06-172-710/+721
* | | | | | | | x86: uv: Clean up uv_ptc_init(), use proc_create()Alexey Dobriyan2009-08-241-2/+2
* | | | | | | | Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar2009-08-24695-8029/+13795
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds2009-08-211-11/+10
| * | | | | | | x86: don't send an IPI to the empty set of CPU'sLinus Torvalds2009-08-211-0/+3
| * | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-08-198-85/+99
| |\ \ \ \ \ \ \
| | * | | | | | | microblaze: Update Microblaze defconfigsMichal Simek2009-08-182-70/+91
| | * | | | | | | microblaze: Use klimit instead of _end for memory initMichal Simek2009-08-181-3/+3
| | * | | | | | | microblaze: Enable ppoll syscallMichal Simek2009-08-181-1/+1
| | * | | | | | | microblaze: Sane handling of missing timer/intc in device treeJohn Williams2009-08-182-0/+4