| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rtc-parisc: use platform_driver_probe | dann frazier | 2009-04-01 | 1 | -9/+3 |
* | rtc-parisc: use rtc_valid_tm() in parisc_get_time | dann frazier | 2009-04-01 | 1 | -1/+1 |
* | rtc-parisc: remove struct parisc_rtc | dann frazier | 2009-04-01 | 1 | -12/+7 |
* | rtc-parisc: remove redundant locking | dann frazier | 2009-04-01 | 1 | -11/+1 |
* | rtc-parisc: add a missing include for linux/rtc.h | dann frazier | 2009-04-01 | 1 | -0/+1 |
* | rtc: add platform driver for EFI | dann frazier | 2009-04-01 | 4 | -0/+262 |
* | rtc: convert LEAP_YEAR into an inline | Andrew Morton | 2009-04-01 | 2 | -4/+9 |
* | rtc: convert wm8350 use new alarm and update operations | Mark Brown | 2009-04-01 | 1 | -21/+18 |
* | autofs4: fix kernel includes | Ian Kent | 2009-04-01 | 2 | -3/+10 |
* | autofs4: fix lookup deadlock | Ian Kent | 2009-04-01 | 1 | -20/+21 |
* | autofs4: cleanup expire code duplication | Ian Kent | 2009-04-01 | 3 | -38/+20 |
* | ecryptfs: use kzfree() | Johannes Weiner | 2009-04-01 | 2 | -4/+2 |
* | powerpc/fsl_soc: isolate legacy fsl_spi support to mpc832x_rdb boards | Anton Vorontsov | 2009-04-01 | 3 | -111/+107 |
* | powerpc/83xx: add mmc-spi support via the device tree for MPC8323E-RDB | Anton Vorontsov | 2009-04-01 | 2 | -0/+30 |
* | powerpc: add mmc-spi-slot bindings | Anton Vorontsov | 2009-04-01 | 2 | -0/+24 |
* | spi_mpc83xx: add OF platform driver bindings | Anton Vorontsov | 2009-04-01 | 2 | -37/+295 |
* | spi_mpc83xx: rework chip selects handling | Anton Vorontsov | 2009-04-01 | 5 | -37/+23 |
* | spi_mpc83xx: fix sparse warnings | Anton Vorontsov | 2009-04-01 | 1 | -7/+9 |
* | ramfs: add support for "mode=" mount option | Wu Fengguang | 2009-04-01 | 1 | -8/+86 |
* | lis3: SPI transport layer | Daniel Mack | 2009-04-01 | 3 | -0/+131 |
* | lis3: solve dependency between core and ACPI | Daniel Mack | 2009-04-01 | 3 | -100/+105 |
* | lis3: reorder functions to make forward decl obsolete | Daniel Mack | 2009-04-01 | 1 | -33/+31 |
* | hp_accel: axis conversion for hp compaq 8710w | Luca Cappa | 2009-04-01 | 1 | -0/+1 |
* | hp_accel: add two more axis information | Pavel Machek | 2009-04-01 | 1 | -0/+2 |
* | hwmon: Add LTC4215 driver | Ira Snyder | 2009-04-01 | 4 | -0/+426 |
* | hwmon: LM95241 driver | Davide Rizzo | 2009-04-01 | 3 | -0/+537 |
* | hp_accel: adev is poor name of exported symbol | Pavel Machek | 2009-04-01 | 3 | -106/+116 |
* | hp_accel: small documentation updates | Pavel Machek | 2009-04-01 | 1 | -5/+15 |
* | epoll keyed wakeups: make tty use keyed wakeups | Davide Libenzi | 2009-04-01 | 1 | -10/+10 |
* | epoll keyed wakeups: make eventfd use keyed wakeups | Davide Libenzi | 2009-04-01 | 1 | -3/+3 |
* | epoll keyed wakeups: teach epoll about hints coming with the wakeup key | Davide Libenzi | 2009-04-01 | 1 | -2/+29 |
* | epoll keyed wakeups: make sockets use keyed wakeups | Davide Libenzi | 2009-04-01 | 1 | -3/+5 |
* | epoll keyed wakeups: introduce new *_poll() wakeup macros | Davide Libenzi | 2009-04-01 | 1 | -13/+9 |
* | epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key() | Davide Libenzi | 2009-04-01 | 2 | -6/+24 |
* | eventfd: improve support for semaphore-like behavior | Davide Libenzi | 2009-04-01 | 2 | -10/+22 |
* | epoll: use real type instead of void * | Tony Battersby | 2009-04-01 | 1 | -1/+1 |
* | epoll: clean up ep_modify | Tony Battersby | 2009-04-01 | 1 | -12/+7 |
* | epoll: remove unnecessary xchg | Tony Battersby | 2009-04-01 | 1 | -14/+8 |
* | epoll: remember the event if epoll_wait returns -EFAULT | Tony Battersby | 2009-04-01 | 1 | -1/+3 |
* | epoll: don't use current in irq context | Tony Battersby | 2009-04-01 | 1 | -7/+8 |
* | epoll: remove debugging code | Davide Libenzi | 2009-04-01 | 1 | -67/+11 |
* | epoll: fix epoll's own poll (update) | Davide Libenzi | 2009-04-01 | 1 | -53/+57 |
* | epoll: fix epoll's own poll | Davide Libenzi | 2009-04-01 | 1 | -207/+304 |
* | drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor | Daniel Mack | 2009-04-01 | 4 | -0/+543 |
* | hpilo: reduce frequency of IO operations | David Altobelli | 2009-04-01 | 2 | -4/+8 |
* | ntfs: remove private wrapper of endian helpers | Harvey Harrison | 2009-04-01 | 7 | -227/+215 |
* | introduce pr_cont() macro | Cyrill Gorcunov | 2009-04-01 | 1 | -0/+2 |
* | init/main.c: fix sparse warnings: context imbalance | Hannes Eder | 2009-04-01 | 1 | -0/+1 |
* | bcm47xx: fix GPIO API return codes | Michael Buesch | 2009-04-01 | 1 | -8/+12 |
* | auxdisplay: remove PARPORT dependency | H Hartley Sweeten | 2009-04-01 | 1 | -2/+1 |