Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [SPARC64] PCI: Consolidate PCI access code into pci_common.c | David S. Miller | 2007-05-09 | 7 | -740/+210 | |
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-05-10 | 70 | -727/+721 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Pull misc-for-upstream into release branch | Len Brown | 2007-05-10 | 3 | -23/+31 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm... | Lennart Poettering | 2007-05-10 | 3 | -23/+31 | |
| * | | | | | | | Pull misc-for-upstream into release branch | Len Brown | 2007-05-10 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | sony-laptop: rename SONY_LAPTOP_OLD to a more meaningful SONYPI_COMPAT | Mattia Dongili | 2007-05-10 | 2 | -5/+5 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Pull asus into release branch | Len Brown | 2007-05-10 | 1 | -6/+60 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | asus-laptop: version bump and lindent | Corentin Chary | 2007-05-10 | 1 | -14/+15 | |
| | * | | | | | | asus-laptop: fix light sens init | Corentin Chary | 2007-05-10 | 1 | -1/+1 | |
| | * | | | | | | asus-laptop: add GPS support | Corentin Chary | 2007-05-10 | 1 | -1/+54 | |
| | * | | | | | | asus-laptop: notify ALL events | Corentin Chary | 2007-05-10 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Pull acpica into release branch | Len Brown | 2007-05-10 | 55 | -466/+443 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ACPICA: Lindent | Len Brown | 2007-05-09 | 55 | -466/+443 | |
| * | | | | | | | Pull bugzilla-8385 into release branch | Len Brown | 2007-05-10 | 16 | -126/+181 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | ACPI: created a dedicated workqueue for notify() execution | Alexey Starikovskiy | 2007-05-09 | 1 | -10/+35 | |
| | * | | | | | | Revert "ACPICA: fix AML mutex re-entrancy" | Len Brown | 2007-05-09 | 6 | -25/+31 | |
| | * | | | | | | Revert "Execute AML Notify() requests on stack." | Len Brown | 2007-05-09 | 1 | -5/+6 | |
| | * | | | | | | Revert "ACPICA: revert "acpi_serialize" changes" | Len Brown | 2007-05-09 | 10 | -90/+113 | |
| * | | | | | | | Pull thermal into release branch | Len Brown | 2007-05-10 | 1 | -102/+2 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | ACPI: delete un-reliable concept of cooling mode | Len Brown | 2007-04-30 | 1 | -37/+2 | |
| | * | | | | | | ACPI: thermal trip points are read-only | Len Brown | 2007-04-30 | 1 | -65/+0 | |
* | | | | | | | | Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394... | Linus Torvalds | 2007-05-10 | 22 | -0/+8359 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | firewire: Convert OHCI driver to use standard goto unwinding for error handling. | Kristian Høgsberg | 2007-05-10 | 1 | -44/+42 | |
| * | | | | | | | | firewire: Always use parens with sizeof. | Kristian Høgsberg | 2007-05-10 | 7 | -65/+65 | |
| * | | | | | | | | firewire: Drop single buffer request support. | Kristian Høgsberg | 2007-05-10 | 1 | -42/+1 | |
| * | | | | | | | | firewire: Add a comment to describe why we split the sg list. | Kristian Høgsberg, Stefan Richter | 2007-05-10 | 1 | -1/+4 | |
| * | | | | | | | | firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. | Kristian Høgsberg | 2007-05-10 | 1 | -4/+4 | |
| * | | | | | | | | firewire: Handle the last few DMA mapping error cases. | Kristian Høgsberg | 2007-05-10 | 1 | -7/+26 | |
| * | | | | | | | | firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. | Kristian Høgsberg | 2007-05-10 | 1 | -84/+50 | |
| * | | | | | | | | firewire: Provide module aliase for backwards compatibility. | Olaf Hering | 2007-05-10 | 2 | -0/+10 | |
| * | | | | | | | | firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile. | Kristian Høgsberg | 2007-05-10 | 1 | -1/+1 | |
| * | | | | | | | | firewire: Break out shared IEEE1394 constant to separate header file. | Kristian Høgsberg | 2007-05-10 | 3 | -105/+74 | |
| * | | | | | | | | firewire: Use linux/*.h instead of asm/*.h header files. | Kristian Høgsberg | 2007-05-10 | 1 | -2/+2 | |
| * | | | | | | | | firewire: Uppercase most macro names. | Kristian Høgsberg | 2007-05-10 | 5 | -232/+231 | |
| * | | | | | | | | firewire: Coding style cleanup: no spaces after function names. | Kristian Høgsberg | 2007-05-10 | 5 | -33/+33 | |
| * | | | | | | | | firewire: Convert card_rwsem to a regular mutex. | Kristian Høgsberg | 2007-05-10 | 1 | -10/+10 | |
| * | | | | | | | | firewire: Clean up comment style. | Kristian Høgsberg | 2007-05-10 | 11 | -253/+439 | |
| * | | | | | | | | firewire: Use lib/ implementation of CRC ITU-T. | Kristian Høgsberg | 2007-05-10 | 4 | -28/+18 | |
| * | | | | | | | | CRC ITU-T V.41 | Ivo van Doorn | 2007-05-10 | 4 | -0/+106 | |
| * | | | | | | | | firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux. | Kristian Høgsberg | 2007-04-30 | 3 | -2/+2 | |
| * | | | | | | | | firewire: Future proof the iso ioctls by adding a handle for the iso context. | Kristian Høgsberg | 2007-04-30 | 2 | -4/+24 | |
| * | | | | | | | | firewire: Add read/write and size annotations to IOC numbers. | Kristian Høgsberg | 2007-04-30 | 2 | -167/+135 | |
| * | | | | | | | | firewire: don't use extern on public symbols | Randy Dunlap | 2007-04-27 | 1 | -2/+2 | |
| * | | | | | | | | firewire: fw-device printk fix | Andrew Morton | 2007-04-27 | 1 | -1/+2 | |
| * | | | | | | | | firewire: Don't use subsystem rwsem, it's going away. | Kristian Høgsberg | 2007-04-17 | 2 | -16/+19 | |
| * | | | | | | | | firewire: Do an agent reset on error recovery. | Kristian Høgsberg | 2007-04-12 | 1 | -1/+1 | |
| * | | | | | | | | firewire: Only free ORBs that completed the initial transaction. | Kristian Høgsberg | 2007-04-12 | 1 | -1/+4 | |
| * | | | | | | | | firewire: Forward SAM status codes to the scsi stack. | Kristian Høgsberg | 2007-04-12 | 1 | -21/+18 | |
| * | | | | | | | | firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context. | Kristian Høgsberg | 2007-04-12 | 1 | -1/+1 | |
| * | | | | | | | | firewire: Byteswap iso header so all headers are presented as be32. | Kristian Høgsberg | 2007-04-12 | 1 | -1/+7 |