| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: Check /proc/$pid/attr/ writes against file opener | Kees Cook | 2021-05-25 | 1 | -0/+4 |
* | proc/sysctl: fix function name error in comments | zhouchuangao | 2021-05-07 | 1 | -1/+1 |
* | proc: delete redundant subset=pid check | Alexey Dobriyan | 2021-05-07 | 1 | -4/+0 |
* | proc: mandate ->proc_lseek in "struct proc_ops" | Alexey Dobriyan | 2021-05-07 | 1 | -12/+2 |
* | proc: save LOC in __xlate_proc_name() | Alexey Dobriyan | 2021-05-07 | 1 | -9/+2 |
* | fs/proc/generic.c: fix incorrect pde_is_permanent check | Colin Ian King | 2021-05-07 | 1 | -1/+1 |
* | userfaultfd: add minor fault registration mode | Axel Rasmussen | 2021-05-05 | 1 | -0/+3 |
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-04-29 | 1 | -6/+1 |
|\ |
|
| * | sysctl: use min() helper for namecmp() | Masahiro Yamada | 2021-04-24 | 1 | -6/+1 |
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 1 | -0/+6 |
|\ \ |
|
| * | | sysctl: add proc_dou8vec_minmax() | Eric Dumazet | 2021-03-26 | 1 | -0/+6 |
| |/ |
|
* | | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-04-27 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | seccomp: Fix CONFIG tests for Seccomp_filters | Kenta.Tada@sony.com | 2021-03-31 | 1 | -0/+2 |
* | | mm: use is_cow_mapping() across tree where proper | Peter Xu | 2021-03-13 | 1 | -2/+0 |
|/ |
|
* | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-27 | 2 | -14/+0 |
|\ |
|
| * | Revert "proc: don't allow async path resolution of /proc/self components" | Jens Axboe | 2021-02-24 | 1 | -7/+0 |
| * | Revert "proc: don't allow async path resolution of /proc/thread-self components" | Jens Axboe | 2021-02-24 | 2 | -8/+1 |
* | | proc: use kvzalloc for our kernel buffer | Josef Bacik | 2021-02-26 | 1 | -2/+2 |
* | | proc/wchan: use printk format instead of lookup_symbol_name() | Helge Deller | 2021-02-26 | 1 | -11/+8 |
* | | vmalloc: remove redundant NULL check | Yang Li | 2021-02-24 | 1 | -5/+2 |
* | | mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages | Muchun Song | 2021-02-24 | 1 | -1/+1 |
* | | mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages | Muchun Song | 2021-02-24 | 1 | -1/+1 |
* | | mm: memcontrol: convert NR_SHMEM_THPS account to pages | Muchun Song | 2021-02-24 | 1 | -1/+1 |
* | | mm: memcontrol: convert NR_FILE_THPS account to pages | Muchun Song | 2021-02-24 | 1 | -1/+1 |
* | | mm: memcontrol: convert NR_ANON_THPS account to pages | Muchun Song | 2021-02-24 | 1 | -1/+1 |
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 8 | -32/+47 |
|\ \
| |/
|/| |
|
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 8 | -17/+32 |
| * | stat: handle idmapped mounts | Christian Brauner | 2021-01-24 | 5 | -6/+6 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 3 | -6/+6 |
| * | namei: make permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 2 | -3/+3 |
* | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-02-21 | 1 | -4/+5 |
|\ \ |
|
| * | | mm: proc: Invalidate TLB after clearing soft-dirty page state | Will Deacon | 2021-01-29 | 1 | -4/+5 |
* | | | proc: don't allow async path resolution of /proc/thread-self components | Jens Axboe | 2021-02-15 | 2 | -1/+8 |
|/ / |
|
* / | proc_sysctl: fix oops caused by incorrect command parameters | Xiaoming Ni | 2021-01-24 | 1 | -1/+6 |
|/ |
|
* | mm: don't play games with pinned pages in clear_page_refs | Linus Torvalds | 2021-01-16 | 1 | -0/+21 |
* | mm: fix clear_refs_write locking | Linus Torvalds | 2021-01-16 | 1 | -23/+9 |
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-12-16 | 1 | -0/+6 |
|\ |
|
| * | seccomp/cache: Report cache data through /proc/pid/seccomp_cache | YiFei Zhu | 2020-11-20 | 1 | -0/+6 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-16 | 5 | -23/+61 |
|\ \ |
|
| * | | fs/proc: make pde_get() return nothing | Hui Su | 2020-12-16 | 1 | -2/+1 |
| * | | proc: fix lookup in /proc/net subdirectories after setns(2) | Alexey Dobriyan | 2020-12-16 | 3 | -18/+29 |
| * | | proc: provide details on indirect branch speculation | Anand K Mistry | 2020-12-16 | 1 | -0/+28 |
| * | | procfs: delete duplicated words + other fixes | Randy Dunlap | 2020-12-16 | 2 | -3/+3 |
* | | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-12-16 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | exec: Transform exec_update_mutex into a rw_semaphore | Eric W. Biederman | 2020-12-10 | 1 | -5/+5 |
* | | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-12-16 | 1 | -33/+15 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | proc/fd: In fdinfo seq_show don't use get_files_struct | Eric W. Biederman | 2020-12-10 | 1 | -4/+5 |
| * | | | proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -12/+5 |
| * | | | proc/fd: In tid_fd_mode use task_lookup_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -6/+1 |
| * | | | file: Replace fcheck_files with files_lookup_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -2/+2 |