summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Blackfin] arch: Let the pre-processor do the math to save a few cycles - no ...Robin Getz2007-12-211-3/+1Star
* [Blackfin] arch: do not use fixed numbers to describe offsets - no functional...Robin Getz2007-12-211-1/+1
* [Blackfin] arch: do not use hard coded addressesRobin Getz2007-12-211-4/+4
* [Blackfin] arch: fix bug gdb testing on hardware has regressionRobin Getz2007-12-241-7/+30
* [Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz2008-01-275-71/+99
* [Blackfin] arch: Add a note describing what is going on - no functional changesRobin Getz2008-01-271-2/+13
* printk: revert ktime_get() timestampsIngo Molnar2008-01-271-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-01-2723-97/+1052
|\
| * [CIFS] DFS build fixesSteve French2008-01-256-31/+61
| * [CIFS] DFS support: provide shrinkable mountsIgor Mammedov2008-01-255-1/+387
| * [CIFS] Do not log path names in lookup errorsSteve French2008-01-201-6/+4Star
| * [CIFS] DFS support patchset: Added mountdataIgor Mammedov2008-01-113-2/+41
| * [CIFS] Forgot to add two new files from previous commitSteve French2008-01-102-0/+155
| * [CIFS] DNS name resolution helper upcall for cifsSteve French2008-01-093-14/+42
| * [CIFS] fix checkpatch warnings in fs/cifs/inode.cSteve French2008-01-093-25/+31
| * [CIFS] hold ses sem on tcp session reconnect during mountSteve French2008-01-031-3/+3
| * [CIFS] Allow setting mode via cifs aclSteve French2007-12-316-13/+315
| * [CIFS] fix unicode string alignment in SPNEGO setupJeff Layton2007-12-311-1/+1
| * [CIFS] cifs_partialpagewrite() cleanupSteve French2007-12-311-5/+3Star
| * [CIFS] use krb5 session key from first SMB session after a NegProtJeff Layton2007-12-311-3/+5
| * [CIFS] redo existing session setup if needed in cifs_mountJeff Layton2007-12-312-2/+11
| * [CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is setJeff Layton2007-12-311-2/+4
| * [CIFS] fix SetEA failure to some Samba versionsSteve French2007-12-312-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-01-2765-1446/+999Star
|\ \
| * | ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz2008-01-263-113/+11Star
| * | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz2008-01-262-34/+33Star
| * | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz2008-01-263-12/+11Star
| * | ide: fix final status check in drive_cmd_intr()Bartlomiej Zolnierkiewicz2008-01-261-2/+2
| * | ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr()Bartlomiej Zolnierkiewicz2008-01-261-3/+8
| * | ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz2008-01-261-6/+9
| * | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz2008-01-263-3/+5
| * | ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz2008-01-263-1/+7
| * | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz2008-01-263-6/+5Star
| * | ide: kill DATA_READY defineBartlomiej Zolnierkiewicz2008-01-262-3/+2Star
| * | ide: task_end_request() fixTejun Heo2008-01-263-14/+7Star
| * | ide: use rq->nr_sectors in task_end_request()Bartlomiej Zolnierkiewicz2008-01-261-2/+2
| * | ide: remove needless ->cursg clearing from task_end_request()Bartlomiej Zolnierkiewicz2008-01-261-2/+0Star
| * | ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz2008-01-265-23/+26
| * | ide-tape: fix handling of non-special requests in ->end_request methodBartlomiej Zolnierkiewicz2008-01-261-0/+5
| * | ide: fix final status check in task_in_intr()Bartlomiej Zolnierkiewicz2008-01-261-1/+1
| * | ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2008-01-261-0/+2
| * | ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo2008-01-262-5/+14
| * | cmd64x: remove /proc/ide/cmd64xBartlomiej Zolnierkiewicz2008-01-261-113/+1Star
| * | ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz2008-01-265-41/+3Star
| * | ide: add ide_busy_sleep() helperBartlomiej Zolnierkiewicz2008-01-261-22/+21Star
| * | ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate itBartlomiej Zolnierkiewicz2008-01-261-1/+13
| * | ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.cBartlomiej Zolnierkiewicz2008-01-262-103/+110
| * | ide: print banner message once per controller in m68k host driversBartlomiej Zolnierkiewicz2008-01-265-35/+22Star
| * | ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz2008-01-265-22/+17Star
| * | ide-pmac: use custom hwif->sg_max_nents only if DMA support is enabledBartlomiej Zolnierkiewicz2008-01-261-2/+2