index
:
linux-stable.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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
2007-08-25
[PATCH] random: fix bound check ordering (CVE-2007-3105)
Matt Mackall
2007-08-25
[PATCH] sx: switch subven and subid values
Jiri Slaby
2007-08-25
[PATCH] drm/i915: Fix i965 secured batchbuffer usage (CVE-2007-3851)
Dave Airlie
2007-08-15
[PATCH] Char: cyclades, fix deadlock
Jiri Slaby
2007-06-07
[PATCH] random: fix seeding with zero entropy (CVE-2007-2453 2 of 2)
Matt Mackall
2007-06-07
[PATCH] random: fix error in entropy extraction (CVE-2007-2453 1 of 2)
Matt Mackall
2007-05-01
AGPGART: intel_agp: fix G965 GTT size detect
Wang Zhenyu
2007-05-01
fix bogon in /dev/mem mmap'ing on nommu
Benjamin Herrenschmidt
2007-05-01
vt: fix potential race in VT_WAITACTIVE handler
Michal Januszewski
2007-04-06
generic_serial: fix decoding of baud rate
Daniel Drake
2007-03-09
Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)
Marcel Holtmann
2007-03-09
Char: specialix, isr have 2 params
Jiri Slaby
2007-03-09
tty_io: fix race in master pty close/slave pty close path
Aristeu Sergio Rozanski Filho
2007-03-09
AGP: intel-agp bugfix
Dave Jones
2007-02-01
[PATCH] sysrq: showBlockedTasks is sysrq-W
Randy Dunlap
2007-01-30
[PATCH] IPMI: fix timeout list handling
David Barksdale
2007-01-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
2007-01-28
[AGPGART] Add new IDs to VIA AGP.
Dave Jones
2007-01-28
[AGPGART] Remove pointless assignment.
Dave Jones
2007-01-28
[AGPGART] Remove pointless typedef in ati-agp
Dave Jones
2007-01-28
[AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()
Dave Jones
2007-01-23
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2007-01-23
[MIPS] Vr41xx: Fix after GENERIC_HARDIRQS_NO__DO_IRQ change
Yoichi Yuasa
2007-01-23
[PATCH] tlclk: bug fix + misc fixes
Mark Gross
2007-01-22
Revert "[PATCH] Fix up mmap_kmem"
Linus Torvalds
2007-01-17
[AGPGART] intel_agp: restore graphics device's pci space early in resume
Wang Zhenyu
2007-01-11
Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2007-01-11
[PATCH] Fix HWRNG built-in initcalls priority
Michael Buesch
2007-01-11
[PATCH] intel-rng workarounds
Jan Beulich
2007-01-08
i915: Fix a DRM_ERROR that should be DRM_DEBUG.
=?utf-8?q?Michel_D=C3=A4nzer?=
2007-01-05
[PATCH] ip2 warning fix
Andrew Morton
2007-01-03
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
2007-01-02
[AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return value
akpm@osdl.org
2006-12-30
[PATCH] Char: isicom, eliminate spinlock recursion
Jiri Slaby
2006-12-30
[PATCH] Char: mxser, fix oops when removing opened
Jiri Slaby
2006-12-30
[PATCH] Fix IPMI watchdog set_param_str() using kstrdup
Sebastien Dugué
2006-12-28
[AGPGART] Fix PCI-posting flush typo.
Thomas Hellstrom
2006-12-22
[AGPGART] fix detection of aperture size versus GTT size on G965
Eric Anholt
2006-12-22
[AGPGART] Remove unnecessary flushes when inserting and removing pages.
Thomas Hellstrom
2006-12-22
[PATCH] tlclk: delete unnecessary sysfs_remove_group
Akinobu Mita
2006-12-22
[PATCH] rtc warning fix
Andrew Morton
2006-12-20
Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...
Linus Torvalds
2006-12-20
Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...
Linus Torvalds
2006-12-20
[POWERPC] iSeries: fix viocons init
Stephen Rothwell
2006-12-20
[POWERPC] iSeries: fix viotape init
Stephen Rothwell
2006-12-19
drm: Stop defining pci_pretty_name
Jean Delvare
2006-12-19
drm: r128: comment aligment with drm git
Dave Airlie
2006-12-19
drm: make kernel context switch same as for drm git tree.
Dave Airlie
2006-12-19
drm: fixup comment header style
Dave Airlie
2006-12-19
drm: savage: compat fix from drm git.
Eric Anholt
[next]