| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | kconfig: do not override symbols already set | Yann E. MORIN | 2013-04-25 | 1 | -1/+1 |
| * | | | | kconfig: fix randconfig tristate detection | Yann E. MORIN | 2013-04-25 | 1 | -1/+1 |
| * | | | | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h | Yann E. MORIN | 2013-04-16 | 1 | -2/+2 |
| * | | | | menuconfig: Add "breadcrumbs" navigation aid | Benjamin Poirier | 2013-04-16 | 4 | -3/+147 |
| * | | | | menuconfig: Fix memory leak introduced by jump keys feature | Benjamin Poirier | 2013-04-16 | 2 | -0/+16 |
| * | | | | merge_config.sh: Avoid creating unnessary source softlinks | John Stultz | 2013-04-10 | 1 | -1/+9 |
| * | | | | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu... | Michal Marek | 2013-03-21 | 2 | -1/+5 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | kconfig: optionally use pkg-config to detect ncurses libs | Justin Lecher | 2013-03-07 | 1 | -1/+3 |
| | * | | | menuconfig: optionally use pkg-config to detect ncurses libs | Justin Lecher | 2013-03-07 | 1 | -0/+2 |
* | | | | | 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 |