summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] tpm: add bios measurement logKylene Jo Hall2006-01-094-0/+529
* [PATCH] kmsg_write: don't return printk return valueGuillaume Chazarain2006-01-091-1/+4
* [PATCH] new driver synclink_gtPaul Fulghum2006-01-093-0/+4510
* [PATCH] fix more missing includesTim Schmielau2006-01-091-0/+1
* [PATCH] frv: suppress configuration of certain features for FRVDavid Howells2006-01-091-2/+2
* [PATCH] ARM Netwinder watchdog wdt977 updateWoody Suwalski2006-01-091-75/+141
* [ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2006-01-072-2/+2
* Merge with Linus' kernel.Russell King2006-01-0715-362/+274Star
|\
| * [PATCH] shrink mmtimer memory sizeDimitri Sivanich2006-01-071-33/+57
| * [PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)Paul E. McKenney2006-01-061-3/+1Star
| * [PATCH] s390: cleanup KconfigMartin Schwidefsky2006-01-063-3/+3
| * [PATCH] Geode LX HW RNG SupportJordan Crouse2006-01-061-1/+69
| * [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski2006-01-063-154/+30Star
| * [PATCH] pcmcia: remove dev_list from driversDominik Brodowski2006-01-061-13/+1Star
| * [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski2006-01-063-99/+42Star
| * [PATCH] pcmcia: new suspend coreDominik Brodowski2006-01-053-70/+88
| * [PATCH] Fix IXP4xx watchdog errata workaroundDeepak Saxena2006-01-051-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-01-051-1/+1
| |\
| | * gitignore: misc filesBrian Gerst2006-01-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-051-1/+1
| |\ \
| | * | s/retreiv/retriev/gMatt Mackall2006-01-031-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-051-6/+4Star
| |\ \ \
| | * | | [INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo2006-01-031-2/+2
| | * | | [INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo2006-01-031-4/+2Star
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-01-051-1/+0Star
| |\ \ \
| | * | | [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0Star
| | |/ /
| * / / [PATCH] Fix pragma packing in ip2 driverDavid Howells2006-01-041-1/+1
| |/ /
* / / [ARM] Remove clk_use()/clk_unuse()Russell King2006-01-031-2/+0Star
|/ /
* | Revert radeon AGP aperture offset changesLinus Torvalds2005-12-291-9/+2Star
* | [PATCH] fix ia64 compile failure with gcc4.1Dave Jones2005-12-291-1/+1
* | [PATCH] Fix more radeon GART start calculation casesBenjamin Herrenschmidt2005-12-281-2/+4
* | [SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk2005-12-232-7/+7
* | [SPARC]: Fix RTC build failure.Adrian Bunk2005-12-191-1/+1
* | [PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare2005-12-191-1/+1
* | [PATCH] ppc: booke_wdt compile fixAl Viro2005-12-161-1/+1
* | [PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2005-12-162-2/+8
* | [PATCH] IPMI oops fixPaolo Galtieri2005-12-151-2/+4
* | [PATCH] mwave: missing __user in ioctl struct declarationAl Viro2005-12-151-1/+1
* | [PATCH] __user annotations (booke_wdt.c)Al Viro2005-12-151-6/+7
* | [PATCH] wdrtas.c: fix __user annotationsAl Viro2005-12-151-1/+1
* | [PATCH] cm4000_cs: __user annotationsAl Viro2005-12-151-6/+7
* | [drm] fix radeon aperture issueDave Airlie2005-12-131-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-131-4/+0Star
|\ \
| * | [ARM SMP] mpcore_wdt bogus fpos checkMarcelo Tosatti2005-12-051-4/+0Star
* | | [PATCH] raw driver: Kconfig fixAndrew Morton2005-12-121-9/+9
* | | [PATCH] ipmi: fix panic generator IDMatt Domsch2005-12-121-1/+1
|/ /
* | [PATCH] SiS DRM: Fix possible NULL dereferenceEgbert Eich2005-11-301-1/+4
* | mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-1/+1
* | drm: fix quiescent lockingDave Airlie2005-11-241-5/+11
* | drm: move is_pci to the end of the structureDave Airlie2005-11-231-2/+1Star