| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2013-05-07 | 6 | -67/+49 |
|\ |
|
| * | Fix cleaning in scripts/mod | Andreas Schwab | 2013-05-06 | 1 | -0/+2 |
| * | headers_install.pl: convert to headers_install.sh | Rob Landley | 2013-04-09 | 3 | -65/+45 |
| * | kbuild: fix ld-option function | Antony Pavlov | 2013-04-08 | 2 | -2/+2 |
* | | menuconfig: fix NULL pointer dereference when searching a symbol | Li Zefan | 2013-05-07 | 1 | -6/+10 |
* | | 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 | 15 | -50/+1826 |
|\ \ |
|
| * | | tipc: potential divide by zero in tipc_link_recv_fragment() | Dan Carpenter | 2013-05-06 | 1 | -2/+4 |
| * | | tipc: add a bounds check in link_recv_changeover_msg() | Dan Carpenter | 2013-05-06 | 1 | -1/+4 |
| * | | 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 |
| * | | netpoll: inverted down_trylock() test | Dan Carpenter | 2013-05-06 | 1 | -1/+1 |
| * | | rps_dev_flow_table_release(): no need to delay vfree() | Al Viro | 2013-05-06 | 2 | -12/+1 |
| * | | fib_trie: no need to delay vfree() | Al Viro | 2013-05-06 | 1 | -11/+2 |
| * | | net: frag, fix race conditions in LRU list maintenance | Konstantin Khlebnikov | 2013-05-06 | 2 | -2/+4 |
| * | | tcp: do not expire TCP fastopen cookies | Eric Dumazet | 2013-05-05 | 1 | -6/+9 |
| * | | net/eth/ibmveth: Fixup retrieval of MAC address | Benjamin Herrenschmidt | 2013-05-05 | 1 | -13/+10 |
| * | | virtio: don't expose u16 in userspace api | stephen hemminger | 2013-05-05 | 1 | -1/+1 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2013-05-07 | 36 | -220/+1149 |
|\ \ \ |
|
| * | | | 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 | 5 | -62/+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 | 4 | -0/+74 |
| * | | | leds: trigger: use inline functions instead of macros | Kim, Milo | 2013-04-01 | 2 | -13/+14 |
| * | | | 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 | 8 | -7/+799 |
* | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-05-07 | 36 | -293/+1293 |
|\ \ \ \ |
|
| * | | | | gpio: grgpio: Add irq support | Andreas Larsson | 2013-04-26 | 2 | -3/+364 |
| * | | | | gpio: grgpio: Add device driver for GRGPIO cores | Andreas Larsson | 2013-04-26 | 4 | -0/+180 |
| * | | | | gpiolib-acpi: introduce acpi_get_gpio_by_index() helper | Mika Westerberg | 2013-04-12 | 3 | -1/+125 |
| * | | | | 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 | 2 | -20/+122 |
| * | | | | 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 | 2 | -31/+153 |
| * | | | | gpio/omap: force restore if context loss is not detectable | Jon Hunter | 2013-04-10 | 2 | -10/+22 |
| * | | | | 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 |