summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-276-244/+137
|\ \
| * | fix idle (arch, acpi and apm) and lockdepPeter Zijlstra2008-04-276-244/+137
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-04-271-17/+17
|\ \
| * | Input: xpad - fix build failureDmitry Torokhov2008-04-271-17/+17
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-04-2734-350/+532
|\ \ \
| * | | mlx4_core: Add helper to move QP to ready-to-sendYevgeny Petrilin2008-04-252-0/+35
| * | | mlx4_core: Add HW queues allocation helpersYevgeny Petrilin2008-04-252-0/+57
| * | | RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbaseRoland Dreier2008-04-232-2/+8
| * | | mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQVladimir Sokolovsky2008-04-231-1/+1
| * | | mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin2008-04-2310-160/+162
| * | | IB/ehca: Bump version number to 0026Joachim Fenkes2008-04-231-1/+1
| * | | IB/ehca: Make some module parameters bool, update descriptionsJoachim Fenkes2008-04-231-19/+18
| * | | IB/ehca: Remove mr_largepage parameterJoachim Fenkes2008-04-231-19/+3
| * | | IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes2008-04-237-56/+63
| * | | IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes2008-04-233-0/+9
| * | | IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-236-49/+134
| * | | RDMA/nes: Fix adapter reset after PXE bootChien Tung2008-04-232-13/+13
| * | | RDMA/nes: Print IPv4 addresses in a readable formatRoland Dreier2008-04-233-9/+13
| * | | RDMA/nes: Use print_mac() to format ethernet addresses for printingRoland Dreier2008-04-233-21/+15
* | | | asm/unaligned.h doesn't work well as the very first includeAl Viro2008-04-272-1/+1
* | | | e1000e triggers sparc32 gcc bugAl Viro2008-04-271-1/+1
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-268-72/+228
|\ \ \
| * | | x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-263-2/+32
| * | | x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu2008-04-264-13/+47
| * | | x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu2008-04-261-2/+8
| * | | mm: allow reserve_bootmem() cross nodesYinghai Lu2008-04-261-23/+69
| * | | mm: offset align in alloc_bootmem()Yinghai Lu2008-04-261-26/+34
| * | | mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu2008-04-261-6/+12
| * | | mm: make mem_map allocation continuousYinghai Lu2008-04-261-3/+29
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-04-262-5/+5
|\ \ \ \
| * | | | kbuild: scripts/Makefile.modpost typo fixAdrian Bunk2008-04-261-1/+1
| * | | | kbuild: soften MODULE_LICENSE checkSam Ravnborg2008-04-261-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-2626-603/+467
|\ \ \ \ \
| * | | | | x86, bitops: select the generic bitmap search functionsAlexander van Heukelum2008-04-265-22/+11
| * | | | | x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting onlyJoe Perches2008-04-261-32/+30
| * | | | | x86: finalize bitops unificationAlexander van Heukelum2008-04-263-77/+33
| * | | | | x86, UML: remove x86-specific implementations of find_first_bitAlexander van Heukelum2008-04-268-193/+10
| * | | | | x86: optimize find_first_bit for small bitmapsAlexander van Heukelum2008-04-261-0/+29
| * | | | | x86: switch 64-bit to generic find_first_bitAlexander van Heukelum2008-04-263-1/+5
| * | | | | x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-265-0/+98
| * | | | | bitops: use __fls for fls64 on 64-bit archsAlexander van Heukelum2008-04-262-13/+24
| * | | | | generic: implement __fls on all 64-bit archsAlexander van Heukelum2008-04-268-0/+35
| * | | | | generic: introduce a generic __fls implementationAlexander van Heukelum2008-04-261-0/+43
| * | | | | x86: merge the simple bitops and move them to bitops.hAlexander van Heukelum2008-04-264-142/+99
| * | | | | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-265-32/+88
| * | | | | x86, uml: fix uml with generic find_next_bit for x86Alexander van Heukelum2008-04-262-0/+8
| * | | | | x86: change x86 to use generic find_next_bitAlexander van Heukelum2008-04-268-157/+12
| * | | | | uml: Kconfig cleanupIngo Molnar2008-04-261-0/+7
| * | | | | uml: fix build errorIngo Molnar2008-04-261-0/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-2677-1875/+1777
|\ \ \ \ \ | |_|/ / / |/| | | |
OpenPOWER on IntegriCloud