aboutsummaryrefslogtreecommitdiff
path: root/include/asm-um
AgeCommit message (Expand)Author
2008-09-19net: Fix build with ARCH=umDavid S. Miller
2008-07-26[PATCH] kill altrootAl Viro
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds
2008-07-25remove dummy asm/kvm.h filesAdrian Bunk
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori
2008-07-24Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-07-24UML: make several more things staticWANG Cong
2008-07-24arch/um/kernel/mem.c: remove arch_validate()WANG Cong
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-07-24Remove asm/semaphore.hMatthew Wilcox
2008-06-06uml: activate_mm: remove the dead PF_BORROWED_MM checkOleg Nesterov
2008-05-14asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspaceMike Frysinger
2008-05-13uml: random driver fixesJeff Dike
2008-05-13uml: use PAGE_SIZE in linker scriptsCyrill Gorcunov
2008-05-13uml: remove unused headerJeff Dike
2008-05-01rename div64_64 to div64_u64Roman Zippel
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison
2008-04-28mm: introduce pte_special pte bitNick Piggin
2008-04-17Generic semaphore implementationMatthew Wilcox
2008-04-15uml: compile error fixWANG Cong
2008-04-02kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger
2008-02-08uml: x86_64 should copy %fs during forkJeff Dike
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells
2008-02-08aout: move STACK_TOP[_MAX] to asm/processor.hDavid Howells
2008-02-05uml: LDT mutex conversionDaniel Walker
2008-02-05uml: add back CONFIG_HZJeff Dike
2008-02-05uml: get rid of syscall countersJeff Dike
2008-02-05uml: customize tlb.hJeff Dike
2008-02-05uml: 64-bit tlb fixesJeff Dike
2008-02-05uml: cover stubs with a VMAJeff Dike
2008-02-05uml: clean up TASK_SIZE usageJeff Dike
2008-02-05uml: add virt_to_pteJeff Dike
2008-02-05uml: fix page table data sizesJeff Dike
2008-02-05uml: current.h cleanupJeff Dike
2008-02-05uml: style cleanupJeff Dike
2008-02-05uml: header untanglingJeff Dike
2008-02-05uml: move um_virt_to_physJeff Dike
2008-02-05UML - Fix build in 2.6.24-rc2-mm1Jeff Dike
2008-02-05uml: tidy pgtable.hJeff Dike
2008-02-05uml: get rid of asmlinkageJeff Dike
2008-02-05uml: implement get_wchanJeff Dike
2008-02-05uml: remove xmm checking on x86Karol Swietlicki
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt
2008-01-30git-x86: unbreak UMLWANG Cong
2008-01-30uml: add asm-um/asm.hJeff Dike
2008-01-30UML: remove remaining FASTCALL usesHarvey Harrison
2007-11-14uml: update address space affected by pud_clearJeff Dike
2007-10-29x86 merge fallout: umlAl Viro