summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2008-07-07[UML] fix gcc ICEs and unresolved externsJeff Dike
2008-06-12uml: work around broken host PTRACE_SYSEMUJeff Dike
2008-06-12uml: remove include of asm/user.hJeff Dike
2008-06-06uml: PATH_MAX needs limits.hIngo Molnar
2008-06-06uml: stub needs to tolerate SIGWINCHJeff Dike
2008-06-06uml: memcpy export needs to follow host declarationJeff Dike
2008-06-06uml: deal with inaccessible address space startTom Spink
2008-06-06uml: remove a duplicate includeHuang Weiyi
2008-06-06uml: deal with host time going backwardsJeff Dike
2008-05-21thanks to net/mac80211 we need to pull drivers/leds/Kconfig on umlAl Viro
2008-05-21missing export of csum_partial() on uml/amd64Al Viro
2008-05-21uml: add missing exports for UML_RANDOM=mAl Viro
2008-05-21fix include order in sys-i386/registers.cAl Viro
2008-05-21missed kmalloc() in pcap_user.cAl Viro
2008-05-16[PATCH] take init_files to fs/file.cAl Viro
2008-05-13uml: track and make up lost ticksJeff Dike
2008-05-13uml: style fixes in the random driverJeff Dike
2008-05-13uml: random driver fixesJeff Dike
2008-05-13uml: physical memory shouldn't include initial stackJeff Dike
2008-05-13uml: use PAGE_SIZE in linker scriptsCyrill Gorcunov
2008-05-13uml: use DIV_ROUND_UPJiri Olsa
2008-05-13uml: fix CONFIG_RAW dependenciesRobert P. J. Day
2008-05-13uml: use __SPIN_LOCK_UNLOCKEDJeff Dike
2008-05-13uml: fix bad NTP interaction with clockJeff Dike
2008-05-13uml: fix build when SLOB is enabledJeff Dike
2008-05-13uml: fix errno returnJohann Felix Soden
2008-05-13uml: tidy ptrace interfaceJeff Dike
2008-05-13uml: style fixesJeff Dike
2008-05-13uml: redo host capability detection and disablingJeff Dike
2008-05-08uml: fix inconsistence due to tty_operation changeWANG Cong
2008-05-06Revert "uml: fix gcc problem"Linus Torvalds
2008-05-04uml: fix gcc problemIngo Molnar
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper
2008-04-29proc: remove proc_root from driversAlexey Dobriyan
2008-04-29proper extern for late_time_initAdrian Bunk
2008-04-28uml: clean up arch/um/drivers/ubd_kern.cWANG Cong
2008-04-28arch/um/os-Linux/sys-i386/task_size.c: improve a bitWANG Cong
2008-04-28uml: make several things staticWANG Cong
2008-04-28uml: make three functions staticWANG Cong
2008-04-28uml: remove a useless functionWANG Cong
2008-04-28uml: make a function staticWANG Cong
2008-04-28arch/um/os-Linux/start_up.c: various improvements.WANG Cong
2008-04-28uml: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28arch/um/kernel/um_arch.c: some small improvementsWANG Cong
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum
2008-04-26x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum
2008-04-26x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum
2008-04-26uml: Kconfig cleanupIngo Molnar
2008-04-26uml: fix build errorIngo Molnar
2008-04-17Generic semaphore implementationMatthew Wilcox