index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAP
Heiko Carstens
2008-04-30
8
-116
/
+53
*
[S390] System z large page support.
Gerald Schaefer
2008-04-30
14
-42
/
+437
*
[S390] Convert machine feature detection code to C.
Heiko Carstens
2008-04-30
7
-141
/
+140
*
[S390] vmemmap: use clear_table to initialise page tables.
Heiko Carstens
2008-04-30
1
-3
/
+2
*
[S390] Move stfl to system.h and delete duplicated version.
Heiko Carstens
2008-04-30
3
-19
/
+11
*
[S390] uaccess_mvcos: #ifdef config dependent code.
Heiko Carstens
2008-04-30
1
-0
/
+2
*
[S390] cpu topology: Fix possible deadlock.
Heiko Carstens
2008-04-30
1
-1
/
+13
*
[S390] Add topology_core_siblings to topology.h
Heiko Carstens
2008-04-30
2
-3
/
+22
*
[S390] cio: Make isc handling more robust.
Cornelia Huck
2008-04-30
4
-14
/
+10
*
[S390] remove -traditional
Mathieu Desnoyers
2008-04-30
3
-5
/
+0
*
[S390] Automatically detect added cpus.
Heiko Carstens
2008-04-30
3
-6
/
+36
*
[S390] smp: Fix locking order.
Heiko Carstens
2008-04-30
1
-6
/
+6
*
[S390] Add missing ifndef/define to include/asm-s390/sysinfo.h.
Heiko Carstens
2008-04-30
1
-0
/
+5
*
[S390] Move show_regs to traps.c.
Heiko Carstens
2008-04-30
3
-31
/
+22
*
[S390] cio: Use strict_strtoul() for attributes.
Cornelia Huck
2008-04-30
5
-18
/
+35
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
2008-04-29
7
-10
/
+16
|
\
|
*
V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynami...
Mauro Carvalho Chehab
2008-04-30
1
-2
/
+7
|
*
V4L/DVB (7794): cx88: Fix a warning
Mauro Carvalho Chehab
2008-04-30
1
-1
/
+0
|
*
V4L/DVB (7792): ivtv: correct misspelled "HIMEM4G" to "HIGHMEM4G" in error me...
Robert P. J. Day
2008-04-30
1
-3
/
+3
|
*
V4L/DVB (7791): ivtv: POLLHUP must be returned on eof
Hans Verkuil
2008-04-30
1
-1
/
+3
|
*
V4L/DVB (7789b): Fix merge conflicts
Mauro Carvalho Chehab
2008-04-29
3
-3
/
+3
*
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2008-04-29
38
-837
/
+1086
|
\
\
|
*
|
ext4: fix hot spins in mballoc after err_freebuddy and err_freemeta
Roel Kluin
2008-04-29
1
-5
/
+3
|
*
|
ext4: fix test ext_generic_write_end() copied return value
Roel Kluin
2008-04-29
1
-6
/
+8
|
*
|
ext3: fix test ext_generic_write_end() copied return value
Roel Kluin
2008-04-29
1
-6
/
+8
|
*
|
ext4: Move mballoc headers/structures to a seperate header file mballoc.h
Mingming Cao
2008-04-29
2
-295
/
+305
|
*
|
ext4: cleanup for compiling mballoc with verification and debugging #defines
Solofo Ramangalahy
2008-04-29
1
-6
/
+6
|
*
|
ext4: don't use ext4_error in ext4_check_descriptors
Josef Bacik
2008-04-29
1
-16
/
+13
|
*
|
ext4: mark inode dirty after initializing the extent tree
Aneesh Kumar K.V
2008-04-29
1
-6
/
+7
|
*
|
ext4: update ctime and mtime for truncate with extents.
Solofo Ramangalahy
2008-04-29
1
-0
/
+2
|
*
|
ext4: Don't do GFP_NOFS allocations after taking ext4_lock_group
Aneesh Kumar K.V
2008-04-29
1
-14
/
+15
|
*
|
ext4: move headers out of include/linux
Christoph Hellwig
2008-04-29
27
-64
/
+61
|
*
|
ext4: fix wrong gfp type under transaction
Josef Bacik
2008-04-29
4
-9
/
+9
|
*
|
ext4: Fix hang on umount with quotas when journal is aborted
Jan Kara
2008-04-29
1
-1
/
+7
|
*
|
ext4: Fix update of mtime and ctime on rename
Jan Kara
2008-04-29
1
-0
/
+3
|
*
|
jdb2: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-17
3
-12
/
+12
|
*
|
ext4: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-17
10
-97
/
+97
|
*
|
jbd2: only create debugfs and stats entries if init is successful
Duane Griffin
2008-04-29
1
-3
/
+5
|
*
|
jbd2: fix kernel-doc notation
Randy Dunlap
2008-04-17
2
-3
/
+5
|
*
|
jbd2: replace potentially false assertion with if block
Duane Griffin
2008-04-17
1
-3
/
+4
|
*
|
jbd2: eliminate duplicated code in revocation table init/destroy functions
Duane Griffin
2008-04-17
1
-76
/
+51
|
*
|
jbd2: tidy up revoke cache initialisation and destruction
Duane Griffin
2008-04-28
1
-14
/
+22
|
*
|
ext4: remove duplicate include of ext4_fs_i.h header file
Joe Perches
2008-04-29
1
-2
/
+0
|
*
|
ext4: make ext4_xattr_list() static
Mingming Cao
2008-04-17
2
-8
/
+3
|
*
|
ext4: remove extra define of ext4_new_blocks_old from mballoc.c
Mingming Cao
2008-04-17
1
-2
/
+0
|
*
|
ext4: check ext4_journal_get_write_access() errors
Akinobu Mita
2008-04-17
1
-2
/
+7
|
*
|
ext4: use ext4_get_group_desc()
Akinobu Mita
2008-04-17
1
-17
/
+3
|
*
|
ext4: use ext4_group_first_block_no()
Akinobu Mita
2008-04-17
2
-7
/
+5
|
*
|
ext4: convert byte order of constant instead of variable
Marcin Slusarz
2008-04-17
1
-1
/
+1
|
*
|
ext4: le*_add_cpu conversion
Marcin Slusarz
2008-04-17
7
-38
/
+22
[next]