aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2012-05-21um: Remove unused variablesGravatar Richard Weinberger 1-10/+0
2012-05-21um: bury unused _TIF_RESTORE_SIGMASKGravatar Al Viro 1-1/+0
2012-05-21um: wrong sigmask saved in case of multiple sigframesGravatar Al Viro 1-6/+5
2012-05-21um: add TIF_NOTIFY_RESUMEGravatar Al Viro 2-1/+8
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnGravatar Al Viro 1-3/+0
2012-05-21um: Use generic time configGravatar Anna-Maria Gleixner 1-4/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Gravatar Suresh Siddha 1-5/+0
2012-05-08um: Remove leftover declaration of alloc_task_struct_node()Gravatar Thomas Gleixner 1-2/+0
2012-05-05kbuild: link of vmlinux moved to a scriptGravatar Sam Ravnborg 1-9/+2
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKGravatar Thomas Gleixner 1-1/+0
2012-05-05um: Use generic init_taskGravatar Thomas Gleixner 4-39/+7
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationGravatar Paul E. McKenney 1-0/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Gravatar Thomas Gleixner 1-1/+1
2012-04-19Merge branch 'linus' into queueGravatar Marcelo Tosatti 7-67/+29
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Gravatar Boaz Harrosh 1-1/+0
2012-04-10um: Use asm-generic/switch_to.hGravatar Richard Weinberger 2-5/+2
2012-04-10um: Disintegrate asm/system.hGravatar Richard Weinberger 2-1/+2
2012-04-10um: switch cow_user.h to htobe{32,64}/betoh{32,64}Gravatar Al Viro 2-57/+21
2012-04-09um: fix linker script generationGravatar Al Viro 1-3/+4
2012-04-08kvmclock: Add functions to check if the host has stopped the vmGravatar Eric B Munson 1-0/+1
2012-03-29remove references to cpu_*_map in arch/Gravatar Rusty Russell 2-6/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 39-699/+781
2012-03-25um: Update defconfigGravatar Richard Weinberger 1-184/+471
2012-03-25um: Switch to large mcmodel on x86_64Gravatar Richard Weinberger 1-0/+1
2012-03-25um: Wire CONFIG_GENERIC_IO upGravatar Richard Weinberger 1-0/+1
2012-03-25um: Serve io_remap_pfn_range()Gravatar Richard Weinberger 1-0/+2
2012-03-25um: most of the SUBARCH uses can be killedGravatar Al Viro 2-3/+3
2012-03-25um: deadlock in line_write_interrupt()Gravatar Al Viro 1-0/+1
2012-03-25um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSGravatar Al Viro 1-4/+3
2012-03-25um: use the right ifdef around exports in user_syms.cGravatar Al Viro 2-3/+1
2012-03-25um: a bunch of headers can be killed by using generic-yGravatar Al Viro 7-124/+1
2012-03-25um: ptrace-generic.h doesn't need user.hGravatar Al Viro 1-1/+0
2012-03-25um: kill HOST_TASK_PIDGravatar Al Viro 3-5/+3
2012-03-25um: remove pointless include of asm/fixmap.h from asm/pgtable.hGravatar Al Viro 1-2/+1
2012-03-25um: asm-offsets.h might as well come from underlying arch...Gravatar Al Viro 1-1/+0
2012-03-25um: switch close_chan() to struct lineGravatar Al Viro 3-9/+11
2012-03-25um: race fix: initialize delayed_work *before* registering IRQGravatar Al Viro 3-18/+15
2012-03-25um: line->have_irq is never checked...Gravatar Al Viro 2-2/+0
2012-03-25um: chan_init_pri is dead nowGravatar Al Viro 1-2/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Gravatar Al Viro 5-128/+88
2012-03-25um: sorting out the chan mess, part 1Gravatar Al Viro 2-0/+5
2012-03-25um: finally kill ->init_str leaksGravatar Al Viro 1-1/+3
2012-03-25um: get rid of lines_init()Gravatar Al Viro 4-46/+33
2012-03-25um: switch line.c tty drivers to dynamic device creationGravatar Al Viro 4-42/+40
2012-03-25um: fix races between line_open() and line_config()Gravatar Al Viro 2-28/+29
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Gravatar Al Viro 4-20/+12
2012-03-25um: get rid of the init_prio messGravatar Al Viro 4-74/+68
2012-03-25um: switch line_config() to setup_one_line()Gravatar Al Viro 1-6/+16