Age | Commit message (Expand) | Author | Files | Lines |
2008-07-25 | init/version.c: define version_string only if CONFIG_KALLSYMS is not defined | Daniel Guilak | 1 | -0/+2 |
2008-07-25 | init/version.c: silence sparse warning by declaring the version string | Daniel Guilak | 1 | -0/+1 |
2008-07-25 | init.h: remove obsolete content | Robert P. J. Day | 1 | -7/+1 |
2008-07-25 | parport: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+2 |
2008-07-25 | mfd: fix platform driver hotplug/coldplug | Kay Sievers | 3 | -0/+6 |
2008-07-25 | drivers/power: fix platform driver hotplug/coldplug | Kay Sievers | 2 | -0/+4 |
2008-07-25 | inflate: refactor inflate malloc code | Thomas Petazzoni | 13 | -439/+62 |
2008-07-25 | exec: remove some includes | Hugh Dickins | 1 | -4/+2 |
2008-07-25 | pdflush: use time_after() instead of open-coding it | OGAWA Hirofumi | 1 | -2/+2 |
2008-07-25 | clean up duplicated alloc/free_thread_info | FUJITA Tomonori | 23 | -80/+50 |
2008-07-25 | misc: add HP WMI laptop extras driver | Matthew Garrett | 3 | -0/+507 |
2008-07-25 | call_usermodehelper(): increase reliability | KOSAKI Motohiro | 3 | -9/+13 |
2008-07-25 | remove some more tipar bits | Adrian Bunk | 3 | -10/+0 |
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 | 3 | -22/+41 |
2008-07-25 | list_for_each_rcu must die: networking | Paul E. McKenney | 3 | -15/+7 |
2008-07-25 | kallsyms: fix potential overflow in binary search | Vegard Nossum | 1 | -1/+1 |
2008-07-25 | introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol | Johannes Berg | 4 | -3/+50 |
2008-07-25 | lists: remove a redundant conditional definition of list_add() | Robert P. J. Day | 2 | -18/+0 |
2008-07-25 | lib: allow memparse() to accept a NULL and ignorable second parm | Robert P. J. Day | 1 | -5/+11 |
2008-07-25 | init/: delete hard-coded setting and testing of BUILD_CRAMDISK | Robert P. J. Day | 1 | -12/+0 |
2008-07-25 | Remove apparently unused fd1772.h header file. | Robert P. J. Day | 1 | -80/+0 |
2008-07-25 | init/do_mounts.c should #include <linux/initrd.h> | Adrian Bunk | 1 | -0/+1 |
2008-07-25 | fix checkstack.pl arch detection | Eric Sandeen | 1 | -1/+2 |
2008-07-25 | find dynamic stack allocations in checkstack.pl | Eric Sandeen | 1 | -1/+23 |
2008-07-25 | lzo: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -4/+2 |
2008-07-25 | include: use get/put_unaligned_* helpers | Harvey Harrison | 3 | -15/+10 |
2008-07-25 | fs: ldm.[ch] use get_unaligned_* helpers | Harvey Harrison | 2 | -40/+35 |
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 | flag parameters: fix compile error of sys_epoll_create1 | Wang Chen | 1 | -0/+1 |
2008-07-25 | mfd: don't use memzero | Andrew Morton | 1 | -1/+1 |
2008-07-25 | endian: Always evaluate arguments. | David Miller | 2 | -12/+12 |
2008-07-25 | char/xilinx_hwicap/xilinx_hwicap.c: Removed duplicated include | Huang Weiyi | 1 | -1/+0 |
2008-07-25 | Undo duplicate "m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>" | Linus Torvalds | 1 | -1/+0 |
2008-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 28 | -124/+385 |
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 | 5 | -0/+27 |
2008-07-25 | virtio: Rename set_features to finalize_features | Rusty Russell | 5 | -20/+24 |
2008-07-25 | virtio: Formally reserve bits 28-31 to be 'transport' features. | Rusty Russell | 2 | -0/+11 |
2008-07-25 | s390: use virtio_console for KVM on s390 | Christian Borntraeger | 4 | -1/+34 |
2008-07-25 | virtio: console as a config option | Christian Borntraeger | 2 | -1/+9 |
2008-07-25 | virtio_console: use virtqueue notification for hvc_console | Christian Borntraeger | 1 | -7/+33 |
2008-07-25 | hvc_console: rework setup to replace irq functions with callbacks | Christian Borntraeger | 8 | -67/+105 |
2008-07-25 | virtio_blk: check for hardsector size from host | Christian Borntraeger | 2 | -1/+12 |
2008-07-25 | virtio: Use bus_type probe and remove methods | Mark McLoughlin | 1 | -9/+9 |
2008-07-25 | virtio: don't always force a notification when ring is full | Rusty Russell | 1 | -2/+5 |
2008-07-25 | virtio: clarify that ABI is usable by any implementations | Rusty Russell | 8 | -3/+17 |
2008-07-25 | virtio: Recycle unused recv buffer pages for large skbs in net driver | Rusty Russell | 1 | -1/+35 |