Age | Commit message (Expand) | Author | Files | Lines |
2008-07-25 | clean up duplicated alloc/free_thread_info | FUJITA Tomonori | 22 | -80/+33 |
2008-07-25 | call_usermodehelper(): increase reliability | KOSAKI Motohiro | 1 | -4/+7 |
2008-07-25 | asm-generic/int-ll64.h: always provide __{s,u}64 | Adrian Bunk | 1 | -1/+1 |
2008-07-25 | build-kernel-profileo-only-when-requested-cleanups | Andrew Morton | 1 | -2/+4 |
2008-07-25 | build kernel/profile.o only when requested | Adrian Bunk | 1 | -17/+39 |
2008-07-25 | lists: remove a redundant conditional definition of list_add() | Robert P. J. Day | 1 | -4/+0 |
2008-07-25 | Remove apparently unused fd1772.h header file. | Robert P. J. Day | 1 | -80/+0 |
2008-07-25 | include: use get/put_unaligned_* helpers | Harvey Harrison | 3 | -15/+10 |
2008-07-25 | locking: add typecheck on irqsave and friends for correct flags | Steven Rostedt | 2 | -31/+95 |
2008-07-25 | split the typecheck macros out of include/linux/kernel.h | Andrew Morton | 2 | -20/+25 |
2008-07-25 | endian: Always evaluate arguments. | David Miller | 2 | -12/+12 |
2008-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 10 | -6/+42 |
2008-07-25 | Label kthread_create() with printf attribute tag. | Rusty Russell | 1 | -1/+2 |
2008-07-25 | virtio: Add transport feature handling stub for virtio_ring. | Rusty Russell | 1 | -0/+2 |
2008-07-25 | virtio: Rename set_features to finalize_features | Rusty Russell | 1 | -3/+4 |
2008-07-25 | virtio: Formally reserve bits 28-31 to be 'transport' features. | Rusty Russell | 1 | -0/+6 |
2008-07-25 | s390: use virtio_console for KVM on s390 | Christian Borntraeger | 1 | -0/+10 |
2008-07-25 | virtio_blk: check for hardsector size from host | Christian Borntraeger | 1 | -0/+3 |
2008-07-25 | virtio: clarify that ABI is usable by any implementations | Rusty Russell | 8 | -3/+17 |
2008-07-25 | x86-64: Clean up 'save/restore_i387()' usage | Linus Torvalds | 1 | -54/+0 |
2008-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 20 | -587/+29 |
2008-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -0/+2 |
2008-07-25 | ide: drop 'name' parameter from ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-25 | ide: remove <asm/ide.h> for some archs | Bartlomiej Zolnierkiewicz | 9 | -171/+6 |
2008-07-25 | ide-generic: remove ide_default_{io_base,irq}() inlines (take 3) | Bartlomiej Zolnierkiewicz | 5 | -159/+0 |
2008-07-25 | ide-generic: remove broken PPC_PREP support | Bartlomiej Zolnierkiewicz | 1 | -18/+0 |
2008-07-25 | ide: define MAX_HWIFS in <linux/ide.h> | Bartlomiej Zolnierkiewicz | 14 | -65/+8 |
2008-07-25 | ide: remove <asm-cris/ide.h> | Bartlomiej Zolnierkiewicz | 3 | -148/+0 |
2008-07-25 | ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base() | Bartlomiej Zolnierkiewicz | 2 | -28/+8 |
2008-07-25 | ide-generic: minor fix for mips | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-07-25 | ide-generic: fix ide_default_io_base() for m32r | Bartlomiej Zolnierkiewicz | 1 | -0/+8 |
2008-07-25 | ide: fix <asm-xtensa/ide.h> | Bartlomiej Zolnierkiewicz | 1 | -11/+2 |
2008-07-25 | ide: add ide_pci_remove() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2008-07-25 | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz | 1 | -2/+5 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 3 | -6/+26 |
2008-07-24 | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+3 |
2008-07-24 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2008-07-24 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 23 | -26/+2 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 4 | -20/+56 |
2008-07-24 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds | Linus Torvalds | 2 | -1/+60 |
2008-07-24 | UFS: add const to parser token table | Steven Whitehouse | 1 | -1/+1 |
2008-07-24 | video/fb: cleanup FB_MAJOR usage | Philippe De Muyter | 2 | -2/+1 |
2008-07-24 | fbdev: LCD backlight driver using Atmel PWM driver | Hans-Christian Egtvedt | 1 | -0/+43 |
2008-07-24 | video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver | Nobuhiro Iwamatsu | 1 | -0/+197 |
2008-07-24 | neofb: drop the xtimings structure | Krzysztof Helt | 1 | -17/+0 |
2008-07-24 | lcd: add platform_lcd driver | Ben Dooks | 1 | -0/+21 |
2008-07-24 | lcd: add lcd_device to check_fb() entry in lcd_ops | Ben Dooks | 1 | -1/+1 |
2008-07-24 | fb: add support for the ILI9320 video display controller | Ben Dooks | 1 | -0/+201 |
2008-07-24 | sm501: add inversion controls for VBIASEN and FPEN | Ben Dooks | 1 | -0/+2 |