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
2010-05-27
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
5
-2
/
+191
2010-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
31
-2740
/
+5066
2010-05-27
Avoid warning when CPU hotplug isn't enabled
Linus Torvalds
1
-6
/
+3
2010-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
10
-306
/
+708
2010-05-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
23
-834
/
+1136
2010-05-27
Merge branch 'for-linus/2634-git-updates' of git://git.fluff.org/bjdooks/linux
Linus Torvalds
16
-122
/
+407
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
11
-106
/
+258
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
19
-918
/
+1045
2010-05-27
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
3
-15
/
+35
2010-05-27
SFI: add sysfs interface for SFI tables.
Feng Tang
4
-0
/
+167
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
12
-25
/
+189
2010-05-27
Input: s3c2410_ts - restore accidentially dropped s3c24xx ids
Vasily Khoruzhick
1
-0
/
+2
2010-05-27
numa: update Documentation/vm/numa, add memoryless node info
Lee Schermerhorn
1
-39
/
+147
2010-05-27
numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations
Lee Schermerhorn
1
-2
/
+2
2010-05-27
numa: slab: use numa_mem_id() for slab local memory node
Lee Schermerhorn
1
-21
/
+22
2010-05-27
numa: ia64: support numa_mem_id() for memoryless nodes
Lee Schermerhorn
2
-0
/
+5
2010-05-27
numa: introduce numa_mem_id()- effective local memory node id
Lee Schermerhorn
4
-1
/
+114
2010-05-27
numa: ia64: use generic percpu var numa_node_id() implementation
Lee Schermerhorn
3
-5
/
+10
2010-05-27
numa: x86_64: use generic percpu var numa_node_id() implementation
Lee Schermerhorn
5
-24
/
+21
2010-05-27
numa: add generic percpu var numa_node_id() implementation
Lee Schermerhorn
3
-5
/
+55
2010-05-27
Documentation/filesystems/Locking: update documentation on llseek() wrt BKL
Jan Blunck
1
-2
/
+3
2010-05-27
fs/: do not fallback to default_llseek() when readdir() uses BKL
jan Blunck
8
-0
/
+9
2010-05-27
st: use noop_llseek() instead of default_llseek()
Jan Blunck
1
-0
/
+1
2010-05-27
osst: use noop_llseek() instead of default_llseek()
Jan Blunck
1
-0
/
+1
2010-05-27
vfs: introduce noop_llseek()
jan Blunck
2
-0
/
+18
2010-05-27
rtc-m41t80: use nonseekable_open()
Jan Blunck
1
-5
/
+1
2010-05-27
mISDN: remove unnecessary test on f_pos
Jan Blunck
1
-2
/
+0
2010-05-27
frv: remove "struct file *" argument from sysctl ->proc_handler
Jan Blunck
1
-8
/
+10
2010-05-27
osst: update ppos instead of using file->f_pos
Jan Blunck
1
-4
/
+4
2010-05-27
parisc: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-18
/
+5
2010-05-27
mn10300: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-38
/
+1
2010-05-27
frv: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-39
/
+1
2010-05-27
blackfin: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-21
/
+1
2010-05-27
xtensa: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-22
/
+1
2010-05-27
mips: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-21
/
+1
2010-05-27
m68k: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-15
/
+1
2010-05-27
m32r: use use asm-generic/scatterlist.h
FUJITA Tomonori
1
-14
/
+1
2010-05-27
h8300: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-11
/
+1
2010-05-27
cris: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-16
/
+1
2010-05-27
avr32: use asm-generic/scatterlist.h
FUJITA Tomonori
1
-19
/
+1
2010-05-27
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
FUJITA Tomonori
8
-16
/
+12
2010-05-27
alpha: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-18
/
+6
2010-05-27
powerpc: use asm-generic/scatterlist.h
FUJITA Tomonori
2
-28
/
+4
2010-05-27
x86_32: use asm-generic/scatterlist.h
Andrew Morton
1
-1
/
+1
2010-05-27
asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()
FUJITA Tomonori
6
-10
/
+17
2010-05-27
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
FUJITA Tomonori
5
-4
/
+8
2010-05-27
lktdm: add support for hardlockup, softlockup and hung task crashes
Frederic Weisbecker
1
-0
/
+20
2010-05-27
initramfs: add support for in-kernel initramfs compressed with LZO
Albin Tonnerre
3
-1
/
+34
2010-05-27
radix-tree: fix radix_tree_prev_hole() underflow case
Cesar Eduardo Barros
1
-2
/
+2
2010-05-27
aio: fix the compat vectored operations
Jeff Moyer
3
-25
/
+47
[next]