aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2017-09-29sched/debug: Add explicit TASK_PARKED printingGravatar Peter Zijlstra 1-1/+2
2017-09-29sched/debug: Add explicit TASK_IDLE printingGravatar Peter Zijlstra 1-8/+13
2017-09-29sched/debug: Implement consistent task-state printingGravatar Peter Zijlstra 1-13/+2
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingGravatar John Ogness 1-0/+9
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 2-5/+5
2017-09-13procfs: remove unused variableGravatar Arnd Bergmann 1-1/+0
2017-09-08procfs: use faster rb_first_cached()Gravatar Davidlohr Bueso 4-15/+17
2017-09-08fs, proc: unconditional cond_resched when reading smapsGravatar David Rientjes 1-2/+3
2017-09-08proc: uninline proc_create()Gravatar Alexey Dobriyan 1-0/+8
2017-09-08fs, proc: remove priv argument from is_stackGravatar Michal Hocko 2-8/+5
2017-09-08mm/device-public-memory: device memory cache coherent with CPUGravatar Jérôme Glisse 1-1/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryGravatar Jérôme Glisse 1-0/+7
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationGravatar Naoya Horiguchi 1-11/+16
2017-09-08mm: thp: check pmd migration entry in common pathGravatar Zi Yan 1-11/+21
2017-09-06mm,fork: introduce MADV_WIPEONFORKGravatar Rik van Riel 1-0/+1
2017-09-06mm: add /proc/pid/smaps_rollupGravatar Daniel Colascione 3-62/+139
2017-09-06mm: rename global_page_state to global_zone_page_stateGravatar Michal Hocko 1-5/+5
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2017-08-25Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 2-6/+9
2017-08-14Merge 4.13-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-6/+9
2017-08-10mm: fix KSM data corruptionGravatar Minchan Kim 1-2/+5
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsGravatar Johannes Weiner 1-4/+4
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedGravatar Aleksa Sarai 1-1/+2
2017-07-23Merge 4.13-rc2 into char-misc-nextGravatar Greg Kroah-Hartman 1-3/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2017-07-17block: order /proc/devices by major numberGravatar Logan Gunthorpe 1-2/+2
2017-07-17char_dev: order /proc/devices by major numberGravatar Logan Gunthorpe 1-4/+4
2017-07-14fault-inject: add /proc/<pid>/fail-nthGravatar Akinobu Mita 1-0/+1
2017-07-14fault-inject: simplify access check for fail-nthGravatar Akinobu Mita 1-15/+10
2017-07-14fault-inject: make fail-nth read/write interface symmetricGravatar Akinobu Mita 1-8/+6
2017-07-14fault-inject: parse as natural 1-based value for fail-nth write interfaceGravatar Akinobu Mita 1-5/+4
2017-07-14fault-inject: automatically detect the number base for fail-nth write interfaceGravatar Akinobu Mita 1-1/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-5/+73
2017-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-14/+31
2017-07-12fault-inject: support systematic fault injectionGravatar Dmitry Vyukov 1-0/+52
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-1/+3
2017-07-12sysctl: simplify unsigned int supportGravatar Luis R. Rodriguez 1-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkGravatar Luis R. Rodriguez 1-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceGravatar Eric W. Biederman 2-14/+31
2017-07-10fs/proc/generic.c: switch to ida_simple_get/removeGravatar Heiner Kallweit 1-25/+7
2017-07-10fs/proc/task_mmu.c: remove obsolete comment in show_map_vma()Gravatar Vasily Averin 1-1/+0
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-3/+3
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreGravatar Will Deacon 1-1/+1
2017-06-20fs/proc: kcore: use kcore_list type to check for vmalloc/module addressGravatar Ard Biesheuvel 1-1/+1
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-4/+0
2017-05-30"Yes, people use FOLL_FORCE ;)"Gravatar Linus Torvalds 1-1/+1
2017-05-09proc: try to remove use of FOLL_FORCE entirelyGravatar Linus Torvalds 1-4/+1
2017-05-08pidns: expose task pid_ns_for_children to userspaceGravatar Kirill Tkhai 1-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationGravatar Tobin C. Harding 1-1/+1