Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mm: remove unnecessary wrapper function do_mmap_pgoff() | Peter Collingbourne | 2020-08-07 | 2 | -4/+4 |
* | proc/meminfo: avoid open coded reading of vm_committed_as | Feng Tang | 2020-08-07 | 1 | -1/+1 |
* | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
* | mm: memcontrol: account kernel stack per node | Shakeel Butt | 2020-08-07 | 1 | -2/+2 |
* | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin | 2020-08-07 | 1 | -2/+2 |
* | tmpfs: support 64-bit inums per-sb | Chris Down | 2020-08-07 | 1 | -0/+21 |
* | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 2020-08-07 | 9 | -21/+22 |
* | ocfs2: fix unbalanced locking | Pavel Machek | 2020-08-07 | 1 | -1/+7 |
* | ocfs2: replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-08-07 | 2 | -4/+4 |
* | ocfs2: change slot number type s16 to u16 | Junxiao Bi | 2020-08-07 | 3 | -6/+6 |
* | ocfs2: suballoc.h: delete a duplicated word | Randy Dunlap | 2020-08-07 | 1 | -1/+1 |
* | ocfs2: fix remounting needed after setfacl command | Gang He | 2020-08-07 | 1 | -0/+2 |
* | ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type | Luca Stefani | 2020-08-07 | 4 | -19/+18 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-08-05 | 2 | -21/+8 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-08-03 | 1 | -1/+1 |
| |\ | |||||
| | * | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t | Yonghong Song | 2020-07-25 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -2/+5 |
| |\ \ | | |/ | |/| | |||||
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-25 | 30 | -188/+298 |
| |\ \ | |||||
| * \ \ | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/... | Alexei Starovoitov | 2020-07-14 | 1 | -29/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 57 | -266/+513 |
| |\ \ \ \ | |||||
| * | | | | | debugfs: make sure we can remove u32_array files cleanly | Jakub Kicinski | 2020-07-10 | 1 | -20/+7 |
* | | | | | | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-05 | 3 | -1/+54 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 5.8-rc7 into driver-core-next | Greg Kroah-Hartman | 2020-07-27 | 14 | -66/+100 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | debugfs: Add access restriction option | Peter Enderborg | 2020-07-23 | 2 | -0/+53 |
| * | | | | | | Merge 5.8-rc6 into driver-core-next | Greg Kroah-Hartman | 2020-07-20 | 62 | -347/+607 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | debugfs: file: Remove unnecessary cast in kfree() | Xu Wang | 2020-07-10 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 2020-08-04 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Replace HTTP links with HTTPS ones: CIFS | Alexander A. Klimov | 2020-07-05 | 3 | -4/+4 |
* | | | | | | | | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-04 | 2 | -11/+127 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | close_range: add CLOSE_RANGE_UNSHARE | Christian Brauner | 2020-06-17 | 2 | -11/+59 |
| * | | | | | | | | | open: add close_range() | Christian Brauner | 2020-06-17 | 2 | -8/+76 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2020-08-04 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE | Adrian Reber | 2020-07-19 | 1 | -4/+4 |
* | | | | | | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-08-04 | 1 | -110/+197 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | exec: Implement kernel_execve | Eric W. Biederman | 2020-07-21 | 1 | -2/+86 |
| * | | | | | | | | | | exec: Factor bprm_stack_limits out of prepare_arg_pages | Eric W. Biederman | 2020-07-21 | 1 | -11/+12 |
| * | | | | | | | | | | exec: Factor bprm_execve out of do_execve_common | Eric W. Biederman | 2020-07-21 | 1 | -50/+58 |
| * | | | | | | | | | | exec: Move bprm_mm_init into alloc_bprm | Eric W. Biederman | 2020-07-21 | 1 | -8/+8 |
| * | | | | | | | | | | exec: Move initialization of bprm->filename into alloc_bprm | Eric W. Biederman | 2020-07-21 | 1 | -28/+33 |
| * | | | | | | | | | | exec: Factor out alloc_bprm | Eric W. Biederman | 2020-07-21 | 1 | -10/+19 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | exec: Remove do_execve_file | Eric W. Biederman | 2020-07-04 | 1 | -29/+9 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-04 | 2 | -0/+63 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fs: Expand __receive_fd() to accept existing fd | Kees Cook | 2020-07-13 | 1 | -6/+19 |
| * | | | | | | | | | fs: Add receive_fd() wrapper for __receive_fd() | Kees Cook | 2020-07-13 | 1 | -7/+10 |
| * | | | | | | | | | fs: Move __scm_install_fd() to __receive_fd() | Kees Cook | 2020-07-13 | 1 | -0/+45 |
| * | | | | | | | | | seccomp: Report number of loaded filters in /proc/$pid/status | Kees Cook | 2020-07-10 | 1 | -0/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-04 | 34 | -54/+52 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | treewide: Remove uninitialized_var() usage | Kees Cook | 2020-07-16 | 33 | -51/+51 |
| * | | | | | | | | | f2fs: Eliminate usage of uninitialized_var() macro | Jason Yan | 2020-07-16 | 1 | -3/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge tag 'pstore-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-08-04 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ |