| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2012-12-22 | 1 | -1/+1 |
|\ |
|
| * | watchdog: mei: avoid oops in watchdog unregister code path | Tomas Winkler | 2012-12-19 | 1 | -1/+1 |
* | | SGI-XP: handle non-fatal traps | Robin Holt | 2012-12-21 | 1 | -2/+32 |
|/ |
|
* | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2012-12-13 | 1 | -47/+88 |
|\ |
|
| * | ASoC: atmel-ssc: add phybase in device structure | Nicolas Ferre | 2012-11-20 | 1 | -0/+2 |
| * | ARM: at91: atmel-ssc: add device tree support | Bo Shen | 2012-11-07 | 1 | -3/+46 |
| * | ARM: at91: atmel-ssc: add platform device id table | Bo Shen | 2012-11-06 | 1 | -0/+23 |
| * | ASoC: atmel-ssc: use module_platform_driver macro | Bo Shen | 2012-11-06 | 1 | -14/+4 |
| * | ASoC: atmel-ssc: use devm_xxx() managed function | Bo Shen | 2012-11-06 | 1 | -32/+15 |
* | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-12-11 | 1 | -2/+5 |
|\ \ |
|
| * | | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-16 | 1 | -2/+5 |
| |/ |
|
* | | misc/st_kim: Free resources in the error path of probe() | Matthias Kaehlcke | 2012-11-27 | 1 | -9/+21 |
* | | misc: remove use of __devexit | Bill Pemberton | 2012-11-21 | 24 | -24/+24 |
* | | misc: remove use of __devinitconst | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | | misc: remove use of __devinitdata | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | | misc: remove use of __devinit | Bill Pemberton | 2012-11-21 | 26 | -36/+36 |
* | | drivers/misc: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 25 | -25/+25 |
* | | mei: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -2/+2 |
* | | mei: Simplify the ME client enumeration code | Samuel Ortiz | 2012-11-21 | 4 | -86/+95 |
* | | mei: simplify write complete loop in irq handler | Tomas Winkler | 2012-11-21 | 1 | -25/+12 |
* | | mei: don't mix read and write slots | Tomas Winkler | 2012-11-21 | 1 | -16/+19 |
* | | mei: streamline amthif write complete function | Tomas Winkler | 2012-11-21 | 3 | -60/+48 |
* | | mei: streamline write complete flow function | Tomas Winkler | 2012-11-21 | 1 | -70/+43 |
* | | mei: use structured buffer for extra write buffer | Tomas Winkler | 2012-11-21 | 3 | -27/+22 |
* | | mei: compact code for mei bus message creation | Tomas Winkler | 2012-11-21 | 4 | -148/+112 |
* | | misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready() | Axel Lin | 2012-11-16 | 1 | -1/+1 |
* | | misc: hpilo: ignore auxiliary HP iLO BMC's | Mark Rusk | 2012-11-16 | 1 | -4/+11 |
* | | mei: use the same bus msg for connect and disconnect request | Tomas Winkler | 2012-11-16 | 3 | -27/+34 |
* | | mei: use link and unlink terms for connecting ME and HOST client | Tomas Winkler | 2012-11-16 | 6 | -61/+44 |
* | | mei: extract amthif specific code from mei_poll to mei_amthif_poll | Tomas Winkler | 2012-11-16 | 3 | -10/+25 |
* | | mei: move amthif specific release code to amithif | Tomas Winkler | 2012-11-16 | 3 | -138/+154 |
* | | mei: rename enum mei_cb_major_types to enum mei_cb_file_ops | Tomas Winkler | 2012-11-16 | 6 | -23/+31 |
* | | mei: use type struct mei_cl *cl instead of void in struct mei_cb | Tomas Winkler | 2012-11-16 | 6 | -29/+24 |
* | | mei: amthif: prefix cb list with amthif | Tomas Winkler | 2012-11-16 | 5 | -20/+18 |
* | | mei: move amthif specific code from mei_write to mei_amthif_write | Tomas Winkler | 2012-11-01 | 2 | -23/+41 |
* | | mei: use internal watchdog device registration tracking | Tomas Winkler | 2012-11-01 | 3 | -7/+1 |
* | | mei: mei_clear_list: kill file_temp | Tomas Winkler | 2012-11-01 | 1 | -4/+2 |
* | | mei: extract AMTHI functions into the amthif.c file | Tomas Winkler | 2012-11-01 | 7 | -556/+613 |
* | | mei: normalize timeouts definitions | Tomas Winkler | 2012-11-01 | 7 | -24/+29 |
* | | mei: mei_write: revamp function flow | Tomas Winkler | 2012-11-01 | 1 | -44/+44 |
* | | drivers:misc: ti-st: fix potential NULL pointer dereference in st_register() | Wei Yongjun | 2012-10-25 | 1 | -1/+0 |
* | | mei: use mei_io_cb_ warppers also for control flows | Tomas Winkler | 2012-10-25 | 4 | -109/+94 |
* | | mei: rename mei_free_cb_private to mei_io_cb_free | Tomas Winkler | 2012-10-25 | 5 | -35/+35 |
* | | mei: kill usless struct mei_io_list | Tomas Winkler | 2012-10-25 | 5 | -156/+118 |
* | | mei: mei_write: revamp error path handling | Tomas Winkler | 2012-10-25 | 1 | -48/+27 |
* | | mei: add allocation and initialization wrappers for io callback | Tomas Winkler | 2012-10-25 | 1 | -24/+87 |
* | | mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx | Tomas Winkler | 2012-10-25 | 4 | -50/+45 |
|/ |
|
* | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwm | Linus Torvalds | 2012-10-10 | 3 | -180/+0 |
|\ |
|
| * | pwm: Move AB8500 PWM driver to PWM framework | Thierry Reding | 2012-09-20 | 3 | -180/+0 |
* | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 2 | -5/+2 |