summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-2739-699/+781
|\ \
| * | um: Update defconfigRichard Weinberger2012-03-251-184/+471
| * | um: Switch to large mcmodel on x86_64Richard Weinberger2012-03-251-0/+1
| * | um: Wire CONFIG_GENERIC_IO upRichard Weinberger2012-03-251-0/+1
| * | um: Serve io_remap_pfn_range()Richard Weinberger2012-03-251-0/+2
| * | um: most of the SUBARCH uses can be killedAl Viro2012-03-252-3/+3
| * | um: deadlock in line_write_interrupt()Al Viro2012-03-251-0/+1
| * | um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro2012-03-251-4/+3
| * | um: use the right ifdef around exports in user_syms.cAl Viro2012-03-252-3/+1
| * | um: a bunch of headers can be killed by using generic-yAl Viro2012-03-257-124/+1
| * | um: ptrace-generic.h doesn't need user.hAl Viro2012-03-251-1/+0
| * | um: kill HOST_TASK_PIDAl Viro2012-03-253-5/+3
| * | um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro2012-03-251-2/+1
| * | um: asm-offsets.h might as well come from underlying arch...Al Viro2012-03-251-1/+0
| * | um: switch close_chan() to struct lineAl Viro2012-03-253-9/+11
| * | um: race fix: initialize delayed_work *before* registering IRQAl Viro2012-03-253-18/+15
| * | um: line->have_irq is never checked...Al Viro2012-03-252-2/+0
| * | um: chan_init_pri is dead nowAl Viro2012-03-251-2/+0
| * | um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro2012-03-255-128/+88
| * | um: sorting out the chan mess, part 1Al Viro2012-03-252-0/+5
| * | um: finally kill ->init_str leaksAl Viro2012-03-251-1/+3
| * | um: get rid of lines_init()Al Viro2012-03-254-46/+33
| * | um: switch line.c tty drivers to dynamic device creationAl Viro2012-03-254-42/+40
| * | um: fix races between line_open() and line_config()Al Viro2012-03-252-28/+29
| * | um: convert count_lock to mutex, fix a race in line_open()Al Viro2012-03-254-20/+12
| * | um: get rid of the init_prio messAl Viro2012-03-254-74/+68
| * | um: switch line_config() to setup_one_line()Al Viro2012-03-251-6/+16
| * | um: switch line_remove() to setup_one_line()Al Viro2012-03-251-8/+5
| * | um: auxvec.h is never usedAl Viro2012-03-251-4/+0
| * | um: clean up the includes in ubdAl Viro2012-03-253-34/+18
| * | um: irq: Remove IRQF_DISABLEDYong Zhang2012-03-259-13/+13
* | | um: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-14/+6
* | | um: don't restore current->blocked on errorMatt Fleming2012-03-231-6/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-213-22/+16
|\ \
| * | um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro2012-03-202-3/+10
| * | um: embed ->stub_pages[] into mmu_contextAl Viro2012-03-202-19/+6
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\ \
| * | um: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| |/
* / UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-3/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-11/+9
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-11/+9
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-2/+2
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-161-2/+7
|\ \ | |/ |/|
| * um: Use $(srctree) not $(KBUILD_SRC)H. Peter Anvin2011-12-091-1/+1
| * um: Generate headers before generating user-offsets.sH. Peter Anvin2011-12-051-1/+1
| * um: Run host archheaders, allow use of host generated headersH. Peter Anvin2011-12-051-1/+6
* | cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2012-01-111-0/+1
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\ \
| * | freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
| |/