aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tifm: fix the MemoryStick host fifo handling codeAlex Dubov2008-03-102-262/+264
* memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov2008-03-103-6/+0
* memstick: make sure number of command retries is exactly as specifiedAlex Dubov2008-03-101-1/+1
* memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-103-4/+31
* memstick: introduce correct definitions in the headerAlex Dubov2008-03-104-64/+105
* tridentfb: fix memory size detectionKrzysztof Helt2008-03-101-1/+1
* tridentfb: register should be left in non-locked stateKrzysztof Helt2008-03-101-12/+0
* of_serial: fix section mismatch warningsJosh Boyer2008-03-101-1/+1
* rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-102-4/+4
* riscom8: Fix hang on loadAlan Cox2008-03-101-6/+0
* Linux 2.6.25-rc5Linus Torvalds2008-03-091-1/+1
* Do not include linux/backing-dev.h twiceJesper Juhl2008-03-091-1/+0
* 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/+2
|\ \
| * | [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-083-6/+2
* | | alpha: fix iommu-related boot panicIvan Kokshaysky2008-03-091-8/+7
* | | cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins2008-03-091-11/+7
* | | Fix waitid si_code regressionRoland McGrath2008-03-081-1/+1
| |/ |/|
* | x86_64: make ptrace always sign-extend orig_ax to 64 bitsRoland McGrath2008-03-071-0/+10
* | bluetooth: Add another Broadcom deviceKarsten Keil2008-03-071-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-061-2/+2
| * | slab: NUMA slab allocator migration bugfixJoe Korty2008-03-061-3/+2
| * | slub: Do not cross cacheline boundaries for very small objectsNick Piggin2008-03-061-4/+7
| * | slab - use angle brackets for include of kmalloc_sizes.hJoe Perches2008-03-062-3/+3
| * | slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter2008-03-061-1/+1
| * | slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter2008-03-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-03-079-43/+57
|\ \ \
| * | | ide: update references to Documentation/ide/ide.txt (v2)Randy Dunlap2008-03-076-31/+41
| * | | ide: move ide.txt to Documentation/ide/Randy Dunlap2008-03-071-10/+10
| * | | ide: fix buggy code in ide_register_hw()Peter Teoh2008-03-071-1/+1
| * | | ide: fix enabling DMA on it821x in "smart" modeBartlomiej Zolnierkiewicz2008-03-071-1/+1
| * | | ide-cd: mark REQ_TYPE_ATA_PC write requests with REQ_RW flagBartlomiej Zolnierkiewicz2008-03-071-0/+4
* | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-075-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust2008-03-071-0/+2
| * | | NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-072-2/+5
| * | | SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
| * | | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-03-071-1/+1
* | | | gigaset: fix Oops on module unload regressionTilman Schmidt2008-03-071-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-074-11/+49
|\ \ \ \
| * | | | sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-071-0/+17
| * | | | sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-071-7/+3
| * | | | sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-071-1/+1
| * | | | sched: export task_nicePavel Roskin2008-03-071-1/+1
| * | | | sched: balance RT task resched only on runqueueSteven Rostedt2008-03-071-2/+4
| * | | | sched: retain vruntimePeter Zijlstra2008-03-073-0/+23