summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
| * um: Make stack trace reliable against kernel mode faultsRichard Weinberger2013-11-175-12/+44
| * um: Rewrite show_stack()Richard Weinberger2013-11-172-33/+53
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | | um: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
|/ /
* | Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-1/+3
|\|
| * uml: check length in exitcode_proc_write()Dan Carpenter2013-10-301-1/+3
* | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-132-3/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-8/+12
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-0/+2
* um: Add irq chip um/mask handlersRichard Weinberger2013-09-071-0/+4
* um: Run UML in it's own session.Richard Weinberger2013-09-071-0/+2
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-078-12/+16
* um: ubd: Introduce submit_request()Richard Weinberger2013-09-071-13/+19
* um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-073-1/+50
* um: Implement probe_kernel_read()Richard Weinberger2013-09-074-1/+78
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+4
* um: siginfo cleanupRichard Weinberger2013-07-194-15/+15
* uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge c...Tristan Schmelcher2013-07-191-41/+189
* um: Fix wait_stub_done() error handlingRichard Weinberger2013-07-191-2/+7
* um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger2013-07-191-1/+1
* um: Fix return value of strnlen_user()Richard Weinberger2013-07-191-1/+1
* mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-3/+1
* UML: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-033-5/+9
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-021-1/+1
|\
| * Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-011-1/+1
| |\
| * | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
* | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-2/+0
| |/ |/|
* | mconsole: we'd better initialize pos before passing it to vfs_read()...Al Viro2013-06-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-071-3/+2
|\
| * block_device_operations->release() should return voidAl Viro2013-05-071-3/+2
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-052-3/+3
|\ \ | |/ |/|
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-0213-93/+56
| |\
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-032-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+1
|\ \ \
| * | | UM: Adjust printk in create_proc_mconsole()David Howells2013-04-091-2/+1
* | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-12/+0
| |_|/ |/| |