index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
proc: move /proc/modules boilerplate to kernel/module.c
Alexey Dobriyan
2
-35
/
+41
2008-10-23
proc: move /proc/diskstats boilerplate to block/genhd.c
Alexey Dobriyan
3
-19
/
+14
2008-10-23
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
3
-15
/
+14
2008-10-23
proc: move /proc/vmstat boilerplate to mm/vmstat.c
Alexey Dobriyan
3
-14
/
+13
2008-10-23
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
3
-15
/
+14
2008-10-23
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
3
-19
/
+21
2008-10-23
proc: move /proc/vmallocinfo to mm/vmalloc.c
Alexey Dobriyan
3
-31
/
+32
2008-10-23
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
Alexey Dobriyan
4
-32
/
+35
2008-10-23
proc: move /proc/slab_allocators boilerplate to mm/slab.c
Alexey Dobriyan
2
-31
/
+35
2008-10-23
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
Alexey Dobriyan
3
-40
/
+54
2008-10-23
proc: move /proc/stat to fs/proc/stat.c
Alexey Dobriyan
3
-134
/
+154
2008-10-23
proc: move rest of /proc/partitions code to block/genhd.c
Alexey Dobriyan
3
-16
/
+21
2008-10-23
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
Alexey Dobriyan
3
-14
/
+25
2008-10-23
proc: move /proc/devices code to fs/proc/devices.c
Alexey Dobriyan
3
-60
/
+71
2008-10-23
proc: move rest of /proc/locks to fs/locks.c
Alexey Dobriyan
3
-19
/
+21
2008-10-23
proc: move /proc/kmsg creation to fs/proc/kmsg.c
Alexey Dobriyan
3
-7
/
+9
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
2
-15
/
+27
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
2
-8
/
+39
2008-10-23
proc: move /proc/stram to m68k-specific code
Alexey Dobriyan
2
-19
/
+22
2008-10-23
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
11
-100
/
+56
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
7
-148
/
+183
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-20
binfmt_elf_fdpic: Update for cputime changes.
Paul Mundt
1
-12
/
+7
2008-10-20
mm: remove duplicated #include's
Huang Weiyi
2
-3
/
+0
2008-10-20
Export tiny shmem_file_setup for DRM-GEM
Hugh Dickins
2
-1
/
+2
2008-10-20
misc: replace remaining __FUNCTION__ with __func__
Harvey Harrison
5
-8
/
+8
2008-10-20
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c
Thomas Gleixner
1
-2
/
+3
2008-10-20
fix WARN() for PPC
Arjan van de Ven
1
-1
/
+1
2008-10-20
kexec: fix crash_save_vmcoreinfo_init build problem
Luck, Tony
1
-0
/
+1
2008-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
138
-318
/
+457
2008-10-20
USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c
Linus Torvalds
1
-1
/
+1
2008-10-20
i915: cleanup coding horrors in i915_gem_gtt_pwrite()
Linus Torvalds
1
-23
/
+36
2008-10-20
Fix sprintf format warnings in drm_proc.c
Linus Torvalds
1
-2
/
+2
2008-10-20
Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
Linus Torvalds
1
-6
/
+8
2008-10-20
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
47
-679
/
+1024
2008-10-20
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
65
-1585
/
+6108
2008-10-20
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+19
2008-10-20
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
111
-6226
/
+3716
2008-10-20
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+6
2008-10-20
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
37
-721
/
+903
2008-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
33
-1171
/
+815
2008-10-20
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
6
-208
/
+116
[next]