summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-081-3/+2Star
|\
| * block_device_operations->release() should return voidAl Viro2013-05-071-3/+2Star
* | 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/+56Star
| |\
| * | 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-021-2/+1Star
|\ \ \
| * | | UM: Adjust printk in create_proc_mconsole()David Howells2013-04-091-2/+1Star
* | | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-12/+0Star
| |_|/ |/| |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-23/+4Star
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | um: Use generic idle loopRichard Weinberger2013-04-172-23/+5Star
| |/ /
* | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-3/+5
* | | mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-13/+3Star
* | | mm/um: use common help functions to free reserved pagesJiang Liu2013-04-301-9/+1Star
* | | Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman2013-03-2210-33/+41
|\| |
| * | um: Use tty_port in SIGWINCH handlerRichard Weinberger2013-03-115-18/+22
| * | um: Use tty_port_operations->destructRichard Weinberger2013-03-113-14/+14
| * | um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich2013-03-111-1/+1
| * | um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich2013-03-111-0/+2
| * | net : enable tx time stamping in the vde driver.Paul Chavent2013-03-111-0/+2
| |/
* | TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-5/+1Star
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-7/+1Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-10/+0Star
|\
| * x86,um: switch to generic old sigsuspend()Al Viro2013-02-041-10/+0Star
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-214-21/+15Star
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-163-13/+11Star
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-7/+1Star
| * | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-1/+2
| |/
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-5/+5
|\ \
| * | arch/um: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-112-5/+5
| |/
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-2/+2
* | um: net: use eth_hw_addr_random() to generate random macJiri Pirko2013-01-042-15/+8Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-5/+0Star
|\
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-201-5/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+1
|\ \
| * | pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-26/+2Star
|\ \ \ | | |/ | |/|
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
| * | x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-19/+0Star
| * | um: don't bother looking at regs in copy_thread() - current_pt_regs() is what...Al Viro2012-11-291-1/+1
| * | um: don't bother with passing sp to do_fork() for fork(2)/vfork(2)Al Viro2012-11-291-6/+2Star
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-121-1/+1
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Remove rcu_switch()Frederic Weisbecker2012-10-231-1/+1
| | |/
* | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-112-15/+4Star
|\ \ \ | |/ / |/| |