aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers/mconsole_kern.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16um: refactor deprecated strncpy to memcpyGravatar Justin Stitt 1-2/+2
2022-09-19um: Do not initialise statics to 0.Gravatar Xin Gao 1-1/+1
2022-09-19um: Improve panic notifiers consistency and orderingGravatar Guilherme G. Piccoli 1-4/+3
2022-03-11um: Fix uml_mconsole stop/goGravatar Anton Ivanov 1-1/+2
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-1/+1
2020-12-13um: Support dynamic IRQ allocationGravatar Johannes Berg 1-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-1/+1
2020-02-28uml: Create a private mount of proc for mconsoleGravatar Eric W. Biederman 1-1/+27
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procGravatar Eric W. Biederman 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-5/+4
2019-09-15um: Add SPDX headers for files in arch/um/driversGravatar Alex Dewar 1-1/+1
2018-12-27um: Remove obsolete reenable_XX callsGravatar Anton Ivanov 1-2/+0
2018-02-09mconsole_proc(): don't mess with file->f_posGravatar Al Viro 1-1/+2
2017-09-04mconsole: switch to kernel_readGravatar Christoph Hellwig 1-6/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 1-1/+1
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Gravatar Al Viro 1-11/+3
2013-11-17um: Get rid of thread_struct->saved_taskGravatar Richard Weinberger 1-4/+2
2013-06-19mconsole: we'd better initialize pos before passing it to vfs_read()...Gravatar Al Viro 1-1/+1
2013-04-09UM: Adjust printk in create_proc_mconsole()Gravatar David Howells 1-2/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateGravatar Eric W. Biederman 1-1/+1
2012-10-23rcu: Remove rcu_switch()Gravatar Frederic Weisbecker 1-1/+1
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-5/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-78/+21
2012-09-26um: resurrect the right variant of mconsole_proc()Gravatar Al Viro 1-78/+21
2012-09-26rcu: Switch task's syscall hooks on context switchGravatar Frederic Weisbecker 1-0/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2012-07-19um: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Gravatar Paul E. McKenney 1-1/+0
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationGravatar Paul E. McKenney 1-0/+1
2012-04-10um: Disintegrate asm/system.hGravatar Richard Weinberger 1-0/+1
2012-03-25um: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-03-14open-style analog of vfs_path_lookup()Gravatar Al Viro 1-19/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Gravatar Dmitry Torokhov 1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-1/+1
2010-01-14Unrot uml mconsole a bitGravatar Al Viro 1-31/+18
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-9/+7
2009-12-15uml: convert to seq_file/proc_fopsGravatar Alexey Dobriyan 1-6/+8
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 1-1/+2
2008-12-10uml: boot broken due to buffer overrunGravatar Balbir Singh 1-1/+3
2008-11-14CRED: Pass credentials through dentry_open()Gravatar David Howells 1-1/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-3/+3
2008-02-05uml: make mconsole_stack namespace-awareGravatar Jeff Dike 1-17/+18
2008-02-05uml: mconsole mutex conversionGravatar Daniel Walker 1-3/+4