summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-1/+5
|\
| * uml: Fix unsafe pid reference to foreground process groupPeter Hurley2014-11-051-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| |/
* | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-191-5/+19
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-2/+1
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-10-1410-92/+153
|\ \
| * | um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi2014-10-131-4/+0
| * | um: Add support for CONFIG_STACKTRACEDaniel Walter2014-10-135-53/+142
| * | um: ubd: Fix for processes stuck in D state foreverThorsten Knabe2014-10-131-2/+3
| * | um: delete unnecessary bootmem struct page arrayHonggang Li2014-10-133-33/+8
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\ \ \ | |/ / |/| |
| * | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
|/ /
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-092-24/+15
|\ \
| * | um: Use get_signal() signal_setup_done()Richard Weinberger2014-08-062-24/+15
| |/
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-081-0/+5
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-0/+1
|/
* um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-201-1/+1
* um: Fix hung task in fix_range_common()Richard Weinberger2014-07-201-1/+5
* um: Ensure that a stub page cannot get unmappedRichard Weinberger2014-07-201-0/+3
* Revert "um: Fix wait_stub_done() error handling"Richard Weinberger2014-07-201-7/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-06-121-2/+1
|\
| * um: Fix for relative objtree when generating x86 headersMichal Marek2014-06-051-2/+1
* | mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds2014-04-251-2/+14
* | um: Memory corruption on startupAnton Ivanov2014-04-203-0/+8
* | um: Missing pipe handlingAnton Ivanov2014-04-201-0/+1
* | uml: Simplify tempdir logic.Tristan Schmelcher2014-04-201-297/+75
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-0/+1
|\
| * audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro2014-03-201-0/+1
* | asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells2014-04-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021-1/+1
|\ \
| * | uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* | | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-7/+26
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-01-262-3/+1
|\ \
| * | um: Include generic barrier.hRichard Weinberger2014-01-261-0/+1
| * | um: Removed unused attributes from thread_structRichard Weinberger2014-01-261-3/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\ \
| * | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
| |/
* | um: use generic fixmap.hMark Salter2014-01-231-39/+1
|/
* um: Build always with -mcmodel=large on 64bitRichard Weinberger2013-12-011-5/+4
* um: Rename print_stack_trace to do_stack_traceRichard Weinberger2013-12-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2013-11-1915-968/+255
|\
| * um: Remove unused declarations from <as-layout.h>Geert Uytterhoeven2013-11-172-3/+1
| * um: remove used STDIO_CONSOLE Kconfig paramMichael Opdenacker2013-11-171-4/+0
| * arch/um: make it work with defconfig and x86_64Ramkumar Ramachandra2013-11-175-904/+162
| * um: Make kstack_depth_to_print conform to arch/x86Richard Weinberger2013-11-171-4/+1
| * um: Get rid of thread_struct->saved_taskRichard Weinberger2013-11-173-18/+4
OpenPOWER on IntegriCloud