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.12.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
2012-12-22
dm persistent data: improve improve space map block alloc failure message
Joe Thornber
1
-1
/
+1
2012-12-22
dm thin: use DMERR_LIMIT for errors
Mike Snitzer
1
-10
/
+15
2012-12-22
dm persistent data: use DMERR_LIMIT for errors
Mike Snitzer
3
-21
/
+20
2012-12-22
dm block manager: reinstate message when validator fails
Mike Snitzer
1
-1
/
+4
2012-12-22
dm raid: round region_size to power of two
Jonathan Brassow
1
-1
/
+3
2012-12-22
dm thin: cleanup dead code
Joe Thornber
1
-14
/
+5
2012-12-22
dm thin: rename cell_defer_except to cell_defer_no_holder
Joe Thornber
1
-21
/
+21
2012-12-22
dm snapshot: optimize track_chunk
Mikulas Patocka
1
-3
/
+2
2012-12-22
dm raid: use DM_ENDIO_INCOMPLETE
Mikulas Patocka
1
-1
/
+1
2012-12-22
dm raid1: remove impossible mempool_alloc error test
Mikulas Patocka
1
-5
/
+3
2012-12-22
dm thin: emit ignore_discard in status when discards disabled
Mike Snitzer
1
-2
/
+4
2012-12-22
dm persistent data: fix nested btree deletion
Joe Thornber
2
-3
/
+8
2012-12-22
dm thin: wake worker when discard is prepared
Joe Thornber
1
-4
/
+7
2012-12-22
dm thin: fix race between simultaneous io and discards to same block
Joe Thornber
1
-25
/
+59
2012-12-22
dm thin: replace dm_cell_release_singleton with cell_defer_except
Joe Thornber
3
-39
/
+12
2012-12-22
dm: disable WRITE SAME
Mike Snitzer
1
-0
/
+2
2012-12-22
dm ioctl: prevent unsafe change to dm_ioctl data_size
Alasdair G Kergon
1
-0
/
+8
2012-12-22
dm persistent data: rename node to btree_node
Mikulas Patocka
4
-47
/
+47
2012-12-11
Linux 3.7
v3.7
Linus Torvalds
1
-1
/
+1
2012-12-11
Input: matrix-keymap - provide proper module license
Florian Fainelli
1
-0
/
+3
2012-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-42
/
+131
2012-12-10
Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage
Linus Torvalds
5
-13
/
+20
2012-12-10
ipv4: ip_check_defrag must not modify skb before unsharing
Johannes Berg
1
-10
/
+9
2012-12-10
Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...
Linus Torvalds
1
-27
/
+10
2012-12-10
inet_diag: validate port comparison byte code to prevent unsafe reads
Neal Cardwell
1
-7
/
+24
2012-12-10
inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()
Neal Cardwell
1
-11
/
+17
2012-12-10
inet_diag: validate byte code to prevent oops in inet_diag_bc_run()
Neal Cardwell
1
-3
/
+45
2012-12-10
inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state
Neal Cardwell
1
-14
/
+39
2012-12-08
mm: vmscan: fix inappropriate zone congestion clearing
Johannes Weiner
1
-3
/
+0
2012-12-08
vfs: fix O_DIRECT read past end of block device
Linus Torvalds
1
-1
/
+17
2012-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-9
/
+24
2012-12-07
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
3
-3
/
+8
2012-12-07
tcp: bug fix Fast Open client retransmission
Yuchung Cheng
3
-6
/
+16
2012-12-07
Merge tag 'mmc-fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+9
2012-12-06
tmpfs: fix shared mempolicy leak
Mel Gorman
3
-48
/
+16
2012-12-06
mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...
Johannes Weiner
1
-16
/
+0
2012-12-06
mm: compaction: validate pfn range passed to isolate_freepages_block
Mel Gorman
1
-1
/
+9
2012-12-06
mmc: sh-mmcif: avoid oops on spurious interrupts (second try)
Guennadi Liakhovetski
1
-2
/
+2
2012-12-06
Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"
Chris Ball
1
-4
/
+0
2012-12-06
mmc: sdhci-s3c: fix missing clock for gpio card-detect
Heiko Stübner
1
-0
/
+7
2012-12-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
5
-20
/
+24
2012-12-06
Merge branch 'more-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ru...
Linus Torvalds
1
-1
/
+1
2012-12-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/l...
Linus Torvalds
2
-8
/
+8
2012-12-06
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2012-12-06
lib/Makefile: Fix oid_registry build dependency
Tim Gardner
1
-1
/
+1
2012-12-05
MIPS: Fix endless loop when processing signals for kernel tasks
Dmitry Adamushko
1
-1
/
+6
2012-12-05
MIPS: R3000/R3081: Fix CPU detection.
Ralf Baechle
1
-1
/
+0
2012-12-05
MIPS: N32: Fix signalfd4 syscall entry point
Ralf Baechle
1
-1
/
+1
2012-12-05
vfs: clear to the end of the buffer on partial buffer reads
Dan Carpenter
1
-1
/
+1
2012-12-05
ASN.1: Fix an indefinite length skip error
David Howells
1
-1
/
+1
[next]