index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
proc: remove remnants of ->read_proc in proc_misc.c
Alexey Dobriyan
1
-27
/
+0
2008-10-23
proc: move /proc/execdomains to kernel/exec_domain.c
Alexey Dobriyan
1
-9
/
+0
2008-10-23
proc: switch /proc/cmdline to seq_file
Alexey Dobriyan
3
-10
/
+30
2008-10-23
proc: move /proc/filesystems to fs/filesystems.c
Alexey Dobriyan
1
-8
/
+0
2008-10-23
proc: move /proc/stram to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: switch /proc/version to seq_file
Alexey Dobriyan
3
-13
/
+35
2008-10-23
proc: switch /proc/meminfo to seq_file
Alexey Dobriyan
3
-137
/
+169
2008-10-23
proc: switch /proc/uptime to seq_file
Alexey Dobriyan
3
-21
/
+44
2008-10-23
proc: switch /proc/loadavg to seq_file
Alexey Dobriyan
3
-27
/
+52
2008-10-23
proc: use WARN() rather than printk+backtrace
Arjan van de Ven
1
-2
/
+1
2008-10-23
proc: spread __init
Alexey Dobriyan
2
-3
/
+4
2008-10-23
proc: proc_init_inodecache() can't fail
Alexey Dobriyan
3
-6
/
+5
2008-10-23
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
Joe Korty
1
-9
/
+16
2008-10-21
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+19
2008-10-21
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2008-10-20
kdump: add is_vmcore_usable() and vmcore_unusable()
Simon Horman
1
-1
/
+1
2008-10-20
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
Vivek Goyal
1
-3
/
+0
2008-10-20
vmstat: mlocked pages statistics
Nick Piggin
1
-0
/
+2
2008-10-20
Unevictable LRU Page Statistics
Lee Schermerhorn
1
-0
/
+6
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-32
/
+45
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
11
-142
/
+43
2008-10-16
proc: move sysrq-trigger out of fs/proc/
Alexey Dobriyan
1
-26
/
+0
2008-10-16
proc: fixup irq iterator
Thomas Gleixner
1
-5
/
+2
2008-10-16
genirq: remove sparse irq code
Thomas Gleixner
1
-38
/
+5
2008-10-16
x86: use 28 bits irq NR for pci msi/msix and ht
Yinghai Lu
1
-1
/
+1
2008-10-16
x86_64: make /proc/interrupts work with dyn irq_desc
Yinghai Lu
1
-4
/
+24
2008-10-16
irq, fs/proc: replace loop with nr_irqs for proc/stat
Yinghai Lu
1
-14
/
+28
2008-10-16
x86: move kstat_irqs from kstat to irq_desc
Yinghai Lu
1
-1
/
+1
2008-10-16
fs/proc: use nr_irqs
Yinghai Lu
1
-5
/
+5
2008-10-14
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+4
2008-10-10
proc: remove kernel.maps_protect
Alexey Dobriyan
4
-25
/
+1
2008-10-10
proc: remove now unneeded ADDBUF macro
Alexey Dobriyan
1
-5
/
+0
2008-10-10
[PATCH] proc: show personality via /proc/pid/personality
Kees Cook
1
-0
/
+9
2008-10-10
[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...
Lai Jiangshan
2
-10
/
+1
2008-10-10
proc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
Alexey Dobriyan
1
-0
/
+10
2008-10-10
proc: make grab_header() static
Adrian Bunk
1
-1
/
+1
2008-10-10
proc: remove unused get_dma_list()
Alexey Dobriyan
1
-1
/
+0
2008-10-10
proc: remove dummy vmcore_open()
Alexey Dobriyan
1
-6
/
+0
2008-10-10
proc: proc_sys_root tweak
Alexey Dobriyan
1
-2
/
+2
2008-10-10
proc: fix return value of proc_reg_open() in "too late" case
Alexey Dobriyan
1
-1
/
+1
2008-09-30
Configure out file locking features
Thomas Petazzoni
1
-0
/
+4
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
1
-4
/
+4
2008-09-14
mm: ifdef Quicklists in /proc/meminfo
Hugh Dickins
1
-4
/
+8
2008-09-14
proc: more debugging for "already registered" case
Alexey Dobriyan
1
-2
/
+2
2008-09-05
sched: fix process time monotonicity
Balbir Singh
1
-59
/
+0
2008-09-03
mm: show quicklist usage in /proc/meminfo
KOSAKI Motohiro
1
-2
/
+5
2008-08-25
[PATCH] proc: inode number fixlet
Alexey Dobriyan
1
-0
/
+1
2008-08-21
/proc/self/maps doesn't display the real file offset
Clement Calmels
2
-4
/
+4
2008-08-06
proc: fix warnings
Alexander Beregalov
1
-4
/
+7
[next]