index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-23
nilfs2: add sanity check in nilfs_btree_add_dirty_buffer
Ryusuke Konishi
1
-0
/
+12
2010-07-23
nilfs2: pass remount flag to parse_options
Ryusuke Konishi
1
-23
/
+26
2010-07-23
nilfs2: use seq_puts to print mount options without argument
Ryusuke Konishi
1
-6
/
+6
2010-07-23
nilfs2: add nodiscard mount option
Ryusuke Konishi
2
-4
/
+9
2010-07-23
nilfs2: add barrier mount option
Ryusuke Konishi
2
-2
/
+9
2010-07-23
nilfs2: do not update log cursor for small change
Ryusuke Konishi
3
-1
/
+13
2010-07-23
nilfs2: implement fallback for super root search
Ryusuke Konishi
1
-2
/
+50
2010-07-23
nilfs2: add missing error code in comment of nilfs_search_super_root
Ryusuke Konishi
1
-0
/
+2
2010-07-23
nilfs2: separate setup of log cursor from init_nilfs
Ryusuke Konishi
1
-13
/
+32
2010-07-23
nilfs2: sync super blocks in turns
Jiro SEKIBA
5
-46
/
+91
2010-07-23
nilfs2: introduce nilfs_prepare_super
Jiro SEKIBA
3
-24
/
+58
2010-07-23
nilfs2: separate function that updates log position
Ryusuke Konishi
2
-13
/
+19
2010-07-23
nilfs2: add nilfs_set_error
Ryusuke Konishi
1
-10
/
+14
2010-07-23
nilfs2: add nilfs_cleanup_super
Ryusuke Konishi
3
-11
/
+23
2010-07-23
nilfs2: do not update mount time on rw->ro remount
Ryusuke Konishi
1
-1
/
+0
2010-07-23
nilfs2: get rid of ns_free_segments_count
Ryusuke Konishi
2
-5
/
+0
2010-07-23
nilfs2: get rid of macros for segment summary information
Ryusuke Konishi
2
-15
/
+17
2010-07-23
nilfs2: do not use nilfs_segsum_info structure in recovery code
Ryusuke Konishi
1
-54
/
+37
2010-07-23
nilfs2: divide load_segment_summary function
Ryusuke Konishi
1
-41
/
+69
2010-07-23
nilfs2: rename nilfs_recover_logical_segments function
Ryusuke Konishi
3
-10
/
+9
2010-07-23
nilfs2: refactor recovery logic routines
Ryusuke Konishi
3
-73
/
+100
2010-07-23
nilfs2: add blocksize member to nilfs object
Ryusuke Konishi
2
-0
/
+3
2010-07-22
Linux 2.6.35-rc6
v2.6.35-rc6
Linus Torvalds
1
-1
/
+1
2010-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
8
-16
/
+44
2010-07-22
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
7
-10
/
+15
2010-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+5
2010-07-22
Merge branch 'x86/auditsyscall' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2010-07-22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
5
-10
/
+11
2010-07-22
CIFS: Fix a malicious redirect problem in the DNS lookup code
David Howells
3
-5
/
+74
2010-07-22
drm/radeon/kms: add quirk to make HP DV5000 laptop resume
Alex Deucher
1
-0
/
+8
2010-07-22
Input: synaptics - relax capability ID checks on newer hardware
Dmitry Torokhov
2
-2
/
+8
2010-07-22
x86: auditsyscall: fix fastpath return value after reschedule
Roland McGrath
1
-2
/
+2
2010-07-22
sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
Jason Wessel
3
-3
/
+3
2010-07-22
debug_core,kdb: fix kgdb_connected bit set in the wrong place
Jason Wessel
1
-1
/
+1
2010-07-22
Fix merge regression from external kdb to upstream kdb
Jason Wessel
1
-0
/
+1
2010-07-22
repair gdbstub to match the gdbserial protocol specification
Jason Wessel
1
-6
/
+3
2010-07-22
kdb: break out of kdb_ll() when command is terminated
Martin Hicks
1
-0
/
+3
2010-07-22
drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctl
Alex Deucher
1
-1
/
+2
2010-07-22
Fix ttm_page_alloc.c build breakage
Luck, Tony
1
-3
/
+3
2010-07-22
drm/radeon/kms: fix legacy LVDS dpms sequence
Alex Deucher
1
-0
/
+1
2010-07-22
drm/radeon/kms: drop taking lock around crtc lookup.
Dave Airlie
3
-6
/
+1
2010-07-21
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
1
-1
/
+3
2010-07-21
Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...
Linus Torvalds
2
-2
/
+2
2010-07-21
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...
Linus Torvalds
5
-20
/
+15
2010-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
15
-33
/
+103
2010-07-21
Fix up trivial spelling errors ('taht' -> 'that')
Linus Torvalds
4
-4
/
+4
2010-07-21
pcmcia: fix 'driver ... did not release config properly' warning
Patrick McHardy
1
-1
/
+3
2010-07-21
mm: add context argument to shrinker callback to remaining shrinkers
Dave Chinner
2
-2
/
+2
2010-07-21
Input: twl40300-keypad - fix handling of "all ground" rows
Dmitry Torokhov
2
-9
/
+25
2010-07-21
Input: gamecon - reference correct pad in gc_psx_command()
Dmitry Torokhov
1
-1
/
+1
[next]