Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 | 1 | -2/+0 |
|\ | |||||
| * | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 | 44 | -351/+7175 |
| |\ | |||||
| * | | Kconfig: Remove useless "default N" lines | Paul Bolle | 2014-02-20 | 1 | -2/+0 |
* | | | Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-04-01 | 8 | -0/+1183 |
|\ \ \ | |||||
| * \ \ | Merge 3.14-rc7 into staging-next | Greg Kroah-Hartman | 2014-03-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| * | | | | staging: echo: move to drivers/misc/ | Greg Kroah-Hartman | 2014-02-28 | 8 | -0/+1183 |
* | | | | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-01 | 49 | -604/+2671 |
|\ \ \ \ \ | |||||
| * | | | | | mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macro | Tomas Winkler | 2014-03-17 | 2 | -2/+2 |
| * | | | | | mei: amthif: fix checkpatch error | Tomas Winkler | 2014-03-17 | 1 | -2/+1 |
| * | | | | | mei: client.h fix checkpatch errors | Tomas Winkler | 2014-03-17 | 1 | -4/+4 |
| * | | | | | mei: use cl_dbg where appropriate | Tomas Winkler | 2014-03-17 | 2 | -10/+3 |
| * | | | | | mei: fix Unnecessary space after function pointer name | Tomas Winkler | 2014-03-17 | 1 | -12/+12 |
| * | | | | | mei: report consistently copy_from/to_user failures | Alexander Usyskin | 2014-03-17 | 2 | -3/+6 |
| * | | | | | mei: drop pr_fmt macros | Tomas Winkler | 2014-03-17 | 2 | -6/+0 |
| * | | | | | mei: make me hw headers private to me hw. | Tomas Winkler | 2014-03-17 | 9 | -10/+4 |
| * | | | | | mei: fix memory leak of pending write cb objects | Tomas Winkler | 2014-03-17 | 2 | -39/+55 |
| * | | | | | mei: me: do not reset when less than expected data is received | Tomas Winkler | 2014-03-17 | 2 | -1/+10 |
| * | | | | | cs5535-mfgpt: Simplify dependencies | Jean Delvare | 2014-03-08 | 1 | -1/+1 |
| * | | | | | pch_phub: Report error writing MAC back to user | Alexander Stein | 2014-03-08 | 1 | -1/+4 |
| * | | | | | mei: fix regressions caused by removing ext_msg | Alexander Usyskin | 2014-03-08 | 1 | -0/+2 |
| * | | | | | misc: sram: implement reserved sram areas | Heiko Stübner | 2014-02-28 | 1 | -7/+118 |
| * | | | | | vmw_vmci: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-28 | 1 | -3/+4 |
| * | | | | | mic: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-02-28 | 1 | -1/+1 |
| * | | | | | mei: wd: fix stop completion failure | Tomas Winkler | 2014-02-28 | 2 | -16/+18 |
| * | | | | | mei: wd: simplify wd_send command | Tomas Winkler | 2014-02-28 | 2 | -29/+30 |
| * | | | | | mei: make return values consistent across the driver | Alexander Usyskin | 2014-02-28 | 8 | -33/+33 |
| * | | | | | mei: revamp writing slot counting | Tomas Winkler | 2014-02-28 | 8 | -80/+68 |
| * | | | | | mei: add mei_hbuf_acquire wrapper | Tomas Winkler | 2014-02-28 | 7 | -47/+57 |
| * | | | | | mei: txe: include irqreturn.h for irqreturn_t etc | Stephen Rothwell | 2014-02-28 | 2 | -0/+3 |
| * | | | | | Merge branch 'char-misc-linus' into char-misc-next | Greg Kroah-Hartman | 2014-02-19 | 1 | -1/+3 |
| |\ \ \ \ \ | | |/ / / / | |||||
| * | | | | | mei: txe: put pm callbacks under PM_SLEEP ifdef | Tomas Winkler | 2014-02-18 | 1 | -2/+2 |
| * | | | | | mei: me: put pm callbacks under PM_SLEEP ifdef | Alexander Usyskin | 2014-02-18 | 1 | -2/+3 |
| * | | | | | mei: don't of list_for_each_entry_safe when not deleting | Tomas Winkler | 2014-02-18 | 5 | -33/+28 |
| * | | | | | mei: use helper function to find me client by id | Alexander Usyskin | 2014-02-18 | 2 | -48/+56 |
| * | | | | | mei: fix potential read outside of array bounds | Alexander Usyskin | 2014-02-18 | 1 | -13/+10 |
| * | | | | | mei: wd and amthif use mei_cl_ api for dis/connection | Tomas Winkler | 2014-02-18 | 5 | -80/+66 |
| * | | | | | mei: hbm: revamp client connect and disconnection status | Alexander Usyskin | 2014-02-18 | 4 | -39/+59 |
| * | | | | | mei: Remove all bus devices from the mei_dev list when stopping the MEI | Tomas Winkler | 2014-02-18 | 4 | -7/+20 |
| * | | | | | Merge 3.14-rc3 into char-misc-next | Greg Kroah-Hartman | 2014-02-18 | 4 | -9/+17 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | lkdtm: include cacheflush.h | Kees Cook | 2014-02-14 | 1 | -0/+1 |
| * | | | | | misc: eeprom: sunxi: Change compatibles | Maxime Ripard | 2014-02-14 | 1 | -1/+1 |
| * | | | | | lkdtm: add "WRITE_KERN" test | Kees Cook | 2014-02-14 | 1 | -0/+25 |
| * | | | | | lkdtm: flush icache and report actions | Kees Cook | 2014-02-14 | 1 | -0/+16 |
| * | | | | | lkdtm: convert to using pr_* for reports | Kees Cook | 2014-02-14 | 1 | -17/+15 |
| * | | | | | mei: get rid of ext_msg | Tomas Winkler | 2014-02-14 | 6 | -36/+88 |
| * | | | | | mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT | Tomas Winkler | 2014-02-14 | 5 | -16/+16 |
| * | | | | | mei: fix compilation error with missing WATCHDOG_CORE | Tomas Winkler | 2014-02-14 | 1 | -1/+1 |
| * | | | | | drivers/misc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-07 | 23 | -23/+0 |
| * | | | | | misc: sram: cleanup the code | Xiubo Li | 2014-02-07 | 1 | -2/+0 |
| * | | | | | mei: export active connections to debugfs | Tomas Winkler | 2014-02-07 | 1 | -0/+54 |