aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml ubd code: fix a bit of whitespacePaolo 'Blaisorblade' Giarrusso2006-01-181-14/+17
* [PATCH] uml: allow again to move backing file and to override saved locationPaolo 'Blaisorblade' Giarrusso2006-01-181-13/+15
* [PATCH] uml: arch Kconfig menu cleanupsPaolo 'Blaisorblade' Giarrusso2006-01-182-14/+19
* [PATCH] uml: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso2006-01-184-11/+19
* [PATCH] uml: sigio code - reduce spinlock hold timePaolo 'Blaisorblade' Giarrusso2006-01-181-25/+58
* [PATCH] uml: fix spinlock recursion and sleep-inside-spinlock in error pathPaolo 'Blaisorblade' Giarrusso2006-01-181-2/+13
* [PATCH] uml: networking - clear transport-specific structurePaolo 'Blaisorblade' Giarrusso2006-01-181-1/+5
* [PATCH] uml: make daemon transport behave properlyPaolo 'Blaisorblade' Giarrusso2006-01-182-0/+10
* [PATCH] uml: TT mode softint fixesBodo Stroesser2006-01-182-4/+6
* [PATCH] uml: use setjmp/longjmp instead of sigsetjmp/siglongjmpJeff Dike2006-01-181-2/+2
* [PATCH] uml: implement soft interruptsJeff Dike2006-01-188-118/+183
* [PATCH] uml: eliminate some globalsJeff Dike2006-01-181-16/+12
* [PATCH] uml: move libc-dependent skas process handlingGennady Sharapov2006-01-189-27/+601
* [PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2006-01-185-118/+123
* [PATCH] uml: move headers to arch/um/includeGennady Sharapov2006-01-1818-149/+115
* [PATCH] uml: change interface to boot_timer_handlerBodo Stroesser2006-01-182-4/+13
* [PATCH] uml: move libc-dependent time codeGennady Sharapov2006-01-1816-94/+211
* [PATCH] uml: move libc-dependent utility proceduresGennady Sharapov2006-01-1811-87/+72
* [PATCH] uml: move LDT creationBodo Stroesser2006-01-184-23/+29
* [PATCH] x86_64: Fix MCE exception stack for boot CPUJan Beulich2006-01-181-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-1816-202/+178
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstreamRussell King2006-01-1811-187/+152
| |\
| | * ARM: OMAP: 4/4 Fix clock framework to use clk_enable/disable miscTony Lindgren2006-01-176-21/+21
| | * ARM: OMAP: 3/4 Fix clock framework to use clk_enable/disable for omap2Tony Lindgren2006-01-172-23/+21
| | * ARM: OMAP: 2/4 Fix clock framework to use clk_enable/disable for omap1Tony Lindgren2006-01-172-106/+106
| | * ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disableTony Lindgren2006-01-171-37/+4
| * | [ARM] 3281/1: ixp4xx: export ixp4xx_exp_bus_size for modulesDavid Vrabel2006-01-181-1/+2
| * | [ARM] 3272/1: fix kernel decompressor crashNicolas Pitre2006-01-181-1/+1
| * | [ARM] 3271/1: ARM EABI: fix calling of cmpxchg syscall emulationNicolas Pitre2006-01-181-1/+4
| * | [ARM] 3270/1: ARM EABI: fix sigreturn and rt_sigreturnNicolas Pitre2006-01-182-12/+19
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-184-6/+32
|\ \ \
| * | | [SPARC64]: Fix build with CONFIG_COMPAT disabled.David S. Miller2006-01-181-0/+4
| * | | [SPARC64]: Serial Console for E250 PatchEddie C. Dost2006-01-182-0/+10
| * | | [SPARC64]: Update defconfig.David S. Miller2006-01-181-6/+18
| |/ /
* | | [PATCH] e1000: Added disable packet split capabilityJesse Brandeburg2006-01-1824-0/+25
|/ /
* | [SPARC]: change if() BUG(); to BUG_ON in iommu.cEric Sesterhenn2006-01-171-7/+6
* | [SPARC64]: Eliminate race condition reading Hummingbird STICK registerRichard Mortimer2006-01-171-11/+11
|/
* [PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino2006-01-161-1/+1
* [PATCH] x86_64: add x86-64 support for memory hot-addMatt Tolentino2006-01-162-33/+134
* [PATCH] x86_64: Flexmap for 32bit and randomized mappings for 64bitAndi Kleen2006-01-164-2/+111
* [PATCH] x86_64: Remove elf32_map in 32bit ELF loaderAndi Kleen2006-01-161-17/+0
* [PATCH] x86_64: eliminate empty_bad_{page,{pte,pmd}_table}Jan Beulich2006-01-161-71/+37
* [PATCH] x86_64: Update defconfigAndi Kleen2006-01-161-4/+17
* [PATCH] sh: Move CPU subtype configuration to its own KconfigPaul Mundt2006-01-164-350/+482
* [PATCH] sh: Simple timer frameworkPaul Mundt2006-01-163-0/+287
* [PATCH] sh: Simplistic clock frameworkPaul Mundt2006-01-1616-612/+1224
* [PATCH] sh: I/O routine cleanups and ioremap() overhaulPaul Mundt2006-01-163-136/+196
* [PATCH] sh: IRQ handler updatesPaul Mundt2006-01-168-452/+536
* [PATCH] sh: kexec() supportkogiidena2006-01-164-3/+225
* [PATCH] sh: DMA updatesPaul Mundt2006-01-168-94/+194