| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | USB: g_file_storage: fix "ignoring return value" warnings | Alan Stern | 2006-09-28 | 1 | -7/+12 |
* | | USB: dummy-hcd: fix "warn-unused-result" messages | Alan Stern | 2006-09-28 | 1 | -10/+23 |
* | | USB: create new workqueue thread for USB autosuspend | Alan Stern | 2006-09-28 | 3 | -8/+46 |
* | | USB Storage: unusual_devs.h entry for Sony Ericsson P990i | Jan Mate | 2006-09-28 | 1 | -0/+7 |
* | | USB: microtek usb scanner: Scsi_Cmnd conversion | Henrik Kretzschmar | 2006-09-28 | 2 | -11/+11 |
* | | USB: fixes kerneldoc errors in usbcore-auto(susp/res)-patch | Henrik Kretzschmar | 2006-09-28 | 1 | -6/+6 |
* | | USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist | Raghavendra Biligiri | 2006-09-28 | 1 | -0/+4 |
* | | USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1 | David Hollis | 2006-09-28 | 1 | -0/+4 |
* | | usb-serial: possible irq lock inversion (PPP vs. usb/serial) | Peter Zijlstra | 2006-09-28 | 7 | -21/+21 |
* | | ohci: Use ref-counting hotplug safe interfaces | Alan Cox | 2006-09-28 | 1 | -1/+2 |
* | | USB: Fix alignment of buffer passed down to ->hub_control() | Mikael Pettersson | 2006-09-28 | 1 | -1/+2 |
* | | USB: add SeaLevel 2106 SeaLINK support to ftdi_sio | Justin Carlson | 2006-09-28 | 2 | -0/+2 |
* | | USB: New PhidgetKit 8/8/8 reset outputs after 2 seconds | Sean Young | 2006-09-28 | 1 | -19/+37 |
* | | USB: another device ID for ipaq | Matthias Urlichs | 2006-09-28 | 1 | -0/+1 |
* | | USB serial ftdi_sio: Add support for Tactrix OpenPort devices | Ian Abbott | 2006-09-28 | 2 | -0/+12 |
* | | USB: Pegasus driver failing for ADMtek 8515 network device | Petko Manolov | 2006-09-28 | 1 | -7/+11 |
* | | USB: unusual-devs entry for Nokia E60 | Alan Stern | 2006-09-28 | 1 | -0/+7 |
* | | USB: Add vendor / product ID to pl2303 | Wesley PA4WDH | 2006-09-28 | 2 | -0/+5 |
* | | USB: new id for kaweth | Oliver Neukum | 2006-09-28 | 1 | -0/+1 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-09-28 | 264 | -9647/+10742 |
|\ \ |
|
| * \ | Merge nommu branch | Russell King | 2006-09-28 | 30 | -408/+2123 |
| |\ \ |
|
| | * | | [ARM] nommu: confirms the CR_V bit in nommu mode | Hyok S. Choi | 2006-09-28 | 3 | -1/+18 |
| | * | | [ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores. | Hyok S. Choi | 2006-09-28 | 7 | -7/+35 |
| | * | | [ARM] Use CPU_CACHE_* where possible in asm/cacheflush.h | Russell King | 2006-09-27 | 1 | -5/+3 |
| | * | | [ARM] Make !MMU CPUs depend on !MMU | Russell King | 2006-09-27 | 1 | -0/+5 |
| | * | | [ARM] nommu: add ARM946E-S core support | Hyok S. Choi | 2006-09-27 | 6 | -3/+473 |
| | * | | [ARM] nommu: add ARM940T core support | Hyok S. Choi | 2006-09-27 | 6 | -2/+405 |
| | * | | [ARM] nommu: add ARM9TDMI core support | Hyok S. Choi | 2006-09-27 | 6 | -1/+159 |
| | * | | [ARM] nommu: add ARM740T core support | Hyok S. Choi | 2006-09-27 | 6 | -3/+203 |
| | * | | [ARM] nommu: add ARM7TDMI core support | Hyok S. Choi | 2006-09-27 | 6 | -1/+273 |
| | * | | [ARM] nommu: manage the CP15 things | Hyok S. Choi | 2006-09-27 | 9 | -12/+60 |
| | * | | [ARM] nommu: defines CPU_CP15, CPU_CP15_MMU and CPU_CP15_MPU | Hyok S. Choi | 2006-09-27 | 1 | -0/+33 |
| | * | | [ARM] nommu: allows to support module in nommu | Hyok S. Choi | 2006-09-27 | 1 | -0/+8 |
| | * | | [ARM] do_bad_area() always takes current and current->active_mm | Russell King | 2006-09-27 | 3 | -14/+8 |
| | * | | [ARM] Add setup_mm_for_reboot() for nommu | Russell King | 2006-09-27 | 1 | -0/+7 |
| | * | | [ARM] Rename mm-armv.c to pgd.c | Russell King | 2006-09-27 | 2 | -4/+2 |
| | * | | [ARM] Move rest of MMU setup code from mm-armv.c to mmu.c | Russell King | 2006-09-27 | 3 | -551/+542 |
| | * | | [ARM] Split ARM MM initialisation for !mmu | Russell King | 2006-09-27 | 5 | -206/+274 |
| | * | | [ARM] Separate page table manipulation code from bootmem initialisation | Russell King | 2006-09-27 | 2 | -34/+51 |
| * | | | [ARM] 3856/1: Add clocksource for Intel IXP4xx platforms | Kevin Hilman | 2006-09-28 | 4 | -11/+35 |
| * | | | [ARM] 3855/1: Add generic time support | Kevin Hilman | 2006-09-28 | 4 | -0/+16 |
| * | | | [ARM] 3873/1: S3C24XX: Add irq_chip names | Ben Dooks | 2006-09-28 | 1 | -0/+8 |
| * | | | [ARM] 3872/1: S3C24XX: Apply consistant tabbing to irq_chips | Ben Dooks | 2006-09-28 | 1 | -30/+30 |
| * | | | [ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23 | Ben Dooks | 2006-09-28 | 1 | -8/+36 |
| * | | | [ARM] 3870/1: AT91: Start removing static memory mappings | Andrew Victor | 2006-09-28 | 3 | -56/+2 |
| * | | | [ARM] 3869/1: AT91: NAND support for DK and KB9202 boards | Andrew Victor | 2006-09-28 | 2 | -0/+50 |
| * | | | [ARM] 3868/1: AT91 hardware header update | Andrew Victor | 2006-09-28 | 2 | -0/+60 |
| * | | | [ARM] 3867/1: AT91 GPIO update | Andrew Victor | 2006-09-28 | 14 | -134/+164 |
| * | | | [ARM] 3866/1: AT91 clock update | Andrew Victor | 2006-09-28 | 13 | -278/+299 |
| * | | | [ARM] 3865/1: AT91RM9200 header updates | Andrew Victor | 2006-09-28 | 14 | -166/+173 |