summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbdev: add BF52x EZkit Display driverMichael Hennerich2008-03-113-0/+699
* BF54x LQ043 Framebuffer driver: Update copyright on previously modified filesMichael Hennerich2008-03-111-1/+1
* BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakageBryan Wu2008-03-111-1/+1
* BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not al...Michael Hennerich2008-03-111-1/+1
* stifb: fix crash A1439A CRX (Rattler) graphics cardHelge Deller2008-03-111-7/+15
* mbxfb: fix incorrect argument typeKrzysztof Helt2008-03-111-1/+1
* iov_iter_advance() fixNick Piggin2008-03-111-12/+10Star
* rcu: move PREEMPT_RCU config option back under PREEMPTPaul E. McKenney2008-03-112-31/+18Star
* i8042: use SGI_HAS_I8042 to select SGI i8042 handlinigThomas Bogendoerfer2008-03-111-1/+1
* modules: warn about suspicious return values from module's ->init() hookAlexey Dobriyan2008-03-111-0/+8
* modules: fix module waiting for dependent modules' initRusty Russell2008-03-111-3/+4
* hugetlb: correct page count for surplus huge pagesAdam Litke2008-03-111-3/+10
* gpio/pca953x bugfix: mark as can_sleepArnaud Patard2008-03-111-0/+1
* md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-111-1/+3
* md: fix formatting error in /proc/mdstatNeilBrown2008-03-111-1/+1
* mempolicy: fix reference counting bugsLee Schermerhorn2008-03-112-3/+9
* Typo in Documentation/scheduler/sched-stats.txtMasatake YAMATO2008-03-111-1/+1
* memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov2008-03-115-4/+960
* memstick: try harder to recover from unsuccessful interface mode switchAlex Dubov2008-03-111-2/+19
* memstick: fix parsing of "assembly_date" attribute fieldAlex Dubov2008-03-111-2/+16
* memstick: add support for decoding "specfile" media attributesAlex Dubov2008-03-111-0/+49
* tifm: clear interrupt mask bits before setting them on adapter initAlex Dubov2008-03-111-0/+2
* tifm: fix memorystick host initialization codeAlex Dubov2008-03-111-25/+15Star
* tifm: fix the MemoryStick host fifo handling codeAlex Dubov2008-03-112-262/+264
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-113-6/+0Star
* memstick: make sure number of command retries is exactly as specifiedAlex Dubov2008-03-111-1/+1
* memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-113-4/+31
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-114-64/+105
* tridentfb: fix memory size detectionKrzysztof Helt2008-03-111-1/+1
* tridentfb: register should be left in non-locked stateKrzysztof Helt2008-03-111-12/+0Star
* of_serial: fix section mismatch warningsJosh Boyer2008-03-111-1/+1
* rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-112-4/+4
* riscom8: Fix hang on loadAlan Cox2008-03-101-6/+0Star
* Linux 2.6.25-rc5Linus Torvalds2008-03-101-1/+1
* Do not include linux/backing-dev.h twiceJesper Juhl2008-03-101-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds2008-03-095-19/+25
|\
| * time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel2008-03-093-13/+13
| * time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Karsten Wiese2008-03-091-1/+1
| * time: prevent the loop in timespec_add_ns() from being optimised awaySegher Boessenkool2008-03-091-0/+4
| * ntp: use unsigned input for do_div()David Howells2008-03-091-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-03-093-6/+2Star
|\ \
| * | [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-083-6/+2Star
* | | alpha: fix iommu-related boot panicIvan Kokshaysky2008-03-091-8/+7Star
* | | cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins2008-03-091-11/+7Star
* | | Fix waitid si_code regressionRoland McGrath2008-03-081-1/+1
| |/ |/|
* | x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath2008-03-081-0/+10
* | bluetooth: Add another Broadcom deviceKarsten Keil2008-03-081-0/+1
* | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-074-14/+16
|\ \
| * | slub: fix typo in Documentation/vm/slub.txtItaru Kitayama2008-03-071-2/+2
| * | slab: NUMA slab allocator migration bugfixJoe Korty2008-03-071-3/+2Star