summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-14/+13
| * | | proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-15/+14
| * | | proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-233-19/+21
| * | | proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-233-31/+32
| * | | proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-234-32/+35
| * | | proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-232-31/+35
| * | | proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan2008-10-233-40/+54
| * | | proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan2008-10-233-134/+154
| * | | proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan2008-10-233-16/+21
| * | | proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan2008-10-233-14/+25
| * | | proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan2008-10-233-60/+71
| * | | proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan2008-10-233-19/+21
| * | | proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan2008-10-233-7/+9
| * | | proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan2008-10-231-27/+0
| * | | proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan2008-10-232-15/+27
| * | | proc: switch /proc/cmdline to seq_fileAlexey Dobriyan2008-10-233-10/+30
| * | | proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan2008-10-232-8/+39
| * | | proc: move /proc/stram to m68k-specific codeAlexey Dobriyan2008-10-232-19/+22
| * | | proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan2008-10-2311-100/+56
| * | | proc: switch /proc/version to seq_fileAlexey Dobriyan2008-10-233-13/+35
| * | | proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-237-148/+183
| * | | proc: switch /proc/uptime to seq_fileAlexey Dobriyan2008-10-233-21/+44
| * | | proc: switch /proc/loadavg to seq_fileAlexey Dobriyan2008-10-233-27/+52
| * | | proc: use WARN() rather than printk+backtraceArjan van de Ven2008-10-231-2/+1
| * | | proc: spread __initAlexey Dobriyan2008-10-232-3/+4
| * | | proc: proc_init_inodecache() can't failAlexey Dobriyan2008-10-233-6/+5
| * | | proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty2008-10-231-9/+16
| |/ /
* | | ext4: remove unused variable in ext4_get_parentChristoph Hellwig2008-10-231-1/+0
* | | pcc-acpi: fix compile with new stricter ACPI typesLinus Torvalds2008-10-231-1/+1
* | | ext3 quota support: fix compile failureLinus Torvalds2008-10-231-1/+1
* | | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-2330-379/+710
|\ \ \
| * \ \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-2230-379/+710
| |\ \ \
| | * | | hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner2008-10-201-2/+7
| | * | | hrtimers: simplify hrtimer_peek_ahead_timers()Thomas Gleixner2008-10-201-9/+3
| | * | | hrtimers: fix docbook commentsThomas Gleixner2008-10-201-2/+2
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arj...Thomas Gleixner2008-10-206288-160924/+353848
| | |\ \ \
| | | * \ \ Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-176288-160924/+353846
| | | |\ \ \
| | | * | | | DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell2008-10-151-0/+2
| | | * | | | rangetimers: fix the bug reported by Ingo for realArjan van de Ven2008-10-131-6/+2
| | | * | | | rangetimer: fix BUG_ON reported by IngoArjan van de Ven2008-10-111-1/+5
| | * | | | | hrtimers: fix typoIngo Molnar2008-10-141-1/+1
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arjan/...Ingo Molnar2008-10-094-2/+55
| | |\| | | |
| | | * | | | rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven2008-10-071-1/+3
| | | * | | | select: fix alpha OSF wrapperArjan van de Ven2008-10-061-6/+7
| | | * | | | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-113-0/+42
| | | * | | | hrtimer: make the futex() system call use the per process slack valueArjan van de Ven2008-09-111-1/+5
| | | * | | | hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven2008-09-111-1/+6
| | * | | | | select: fix alpha OSF wrapperArjan van de Ven2008-10-071-6/+7
| | |/ / / /
| | * | | | hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven2008-09-071-5/+8
| | * | | | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-071-1/+3