summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [PATCH] sbp2: consolidate workaroundsStefan Richter2006-05-173-71/+106
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-176-7/+10
| |\ \ \ \
| | * | | | [TCP]: reno sacked_out count fixAngelo P. Castellani2006-05-161-0/+2
| | * | | | [IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match().Alexey Dobriyan2006-05-161-1/+1
| | * | | | [TR]: Remove an unused export.Adrian Bunk2006-05-161-1/+0
| | * | | | [IPX]: Correct return type of ipx_map_frame_type().Alexey Dobriyan2006-05-161-2/+2
| | * | | | [IPX]: Correct argument type of ipxrtr_delete().Alexey Dobriyan2006-05-161-1/+1
| | * | | | [PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().Stephen Hemminger2006-05-161-2/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/netdev-2.6Linus Torvalds2006-05-174-11/+46
| |\ \ \ \ \
| | * | | | | sky2: prevent dual port receiver problemsStephen Hemminger2006-05-151-1/+12
| | * | | | | x86_64: Check for bad dma address in b44 1GB DMA workaroundAndi Kleen2006-05-151-10/+18
| | * | | | | The ixp2000 driver for the enp2611 was developed on a board withLennert Buytenhek2006-05-153-10/+34
| * | | | | | Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2Linus Torvalds2006-05-179-86/+213
| |\ \ \ \ \ \
| | * | | | | | configfs: Make sure configfs_init() is called before consumers.Joel Becker2006-05-171-1/+1
| | * | | | | | configfs: configfs_mkdir() failed to cleanup linkage.Joel Becker2006-05-171-32/+72
| | * | | | | | configfs: Fix a reference leak in configfs_mkdir().Joel Becker2006-05-171-11/+26
| | * | | | | | ocfs2: fix gfp mask in some file system pathsSunil Mushran2006-05-174-10/+10
| | * | | | | | ocfs2: Don't populate uptodate cache in ocfs2_force_read_journal()Mark Fasheh2006-05-171-1/+3
| | * | | | | | ocfs2: take meta data lock in ocfs2_file_aio_read()Mark Fasheh2006-05-171-0/+16
| | * | | | | | ocfs2: take data locks around extendMark Fasheh2006-05-173-33/+87
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-05-173-5/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | [IA64] one-line cleanup on set_irq_affinity_infoChen, Kenneth W2006-05-171-1/+0
| | * | | | | [IA64] fix broken irq affinityChen, Kenneth W2006-05-171-2/+2
| | * | | | | [IA64] sn2 defconfigJes Sorensen2006-05-171-2/+2
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds2006-05-1611-41/+1941
| |\ \ \ \ \ \
| | * | | | | | [PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell2006-05-161-10/+14
| | * | | | | | [PATCH] spi: Update to PXA2xx SPI DriverStephen Street2006-05-161-7/+75
| | * | | | | | [PATCH] SPI: busnum == 0 needs to workDavid Brownell2006-05-163-6/+38
| | * | | | | | [PATCH] SPI: devices can require LSB-first encodingsDavid Brownell2006-05-162-3/+15
| | * | | | | | [PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala2006-05-162-4/+8
| | * | | | | | [PATCH] SPI: Add David as the SPI subsystem maintainerKumar Gala2006-05-161-0/+6
| | * | | | | | [PATCH] SPI: spi bounce buffer has a minimum lengthDavid Brownell2006-05-161-1/+2
| | * | | | | | [PATCH] SPI: spi whitespace fixesDavid Brownell2006-05-161-12/+12
| | * | | | | | [PATCH] SPI: add PXA2xx SSP SPI DriverStephen Street2006-05-165-0/+1710
| | * | | | | | [PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2006-05-163-14/+77
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-05-168-16/+30
| |\ \ \ \ \ \
| | * | | | | | [ARM] arch/arm/kernel/dma-isa.c: named initializersAdrian Bunk2006-05-161-6/+17
| | * | | | | | [ARM] 3527/1: MPCore Boot Lockup FixHarry Fearnhamm2006-05-161-1/+4
| | * | | | | | [ARM] arch/arm/kernel/process.c: Fix warningRussell King2006-05-161-1/+1
| | * | | | | | [ARM] 3526/1: ioremap should use vunmap instead of vfree on ARMCatalin Marinas2006-05-161-2/+2
| | * | | | | | [ARM] 3524/1: ARM EABI: more 64-bit aligned stack fixesNicolas Pitre2006-05-162-4/+4
| | * | | | | | [ARM] 3517/1: move definition of PROC_INFO_SZ from procinfo.h to asm-offsets.hUwe Zeisberger2006-05-162-2/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-05-161-3/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | [ARM] 3523/1: Serial core pm_stateAndrew Victor2006-05-161-3/+6
| | |/ / / /
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-05-162-2/+2
| |\ \ \ \ \
| | * | | | | [PATCH] Fix pSeries identification in prom_init.cBenjamin Herrenschmidt2006-05-161-1/+1
| | * | | | | [PATCH] powerpc: fix kernel version display on pseries boxesAnton Blanchard2006-05-161-1/+1
| | |/ / / /
| * | | | | [PATCH] slab: Fix kmem_cache_destroy() on NUMARoland Dreier2006-05-161-4/+7
| * | | | | [PATCH] x86_64: Don't schedule on exception stack on preemptive kernelsAndi Kleen2006-05-161-4/+17
| * | | | | [PATCH] x86_64: Fix memory hotadd heuristicsAndi Kleen2006-05-161-4/+11
OpenPOWER on IntegriCloud