| Commit message (Expand) | Author | Age | Files | Lines |
* | aio: use cancellation list lazily | Kent Overstreet | 2013-05-08 | 1 | -2/+1 |
* | aio: move private stuff out of aio.h | Kent Overstreet | 2013-05-08 | 1 | -0/+1 |
* | char: add aio_{read,write} to /dev/{null,zero} | Zach Brown | 2013-05-08 | 1 | -0/+35 |
* | gadget: remove only user of aio retry | Zach Brown | 2013-05-08 | 1 | -9/+29 |
* | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 2013-05-08 | 4 | -6/+6 |
* | drivers/net: rename random32() to prandom_u32() | Akinobu Mita | 2013-05-08 | 7 | -9/+9 |
* | drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver | Lucas Stach | 2013-05-08 | 1 | -0/+5 |
* | e1000e: fix scheduling while atomic bug | Bruce Allan | 2013-05-07 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-05-07 | 6 | -14/+1800 |
|\ |
|
| * | net/usb: new driver for RTL8152 | hayeswang | 2013-05-06 | 4 | -0/+1789 |
| * | 3c59x: fix freeing nonexistent resource on driver unload | Sergei Shtylyov | 2013-05-06 | 1 | -1/+1 |
| * | net/eth/ibmveth: Fixup retrieval of MAC address | Benjamin Herrenschmidt | 2013-05-05 | 1 | -13/+10 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2013-05-07 | 29 | -169/+957 |
|\ \ |
|
| * | | leds: leds-asic3: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han | 2013-04-01 | 1 | -4/+3 |
| * | | leds: leds-bd2802: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2013-04-01 | 1 | -7/+3 |
| * | | leds: lp55xx: configure the clock detection | Kim, Milo | 2013-04-01 | 2 | -6/+27 |
| * | | leds: lp55xx: use common clock framework when external clock is used | Kim, Milo | 2013-04-01 | 2 | -0/+40 |
| * | | leds: leds-ns2: fix oops at module removal | Simon Guinot | 2013-04-01 | 1 | -13/+25 |
| * | | leds: leds-pwm: Defer led_pwm_set() if PWM can sleep | Florian Vaussard | 2013-04-01 | 1 | -8/+42 |
| * | | leds: lp55xx: fix the sysfs read operation | Kim, Milo | 2013-04-01 | 2 | -3/+4 |
| * | | leds: lm355x, lm3642: support camera LED triggers for flash and torch | Kim, Milo | 2013-04-01 | 2 | -0/+4 |
| * | | leds: add camera LED triggers | Kim, Milo | 2013-04-01 | 3 | -0/+66 |
| * | | leds: tca6507: Use of_match_ptr() macro | Sachin Kamat | 2013-04-01 | 1 | -2/+2 |
| * | | leds: wm8350: Complain if we fail to reenable DCDC | Mark Brown | 2013-04-01 | 1 | -1/+4 |
| * | | leds: renesas: set gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -1/+2 |
| * | | leds: leds-ns2: set devm_gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -2/+4 |
| * | | leds: leds-lt3593: set devm_gpio_request_one() flags param correctly | Jingoo Han | 2013-04-01 | 1 | -2/+3 |
| * | | leds: leds-bd2802: remove erroneous __exit annotation | Jingoo Han | 2013-04-01 | 1 | -2/+2 |
| * | | leds: atmel-pwm: remove erroneous __exit annotation | Jingoo Han | 2013-04-01 | 1 | -2/+2 |
| * | | leds: move LED trigger drivers into new subdirectory | Kim, Milo | 2013-04-01 | 13 | -117/+121 |
| * | | leds: add new LP5562 LED driver | Kim, Milo | 2013-04-01 | 4 | -3/+607 |
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-05-07 | 30 | -290/+1164 |
|\ \ \ |
|
| * | | | gpio: grgpio: Add irq support | Andreas Larsson | 2013-04-26 | 1 | -3/+359 |
| * | | | gpio: grgpio: Add device driver for GRGPIO cores | Andreas Larsson | 2013-04-26 | 3 | -0/+159 |
| * | | | gpiolib-acpi: introduce acpi_get_gpio_by_index() helper | Mika Westerberg | 2013-04-12 | 1 | -0/+77 |
| * | | | GPIO: gpio-generic: remove kfree() from bgpio_remove call | Alexander Shiyan | 2013-04-11 | 1 | -5/+1 |
| * | | | gpio / ACPI: Handle ACPI events in accordance with the spec | Rafael J. Wysocki | 2013-04-10 | 1 | -20/+120 |
| * | | | gpio: lpc32xx: Fix off-by-one valid range checking for bank | Axel Lin | 2013-04-10 | 1 | -1/+1 |
| * | | | gpio: mcp23s08: convert driver to DT | Lars Poeschel | 2013-04-10 | 1 | -31/+106 |
| * | | | gpio/omap: force restore if context loss is not detectable | Jon Hunter | 2013-04-10 | 1 | -8/+17 |
| * | | | gpio/omap: optimise interrupt service routine | Jon Hunter | 2013-04-10 | 1 | -7/+7 |
| * | | | gpio/omap: remove extra context restores in *_runtime_resume() | Tarun Kanti DebBarma | 2013-04-10 | 1 | -4/+0 |
| * | | | gpio/omap: free irq domain in probe() failure paths | Jon Hunter | 2013-04-10 | 1 | -2/+4 |
| * | | | gpio: gpio-generic: Add 16 and 32 bit big endian byte order support | Andreas Larsson | 2013-04-10 | 1 | -9/+47 |
| * | | | gpio: samsung: Add terminating entry for exynos_pinctrl_ids | Axel Lin | 2013-03-27 | 1 | -0/+1 |
| * | | | gpio: mvebu: add dbg_show function | Simon Guinot | 2013-03-27 | 1 | -0/+59 |
| * | | | MAX7301 GPIO: Do not force SPI speed when using OF Platform | Christophe Leroy | 2013-03-27 | 1 | -1/+2 |
| * | | | gpio: gpio-tps65910.c: fix checkpatch error | Laurent Navet | 2013-03-27 | 1 | -1/+1 |
| * | | | gpio: gpio-timberdale.c: fix checkpatch error | Laurent Navet | 2013-03-27 | 1 | -2/+1 |
| * | | | gpio: gpio-tc3589x.c: fix checkpatch errors | Laurent Navet | 2013-03-27 | 1 | -4/+4 |