aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+4
2013-07-19um: siginfo cleanupRichard Weinberger4-15/+15
2013-07-19uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge casesTristan Schmelcher1-41/+189
2013-07-19um: Fix wait_stub_done() error handlingRichard Weinberger1-2/+7
2013-07-19um: Mark stub pages mapping with VM_PFNMAPRichard Weinberger1-1/+1
2013-07-19um: Fix return value of strnlen_user()Richard Weinberger1-1/+1
2013-07-03mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+1
2013-07-03UML: normalize global variables exported by vmlinux.ldsJiang Liu3-5/+9
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-2/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
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/viro/vfsLinus 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/kernel/git/tip/tipLinus 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/viro/vfsLinus 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/kernel/git/tip/tipLinus 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/viro/signalLinus Torvalds1-10/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-21/+15
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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