aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/stallion.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25init.h: remove obsolete contentRobert P. J. Day1-7/+1
2008-07-25parport: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-07-25mfd: fix platform driver hotplug/coldplugKay Sievers3-0/+6
2008-07-25drivers/power: fix platform driver hotplug/coldplugKay Sievers2-0/+4
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni13-439/+62
2008-07-25exec: remove some includesHugh Dickins1-4/+2
2008-07-25pdflush: use time_after() instead of open-coding itOGAWA Hirofumi1-2/+2
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori23-80/+50
2008-07-25misc: add HP WMI laptop extras driverMatthew Garrett3-0/+507
2008-07-25call_usermodehelper(): increase reliabilityKOSAKI Motohiro3-9/+13
2008-07-25remove some more tipar bitsAdrian Bunk3-10/+0
2008-07-25asm-generic/int-ll64.h: always provide __{s,u}64Adrian Bunk1-1/+1
2008-07-25build-kernel-profileo-only-when-requested-cleanupsAndrew Morton1-2/+4
2008-07-25build kernel/profile.o only when requestedAdrian Bunk3-22/+41
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney3-15/+7
2008-07-25kallsyms: fix potential overflow in binary searchVegard Nossum1-1/+1
2008-07-25introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbolJohannes Berg4-3/+50
2008-07-25lists: remove a redundant conditional definition of list_add()Robert P. J. Day2-18/+0
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day1-5/+11
2008-07-25init/: delete hard-coded setting and testing of BUILD_CRAMDISKRobert P. J. Day1-12/+0
2008-07-25Remove apparently unused fd1772.h header file.Robert P. J. Day1-80/+0
2008-07-25init/do_mounts.c should #include <linux/initrd.h>Adrian Bunk1-0/+1
2008-07-25fix checkstack.pl arch detectionEric Sandeen1-1/+2
2008-07-25find dynamic stack allocations in checkstack.plEric Sandeen1-1/+23
2008-07-25lzo: use get/put_unaligned_* helpersHarvey Harrison1-4/+2
2008-07-25include: use get/put_unaligned_* helpersHarvey Harrison3-15/+10
2008-07-25fs: ldm.[ch] use get_unaligned_* helpersHarvey Harrison2-40/+35
2008-07-25locking: add typecheck on irqsave and friends for correct flagsSteven Rostedt2-31/+95
2008-07-25split the typecheck macros out of include/linux/kernel.hAndrew Morton2-20/+25
2008-07-25flag parameters: fix compile error of sys_epoll_create1Wang Chen1-0/+1
2008-07-25mfd: don't use memzeroAndrew Morton1-1/+1
2008-07-25endian: Always evaluate arguments.David Miller2-12/+12
2008-07-25char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated includeHuang Weiyi1-1/+0
2008-07-25Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>"Linus Torvalds1-1/+0
2008-07-24Label kthread_create() with printf attribute tag.Rusty Russell1-1/+2
2008-07-25virtio: Add transport feature handling stub for virtio_ring.Rusty Russell5-0/+27
2008-07-25virtio: Rename set_features to finalize_featuresRusty Russell5-20/+24
2008-07-25virtio: Formally reserve bits 28-31 to be 'transport' features.Rusty Russell2-0/+11
2008-07-25s390: use virtio_console for KVM on s390Christian Borntraeger4-1/+34
2008-07-25virtio: console as a config optionChristian Borntraeger2-1/+9
2008-07-25virtio_console: use virtqueue notification for hvc_consoleChristian Borntraeger1-7/+33
2008-07-25hvc_console: rework setup to replace irq functions with callbacksChristian Borntraeger8-67/+105
2008-07-25virtio_blk: check for hardsector size from hostChristian Borntraeger2-1/+12
2008-07-25virtio: Use bus_type probe and remove methodsMark McLoughlin1-9/+9
2008-07-25virtio: don't always force a notification when ring is fullRusty Russell1-2/+5
2008-07-25virtio: clarify that ABI is usable by any implementationsRusty Russell8-3/+17
2008-07-25virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell1-1/+35
2008-07-25virtio net: Allow receiving SG packetsHerbert Xu1-5/+39
2008-07-25virtio net: Add ethtool ops for SG/GSOHerbert Xu1-0/+18
2008-07-25virtio: fix virtio_net xmit of freed skb bugMark McLoughlin1-10/+10