| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | [ARM] 3225/1: add symbolic names for enp2611 gpio interrupts | Lennert Buytenhek | 2006-01-04 | 1 | -0/+6 |
| * | | [ARM] 3224/1: add masked thread interrupt status registers for ixp2000 | Lennert Buytenhek | 2006-01-04 | 1 | -0/+8 |
| * | | [ARM] 3223/1: remove ixdp2x01 cs89x0 hack | Lennert Buytenhek | 2006-01-04 | 1 | -98/+0 |
| * | | [ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov... | Rod Whitby | 2006-01-04 | 1 | -23/+2 |
| * | | [ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine support | Rod Whitby | 2006-01-04 | 3 | -0/+85 |
| * | | [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx | Deepak Saxena | 2006-01-04 | 1 | -5/+0 |
| * | | [ARM] Remove definition of MAX_DMA_CHANNELS to zero | Russell King | 2006-01-04 | 18 | -94/+0 |
| * | | [ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.h | Russell King | 2006-01-04 | 16 | -31/+7 |
| * | | [ARM] Remove '__address' from scatterlist and convert to DMA API | Russell King | 2006-01-04 | 2 | -2/+3 |
| * | | [ARM] Move ISA DMA bus_to_virt() out of set_dma_addr() | Russell King | 2006-01-04 | 1 | -1/+3 |
| * | | [ARM] Remove clk_use()/clk_unuse() | Russell King | 2006-01-03 | 1 | -14/+0 |
| * | | [ARM] Add additional documentation to the clock source framework | Russell King | 2006-01-03 | 1 | -0/+14 |
| * | | [ARM] Cleanup ARM includes | Russell King | 2006-01-03 | 18 | -5/+28 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-01-07 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | [SERIAL] Add support for more Connect Tech PCI serial boards | Gareth Howlett | 2006-01-04 | 1 | -0/+17 |
| |/ / |
|
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-01-07 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | [MMC] Fix missing ',' | Russell King | 2006-01-04 | 1 | -1/+1 |
| * | | [MMC] Improve MMC card block size selection | Russell King | 2006-01-03 | 1 | -0/+5 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2006-01-06 | 5 | -55/+20 |
|\ \ |
|
| * \ | Merge ../torvalds-2.6/ | Greg Kroah-Hartman | 2006-01-06 | 124 | -1969/+1843 |
| |\ \ |
|
| * | | | [PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device ID | Jean Delvare | 2006-01-05 | 1 | -0/+1 |
| * | | | [PATCH] i2c: driver ID list cleanups | Jean Delvare | 2006-01-05 | 1 | -20/+0 |
| * | | | [PATCH] hwmon: add VRM/VID support for some VIA CPUs | Rudolf Marek | 2006-01-05 | 1 | -3/+3 |
| * | | | [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner | Greg Kroah-Hartman | 2006-01-05 | 1 | -1/+6 |
| * | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11 | Laurent Riffard | 2006-01-05 | 1 | -3/+4 |
| * | | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 | Laurent Riffard | 2006-01-05 | 1 | -2/+3 |
| * | | | [PATCH] i2c: i2c_get_client is gone | Jean Delvare | 2006-01-05 | 1 | -11/+2 |
| * | | | [PATCH] i2c: Rework client usage count, 3 of 3 | Jean Delvare | 2006-01-05 | 1 | -3/+1 |
| * | | | [PATCH] i2c: Rework client usage count, 2 of 3 | Jean Delvare | 2006-01-05 | 1 | -1/+0 |
| * | | | [PATCH] i2c: Rework client usage count, 1 of 3 | Jean Delvare | 2006-01-05 | 1 | -2/+0 |
| * | | | [PATCH] i2c: Drop i2c_driver.flags, 3 of 3 | Jean Delvare | 2006-01-05 | 1 | -3/+0 |
| * | | | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 | Jean Delvare | 2006-01-05 | 1 | -1/+0 |
| * | | | [PATCH] i2c: Drop i2c_driver.flags, 1 of 3 | Jean Delvare | 2006-01-05 | 1 | -5/+0 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-06 | 4 | -9/+9 |
|\ \ \ \ |
|
| * | | | | [NET]: Endian-annotate in_aton() | Alexey Dobriyan | 2006-01-06 | 1 | -1/+1 |
| * | | | | [NET]: Endian-annotate struct iphdr | Alexey Dobriyan | 2006-01-06 | 1 | -5/+5 |
| * | | | | [NET]: Change sk_run_filter()'s return type in net/core/filter.c | Kris Katterjohn | 2006-01-06 | 2 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-06 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | kbuild: un-stringnify KBUILD_MODNAME | Sam Ravnborg | 2006-01-06 | 2 | -4/+4 |
* | | | | | SUNRPC: Update the spkm3 code to use the make_checksum interface | J. Bruce Fields | 2006-01-06 | 1 | -1/+1 |
* | | | | | NFSv4: Allow entries in the idmap cache to expire | Trond Myklebust | 2006-01-06 | 1 | -0/+2 |
* | | | | | SUNRPC: Ensure client closes the socket when server initiates a close | Trond Myklebust | 2006-01-06 | 1 | -0/+1 |
* | | | | | SUNRPC: get rid of cl_chatty | Chuck Lever | 2006-01-06 | 1 | -1/+0 |
* | | | | | SUNRPC: transport switch API for setting port number | Chuck Lever | 2006-01-06 | 1 | -0/+1 |
* | | | | | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 2006-01-06 | 1 | -0/+1 |
* | | | | | SUNRPC: switchable buffer allocation | Chuck Lever | 2006-01-06 | 2 | -7/+6 |
* | | | | | NLM: Further cancel fixes | J. Bruce Fields | 2006-01-06 | 1 | -1/+1 |
* | | | | | SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() | Adrian Bunk | 2006-01-06 | 1 | -1/+0 |
* | | | | | NFSv4: Allow user to set the port used by the NFSv4 callback channel | Trond Myklebust | 2006-01-06 | 1 | -0/+11 |
* | | | | | NFSv4: Ensure DELEGRETURN returns attributes | Trond Myklebust | 2006-01-06 | 1 | -0/+6 |