index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-03
[PATCH] generic_serial.c portability fix
Alexander Viro
1
-1
/
+1
2005-03-30
[PATCH] vt: don't call unblank at irq time
Benjamin Herrenschmidt
1
-3
/
+15
2005-03-30
[PATCH] Kill stupid warning when compiling riocmd.c
Rolf Eike Beer
1
-50
/
+17
2005-03-30
[PATCH] SX cli() conversion
Patrick vd Lageweg
2
-21
/
+41
2005-03-30
[PATCH] make sysrq-F call oom_kill()
christian@leber.de
1
-2
/
+21
2005-03-30
[PATCH] read_kmem() fixes
Hirofumi Ogawa
1
-12
/
+13
2005-03-30
[PATCH] BDI: Provide backing device capability information [try #3]
David Howells
1
-0
/
+6
2005-03-29
[PATCH] Fix u32 vs. pm_message_t confusion in AGP
Pavel Machek
1
-3
/
+3
2005-03-28
[PATCH] Specialix/IO8 cli() conversion
Patrick vd Lageweg
3
-277
/
+683
2005-03-28
[PATCH] unified spinlock initialization
Amit Gud
1
-1
/
+1
2005-03-28
[PATCH] generic-serial cli() conversion
Patrick vd Lageweg
1
-50
/
+65
2005-03-28
[PATCH] alpha build fixes
Jeff Garzik
2
-0
/
+2
2005-03-28
[PATCH] io_remap_pfn_range: fix some callers for XEN
Randy Dunlap
5
-7
/
+9
2005-03-28
[PATCH] io_remap_pfn_range: convert sparc callers
Randy Dunlap
1
-3
/
+3
2005-03-28
[PATCH] Fix oops when inserting ipmi_si module
Li Shaohua
1
-0
/
+5
2005-03-28
[PATCH] drivers/char/isicom.c gcc4 fix
Mikael Pettersson
1
-3
/
+3
2005-03-28
[PATCH] Stallion driver module clean up
Darren Williams
1
-22
/
+7
2005-03-28
[PATCH] uml: disable more hardware kconfig opt and rename USERMODE to UML
Paolo \'Blaisorblade\' Giarrusso
1
-1
/
+1
2005-03-28
[PATCH] pm: remove obsolete pm_* from vt.c
Pavel Machek
1
-27
/
+0
2005-03-28
[PATCH] mips: update VR41xx RTC support
Yoichi Yuasa
3
-0
/
+714
2005-03-28
[PATCH] ppc32/64: Map prefetchable PCI without guarded bit
Benjamin Herrenschmidt
1
-9
/
+7
2005-03-28
[PATCH] Fix mmap of /dev/kmem
Andi Kleen
1
-1
/
+17
2005-03-28
[PATCH] tty overrun time fix
Andrew Morton
2
-3
/
+6
2005-03-28
drm: free kbuf if copy from user fails..
Dave Airlie
1
-1
/
+3
2005-03-28
drm: radeon idct defines
Dave Airlie
1
-0
/
+2
2005-03-28
drm: radeon driver update 1.16
Dave Airlie
3
-3
/
+19
2005-03-28
Merge starflyer.(none):/foo/airlied/bitkeeper/linux-2.5
Dave Airlie
9
-31
/
+36
2005-03-28
drm: change DRIVER_ to CORE_
Dave Airlie
4
-21
/
+13
2005-03-28
Fix sparse NULL/0 warning:
Dave Airlie
1
-1
/
+1
2005-03-28
drm: Remove incorrect "drm_"-prefix from parameter description.
Dave Airlie
1
-2
/
+2
2005-03-27
drm: fixup pci ids
Dave Airlie
1
-1
/
+2
2005-03-25
[PATCH] 3dfx DRM depends on PCI
Geert Uytterhoeven
1
-1
/
+1
2005-03-25
[PATCH] TPM depends on PCI
Geert Uytterhoeven
1
-1
/
+1
2005-03-25
Undo VIA AGP TLB flush low-bits-zero patch
Linus Torvalds
1
-2
/
+0
2005-03-25
agp: export agp_find_bridge for drm
Dave Airlie
1
-0
/
+1
2005-03-25
drm: fix issue where agp is acquired before agp_init
Dave Airlie
1
-5
/
+10
2005-03-25
drm: issue with unique for XFree86 4.3 backwards compatibility
Dave Airlie
1
-0
/
+6
2005-03-25
verify_area is deprecated, replaced by access_ok.
Dave Airlie
1
-1
/
+1
2005-03-16
Merge http://linux-watchdog.bkbits.net/linux-2.6-watchdog
Linus Torvalds
4
-17
/
+16
2005-03-15
[WATCHDOG] Makefile-patch
Dave Jones
1
-6
/
+7
2005-03-15
[WATCHDOG] pcwd_pci-register-driver-patch
Wim Van Sebroeck
1
-3
/
+3
2005-03-15
[WATCHDOG] s3c2410-divide-patch
Ben Dooks
1
-5
/
+3
2005-03-15
[WATCHDOG] pcwd_usb: usb_control_msg-timeout-patch
Wim Van Sebroeck
1
-3
/
+3
2005-03-15
[PATCH] Fixes to mmtimer driver
Christoph Lameter
1
-22
/
+16
2005-03-14
Merge bk://linux-dj.bkbits.net/agpgart
Linus Torvalds
3
-2
/
+340
2005-03-15
[AGPGART] Enable Intel AGP support for x86-64 again.
Dave Jones
1
-1
/
+1
2005-03-13
Fixup 2.6.11.3 merge by hand.
Greg Kroah-Hartman
1
-2
/
+0
2005-03-13
Merge 2.6.11.3 into mainline
Greg Kroah-Hartman
1
-0
/
+2
2005-03-13
[PATCH] char/istallion: replace interruptible_sleep_on() with wait_event_inte...
Domen Puncer
1
-43
/
+33
2005-03-13
[PATCH] char/lp: remove interruptible_sleep_on_timeout() usage
Domen Puncer
1
-5
/
+11
[next]