summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-1/+3
|\
| * uml: boot broken due to buffer overrunBalbir Singh2008-12-101-1/+3
* | um: Kill directly reference of netdev->privWang Chen2008-12-059-19/+19
* | net: convert more to %pMJohannes Berg2008-10-281-6/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-10/+9Star
|\
| * [PATCH] switch ubdAl Viro2008-10-211-13/+12Star
| * [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* | x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-231-2/+2
* | x86, um: get rid of uml-config.hAl Viro2008-10-233-16/+17
* | x86, um: get rid of arch/um/Kconfig.archAl Viro2008-10-235-132/+131Star
* | x86, um: get rid of arch/um/os symlinkAl Viro2008-10-235-25/+4Star
* | x86, um: get rid of excessive includes of uml-config.hAl Viro2008-10-239-9/+0Star
* | x86, um: get rid of header symlinksAl Viro2008-10-2350-19/+5Star
* | x86, um: merge Kconfig.i386 and Kconfig.x86_64Al Viro2008-10-234-57/+23Star
* | x86, um: get rid of sysdep symlinkAl Viro2008-10-2341-10/+2Star
* | x86, um: trim the junk from uml ptrace-*.hAl Viro2008-10-232-15/+2Star
* | x86, um: take vm-flags.h to sysdepAl Viro2008-10-234-3/+2Star
* | x86, um: get rid of uml asm/archAl Viro2008-10-232-18/+2Star
* | x86, um: get rid of uml highmem.hAl Viro2008-10-234-17/+14Star
* | x86, um: get rid of uml unistd.hAl Viro2008-10-235-41/+4Star
* | x86, um: get rid of system.h -> system.h includeAl Viro2008-10-237-55/+266
* | x86, um: uml atomic.h is not needed anymoreAl Viro2008-10-231-11/+0Star
* | x86, um: untangle uml ldt.hAl Viro2008-10-239-9/+9
* | x86, um: get rid of more uml asm/arch usesAl Viro2008-10-233-3/+3
* | x86, um: remove dead header (uml module-generic.h; never used these days)Al Viro2008-10-231-6/+0Star
* | x86, um: get rid of uml signal.hAl Viro2008-10-231-29/+0Star
* | x86, um: sanitize uml sigcontext.h usesAl Viro2008-10-237-71/+2Star
* | x86, um: now we can get rid of trivial uml headersAl Viro2008-10-2360-371/+2Star
* | x86, um: ... and asm-x86 moveAl Viro2008-10-232-4/+4
* | x86, um: initial part of asm-um moveAl Viro2008-10-23145-8/+3699
* | x86, um: take arch/um/include/* out of the wayAl Viro2008-10-2379-27/+26Star
|/
* uml: fix a compile errorWANG Cong2008-10-201-1/+2
* container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-0/+2
* uml: remove the dead TTY_LOG codeAdrian Bunk2008-10-163-232/+0Star
* Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2008-10-132-8/+3Star
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-133-2/+7
| |\
| * | Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUTDavid Woodhouse2008-09-061-2/+3
| * | Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse2008-09-062-6/+0Star
* | | uml: small cleanups and note bugs to be dealt with by uml authors...Alan Cox2008-10-131-0/+2
| |/ |/|
* | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-111-2/+2
|\ \
| * | x86_64: uml: fix rename header guardHiroshi Shimamoto2008-08-151-2/+2
| |/
* | Merge branch 'for-linus' of git://git.alsa-project.org/alsa-kernelLinus Torvalds2008-10-111-0/+4
|\ \
| * | sound: make OSS sound core optionalTejun Heo2008-08-291-0/+4
| |/
* / kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
|/
* uml: fix tty-related build errorWANG Cong2008-07-301-13/+1Star
* um: use generic show_mem()Johannes Weiner2008-07-261-31/+0Star
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-1/+1
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-1818-27/+76
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* | | UML: make several more things staticWANG Cong2008-07-2413-23/+12Star