Age | Commit message (Expand) | Author | Files | Lines |
2008-07-25 | unexport proc_clear_tty | Adrian Bunk | 1 | -1/+0 |
2008-07-25 | dell_rbu: use memory_read_from_buffer() | Akinobu Mita | 1 | -25/+3 |
2008-07-25 | dcdbas: use memory_read_from_buffer() | Akinobu Mita | 1 | -11/+2 |
2008-07-25 | firmware: use memory_read_from_buffer() | Akinobu Mita | 1 | -9/+3 |
2008-07-25 | drivers/misc/phantom: note PCI | Jiri Slaby | 2 | -2/+4 |
2008-07-25 | Char: mxser, various cleanups | Jiri Slaby | 1 | -20/+4 |
2008-07-25 | Char: mxser, remove predefined isa support | Jiri Slaby | 1 | -40/+27 |
2008-07-25 | Char: mxser, prints cleanup | Jiri Slaby | 1 | -43/+37 |
2008-07-25 | Char: mxser, globals cleanup | Jiri Slaby | 1 | -75/+55 |
2008-07-25 | Char: mxser, ioctl cleanup | Jiri Slaby | 1 | -23/+19 |
2008-07-25 | nwflash: use simple_read_from_buffer() | Akinobu Mita | 1 | -23/+8 |
2008-07-25 | dsp56k: BKL pushdown | Alan Cox | 1 | -6/+14 |
2008-07-25 | ds1302: push down the BKL into the driver ioctl code | Alan Cox | 1 | -6/+11 |
2008-07-25 | ppdev: wrap ioctl handler in driver and push lock down | Alan Cox | 1 | -5/+13 |
2008-07-25 | ixj: push BKL into driver and wrap ioctls | Alan Cox | 1 | -4/+13 |
2008-07-25 | sx: push BKL down into the firmware ioctl handler | Alan Cox | 1 | -30/+43 |
2008-07-25 | rio: push down the BKL into the firmware ioctl handler | Alan Cox | 1 | -3/+5 |
2008-07-25 | mwave: ioctl BKL pushdown | Alan Cox | 1 | -11/+28 |
2008-07-25 | ip2: push BKL down for the firmware interface | Alan Cox | 1 | -5/+8 |
2008-07-25 | efirtc: push down the BKL | Alan Cox | 1 | -16/+19 |
2008-07-25 | #if 0 hpet_unregister() | Adrian Bunk | 1 | -0/+2 |
2008-07-25 | proper extern for mwave_s_mdd | Adrian Bunk | 2 | -2/+2 |
2008-07-25 | gpio: max732x driver | Eric Miao | 3 | -0/+405 |
2008-07-25 | gpiolib: allow user-selection | Michael Buesch | 6 | -10/+35 |
2008-07-25 | gpio: add bt8xxgpio driver | Michael Buesch | 3 | -0/+367 |
2008-07-25 | gpio: mcp23s08 handles multiple chips per chipselect | David Brownell | 1 | -31/+102 |
2008-07-25 | gpio: sysfs interface | David Brownell | 7 | -13/+545 |
2008-07-25 | mfd: sm501 fix gpio number calculation for upper bank | Ben Dooks | 1 | -1/+3 |
2008-07-25 | mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unset | Ben Dooks | 1 | -5/+24 |
2008-07-25 | sm501: fixes for akpms comments on gpiolib addition | Ben Dooks | 1 | -8/+16 |
2008-07-25 | sm501: gpio I2C support | Ben Dooks | 1 | -1/+75 |
2008-07-25 | sm501: gpio dynamic registration for PCI devices | Arnaud Patard | 1 | -2/+4 |
2008-07-25 | sm501: add gpiolib support | Ben Dooks | 2 | -52/+255 |
2008-07-25 | sm501: add power control callback | Ben Dooks | 1 | -0/+31 |
2008-07-25 | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 27 | -54/+47 |
2008-07-25 | drivers/misc/hpilo.c needs CONFIG_PCI | Andrew Morton | 1 | -0/+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 | misc: add HP WMI laptop extras driver | Matthew Garrett | 3 | -0/+507 |
2008-07-25 | remove some more tipar bits | Adrian Bunk | 1 | -1/+0 |
2008-07-25 | mfd: don't use memzero | Andrew Morton | 1 | -1/+1 |
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 | virtio: Add transport feature handling stub for virtio_ring. | Rusty Russell | 4 | -0/+25 |
2008-07-25 | virtio: Rename set_features to finalize_features | Rusty Russell | 4 | -17/+20 |
2008-07-25 | virtio: Formally reserve bits 28-31 to be 'transport' features. | Rusty Russell | 1 | -0/+5 |
2008-07-25 | s390: use virtio_console for KVM on s390 | Christian Borntraeger | 1 | -0/+20 |
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 |