Show patches with: State = Action Required       |   62210 patches
« 1 2 ... 440 441 442622 623 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PATCHv5,20/21] arm64: convert compat wrappers to C 1 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,19/21] arm64: use SYSCALL_DEFINE6() for mmap 1 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,18/21] arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn 1 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,17/21] arm64: remove in-kernel call to sys_personality() 1 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,16/21] kernel: add kcompat_sys_{f,}statfs64() - 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,15/21] kernel: add ksys_personality() - 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,14/21] arm64: drop alignment from syscall tables - - - --- 2018-07-11 Mark Rutland New
[PATCHv5,13/21] arm64: zero GPRs upon entry from EL0 1 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,12/21] arm64: don't reload GPRs after apply_ssbd 2 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,11/21] arm64: don't restore GPRs when context tracking 1 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,10/21] arm64: convert native/compat syscall entry to C - 2 - --- 2018-07-11 Mark Rutland New
[PATCHv5,09/21] arm64: convert syscall trace logic to C - 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,08/21] arm64: convert raw syscall invocation to C - 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,07/21] arm64: introduce syscall_fn_t - - - --- 2018-07-11 Mark Rutland New
[PATCHv5,06/21] arm64: remove sigreturn wrappers - 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,05/21] arm64: move sve_user_{enable,disable} to <asm/fpsimd.h> 1 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,04/21] arm64: kill change_cpacr() 1 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,03/21] arm64: kill config_sctlr_el1() 1 1 - --- 2018-07-11 Mark Rutland New
[PATCHv5,02/21] arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h> 1 - - --- 2018-07-11 Mark Rutland New
[PATCHv5,01/21] arm64: consistently use unsigned long for thread flags 1 1 - --- 2018-07-11 Mark Rutland New
aio: don't expose __aio_sigset in uapi - - - --- 2018-07-11 Christoph Hellwig New
proc/kcore: Use __pa_symbol() for KCORE_TEXT list entries - - - --- 2018-07-11 James Morse New
INFO: task hung in __sb_start_write - - - --- 2018-07-11 Tetsuo Handa New
INFO: task hung in iterate_supers - - - --- 2018-07-11 Tetsuo Handa New
[RFC,42/42] few more cleanups of link_path_walk() callers - - - --- 2018-07-11 Al Viro New
[RFC,41/42] allow link_path_walk() to take ERR_PTR() - - - --- 2018-07-11 Al Viro New
[RFC,40/42] make path_init() unconditionally paired with terminate_walk() - - - --- 2018-07-11 Al Viro New
[RFC,39/42] document alloc_file() changes - - - --- 2018-07-11 Al Viro New
[RFC,38/42] make alloc_file() static - - - --- 2018-07-11 Al Viro New
[RFC,37/42] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone() - - - --- 2018-07-11 Al Viro New
[RFC,36/42] new helper: alloc_file_clone() - - - --- 2018-07-11 Al Viro New
[RFC,35/42] create_pipe_files(): switch the first allocation to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,34/42] anon_inode_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,33/42] hugetlb_file_setup(): switch to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,32/42] ocxlflash_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,31/42] cxl_getfile(): switch to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,30/42] ... and switch shmem_file_setup() to alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,29/42] __shmem_file_setup(): reorder allocations - - - --- 2018-07-11 Al Viro New
[RFC,28/42] new wrapper: alloc_file_pseudo() - - - --- 2018-07-11 Al Viro New
[RFC,27/42] kill FILE_{CREATED,OPENED} - - - --- 2018-07-11 Al Viro New
[RFC,26/42] switch atomic_open() and lookup_open() to returning 0 in all success cases - - - --- 2018-07-11 Al Viro New
[RFC,25/42] document ->atomic_open() changes - - - --- 2018-07-11 Al Viro New
[RFC,24/42] ->atomic_open(): return 0 in all success cases - - - --- 2018-07-11 Al Viro New
[RFC,23/42] get rid of 'opened' in path_openat() and the helpers downstream - - - --- 2018-07-11 Al Viro New
[RFC,22/42] get rid of 'opened' argument of ->atomic_open() - part 3 - - - --- 2018-07-11 Al Viro New
[RFC,21/42] getting rid of 'opened' argument of ->atomic_open() - part 2 - - - --- 2018-07-11 Al Viro New
[RFC,20/42] getting rid of 'opened' argument of ->atomic_open() - step 1 - - - --- 2018-07-11 Al Viro New
[RFC,19/42] IMA: don't propagate opened through the entire thing - - - --- 2018-07-11 Al Viro New
[RFC,18/42] introduce FMODE_CREATED and switch to it - - - --- 2018-07-11 Al Viro New
[RFC,17/42] switch all remaining checks for FILE_OPENED to FMODE_OPENED - - - --- 2018-07-11 Al Viro New
[RFC,16/42] now we can fold open_check_o_direct() into do_dentry_open() - - - --- 2018-07-11 Al Viro New
[RFC,15/42] lift fput() on late failures into path_openat() - - - --- 2018-07-11 Al Viro New
[RFC,14/42] fold put_filp() into fput() - - - --- 2018-07-11 Al Viro New
[RFC,13/42] introduce FMODE_OPENED - - - --- 2018-07-11 Al Viro New
[RFC,12/42] ->file_open(): lose cred argument - - - --- 2018-07-11 Al Viro New
[RFC,11/42] security_file_open(): lose cred argument - - - --- 2018-07-11 Al Viro New
[RFC,10/42] get rid of cred argument of vfs_open() and do_dentry_open() - - - --- 2018-07-11 Al Viro New
[RFC,09/42] pass creds to get_empty_filp(), make sure dentry_open() passes the right creds - - - --- 2018-07-11 Al Viro New
[RFC,08/42] make sure do_dentry_open() won't return positive as an error - - - --- 2018-07-11 Al Viro New
[RFC,07/42] create_pipe_files(): use fput() if allocation of the second file fails - - - --- 2018-07-11 Al Viro New
[RFC,06/42] turn filp_clone_open() into inline wrapper for dentry_open() - - - --- 2018-07-11 Al Viro New
[RFC,05/42] fold security_file_free() into file_free() - - - --- 2018-07-11 Al Viro New
[RFC,04/42] make get_empty_filp() to call file_free_rcu() directly - - - --- 2018-07-11 Al Viro New
[RFC,03/42] ocxlflash_getfile(): fix double-iput() on alloc_file() failures - - - --- 2018-07-11 Al Viro New
[RFC,02/42] cxl_getfile(): fix double-iput() on alloc_file() failures - - - --- 2018-07-11 Al Viro New
[RFC,01/42] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open() - - - --- 2018-07-11 Al Viro New
[MANPAGE] Add manpage for fsinfo(2) - - - --- 2018-07-10 David Howells New
[MANPAGE] Add manpage for fsopen(2), fspick(2) and fsmount(2) - - - --- 2018-07-10 David Howells New
[MANPAGE] Add manpages for move_mount(2) and open_tree(2) - - - --- 2018-07-10 David Howells New
[32/32] afs: Add fsinfo support [ver #9] - - - --- 2018-07-10 David Howells New
[31/32] vfs: syscall: Add fsinfo() to query filesystem information [ver #9] - - - --- 2018-07-10 David Howells New
[30/32] afs: Use fs_context to pass parameters over automount [ver #9] - - - --- 2018-07-10 David Howells New
[29/32] afs: Add fs_context support [ver #9] - - - --- 2018-07-10 David Howells New
[28/32] vfs: Add some logging to the core users of the fs_context log [ver #9] - - - --- 2018-07-10 David Howells New
[27/32] vfs: Implement logging through fs_context [ver #9] - - - --- 2018-07-10 David Howells New
[26/32] vfs: syscall: Add fspick() to select a superblock for reconfiguration [ver #9] - - - --- 2018-07-10 David Howells New
[25/32] vfs: syscall: Add fsmount() to create a mount for a superblock [ver #9] - - - --- 2018-07-10 David Howells New
[24/32] vfs: syscall: Add fsopen() to prepare for superblock creation [ver #9] - - - --- 2018-07-10 David Howells New
[23/32] Make anon_inodes unconditional [ver #9] - - - --- 2018-07-10 David Howells New
[22/32] vfs: Provide documentation for new mount API [ver #9] - - - --- 2018-07-10 David Howells New
[21/32] vfs: Remove kern_mount_data() [ver #9] - - - --- 2018-07-10 David Howells New
[20/32] hugetlbfs: Convert to fs_context [ver #9] - - - --- 2018-07-10 David Howells New
[19/32] kernfs, sysfs, cgroup, intel_rdt: Support fs_context [ver #9] - - - --- 2018-07-10 David Howells New
[18/32] cpuset: Use fs_context [ver #9] - - - --- 2018-07-10 David Howells New
[17/32] ipc: Convert mqueue fs to fs_context [ver #9] - - - --- 2018-07-10 David Howells New
[16/32] proc: Add fs_context support to procfs [ver #9] - - - --- 2018-07-10 David Howells New
[15/32] procfs: Move proc_fill_super() to fs/proc/root.c [ver #9] - - - --- 2018-07-10 David Howells New
[14/32] vfs: Remove unused code after filesystem context changes [ver #9] - - - --- 2018-07-10 David Howells New
[13/32] vfs: Implement a filesystem superblock creation/configuration context [ver #9] - - - --- 2018-07-10 David Howells New
[12/32] vfs: Separate changing mount flags full remount [ver #9] - - - --- 2018-07-10 David Howells New
[10/32] tomoyo: Implement security hooks for the new mount API [ver #9] - - - --- 2018-07-10 David Howells New
[09/32] apparmor: Implement security hooks for the new mount API [ver #9] 1 - - --- 2018-07-10 David Howells New
[08/32] smack: Implement filesystem context security hooks [ver #9] - - - --- 2018-07-10 David Howells New
[07/32] selinux: Implement the new mount API LSM hooks [ver #9] - - - --- 2018-07-10 David Howells New
[06/32] vfs: Add LSM hooks for the new mount API [ver #9] - - - --- 2018-07-10 David Howells New
[05/32] vfs: Introduce the basic header for the new mount API's filesystem context [ver #9] - - - --- 2018-07-10 David Howells New
[04/32] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled [ver #9] - - - --- 2018-07-10 David Howells New
[03/32] teach move_mount(2) to work with OPEN_TREE_CLONE [ver #9] - - - --- 2018-07-10 David Howells New
[02/32] vfs: syscall: Add move_mount(2) to move mounts around [ver #9] - - - --- 2018-07-10 David Howells New
[01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount [ver #9] - - - --- 2018-07-10 David Howells New
« 1 2 ... 440 441 442622 623 »