summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso-15/+17
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes-2/+3
2017-09-08proc: uninline proc_create()Alexey Dobriyan-0/+8
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko-8/+5
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse-1/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse-0/+7
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi-11/+16
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan-11/+21
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel-0/+1
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione-62/+139
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko-5/+5
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-6/+9
2017-08-14Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman-6/+9
2017-08-10mm: fix KSM data corruptionMinchan Kim-2/+5
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner-4/+4
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai-1/+2
2017-07-23Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman-3/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe-2/+2
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe-4/+4
2017-07-14fault-inject: add /proc/<pid>/fail-nthAkinobu Mita-0/+1
2017-07-14fault-inject: simplify access check for fail-nthAkinobu Mita-15/+10
2017-07-14fault-inject: make fail-nth read/write interface symmetricAkinobu Mita-8/+6
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita-5/+4
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+73
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-14/+31
2017-07-12fault-inject: support systematic fault injectionDmitry Vyukov-0/+52
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez-1/+3
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman-14/+31
2017-07-10fs/proc/generic.c: switch to ida_simple_get/removeHeiner Kallweit-25/+7
2017-07-10fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Vasily Averin-1/+0
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook-3/+3
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon-1/+1
2017-06-20fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins-4/+0
2017-05-30"Yes, people use FOLL_FORCE ;)"Linus Torvalds-1/+1
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds-4/+1
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding-1/+1
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+1
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li-1/+7
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+15
2017-04-28proc: Fix unbalanced hard link numbersTakashi Iwai-0/+1
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman-4/+0
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov-1/+8