summaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)AuthorFilesLines
2013-11-13uml: check length in exitcode_proc_write()Dan Carpenter1-1/+3
2013-09-26um: Implement probe_kernel_read()Richard Weinberger4-1/+78
2013-08-20Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+4
2013-06-19mconsole: we'd better initialize pos before passing it to vfs_read()...Al Viro1-1/+1
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker13-93/+56
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-12/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+4
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-3/+5
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-13/+3
2013-04-29mm/um: use common help functions to free reserved pagesJiang Liu1-9/+1
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-17um: Use generic idle loopRichard Weinberger2-23/+5
2013-04-09UM: Adjust printk in create_proc_mconsole()David Howells1-2/+1
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2-3/+3
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman10-33/+41
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-5/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-7/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger5-18/+22
2013-03-11um: Use tty_port_operations->destructRichard Weinberger3-14/+14
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich1-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich1-0/+2
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent1-0/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-21/+15
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+5
2013-02-03x86,um: switch to generic old sigsuspend()Al Viro1-10/+0
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby3-13/+11
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+2
2013-01-11arch/um: remove depends on CONFIG_EXPERIMENTALKees Cook2-5/+5
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2013-01-03um: net: use eth_hw_addr_random() to generate random macJiri Pirko2-15/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-5/+0
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-26/+2
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-15/+4
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-19/+0
2012-11-28um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro1-1/+1