summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to WindowsSteve French2005-11-191-0/+1
| * | | | | [CIFS] Fix mknod of block and chardev over SFU mountsSteve French2005-11-183-13/+62
| * | | | | [CIFS] Missing part of previous patchSteve French2005-11-182-0/+3
| * | | | | [CIFS] Fix scheduling while atomic when pending writes at file close timeSteve French2005-11-182-22/+56
| * | | | | [CIFS] Vectored and async i/o turned on and correct theSteve French2005-11-171-72/+45
| * | | | | [CIFS] Recognize properly symlinks and char/blk devices (not justSteve French2005-11-171-4/+44
| * | | | | [CIFS] Fix sparse warnings on smb bcc (byte count)Steve French2005-11-162-3/+3
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-15184-13071/+2723
| |\ \ \ \ \
| * | | | | | [CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLsSteve French2005-11-151-14/+17
| * | | | | | [CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs)Steve French2005-11-152-10/+66
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-13277-1545/+10850
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-12444-13452/+7823
| |\ \ \ \ \ \ \
| * | | | | | | | [CIFS] Cleanup sparse warnings for unicode little endian castsSteve French2005-11-117-68/+60
| * | | | | | | | [CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requestsSteve French2005-11-114-17/+75
* | | | | | | | | Fix missing initialization in ir-kbd-gpio.cDmitry Torokhov2005-11-201-2/+3
* | | | | | | | | Fix an OOPS when initializing IR remote on saa7134Dmitry Torokhov2005-11-201-0/+2
* | | | | | | | | Input: make serio and gameport more swsusp friendlyDmitry Torokhov2005-11-202-6/+18
* | | | | | | | | Input: handle failures in input_register_device()Dmitry Torokhov2005-11-201-27/+36
* | | | | | | | | Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov2005-11-201-8/+3
* | | | | | | | | Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov2005-11-202-0/+5
* | | | | | | | | Input: uinput - convert to dynalloc allocationDmitry Torokhov2005-11-202-153/+169
* | | | | | | | | Input: wistron - disable wifi/bluetooth on suspendMiloslav Trmac2005-11-201-0/+6
* | | | | | | | | Input: wistron - add PM supportDmitry Torokhov2005-11-201-5/+57
* | | | | | | | | Input: wistron - convert to dynamic input_dev allocationDmitry Torokhov2005-11-201-16/+37
* | | | | | | | | Input: wistron - add support for Acer Aspire 1500 notebooksBernhard Rosenkraenzer2005-11-201-20/+59
* | | | | | | | | Input: wistron - disable for x86_64Andrew Morton2005-11-201-1/+1
* | | | | | | | | Input: add Wistron driverDmitry Torokhov2005-11-204-0/+459
* | | | | | | | | Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov2005-11-201-31/+68
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Linux v2.6.15-rc2v2.6.15-rc2Linus Torvalds2005-11-191-1/+1
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2005-11-1911-78/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | [PATCH] ide: add missing __init tags to device driversBartlomiej Zolnierkiewicz2005-11-194-11/+5
| * | | | | | | | [PATCH] ide: remove dead code from flagged_taskfile()Bartlomiej Zolnierkiewicz2005-11-192-11/+7
| * | | | | | | | [PATCH] ide: remove dead DEBUG_TASKFILE codeBartlomiej Zolnierkiewicz2005-11-191-15/+0
| * | | | | | | | [PATCH] ide: remove unused ide_action_t:ide_nextBartlomiej Zolnierkiewicz2005-11-192-7/+0
| * | | | | | | | [PATCH] ide: remove duplicate documentation for ide_do_drive_cmd()Bartlomiej Zolnierkiewicz2005-11-191-25/+0
| * | | | | | | | [PATCH] sis5513: enable ATA133 for the SiS965 southbridgeAurelien Jarno2005-11-192-0/+2
| * | | | | | | | [PATCH] via82cxxx: add VIA VT6410 IDE supportMathias Kretschmer2005-11-192-9/+22
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-11-193-24/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [SERIAL] Remove unused variable in sa1100.cRussell King2005-11-191-1/+0
| * | | | | | | | | [SERIAL] Fix status reporting with PL011 serial driverRussell King2005-11-192-23/+27
* | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-193-20/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [DRIVER MODEL] Fix typo in ohci-ppc-soc.cAndrey Volkov2005-11-171-1/+1
| * | | | | | | | | | [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platformsRussell King2005-11-173-19/+15
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-1915-253/+57
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz2005-11-194-201/+14
| * | | | | | | | | | [ARM] Fix get_user when passed a const pointerRussell King2005-11-183-18/+2
| * | | | | | | | | | [ARM] Fix some corner cases in new mm initialisationRussell King2005-11-172-12/+16
| * | | | | | | | | | [ARM] __ioremap doesn't use 4th argumentRussell King2005-11-173-17/+16
| * | | | | | | | | | [ARM] Drivers should not make use of architecture private __ioremapRussell King2005-11-172-4/+4
| * | | | | | | | | | [ARM] Improve comment about ASSERT()s in vmlinux.lds.SRussell King2005-11-171-1/+5
OpenPOWER on IntegriCloud