summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-175-23/+32
|\
| * pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
| * proc: use do-while in name_to_int()Alexey Dobriyan2017-11-171-2/+2
| * proc: : uninline name_to_int()Alexey Dobriyan2017-11-173-22/+25
| * proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-171-0/+6
* | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-171-0/+6
|\ \ | |/ |/|
| * x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-151-0/+6
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\ \
| * | mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
* | | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-9/+2
* | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* | | mm: account pud page tablesKirill A. Shutemov2017-11-151-1/+4
* | | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-1/+2
|\ \ \ | |_|/ |/| |
| * | tty fix oops when rmmod 8250nixiaoming2017-10-201-1/+2
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0827-1/+32
| |\ \
| * | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0727-1/+32
|\ \ \ | | |/ | |/|
| * | mm, /proc/pid/pagemap: fix soft dirty marking for PMD migration entryHuang Ying2017-11-031-1/+5
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0227-0/+27
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-291-1/+2
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-291-8/+13
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-13/+2
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-151-0/+9
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-5/+5
* procfs: remove unused variableArnd Bergmann2017-09-131-1/+0
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-084-15/+17
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-081-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-081-0/+8
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-082-8/+5
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-1/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-11/+21
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-063-62/+139
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-5/+5
* Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-4/+4
|\
| * Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-142-6/+9
| |\
| * \ Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-231-3/+3
| |\ \
| * | | block: order /proc/devices by major numberLogan Gunthorpe2017-07-171-2/+2
| * | | char_dev: order /proc/devices by major numberLogan Gunthorpe2017-07-171-4/+4
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-08-252-6/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: fix KSM data corruptionMinchan Kim2017-08-101-2/+5
| * | | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-4/+4
| | |/ | |/|
* | | sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-101-1/+2
|/ /
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-3/+3
|\ \ | |/ |/|
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-3/+3
* | fault-inject: add /proc/<pid>/fail-nthAkinobu Mita2017-07-141-0/+1
OpenPOWER on IntegriCloud