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
2005-11-07
[PATCH] handling of slave mounts
Ram Pai
2
-37
/
+121
2005-11-07
[PATCH] introduce slave mounts
Ram Pai
5
-4
/
+60
2005-11-07
[PATCH] shared mounts handling: umount
Ram Pai
5
-20
/
+128
2005-11-07
[PATCH] shared mounts handling: move
Ram Pai
1
-17
/
+46
2005-11-07
[PATCH] shared mount handling: bind and rbind
Ram Pai
4
-22
/
+204
2005-11-07
[PATCH] introduce shared mounts
Ram Pai
5
-2
/
+21
2005-11-07
[PATCH] beginning of the shared-subtree proper
Ram Pai
6
-6
/
+62
2005-11-07
[PATCH] making namespace_sem global
Ram Pai
2
-24
/
+23
2005-11-07
[PATCH] mount expiry fixes
Ram Pai
1
-42
/
+22
2005-11-07
[PATCH] umount_tree() locking change
Ram Pai
1
-33
/
+51
2005-11-07
[PATCH] sanitize the interface of graft_tree().
Ram Pai
1
-6
/
+6
2005-11-07
[PATCH] lindent fs/namespace.c
Ram Pai
1
-49
/
+48
2005-11-07
[PATCH] make /proc/mounts pollable
Al Viro
3
-16
/
+78
2005-11-07
[PATCH] allow callers of seq_open do allocation themselves
Al Viro
1
-4
/
+8
2005-11-07
[PATCH] cleanups and bug fix in do_loopback()
Al Viro
1
-19
/
+22
2005-11-07
[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount
Al Viro
7
-79
/
+113
2005-11-07
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
Linus Torvalds
1
-1
/
+1
2005-11-07
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
20
-54
/
+472
2005-11-07
[ARM] Allow SMP if Realview MPcore is selected
Russell King
1
-1
/
+1
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
Linus Torvalds
7
-41
/
+29
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
16
-42
/
+53
2005-11-07
[ARM] 3120/1: Fix MMC/SD card driver resume deadlock
Uli Luckas
1
-1
/
+1
2005-11-07
[ARM] 3121/1: unconditionally use XCB=101 on ixp2000
Lennert Buytenhek
1
-22
/
+13
2005-11-07
[ARM] 3118/1: fix and reenable nwfpe extended precision emulation for big-endian
Lennert Buytenhek
4
-7
/
+22
2005-11-07
[ARM] 3117/1: nwfpe kernel memory info leak
Lennert Buytenhek
4
-8
/
+16
2005-11-07
[ARM SMP] Add Realview MPcore SMP support
Russell King
8
-0
/
+312
2005-11-07
Merge with ARM SMP tree
Russell King
2
-17
/
+39
2005-11-07
[ARM] Add support for Realview with MPcore tile
Russell King
3
-0
/
+69
2005-11-07
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
38
-917
/
+1896
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
6
-98
/
+129
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
192
-4890
/
+11317
2005-11-07
VINO driver version 0.0.5.
Ladislav Michl
5
-680
/
+1545
2005-11-07
Redefine outs[wl] for ide_outs[wl].
Atsushi Nemoto
1
-0
/
+4
2005-11-07
Delete duplicate definitions.
Ralf Baechle
1
-4
/
+0
2005-11-07
Fix return type of setup_frame variants
Atsushi Nemoto
2
-8
/
+8
2005-11-07
IRIX: Use schedule_timeout_interruptible.
Ralf Baechle
1
-2
/
+1
2005-11-07
Define MAX_UDELAY_MS
Atsushi Nemoto
1
-0
/
+9
2005-11-07
Use rtc_lock to protect RTC operations
Atsushi Nemoto
13
-4
/
+111
2005-11-07
Remove mips_rtc_lock
Atsushi Nemoto
1
-7
/
+0
2005-11-07
Add .gitignore files for Turbochannel
Ralf Baechle
1
-0
/
+1
2005-11-07
Add .gitignore files for MIPS.
Ralf Baechle
2
-0
/
+5
2005-11-07
VPE loader janitoring
Ralf Baechle
1
-56
/
+44
2005-11-07
PNX8550 uses a MIPS32-like processor core, not R4xx0.
Ralf Baechle
3
-10
/
+13
2005-11-07
O2 parport definitions
Ilya A. Volynets-Evenbakh
1
-1
/
+25
2005-11-07
OSS MIPS drivers: "extern inline" -> "static inline"
Adrian Bunk
2
-6
/
+6
2005-11-07
Add spaces to MODULE_PROC_FAMILY values.
Ralf Baechle
1
-19
/
+19
2005-11-07
Turn rtlx upside down.
Ralf Baechle
2
-120
/
+105
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
3
-8
/
+6
2005-11-07
Merge branch 'block-dir' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
16
-30
/
+32
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa
Linus Torvalds
165
-3019
/
+3682
[next]