summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm...Lennart Poettering2007-05-103-23/+31
| * | | | | | | Pull misc-for-upstream into release branchLen Brown2007-05-102-5/+5
| |\| | | | | |
| | * | | | | | sony-laptop: rename SONY_LAPTOP_OLD to a more meaningful SONYPI_COMPATMattia Dongili2007-05-102-5/+5
| | | |_|/ / / | | |/| | | |
| * | | | | | Pull asus into release branchLen Brown2007-05-101-6/+60
| |\ \ \ \ \ \
| | * | | | | | asus-laptop: version bump and lindentCorentin Chary2007-05-101-14/+15
| | * | | | | | asus-laptop: fix light sens initCorentin Chary2007-05-101-1/+1
| | * | | | | | asus-laptop: add GPS supportCorentin Chary2007-05-101-1/+54
| | * | | | | | asus-laptop: notify ALL eventsCorentin Chary2007-05-101-2/+2
| | |/ / / / /
| * | | | | | Pull acpica into release branchLen Brown2007-05-1055-466/+443
| |\ \ \ \ \ \
| | * | | | | | ACPICA: LindentLen Brown2007-05-0955-466/+443
| * | | | | | | Pull bugzilla-8385 into release branchLen Brown2007-05-1016-126/+181
| |\| | | | | |
| | * | | | | | ACPI: created a dedicated workqueue for notify() executionAlexey Starikovskiy2007-05-091-10/+35
| | * | | | | | Revert "ACPICA: fix AML mutex re-entrancy"Len Brown2007-05-096-25/+31
| | * | | | | | Revert "Execute AML Notify() requests on stack."Len Brown2007-05-091-5/+6
| | * | | | | | Revert "ACPICA: revert "acpi_serialize" changes"Len Brown2007-05-0910-90/+113
| * | | | | | | Pull thermal into release branchLen Brown2007-05-101-102/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | ACPI: delete un-reliable concept of cooling modeLen Brown2007-04-301-37/+2
| | * | | | | | ACPI: thermal trip points are read-onlyLen Brown2007-04-301-65/+0
* | | | | | | | Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...Linus Torvalds2007-05-1022-0/+8359
|\ \ \ \ \ \ \ \
| * | | | | | | | firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg2007-05-101-44/+42
| * | | | | | | | firewire: Always use parens with sizeof.Kristian Høgsberg2007-05-107-65/+65
| * | | | | | | | firewire: Drop single buffer request support.Kristian Høgsberg2007-05-101-42/+1
| * | | | | | | | firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter2007-05-101-1/+4
| * | | | | | | | firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg2007-05-101-4/+4
| * | | | | | | | firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg2007-05-101-7/+26
| * | | | | | | | firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.Kristian Høgsberg2007-05-101-84/+50
| * | | | | | | | firewire: Provide module aliase for backwards compatibility.Olaf Hering2007-05-102-0/+10
| * | | | | | | | firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.Kristian Høgsberg2007-05-101-1/+1
| * | | | | | | | firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg2007-05-103-105/+74
| * | | | | | | | firewire: Use linux/*.h instead of asm/*.h header files.Kristian Høgsberg2007-05-101-2/+2
| * | | | | | | | firewire: Uppercase most macro names.Kristian Høgsberg2007-05-105-232/+231
| * | | | | | | | firewire: Coding style cleanup: no spaces after function names.Kristian Høgsberg2007-05-105-33/+33
| * | | | | | | | firewire: Convert card_rwsem to a regular mutex.Kristian Høgsberg2007-05-101-10/+10
| * | | | | | | | firewire: Clean up comment style.Kristian Høgsberg2007-05-1011-253/+439
| * | | | | | | | firewire: Use lib/ implementation of CRC ITU-T.Kristian Høgsberg2007-05-104-28/+18
| * | | | | | | | CRC ITU-T V.41Ivo van Doorn2007-05-104-0/+106
| * | | | | | | | firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.Kristian Høgsberg2007-04-303-2/+2
| * | | | | | | | firewire: Future proof the iso ioctls by adding a handle for the iso context.Kristian Høgsberg2007-04-302-4/+24
| * | | | | | | | firewire: Add read/write and size annotations to IOC numbers.Kristian Høgsberg2007-04-302-167/+135
| * | | | | | | | firewire: don't use extern on public symbolsRandy Dunlap2007-04-271-2/+2
| * | | | | | | | firewire: fw-device printk fixAndrew Morton2007-04-271-1/+2
| * | | | | | | | firewire: Don't use subsystem rwsem, it's going away.Kristian Høgsberg2007-04-172-16/+19
| * | | | | | | | firewire: Do an agent reset on error recovery.Kristian Høgsberg2007-04-121-1/+1
| * | | | | | | | firewire: Only free ORBs that completed the initial transaction.Kristian Høgsberg2007-04-121-1/+4
| * | | | | | | | firewire: Forward SAM status codes to the scsi stack.Kristian Høgsberg2007-04-121-21/+18
| * | | | | | | | firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.Kristian Høgsberg2007-04-121-1/+1
| * | | | | | | | firewire: Byteswap iso header so all headers are presented as be32.Kristian Høgsberg2007-04-121-1/+7
| * | | | | | | | firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.Kristian Høgsberg2007-03-281-9/+13
| * | | | | | | | firewire: Fix the range check for the queue_iso payload pointer.Kristian Høgsberg2007-03-281-5/+5
| * | | | | | | | firewire: Increase the number of config rom retries and the retry delay.Kristian Høgsberg2007-03-281-2/+2