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.13.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-04-20
agp: zero pages before sending to userspace
Shaohua Li
1
-2
/
+2
2009-04-20
drm: check for minor master before allowing drop master.
Dave Airlie
1
-0
/
+3
2009-04-20
drm: set/clear is_master when master changed
Jonas Bonn
1
-1
/
+7
2009-04-20
drm: clean dirty memory after device release
Ma Ling
1
-0
/
+1
2009-04-20
drm: count reaches -1
Roel Kluin
1
-5
/
+7
2009-04-03
drm/radeon: load the right microcode on rs780
Alex Deucher
1
-4
/
+4
2009-04-03
Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linus
Dave Airlie
16
-123
/
+292
2009-04-03
drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config
Jesse Barnes
3
-4
/
+3
2009-04-03
drm: fix EDID backward compat check
Jesse Barnes
1
-4
/
+2
2009-04-03
drm: sync the mode validation for INTERLACE/DBLSCAN
yakui_zhao
1
-0
/
+28
2009-04-03
drm: fix typo in edid vendor parsing.
Dave Airlie
1
-1
/
+1
2009-04-03
DRM: drm_crtc_helper.h doesn't actually need i2c.h
Jean Delvare
1
-1
/
+0
2009-04-03
drm: fix missing inline function on 32-bit powerpc.
Dave Airlie
1
-2
/
+2
2009-04-03
drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.
Jesse Barnes
1
-6
/
+1
2009-04-02
drm/i915: Add a spinlock to protect the active_list
Carl Worth
4
-4
/
+29
2009-04-02
drm/i915: Fix SDVO TV support
Zhenyu Wang
2
-52
/
+108
2009-04-02
drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING command
Zhenyu Wang
2
-0
/
+6
2009-04-02
drm/i915: Fix error in SDVO DTD and modeline convert
Zhenyu Wang
1
-21
/
+4
2009-04-02
drm/i915: Fix SDVO command debug function
Zhenyu Wang
1
-12
/
+13
2009-04-02
drm/i915: fix TV mode setting in property change
Zhenyu Wang
1
-2
/
+5
2009-04-02
drm/i915: only set TV mode when any property changed
Zhenyu Wang
1
-7
/
+20
2009-04-02
drm/i915: clean up udelay usage
Arjan van de Ven
1
-1
/
+1
2009-04-02
drm/i915: add VGA hotplug support for 945+
Jesse Barnes
6
-14
/
+77
2009-04-02
serial: fixup /proc/tty/driver/serial after proc_fops conversion
Alexey Dobriyan
1
-1
/
+1
2009-04-02
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
61
-290
/
+3188
2009-04-01
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+6
2009-04-01
qeth: properly delete empty files.
Linus Torvalds
2
-0
/
+0
2009-04-01
drm/i915: correctly set IGD device's gtt size for KMS.
Shaohua Li
1
-1
/
+1
2009-04-01
drm/i915: avoid hanging on to a stale pointer to raw_edid.
Ma Ling
1
-0
/
+1
2009-04-01
x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx
H. Peter Anvin
1
-0
/
+6
2009-04-01
Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Linus Torvalds
1
-9
/
+24
2009-04-01
drm/i915: check for -EINVAL from vm_insert_pfn
Jesse Barnes
1
-0
/
+1
2009-04-01
drm/i915: fix up tiling/fence reg setup on i8xx class hw
Daniel Vetter
3
-5
/
+27
2009-04-01
Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
39
-845
/
+1178
2009-04-01
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
23
-600
/
+1224
2009-04-01
Merge branch 'devel' into for-linus
Trond Myklebust
39
-845
/
+1178
2009-04-01
SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port
Trond Myklebust
1
-12
/
+24
2009-04-01
NSM: Fix unaligned accesses in nsm_init_private()
Mans Rullgard
1
-2
/
+6
2009-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
24
-1622
/
+2762
2009-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
51
-1336
/
+847
2009-04-01
[IA64] BUG to BUG_ON changes
Stoyan Gaydarov
8
-33
/
+16
2009-04-01
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
62
-1902
/
+3641
2009-04-01
[IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c
Randy Dunlap
1
-1
/
+1
2009-04-01
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
8
-29
/
+58
2009-04-01
efifb: dmi set video type
Brian Maly
1
-1
/
+4
2009-04-01
tridentfb: delete acceleration Kconfig option
Krzysztof Helt
2
-20
/
+1
2009-04-01
atyfb: speed up Mach64 cursor
Krzysztof Helt
1
-8
/
+7
2009-04-01
fb: hide hardware cursor in graphics mode (Mach64)
Krzysztof Helt
1
-1
/
+2
2009-04-01
nvidiafb: remove open_lock mutex
Alessio Igor Bogani
2
-9
/
+0
2009-04-01
radeonfb: suspend/resume for ATI Mobility Radeon RV350
Wolfgang Kroener
1
-0
/
+3
[next]