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
2009-05-30
ACPI: video: DMI workaround broken eMachines E510 BIOS enabling display brigh...
Zhang Rui
1
-0
/
+8
2009-05-29
Merge git://git.infradead.org/~dwmw2/mtd-2.6.30
Linus Torvalds
2
-27
/
+23
2009-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
5
-5
/
+29
2009-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
4
-3
/
+12
2009-05-29
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-21
/
+42
2009-05-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-26
/
+83
2009-05-29
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+34
2009-05-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
8
-6
/
+34
2009-05-29
8250: Fix oops from setserial
Alan Cox
1
-0
/
+15
2009-05-29
edac: AMD8111 & AMD8131 Kconfig fixup
Harry Ciao
2
-2
/
+8
2009-05-29
edac: AMD8111 & AMD8131 use dev_name()
Harry Ciao
2
-3
/
+3
2009-05-29
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
1
-9
/
+1
2009-05-29
mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...
Mel Gorman
1
-13
/
+13
2009-05-29
x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...
Mel Gorman
1
-1
/
+5
2009-05-29
atmel_lcdfb: correct fifo size for some products
Nicolas Ferre
1
-8
/
+2
2009-05-29
S3C-fb: PM fix
Marek Szyprowski
1
-1
/
+11
2009-05-29
serial: 8250_gsc: fix printk format error
Alexander Beregalov
1
-2
/
+2
2009-05-29
parport_gsc: fix printk format error
Alexander Beregalov
1
-2
/
+2
2009-05-29
flat: fix data sections alignment
Oskar Schirmer
7
-23
/
+31
2009-05-29
MAINTAINERS: change email address for Thomas Dahlmann
Thomas Dahlmann
1
-1
/
+1
2009-05-29
drivers/serial/mpc52xx_uart.c: fix array overindexing check
Roel Kluin
1
-1
/
+1
2009-05-29
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
6
-7
/
+15
2009-05-29
procfs: make errno values consistent when open pident vs exit(2) race occurs
KOSAKI Motohiro
1
-1
/
+1
2009-05-29
cred: #include init.h in cred.h
Alexey Dobriyan
1
-0
/
+1
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-29
MAINTAINERS: pair EDAC-E752X P: and M: entries
Joe Perches
1
-1
/
+1
2009-05-29
jffs2: Fix corruption when flash erase/write failure
Joakim Tjernlund
1
-7
/
+0
2009-05-29
mtd: MXC NAND driver fixes (v5)
Vladimir Barinov
1
-20
/
+23
2009-05-29
Driver Core: do not oops when driver_unregister() is called for unregistered ...
Kay Sievers
3
-2
/
+11
2009-05-29
sysfs: file.c: use create_singlethread_workqueue()
Andrew Morton
1
-1
/
+1
2009-05-29
Revert "USB: Correct Makefile to make isp1760 buildable"
Mike Frysinger
1
-1
/
+0
2009-05-29
usb-serial: fix crash when sub-driver updates firmware
Alan Stern
1
-0
/
+1
2009-05-29
USB: isp1760: urb_dequeue doesn't always find the urbs
Warren Free
1
-2
/
+22
2009-05-29
USB: Yet another Conexant Clone to add to cdc-acm.c
Xiao Kaijian
1
-0
/
+3
2009-05-29
USB: atmel_usb_udc: Use kzalloc() to allocate ep structures
Haavard Skinnemoen
1
-1
/
+1
2009-05-29
USB: atmel-usba-udc : fix control out requests.
Martin Fuzzey
1
-1
/
+2
2009-05-28
Input: libps2 - better handle bad scheduler decisions
Dmitry Torokhov
1
-1
/
+1
2009-05-28
Merge branch 'fix/hda' into for-linus
Takashi Iwai
1
-0
/
+1
2009-05-28
ALSA: hda - Compaq Presario CQ60 patching for Conexant
Tony Vroon
1
-0
/
+1
2009-05-28
svcrdma: dma unmap the correct length for the RPCRDMA header page.
Steve Wise
2
-11
/
+11
2009-05-28
nfsd: Revert "svcrpc: take advantage of tcp autotuning"
J. Bruce Fields
1
-7
/
+28
2009-05-28
nfsd: fix hung up of nfs client while sync write data to nfs server
Wei Yongjun
1
-3
/
+3
2009-05-28
i915: Set object to gtt domain when faulting it back in
Kristian Høgsberg
1
-0
/
+7
2009-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
6
-13
/
+16
2009-05-27
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
12
-253
/
+463
2009-05-27
CacheFiles: Fixup renamed filenames in comments in internal.h
David Howells
1
-9
/
+9
2009-05-27
FS-Cache: Fixup renamed filenames in comments in internal.h
David Howells
1
-9
/
+9
2009-05-27
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-3
/
+3
2009-05-27
Merge branch 'fix/pcm-jiffies-check' into for-linus
Takashi Iwai
3
-2
/
+19
2009-05-27
Merge branch 'fix/misc' into for-linus
Takashi Iwai
4
-4
/
+14
[next]