aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh1-1/+0
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger2-5/+2
2012-04-10um: Disintegrate asm/system.hRichard Weinberger2-1/+2
2012-04-10um: switch cow_user.h to htobe{32,64}/betoh{32,64}Al Viro2-57/+21
2012-04-09um: fix linker script generationAl Viro1-3/+4
2012-03-29remove references to cpu_*_map in arch/Rusty Russell2-6/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds39-699/+781
2012-03-25um: Update defconfigRichard Weinberger1-184/+471
2012-03-25um: Switch to large mcmodel on x86_64Richard Weinberger1-0/+1
2012-03-25um: Wire CONFIG_GENERIC_IO upRichard Weinberger1-0/+1
2012-03-25um: Serve io_remap_pfn_range()Richard Weinberger1-0/+2
2012-03-25um: most of the SUBARCH uses can be killedAl Viro2-3/+3
2012-03-25um: deadlock in line_write_interrupt()Al Viro1-0/+1
2012-03-25um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro1-4/+3
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro2-3/+1
2012-03-25um: a bunch of headers can be killed by using generic-yAl Viro7-124/+1
2012-03-25um: ptrace-generic.h doesn't need user.hAl Viro1-1/+0
2012-03-25um: kill HOST_TASK_PIDAl Viro3-5/+3
2012-03-25um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro1-2/+1
2012-03-25um: asm-offsets.h might as well come from underlying arch...Al Viro1-1/+0
2012-03-25um: switch close_chan() to struct lineAl Viro3-9/+11
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro3-18/+15
2012-03-25um: line->have_irq is never checked...Al Viro2-2/+0
2012-03-25um: chan_init_pri is dead nowAl Viro1-2/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro5-128/+88
2012-03-25um: sorting out the chan mess, part 1Al Viro2-0/+5
2012-03-25um: finally kill ->init_str leaksAl Viro1-1/+3
2012-03-25um: get rid of lines_init()Al Viro4-46/+33
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro4-42/+40
2012-03-25um: fix races between line_open() and line_config()Al Viro2-28/+29
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro4-20/+12
2012-03-25um: get rid of the init_prio messAl Viro4-74/+68
2012-03-25um: switch line_config() to setup_one_line()Al Viro1-6/+16
2012-03-25um: switch line_remove() to setup_one_line()Al Viro1-8/+5
2012-03-25um: auxvec.h is never usedAl Viro1-4/+0
2012-03-25um: clean up the includes in ubdAl Viro3-34/+18
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang9-13/+13
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming1-14/+6
2012-03-23um: don't restore current->blocked on errorMatt Fleming1-6/+2
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-22/+16
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-2/+2
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro2-3/+10
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro2-19/+6
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-17UML net: set addr_assign_type if random_ether_addr() usedDanny Kukawka1-3/+8
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+9
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-11/+9
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-2/+2
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-09um: Use $(srctree) not $(KBUILD_SRC)H. Peter Anvin1-1/+1
2011-12-05um: Generate headers before generating user-offsets.sH. Peter Anvin1-1/+1
2011-12-05um: Run host archheaders, allow use of host generated headersH. Peter Anvin1-1/+6
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner1-4/+2
2011-11-21clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz1-4/+2
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds224-8590/+340
2011-11-02um: fix ubd cow sizeRichard Weinberger1-1/+30
2011-11-02um: switch to use of drivers/KconfigAl Viro1-22/+1
2011-11-02um: distribute exports to where exported stuff is definedAl Viro10-54/+40
2011-11-02um: kill system-um.hAl Viro2-46/+37
2011-11-02um: generic ftrace.h will do...Al Viro2-1/+1
2011-11-02um: segment.h is x86-only and needed only thereAl Viro1-10/+0
2011-11-02um: asm/pda.h is not needed anymoreAl Viro1-21/+0
2011-11-02um: hw_irq.h can go generic as wellAl Viro2-8/+1
2011-11-02um: switch to generic-yAl Viro13-59/+2
2011-11-02um: clean Kconfig up a bitAl Viro2-113/+7
2011-11-02um: kill useless argument of free_chan() and free_one_chan()Al Viro1-5/+5
2011-11-02um: unify ptrace_user.hAl Viro3-8/+7
2011-11-02um: fix gcov build breakageAl Viro1-15/+0
2011-11-02um: page_offset.h is never usedAl Viro1-1/+0
2011-11-02um: irq_vectors.h just shadows x86 oneAl Viro1-10/+0
2011-11-02um: required-features.h is there only to shadow x86 one...Al Viro1-9/+0
2011-11-02um: asm/apic.h is there only to shadow the x86 one...Al Viro1-4/+0
2011-11-02um: take ubd_user.h to its users...Al Viro1-0/+0
2011-11-02um: take ldt.h to arch/x86/um/asm/mm_context.hAl Viro2-39/+2
2011-11-02um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.cAl Viro3-42/+2
2011-11-02um: move asm/desc.h into arch/x86/um/asmAl Viro1-16/+0
2011-11-02um: take um_mmu.h to asm/mmu.h, clean asm/mmu_context.h a bitAl Viro3-34/+19
2011-11-02um: kill um_uaccess.hAl Viro2-99/+84
2011-11-02um: take mconsole*.h to arch/um/driversAl Viro2-0/+0
2011-11-02um: take chan_*.h and line.h to arch/um/driversAl Viro8-10/+8
2011-11-02um: take register_winch_irq() into the caller of is_skas_winch()Al Viro2-6/+7
2011-11-02um: kill shared/mem_kern.hAl Viro2-21/+0
2011-11-02um: kill shared/tlb.hAl Viro3-15/+1
2011-11-02um: make flush_tlb_kernel_range_common() staticAl Viro2-3/+1
2011-11-02um: kill shared/task.h and HOST_TASK_REGSAl Viro2-10/+0
2011-11-02um: shared/syscall.h is not even includedAl Viro1-12/+0
2011-11-02um: don't include kern.h unless it's neededAl Viro2-2/+0
2011-11-02um: trim kern.hAl Viro1-18/+0
2011-11-02um: make load_initrd() static, kill shared/initrd.hAl Viro2-14/+2
2011-11-02um: bury unused macros around ptrace.hAl Viro1-4/+0
2011-11-02um: take arch/um/sys-x86 to arch/x86/umAl Viro93-6775/+14
2011-11-02um: merge Makefile-{i386,x86_64}Al Viro3-28/+35
2011-11-02um: trim detritus from Makefile-i386Al Viro1-7/+3
2011-11-02um: arch_hweight.h is needed only on uml-x86Al Viro1-0/+0
2011-11-02um: merge kernel_offsets_*.hAl Viro3-49/+21
2011-11-02um: merge skas_ptrace.h 32/64bit variantsAl Viro3-48/+21
2011-11-02um: sysdep/barrier.h is not used for anythingAl Viro4-22/+0
2011-11-02um: shared/process.h is empty now; kill itAl Viro6-14/+0
2011-11-02um: finish conversion to mcontext_tAl Viro9-81/+67
2011-11-02um: start switching the references to host mcontext_t to its userland typeAl Viro7-26/+33
2011-11-02um: take userland definition of barrier() to user.hAl Viro3-6/+3
2011-11-02um: take system.h out of shared/sysdepAl Viro2-2/+1
2011-11-02um: fill the handlers array at build timeAl Viro4-12/+21
2011-11-02um: simplify set_handler()Al Viro4-27/+19
2011-11-02um: don't bother blocking SIGARLM and SIGUSR1Al Viro3-9/+8
2011-11-02um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in ...Al Viro7-39/+14
2011-11-02um: kill includes of sysdep/sigcontext.h from stuff built with kernel headersAl Viro8-22/+14
2011-11-02um: merge arch/um/os-Linux/sys-{i386,x86_64}Al Viro9-85/+57
2011-11-02um: merge hard_handler() instances, switch to use of SA_SIGINFOAl Viro5-35/+10
2011-11-02um: kill dead code around uaccessAl Viro6-77/+3
2011-11-02um: merge arch/um/sys-{i386,x86_64}Al Viro51-193/+81
2011-11-02um: merge arch/um/sys-{i386,x86_64}/sharedAl Viro39-134/+61
2011-11-02um: merge arch/um/sys-{i386,x86_64}/asmAl Viro19-234/+192
2011-11-02um: get rid of unused macros in ptrace_user.hAl Viro2-63/+0
2011-11-02um: get rid of sysdep/sc.hAl Viro4-91/+15
2011-11-02um: Get rid of UPT_SET/UPT_REG macrosAl Viro5-158/+145
2011-11-02um: take vm-flags.h to sys-*/asmAl Viro3-1/+1
2011-11-02um: get rid of sysdep/checksum.hAl Viro3-7/+1
2011-11-02um: trim unused junk from user.hAl Viro1-2/+0
2011-11-02um: get rid of kern_constants.hAl Viro5-14/+5
2011-11-02um: kill a couple of useless includes of kern_constants.hAl Viro2-2/+0
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro47-78/+3
2011-11-02um: take user_constants.h to include/generatedAl Viro7-9/+8
2011-11-02um: kill skas_ptregs.hAl Viro3-10/+0
2011-11-02um: switch to -idirafter, get saner kern_constants.h out of thatAl Viro1-2/+2
2011-11-02um: series of __get_user() is costly in sigframe handlingAl Viro2-86/+80
2011-11-02um: make copy_sc() staticAl Viro3-32/+1
2011-11-02um: don't rely on sc.fpstate not having been reassigned prior to rt_sigreturn()Al Viro1-5/+8
2011-11-02um: switch {rt_,}sigreturn() to set_current_blocked()Al Viro2-15/+3
2011-11-02um: use subarch-obj instead of copying...Al Viro2-227/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2011-10-04time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz1-1/+0
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller17-77/+105
2011-09-14um: fix strrchr() problemsAl Viro1-1/+1
2011-09-14um: clean arch_ptrace() up a bitAl Viro5-46/+31
2011-09-14um: PTRACE_[GS]ETFPXREGS had been wired on the wrong subarchAl Viro2-14/+14
2011-09-14um: fix free_winch() messAl Viro1-14/+24
2011-09-14um: winch_interrupt() can happen inside of free_winch()Al Viro1-2/+4
2011-09-14um: fix oopsable race in line_close()Al Viro2-13/+13
2011-09-14um: Save FPU registers between task switchesIngo van Lil7-5/+31
2011-09-14um: drivers/xterm.c: fix a file descriptor leakJonathan Neuschäfer1-0/+1
2011-09-14um: disable CMPXCHG_DOUBLE as it breaks UML buildThadeu Lima de Souza Cascardo1-0/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-2/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds34-90/+604
2011-07-25um: remove dead codeRichard Weinberger3-6/+3
2011-07-25um: adjust size of pid_bufRichard Weinberger1-1/+1
2011-07-25um: implement a x86_64 vDSORichard Weinberger9-0/+365
2011-07-25um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger3-1/+37
2011-07-25um: Set __HAVE_ARCH_GATE_AREA for i386Richard Weinberger3-1/+65
2011-07-25um: disable scan_elf_aux() on x86_64Richard Weinberger3-7/+8
2011-07-25uml: free resourcesDavidlohr Bueso1-2/+4
2011-07-25uml: drivers/slip_user.c memory leak fixVitaliy Ivanov1-2/+1
2011-07-25uml: helper.c warning correctionsVitaliy Ivanov1-2/+2
2011-07-25uml: cow_user.c warning correctionsVitaliy Ivanov1-1/+5
2011-07-25uml: drivers/net_user.c memory leak fixVitaliy Ivanov1-1/+4
2011-07-25um: reinstate kernel version in generated .configGeert Uytterhoeven1-0/+2
2011-07-25um: add netpoll supportRichard Weinberger1-0/+12
2011-07-25um: fix _FORTIFY_SOURCE=2 support for kernel modulesRichard Weinberger1-0/+5
2011-07-25um: clean up delay functionsRichard Weinberger3-32/+91
2011-07-25um, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-07-25um: clean up vm-flags.hRichard Weinberger3-39/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds1-1/+2
2011-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2011-07-22um: Make rwsem.S depend on CONFIG_RWSEM_XCHGADD_ALGORITHMRichard Weinberger1-1/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-21x86: Unify rwsem assembly implementationJan Beulich2-2/+2
2011-06-27um: add asm/percpu.hRichard Weinberger1-0/+6
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-1/+0
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd1-10/+0
2011-05-25Remove unused PROC_CHANGE_PENALTY constantStephen Boyd1-1/+0
2011-05-25um: fix crash while os_dump_core()Richard Weinberger1-0/+1
2011-05-25um: include linux/prefetch.hRichard Weinberger1-0/+2
2011-05-25um: print info about fatal segfaultsRichard Weinberger1-0/+24
2011-05-25um: add ucast ethernet transportNolan Leake7-311/+403
2011-05-25um: add earlyprintk supportRichard Weinberger5-0/+50
2011-05-25um: remove SIGHUP handlerRichard Weinberger1-1/+0
2011-05-25um: fix UML_LIB_PATHRichard Weinberger3-2/+8
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-3/+0
2011-05-25um: mmu_gather reworkPeter Zijlstra1-18/+11
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-05-24um: Use RWSEM_GENERIC_SPINLOCK on x86Richard Weinberger1-2/+2
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2-50/+4
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-1/+1
2011-05-18um: fix abortRichard Weinberger1-1/+22
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar4-3/+231
2011-04-28um: adjust current_thread_info() for newer gcc versionsRichard Weinberger1-1/+4
2011-04-28uml: fix hppfs buildRandy Dunlap1-1/+1
2011-04-28um: mdd support for 64 bit atomic operationsRichard Weinberger2-1/+226