index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-14
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
Peter Feiner
1
-5
/
+14
2014-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-10
/
+2
2014-10-10
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-35
/
+4
2014-10-09
mm/balloon_compaction: add vmstat counters and kpageflags bit
Konstantin Khlebnikov
1
-0
/
+3
2014-10-09
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
1
-21
/
+40
2014-10-09
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
Oleg Nesterov
1
-24
/
+9
2014-10-09
fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range
Baoquan He
1
-1
/
+3
2014-10-09
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
2
-5
/
+41
2014-10-09
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
Oleg Nesterov
3
-5
/
+5
2014-10-09
fs/proc/task_nommu.c: don't use priv->task->mm
Oleg Nesterov
1
-8
/
+10
2014-10-09
fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
1
-6
/
+26
2014-10-09
fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()
Oleg Nesterov
1
-14
/
+7
2014-10-09
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
Oleg Nesterov
1
-1
/
+4
2014-10-09
fs/proc/task_mmu.c: reintroduce m->version logic
Oleg Nesterov
1
-0
/
+21
2014-10-09
fs/proc/task_mmu.c: introduce m_next_vma() helper
Oleg Nesterov
1
-5
/
+10
2014-10-09
fs/proc/task_mmu.c: simplify m_start() to make it readable
Oleg Nesterov
1
-24
/
+10
2014-10-09
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
Oleg Nesterov
1
-34
/
+1
2014-10-09
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
Oleg Nesterov
1
-6
/
+3
2014-10-09
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
Oleg Nesterov
1
-5
/
+3
2014-10-09
fs/proc/task_mmu.c: simplify the vma_stop() logic
Oleg Nesterov
1
-16
/
+19
2014-10-09
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
2
-9
/
+29
2014-10-09
proc: introduce proc_mem_open()
Oleg Nesterov
2
-15
/
+23
2014-10-09
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
Oleg Nesterov
1
-28
/
+16
2014-10-09
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
Oleg Nesterov
1
-5
/
+3
2014-10-09
proc: Update proc_flush_task_mnt to use d_invalidate
Eric W. Biederman
1
-4
/
+2
2014-10-09
vfs: Remove d_drop calls from d_revalidate implementations
Eric W. Biederman
2
-6
/
+0
2014-09-26
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
Peter Feiner
1
-9
/
+18
2014-09-18
cpuset: simplify proc_cpuset_show()
Zefan Li
1
-18
/
+2
2014-09-18
cgroup: simplify proc_cgroup_show()
Zefan Li
1
-17
/
+2
2014-08-10
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
2
-2
/
+2
2014-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
7
-9
/
+119
2014-08-08
sysctl: remove typedef ctl_table
Joe Perches
1
-1
/
+1
2014-08-08
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
1
-3
/
+79
2014-08-08
proc: remove INF macro
Alexey Dobriyan
2
-42
/
+0
2014-08-08
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
1
-2
/
+2
2014-08-08
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
1
-8
/
+10
2014-08-08
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
1
-5
/
+6
2014-08-08
proc: convert /proc/$PID/cmdline to seq_file interface
Alexey Dobriyan
1
-4
/
+11
2014-08-08
proc: convert /proc/$PID/syscall to seq_file interface
Alexey Dobriyan
1
-6
/
+7
2014-08-08
proc: convert /proc/$PID/limits to seq_file interface
Alexey Dobriyan
1
-15
/
+12
2014-08-08
proc: convert /proc/$PID/auxv to seq_file interface
Alexey Dobriyan
1
-10
/
+8
2014-08-08
proc: more "const char *" pointers
Alexey Dobriyan
1
-4
/
+4
2014-08-08
proc: remove proc_tty_ldisc variable
Alexey Dobriyan
1
-2
/
+2
2014-08-08
proc: make proc_subdir_lock static
Alexey Dobriyan
2
-3
/
+1
2014-08-08
proc: faster /proc/$PID lookup
Alexey Dobriyan
2
-3
/
+3
2014-08-08
proc: add and remove /proc entry create checks
Alexey Dobriyan
4
-21
/
+21
2014-08-08
proc: constify seq_operations
Fabian Frederick
1
-1
/
+1
2014-08-08
fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)
Fabian Frederick
1
-1
/
+1
[next]