Age | Commit message (Expand) | Author | Files | Lines |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -0/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 7 | -0/+7 |
2017-10-18 | um: net: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+4 |
2017-09-05 | mconsole: switch to kernel_read | Christoph Hellwig | 1 | -6/+1 |
2017-07-15 | Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
2017-07-06 | um: console: Ignore console= option | Masami Hiramatsu | 1 | -0/+3 |
2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+2 |
2017-01-14 | sched/core: Remove set_task_state() | Davidlohr Bueso | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 5 | -5/+5 |
2016-12-16 | Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -27/+167 |
2016-12-15 | um: UBD Improvements | Anton Ivanov | 3 | -27/+167 |
2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson | 1 | -8/+0 |
2016-08-31 | miscdevice: Use module_misc_device() macro | PrasannaKumar Muralidharan | 1 | -24/+1 |
2016-06-22 | um: track 'parent' device in a local variable | Dan Williams | 1 | -2/+3 |
2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 1 | -1/+1 |
2016-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -2/+2 |
2016-04-13 | um: switch to using blk_queue_write_cache() | Jens Axboe | 1 | -1/+1 |
2016-03-23 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn | 1 | -1/+1 |
2016-01-13 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -18/+6 |
2016-01-10 | um: Update UBD to use pread/pwrite family of functions | Anton Ivanov | 1 | -22/+5 |
2016-01-04 | [um] mconsole: don't open-code memdup_user_nul() | Al Viro | 1 | -11/+3 |
2016-01-04 | [um] hostaudio: don't open-code memdup_user() | Al Viro | 1 | -7/+3 |
2015-12-09 | um: fix returns without va_end | Geyslan G. Bem | 1 | -4/+6 |
2015-11-07 | um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is held | Saurabh Sengar | 1 | -8/+9 |
2015-07-01 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -10/+10 |
2015-06-25 | um: Do not use stdin and stdout identifiers for struct members | Hans-Werner Hilse | 4 | -27/+27 |
2015-06-23 | module: add per-module param_lock | Dan Streetman | 1 | -10/+10 |
2015-05-31 | um: Stop abusing __KERNEL__ | Richard Weinberger | 1 | -1/+1 |
2014-11-06 | uml: Fix unsafe pid reference to foreground process group | Peter Hurley | 1 | -1/+5 |
2014-10-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 2 | -6/+3 |
2014-10-13 | um: net: Eliminate NULL test after alloc_bootmem | Himangi Saraogi | 1 | -4/+0 |
2014-10-13 | um: ubd: Fix for processes stuck in D state forever | Thorsten Knabe | 1 | -2/+3 |
2014-09-19 | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai | 1 | -1/+0 |
2014-03-25 | uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
2013-11-17 | um: Get rid of thread_struct->saved_task | Richard Weinberger | 1 | -4/+2 |
2013-09-07 | um: Cleanup SIGTERM handling | Richard Weinberger | 3 | -7/+2 |
2013-09-07 | um: ubd: Introduce submit_request() | Richard Weinberger | 1 | -13/+19 |
2013-09-07 | um: ubd: Add REQ_FLUSH suppport | Richard Weinberger | 1 | -1/+40 |
2013-06-19 | mconsole: we'd better initialize pos before passing it to vfs_read()... | Al Viro | 1 | -1/+1 |
2013-05-07 | block_device_operations->release() should return void | Al Viro | 1 | -3/+2 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2013-04-09 | UM: Adjust printk in create_proc_mconsole() | David Howells | 1 | -2/+1 |
2013-03-22 | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 8 | -32/+38 |
2013-03-19 | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 1 | -5/+1 |
2013-03-19 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -7/+1 |
2013-03-11 | um: Use tty_port in SIGWINCH handler | Richard Weinberger | 5 | -18/+22 |