index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] smaps: shared fix
Nick Piggin
2006-03-06
1
-5
/
+4
*
[PATCH] smaps: hugepages fix
Nick Piggin
2006-03-06
1
-1
/
+1
*
[PATCH] fix handling of st_nlink on procfs root
Al Viro
2006-02-18
2
-12
/
+9
*
[PATCH] disable per cpu intr in /proc/stat
schwab@suse.de
2006-02-03
1
-1
/
+1
*
[PATCH] convert /proc/devices to use seq_file interface
Neil Horman
2006-01-14
1
-10
/
+150
*
[PATCH] powerpc: Add/remove/update properties in /proc/device-tree
Dave C Boutcher
2006-01-13
1
-0
/
+24
*
[PATCH] capable/capability.h (fs/)
Randy Dunlap
2006-01-11
2
-0
/
+2
*
[PATCH] kdump: vmcore compilation warning fix
Vivek Goyal
2006-01-11
1
-1
/
+1
*
fs/proc/vmcore.c: header included twice
Nicolas Kaiser
2006-01-11
1
-1
/
+0
*
[PATCH] hrtimer: switch itimers to hrtimer
Thomas Gleixner
2006-01-10
1
-3
/
+3
*
[PATCH] kdump: read previous kernel's memory
Vivek Goyal
2006-01-10
1
-0
/
+3
*
[PATCH] fs/proc/: function prototypes belong in header files
Adrian Bunk
2006-01-08
4
-2
/
+9
*
[PATCH] slob: introduce the SLOB allocator
Matt Mackall
2006-01-08
1
-0
/
+4
*
[PATCH] Fold numa_maps into mempolicies.c
Christoph Lameter
2006-01-08
1
-122
/
+5
*
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
2006-01-06
1
-1
/
+1
*
Insanity avoidance in /proc
Linus Torvalds
2005-12-30
1
-24
/
+23
*
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
2005-11-28
1
-4
/
+3
*
[PATCH] Fix sparse warning in proc/task_mmu.c
Luiz Fernando Capitulino
2005-11-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
Linus Torvalds
2005-11-07
1
-22
/
+35
|
\
|
*
[PATCH] ppc64: SMU partition recovery
Benjamin Herrenschmidt
2005-11-08
1
-22
/
+35
*
|
[PATCH] make /proc/mounts pollable
Al Viro
2005-11-07
1
-15
/
+47
|
/
*
Merge ../linux-2.6 by hand
Paul Mackerras
2005-10-31
4
-29
/
+43
|
\
|
*
[PATCH] proc: fix of error path in proc_get_inode()
Kirill Korotaev
2005-10-30
1
-7
/
+10
|
*
[PATCH] reduce sizeof(struct file)
Eric Dumazet
2005-10-30
1
-1
/
+1
|
*
[PATCH] mm: follow_page with inner ptlock
Hugh Dickins
2005-10-29
1
-2
/
+1
|
*
[PATCH] mm: pte_offset_map_lock loops
Hugh Dickins
2005-10-29
1
-11
/
+6
|
*
[PATCH] mm: update_hiwaters just in time
Hugh Dickins
2005-10-29
1
-2
/
+21
|
*
[PATCH] mm: rss = file_rss + anon_rss
Hugh Dickins
2005-10-29
2
-6
/
+4
|
*
[PATCH] Convert mempolicies to nodemask_t
Andi Kleen
2005-10-29
1
-1
/
+1
*
|
Merge changes from linux-2.6 by hand
Paul Mackerras
2005-10-22
2
-0
/
+13
|
\
\
|
|
/
|
*
[PATCH] output of /proc/maps on nommu systems is incomplete
David McCullough
2005-10-17
1
-0
/
+1
|
*
[PATCH] nommu build error fix
Yoshinori Sato
2005-10-14
1
-0
/
+12
*
|
powerpc: Merge enough to start building in arch/powerpc.
Paul Mackerras
2005-09-26
1
-8
/
+0
|
/
*
[PATCH] proc_task_root_link c99 fix
Andrew Morton
2005-09-22
1
-3
/
+5
*
[PATCH] Fix invisible threads problem
Sripathi Kodi
2005-09-21
1
-7
/
+77
*
[PATCH] files: fix preemption issues
Dipankar Sarma
2005-09-17
1
-0
/
+3
*
[PATCH] files: lock-free fd look-up
Dipankar Sarma
2005-09-09
1
-14
/
+15
*
[PATCH] files: break up files struct
Dipankar Sarma
2005-09-09
2
-2
/
+7
*
[PATCH] update filesystems for new delete_inode behavior
Mark Fasheh
2005-09-09
1
-0
/
+2
*
[PATCH] remove duplicated code from proc and ptrace
Miklos Szeredi
2005-09-07
1
-31
/
+4
*
[PATCH] fix enum pid_directory_inos in proc/base.c
Miklos Szeredi
2005-09-07
1
-2
/
+3
*
[PATCH] use get_fs_struct() in proc
Miklos Szeredi
2005-09-07
1
-11
/
+12
*
[PATCH] proc: link count fix
Miklos Szeredi
2005-09-07
1
-0
/
+13
*
[PATCH] add /proc/pid/smaps
Mauricio Lin
2005-09-05
2
-42
/
+244
*
[PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside
Christoph Lameter
2005-09-05
2
-0
/
+167
*
[PATCH] Fix up symlink function pointers
Al Viro
2005-08-19
2
-6
/
+6
*
[PATCH] kdump: Parse elf32 headers and export through /proc/vmcore
Vivek Goyal
2005-06-25
1
-0
/
+218
*
[PATCH] kdump: Access dump file in elf format (/proc/vmcore)
Vivek Goyal
2005-06-25
3
-0
/
+458
*
[PATCH] setuid core dump
Alan Cox
2005-06-23
1
-2
/
+4
*
[PATCH] add check to /proc/devices read routines
Neil Horman
2005-06-23
1
-1
/
+1
[next]