| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] lazy_mmu_prot_update needs to be aware of huge pages | Zhang, Yanmin | 2006-03-27 | 1 | -1/+7 |
* | [PATCH] one ipc/sem.c->mutex.c converstion too many.. | Manfred Spraul | 2006-03-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-26 | 26 | -98/+50 |
|\ |
|
| * | drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment | Bastien Roucaries | 2006-03-26 | 1 | -1/+1 |
| * | Kconfig help: MTD_JEDECPROBE already supports Intel | Adrian Bunk | 2006-03-26 | 1 | -3/+2 |
| * | Remove ugly debugging stuff | Artem B. Bityuckiy | 2006-03-26 | 1 | -9/+0 |
| * | do_mounts.c: Minor ROOT_DEV comment cleanup | Florin Malita | 2006-03-26 | 1 | -1/+0 |
| * | BUG_ON() Conversion in drivers/s390/block/dasd_devmap.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in mm/mempool.c | Eric Sesterhenn | 2006-03-26 | 1 | -2/+2 |
| * | BUG_ON() Conversion in mm/memory.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in kernel/fork.c | Eric Sesterhenn | 2006-03-26 | 1 | -2/+1 |
| * | BUG_ON() Conversion in ipc/sem.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in fs/ext2/ | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in fs/hfs/ | Eric Sesterhenn | 2006-03-26 | 2 | -8/+4 |
| * | BUG_ON() Conversion in fs/dcache.c | Eric Sesterhenn | 2006-03-26 | 1 | -1/+1 |
| * | BUG_ON() Conversion in fs/buffer.c | Eric Sesterhenn | 2006-03-26 | 1 | -6/+3 |
| * | BUG_ON() Conversion in input/serio/hp_sdc_mlc.c | Eric Sesterhenn | 2006-03-26 | 1 | -3/+4 |
| * | BUG_ON() Conversion in md/dm-table.c | Eric Sesterhenn | 2006-03-26 | 1 | -4/+2 |
| * | BUG_ON() Conversion in md/dm-path-selector.c | Eric Sesterhenn | 2006-03-26 | 1 | -2/+1 |
| * | BUG_ON() Conversion in drivers/isdn | Eric Sesterhenn | 2006-03-26 | 5 | -21/+9 |
| * | BUG_ON() Conversion in drivers/char | Eric Sesterhenn | 2006-03-26 | 2 | -9/+5 |
| * | BUG_ON() Conversion in drivers/mtd/ | Eric Sesterhenn | 2006-03-26 | 3 | -10/+7 |
* | | [PATCH] bitops: hweight() speedup | Akinobu Mita | 2006-03-26 | 1 | -15/+14 |
* | | [PATCH] bitops: hweight() related cleanup | Akinobu Mita | 2006-03-26 | 2 | -19/+3 |
* | | [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h | Akinobu Mita | 2006-03-26 | 1 | -123/+1 |
* | | [PATCH] bitops: ntfs: remove generic_ffs() | Akinobu Mita | 2006-03-26 | 3 | -3/+32 |
* | | [PATCH] bitops: ia64: make partial_page.bitmap an unsigned long | Akinobu Mita | 2006-03-26 | 1 | -2/+2 |
* | | [PATCH] bitops: sh: make thread_info.flags an unsigned long | Akinobu Mita | 2006-03-26 | 1 | -1/+1 |
* | | [PATCH] bitops: update include/asm-generic/bitops.h | Akinobu Mita | 2006-03-26 | 1 | -63/+13 |
* | | [PATCH] bitops: xtensa: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -332/+16 |
* | | [PATCH] bitops: x86_64: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -36/+10 |
* | | [PATCH] bitops: v850: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -209/+17 |
* | | [PATCH] bitops: sparc64: use generic bitops | Akinobu Mita | 2006-03-26 | 5 | -339/+22 |
* | | [PATCH] bitops: sparc: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -376/+20 |
* | | [PATCH] bitops: sh64: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -373/+19 |
* | | [PATCH] bitops: sh: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -332/+18 |
* | | [PATCH] bitops: s390: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -39/+9 |
* | | [PATCH] bitops: powerpc: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -101/+8 |
* | | [PATCH] bitops: parisc: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -277/+17 |
* | | [PATCH] bitops: mips: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -449/+24 |
* | | [PATCH] bitops: m68knommu: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -212/+17 |
* | | [PATCH] ppc: fix undefined reference to hweight32 | Akinobu Mita | 2006-03-26 | 1 | -0/+4 |
* | | [PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bit | Akinobu Mita | 2006-03-26 | 1 | -2/+52 |
* | | [PATCH] bitops: m68k: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -81/+9 |
* | | [PATCH] bitops: m32r: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -445/+20 |
* | | [PATCH] bitops: ia64: use generic bitops | Akinobu Mita | 2006-03-26 | 4 | -139/+22 |
* | | [PATCH] bitops: i386: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -47/+12 |
* | | [PATCH] bitops: h8300: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -213/+17 |
* | | [PATCH] bitops: frv: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -161/+13 |
* | | [PATCH] bitops: cris: use generic bitops | Akinobu Mita | 2006-03-26 | 2 | -226/+16 |