summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | at91sam9263ek: activate at91 CAN controllerMarc Kleine-Budde2009-09-221-0/+19
| * | | | | | at91sam9263: add at91_can device to generic device definitionMarc Kleine-Budde2009-09-222-0/+42
| * | | | | | smsc95xx: fix transmission where ZLP is expectedSteve Glendinning2009-09-223-2/+3
| * | | | | | tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.Kusanagi Kouichi2009-09-221-3/+1
| * | | | | | 8139cp: fix duplicate loglevel in module load messageAlan Jenkins2009-09-221-1/+1
| * | | | | | ax25: Fix SIOCAX25GETINFO ioctlEric Dumazet2009-09-221-2/+2
| * | | | | | atm: dereference of he_dev->rbps_virt in he_init_group()roel kluin2009-09-221-9/+50
| * | | | | | sky2: Set SKY2_HW_RAM_BUFFER in sky2_initMike McCormack2009-09-221-1/+3
| * | | | | | atl1c:remove compiling warningjie.yang@atheros.com2009-09-221-1/+1
| * | | | | | drivers/net: remove duplicate structure field initializationJulia Lawall2009-09-222-2/+0
| * | | | | | kaweth: Fix memory leak in kaweth_control()Kevin Cernekee2009-09-221-7/+11
| * | | | | | smsc95xx: add additional USB product IDsSteve Glendinning2009-09-221-0/+65
| * | | | | | lib/vsprintf.c: Avoid possible unaligned accesses in %pI6cJoe Perches2009-09-221-10/+15
| * | | | | | net: xilinx_emaclite: Fix problem with first incoming packetMichal Simek2009-09-221-5/+2
| * | | | | | netxen: fix firmware init after resumeDhananjay Phadke2009-09-221-0/+1
| * | | | | | netxen: fix minor tx timeout bugDhananjay Phadke2009-09-221-4/+3
| * | | | | | pcmcia: pcnet_cs.c removing useless conditionJaswinder Singh Rajput2009-09-221-6/+5
| * | | | | | igb: resolve namespacecheck warning for igb_hash_mc_addrAlexander Duyck2009-09-212-37/+36
| * | | | | | ixgbe: move rx queue RSC configuration to a separate functionNelson, Shannon2009-09-211-31/+47
| * | | | | | ixgbe: Allow tx itr specific settingsNelson, Shannon2009-09-213-29/+83
| * | | | | | ixgbe: fix sfp_timer clean up in ixgbe_downDon Skidmore2009-09-211-0/+2
| * | | | | | net: fix CONFIG_NET=n build on sparc64Andrew Morton2009-09-211-0/+1
| * | | | | | ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interfaceSebastian Haas2009-09-214-0/+1169
| * | | | | | cpc-usb: Removed driver from staging treeSebastian Haas2009-09-2111-2306/+0
| * | | | | | cpmac: fix compilation errors against undeclared BUS_ID_SIZEFlorian Fainelli2009-09-211-4/+4
* | | | | | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2009-09-246-87/+23
|\ \ \ \ \ \ \
| * | | | | | | m32r: Cleanup linker script using new linker script macros.Tim Abbott2009-09-231-58/+9
| * | | | | | | m32r: Move the spi_stack_top and spu_stack_top into .init.data section.Tim Abbott2009-09-232-4/+2
| * | | | | | | m32r: Remove unused .altinstructions and .exit.* code from linker script.Tim Abbott2009-09-231-9/+0
| * | | | | | | m32r: Move GET_THREAD_INFO definition out of asm/thread_info.h.Tim Abbott2009-09-232-9/+7
| * | | | | | | m32r: Define THREAD_SIZE only once.Tim Abbott2009-09-232-6/+2
| * | | | | | | m32r: make PAGE_SIZE available to assembly.Tim Abbott2009-09-231-1/+3
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-2431-65/+222
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix build of cpm_uart due to core changesBenjamin Herrenschmidt2009-09-241-1/+1
| * | | | | | | | powerpc/8xx: Fix regression introduced by cache coherency rewriteRex Feany2009-09-241-3/+16
| * | | | | | | | powerpc/4xx: Fix erroneous xmon warning on PowerPC 4xxJosh Boyer2009-09-241-3/+13
| * | | | | | | | powerpc/mm: Fix 40x and 8xx vs. _PAGE_SPECIALBenjamin Herrenschmidt2009-09-243-5/+2
| * | | | | | | | powerpc: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-54/+15
| * | | | | | | | powerpc: Fix ibm,client-architecture-support printoutAnton Blanchard2009-09-241-1/+2
| * | | | | | | | powerpc: Increase NODES_SHIFT on 64bit from 4 to 8Anton Blanchard2009-09-241-0/+6
| * | | | | | | | powerpc/perf_counter: Fix vdso detectionAnton Blanchard2009-09-241-4/+10
| * | | | | | | | powerpc: Move 64bit heap above 1TB on machines with 1TB segmentsAnton Blanchard2009-09-241-1/+16
| * | | | | | | | powerpc: Change archdata dma_data to a unionBecky Bruce2009-09-2412-27/+49
| * | | | | | | | powerpc: Rename get_dma_direct_offset get_dma_offsetBecky Bruce2009-09-242-14/+22
| * | | | | | | | powerpc/mm: Remove duplicated #includeHuang Weiyi2009-09-241-1/+0
| * | | | | | | | powerpc/book3e-64: Remove duplicated #includeHuang Weiyi2009-09-241-1/+0
| * | | | | | | | powerpc: Check for unsupported relocs when using CONFIG_RELOCATABLETony Breeds2009-09-242-0/+67
| * | | | | | | | powerpc/pmc: Don't access lppaca on Book3EBenjamin Herrenschmidt2009-09-241-1/+1
| * | | | | | | | powerpc: kmalloc failure ignored in vio_build_iommu_table()roel kluin2009-09-241-0/+2
| * | | | | | | | hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner2009-09-243-5/+17
| | |_|_|_|_|/ / | |/| | | | | |