summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-207-12/+10Star
|\ \ | |/ |/|
| * add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-4/+3Star
| * 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/+0Star
| * | UML: Clean up asm/system.hJan Kiszka2010-04-201-3/+0Star
| * | UML: Remove unused variable from line driverJan Kiszka2010-04-201-1/+0Star
* | | 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-131-8/+0Star
* um: use generic ptrace_resume codeChristoph Hellwig2010-03-132-54/+18Star
* Add generic sys_olduname()Christoph Hellwig2010-03-131-45/+0Star
* improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-132-19/+0Star
* Add generic sys_ipc wrapperChristoph Hellwig2010-03-131-86/+0Star
* Add generic sys_old_mmap()Christoph Hellwig2010-03-133-36/+1Star
* Add generic sys_old_select()Christoph Hellwig2010-03-131-18/+0Star
* 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-181-1/+2
* | Unrot uml mconsole a bitAl Viro2010-01-141-31/+18Star
|/
* 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/+0Star
* | 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/+7Star
* | uml: convert to seq_file/proc_fopsAlexey Dobriyan2009-12-154-54/+70
|/
* Unify sys_mmap*Al Viro2009-12-112-30/+2Star
* um: Remove BKL from mmapperThomas Gleixner2009-10-141-7/+4Star
* um: Remove BKL from randomThomas Gleixner2009-10-141-3/+0Star
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-113-0/+3
* um: Clean up linker script using standard macros.Tim Abbott2009-09-253-50/+14Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-242-3/+3
|\
| * cpumask: use mm_cpumask() wrapper: umRusty Russell2009-09-241-2/+2