aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* um: os-linux/mem.c needs sys/stat.hLiu Aleaxander2010-06-291-0/+1
* um, hweight: Fix UML boot crash due to x86 optimized hweightBorislav Petkov2010-06-101-0/+6
* arch/um: fix kunmap_atomic() call in skas/uaccess.cCesar Eduardo Barros2010-06-041-1/+1
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-013-3/+3
|\
| * Rename .data.init_irqstack to .data..init_irqstack.Denys Vlasenko2010-03-033-3/+3
* | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-243-10/+21
|\ \
| * | uml: Pushdown the bkl from harddog_kern ioctlFrederic Weisbecker2010-05-221-3/+15
| * | uml: Convert to unlocked_ioctls to remove implicit BKLJohn Kacur2010-05-171-4/+4
| * | um/mmapper: Remove BKL usageArnd Bergmann2010-05-171-3/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-207-12/+10
|\ \ \ | |/ / |/| |
| * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-4/+3
| * | uml: i386: Avoid redefinition of NR_syscallsJan Kiszka2010-05-101-2/+2
| * | Merge branch 'master' into for-nextJiri Kosina2010-04-2311-2/+11
| |\ \
| * | | UML: Fix compiler warning due to missing task_struct declarationJan Kiszka2010-04-212-0/+4
| * | | UML: add kernel.h include to signal.cJiri Kosina2010-04-201-0/+1
| * | | UML: Drop private round_down definitionJan Kiszka2010-04-201-2/+0
| * | | UML: Clean up asm/system.hJan Kiszka2010-04-201-3/+0
| * | | UML: Remove unused variable from line driverJan Kiszka2010-04-201-1/+0
* | | | uml: Fix build breakage after slab.h changesJan Kiszka2010-04-192-1/+1
| |/ / |/| |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-2/+11
|/ /
* | um: remove dma_sync_single_rangeFUJITA Tomonori2010-03-121-8/+0
* | um: use generic ptrace_resume codeChristoph Hellwig2010-03-122-54/+18
* | Add generic sys_olduname()Christoph Hellwig2010-03-121-45/+0
* | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-122-19/+0
* | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-86/+0
* | Add generic sys_old_mmap()Christoph Hellwig2010-03-123-36/+1
* | Add generic sys_old_select()Christoph Hellwig2010-03-121-18/+0
* | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-0/+16
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-063-43/+69
* | um: tell git to ignore generated filesWANG Cong2010-03-061-0/+3
* | uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-061-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\ \
| * | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-1/+1
| |/
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\ \
| * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
| |/
* | Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-011-2/+2
|\ \
| * | block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-1/+1
| * | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
| |/
* | Merge branch 'x86-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-1/+2
|\ \ | |/ |/|
| * x86: Fix breakage of UML from the changes in the rwsem systemLinus Torvalds2010-01-171-1/+2
* | Unrot uml mconsole a bitAl Viro2010-01-141-31/+18
|/
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-172-1/+2
|\
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-122-1/+2
* | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-163-4/+0
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-2/+2
|\ \
| * | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
| |/
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-9/+7
* | uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-154-54/+70
|/
* Unify sys_mmap*Al Viro2009-12-112-30/+2
* um: Remove BKL from mmapperThomas Gleixner2009-10-141-7/+4