aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Add __mca_table to the DISCARD list in gate.ldsJes Sorensen2006-03-302-0/+5
* [IA64] Move __mca_table out of the __init sectionRuss Anderson2006-03-291-9/+9
* [IA64] simplify some condition checks in iosapic_check_gsi_rangeSatoru Takeuchi2006-03-281-4/+1
* [IA64] correct some messages and fixes some minor thingsSatoru Takeuchi2006-03-281-99/+161
* [IA64-SGI] fix for-loop in sn_hwperf_geoid_to_cnode()Dean Roe2006-03-281-1/+5
* [IA64-SGI] sn_hwperf use of num_online_cpus()hawkes@sgi.com2006-03-271-1/+1
* [IA64] optimize flush_tlb_range on large numa boxChen, Kenneth W2006-03-271-5/+7
* [IA64] lazy_mmu_prot_update needs to be aware of huge pagesZhang, Yanmin2006-03-271-1/+7
* [PATCH] one ipc/sem.c->mutex.c converstion too many..Manfred Spraul2006-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-2626-98/+50
|\
| * drivers/char/ftape/lowlevel/fdc-io.c: Correct a commentBastien Roucaries2006-03-261-1/+1
| * Kconfig help: MTD_JEDECPROBE already supports IntelAdrian Bunk2006-03-261-3/+2
| * Remove ugly debugging stuffArtem B. Bityuckiy2006-03-261-9/+0
| * do_mounts.c: Minor ROOT_DEV comment cleanupFlorin Malita2006-03-261-1/+0
| * BUG_ON() Conversion in drivers/s390/block/dasd_devmap.cEric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in mm/mempool.cEric Sesterhenn2006-03-261-2/+2
| * BUG_ON() Conversion in mm/memory.cEric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in kernel/fork.cEric Sesterhenn2006-03-261-2/+1
| * BUG_ON() Conversion in ipc/sem.cEric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in fs/ext2/Eric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in fs/hfs/Eric Sesterhenn2006-03-262-8/+4
| * BUG_ON() Conversion in fs/dcache.cEric Sesterhenn2006-03-261-1/+1
| * BUG_ON() Conversion in fs/buffer.cEric Sesterhenn2006-03-261-6/+3
| * BUG_ON() Conversion in input/serio/hp_sdc_mlc.cEric Sesterhenn2006-03-261-3/+4
| * BUG_ON() Conversion in md/dm-table.cEric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in md/dm-path-selector.cEric Sesterhenn2006-03-261-2/+1
| * BUG_ON() Conversion in drivers/isdnEric Sesterhenn2006-03-265-21/+9
| * BUG_ON() Conversion in drivers/charEric Sesterhenn2006-03-262-9/+5
| * BUG_ON() Conversion in drivers/mtd/Eric Sesterhenn2006-03-263-10/+7
* | [PATCH] bitops: hweight() speedupAkinobu Mita2006-03-261-15/+14
* | [PATCH] bitops: hweight() related cleanupAkinobu Mita2006-03-262-19/+3
* | [PATCH] bitops: remove unused generic bitops in include/linux/bitops.hAkinobu Mita2006-03-261-123/+1
* | [PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita2006-03-263-3/+32
* | [PATCH] bitops: ia64: make partial_page.bitmap an unsigned longAkinobu Mita2006-03-261-2/+2
* | [PATCH] bitops: sh: make thread_info.flags an unsigned longAkinobu Mita2006-03-261-1/+1
* | [PATCH] bitops: update include/asm-generic/bitops.hAkinobu Mita2006-03-261-63/+13
* | [PATCH] bitops: xtensa: use generic bitopsAkinobu Mita2006-03-262-332/+16
* | [PATCH] bitops: x86_64: use generic bitopsAkinobu Mita2006-03-262-36/+10
* | [PATCH] bitops: v850: use generic bitopsAkinobu Mita2006-03-262-209/+17
* | [PATCH] bitops: sparc64: use generic bitopsAkinobu Mita2006-03-265-339/+22
* | [PATCH] bitops: sparc: use generic bitopsAkinobu Mita2006-03-262-376/+20
* | [PATCH] bitops: sh64: use generic bitopsAkinobu Mita2006-03-262-373/+19
* | [PATCH] bitops: sh: use generic bitopsAkinobu Mita2006-03-262-332/+18
* | [PATCH] bitops: s390: use generic bitopsAkinobu Mita2006-03-262-39/+9
* | [PATCH] bitops: powerpc: use generic bitopsAkinobu Mita2006-03-262-101/+8
* | [PATCH] bitops: parisc: use generic bitopsAkinobu Mita2006-03-262-277/+17
* | [PATCH] bitops: mips: use generic bitopsAkinobu Mita2006-03-262-449/+24
* | [PATCH] bitops: m68knommu: use generic bitopsAkinobu Mita2006-03-262-212/+17
* | [PATCH] ppc: fix undefined reference to hweight32Akinobu Mita2006-03-261-0/+4
* | [PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bitAkinobu Mita2006-03-261-2/+52