| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: add bt8xxgpio driver | Michael Buesch | 2008-07-25 | 5 | -0/+440 |
* | gpio: mcp23s08 handles multiple chips per chipselect | David Brownell | 2008-07-25 | 2 | -40/+118 |
* | gpio: sysfs interface | David Brownell | 2008-07-25 | 12 | -20/+712 |
* | kprobes: remove redundant config check | Abhishek Sagar | 2008-07-25 | 1 | -5/+0 |
* | kprobes: improve kretprobe scalability with hashed locking | Srinivasa D S | 2008-07-25 | 8 | -67/+108 |
* | mfd: sm501 fix gpio number calculation for upper bank | Ben Dooks | 2008-07-25 | 1 | -1/+3 |
* | mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unset | Ben Dooks | 2008-07-25 | 1 | -5/+24 |
* | sm501: fixes for akpms comments on gpiolib addition | Ben Dooks | 2008-07-25 | 1 | -8/+16 |
* | sm501: gpio I2C support | Ben Dooks | 2008-07-25 | 2 | -2/+84 |
* | sm501: gpio dynamic registration for PCI devices | Arnaud Patard | 2008-07-25 | 2 | -3/+5 |
* | sm501: add gpiolib support | Ben Dooks | 2008-07-25 | 3 | -70/+257 |
* | sm501: add power control callback | Ben Dooks | 2008-07-25 | 2 | -0/+38 |
* | printk ratelimiting rewrite | Dave Young | 2008-07-25 | 10 | -56/+79 |
* | kallsyms: unify 32- and 64-bit code | Vegard Nossum | 2008-07-25 | 1 | -13/+6 |
* | list debugging: use WARN() instead of BUG() | Dave Jones | 2008-07-25 | 1 | -22/+14 |
* | Example use of WARN() | Arjan van de Ven | 2008-07-25 | 1 | -6/+3 |
* | kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() | Arjan van de Ven | 2008-07-25 | 1 | -3/+1 |
* | Add a WARN() macro; this is WARN_ON() + printk arguments | Arjan van de Ven | 2008-07-25 | 2 | -0/+44 |
* | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 2008-07-25 | 28 | -55/+48 |
* | drivers/misc/hpilo.c needs CONFIG_PCI | Andrew Morton | 2008-07-25 | 1 | -0/+1 |
* | documentation: update CodingStyle tips for Emacs users | Johannes Weiner | 2008-07-25 | 1 | -19/+23 |
* | init/version.c: define version_string only if CONFIG_KALLSYMS is not defined | Daniel Guilak | 2008-07-25 | 1 | -0/+2 |
* | init/version.c: silence sparse warning by declaring the version string | Daniel Guilak | 2008-07-25 | 1 | -0/+1 |
* | init.h: remove obsolete content | Robert P. J. Day | 2008-07-25 | 1 | -7/+1 |
* | parport: fix platform driver hotplug/coldplug | Kay Sievers | 2008-07-25 | 1 | -0/+2 |
* | mfd: fix platform driver hotplug/coldplug | Kay Sievers | 2008-07-25 | 3 | -0/+6 |
* | drivers/power: fix platform driver hotplug/coldplug | Kay Sievers | 2008-07-25 | 2 | -0/+4 |
* | inflate: refactor inflate malloc code | Thomas Petazzoni | 2008-07-25 | 13 | -439/+62 |
* | exec: remove some includes | Hugh Dickins | 2008-07-25 | 1 | -4/+2 |
* | pdflush: use time_after() instead of open-coding it | OGAWA Hirofumi | 2008-07-25 | 1 | -2/+2 |
* | clean up duplicated alloc/free_thread_info | FUJITA Tomonori | 2008-07-25 | 23 | -80/+50 |
* | misc: add HP WMI laptop extras driver | Matthew Garrett | 2008-07-25 | 3 | -0/+507 |
* | call_usermodehelper(): increase reliability | KOSAKI Motohiro | 2008-07-25 | 3 | -9/+13 |
* | remove some more tipar bits | Adrian Bunk | 2008-07-25 | 3 | -10/+0 |
* | asm-generic/int-ll64.h: always provide __{s,u}64 | Adrian Bunk | 2008-07-25 | 1 | -1/+1 |
* | build-kernel-profileo-only-when-requested-cleanups | Andrew Morton | 2008-07-25 | 1 | -2/+4 |
* | build kernel/profile.o only when requested | Adrian Bunk | 2008-07-25 | 3 | -22/+41 |
* | list_for_each_rcu must die: networking | Paul E. McKenney | 2008-07-25 | 3 | -15/+7 |
* | kallsyms: fix potential overflow in binary search | Vegard Nossum | 2008-07-25 | 1 | -1/+1 |
* | introduce HAVE_EFFICIENT_UNALIGNED_ACCESS Kconfig symbol | Johannes Berg | 2008-07-25 | 4 | -3/+50 |
* | lists: remove a redundant conditional definition of list_add() | Robert P. J. Day | 2008-07-25 | 2 | -18/+0 |
* | lib: allow memparse() to accept a NULL and ignorable second parm | Robert P. J. Day | 2008-07-25 | 1 | -5/+11 |
* | init/: delete hard-coded setting and testing of BUILD_CRAMDISK | Robert P. J. Day | 2008-07-25 | 1 | -12/+0 |
* | Remove apparently unused fd1772.h header file. | Robert P. J. Day | 2008-07-25 | 1 | -80/+0 |
* | init/do_mounts.c should #include <linux/initrd.h> | Adrian Bunk | 2008-07-25 | 1 | -0/+1 |
* | fix checkstack.pl arch detection | Eric Sandeen | 2008-07-25 | 1 | -1/+2 |
* | find dynamic stack allocations in checkstack.pl | Eric Sandeen | 2008-07-25 | 1 | -1/+23 |
* | lzo: use get/put_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 1 | -4/+2 |
* | include: use get/put_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 3 | -15/+10 |
* | fs: ldm.[ch] use get_unaligned_* helpers | Harvey Harrison | 2008-07-25 | 2 | -40/+35 |