Age | Commit message (Expand) | Author | Files | Lines |
2019-05-07 | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 247 | -4138/+9900 |
2019-05-07 | Merge tag 'char-misc-5.2-rc1-part1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 17 | -78/+205 |
2019-05-07 | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 874 | -134286/+20615 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 37 | -128/+1164 |
2019-05-07 | ubi: wl: Fix uninitialized variable | Gustavo A. R. Silva | 1 | -1/+1 |
2019-05-07 | Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 39 | -656/+1146 |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 34 | -31/+95 |
2019-05-07 | cxgb4: Fix error path in cxgb4_init_module | YueHaibing | 1 | -3/+12 |
2019-05-07 | net: phy: improve pause mode reporting in phy_print_status | Heiner Kallweit | 1 | -1/+27 |
2019-05-07 | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 7 | -7/+0 |
2019-05-07 | net: macb: Change interrupt and napi enable order in open | Harini Katakam | 1 | -3/+3 |
2019-05-07 | net: ll_temac: Improve error message on error IRQ | Esben Haabendal | 1 | -2/+8 |
2019-05-07 | net/sched: remove block pointer from common offload structure | Pieter Jansen van Vuuren | 3 | -2/+8 |
2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 44 | -44/+44 |
2019-05-07 | net: usb: smsc: fix warning reported by kbuild test robot | Petr Štetiar | 2 | -2/+2 |
2019-05-07 | staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR check | Petr Štetiar | 1 | -1/+1 |
2019-05-07 | net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats | Nathan Chancellor | 1 | -1/+3 |
2019-05-07 | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds | 92 | -99/+98 |
2019-05-07 | net: mvpp2: cls: fix less than zero check on a u32 variable | Colin Ian King | 1 | -2/+4 |
2019-05-07 | RDMA/ipoib: Allow user space differentiate between valid dev_port | Leon Romanovsky | 1 | -1/+12 |
2019-05-07 | IB/core, ipoib: Do not overreact to SM LID change event | Dennis Dalessandro | 3 | -4/+1 |
2019-05-07 | Merge branch 'clk-parent-rewrite-1' into clk-next | Stephen Boyd | 4 | -113/+322 |
2019-05-07 | Merge branch 'clk-ti' into clk-next | Stephen Boyd | 16 | -19/+41 |
2019-05-07 | Merge branches 'clk-stm32f4', 'clk-tegra', 'clk-at91', 'clk-sifive-fu540' and... | Stephen Boyd | 52 | -229/+2265 |
2019-05-07 | Merge branches 'clk-hisi', 'clk-lochnagar', 'clk-allwinner', 'clk-rockchip' a... | Stephen Boyd | 17 | -66/+576 |
2019-05-07 | Merge branches 'clk-sa', 'clk-aspeed', 'clk-samsung', 'clk-ingenic' and 'clk-... | Stephen Boyd | 12 | -90/+178 |
2019-05-07 | Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'... | Stephen Boyd | 29 | -626/+2363 |
2019-05-07 | Merge branches 'clk-renesas', 'clk-qcom', 'clk-mtk', 'clk-milbeaut' and 'clk-... | Stephen Boyd | 52 | -203/+4615 |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -13/+4 |
2019-05-07 | net: hns3: use devm_kcalloc when allocating desc_cb | Yunsheng Lin | 1 | -4/+4 |
2019-05-07 | net: hns3: some cleanup for struct hns3_enet_ring | Yunsheng Lin | 2 | -9/+2 |
2019-05-07 | net: hns3: unify the page reusing for page size 4K and 64K | Yunsheng Lin | 1 | -32/+13 |
2019-05-07 | net: hns3: optimize the barrier using when cleaning TX BD | Yunsheng Lin | 1 | -14/+15 |
2019-05-07 | net: hns3: fix error handling for desc filling | Yunsheng Lin | 1 | -11/+7 |
2019-05-07 | net: hns3: combine len and checksum handling for inner and outer header. | Yunsheng Lin | 1 | -111/+81 |
2019-05-07 | net: hns3: refactor BD filling for l2l3l4 info | Yunsheng Lin | 1 | -39/+23 |
2019-05-07 | net: hns3: fix for tunnel type handling in hns3_rx_checksum | Yunsheng Lin | 1 | -6/+8 |
2019-05-07 | net: hns3: add linearizing checking for TSO case | Yunsheng Lin | 1 | -0/+45 |
2019-05-07 | net: hns3: add counter for times RX pages gets allocated | Yunsheng Lin | 3 | -0/+6 |
2019-05-07 | net: hns3: use napi_schedule_irqoff in hard interrupts handlers | Yunsheng Lin | 1 | -1/+1 |
2019-05-07 | net: hns3: unify maybe_stop_tx for TSO and non-TSO case | Yunsheng Lin | 3 | -86/+50 |
2019-05-07 | net: dsa: lantiq: Add Forwarding Database access | Hauke Mehrtens | 1 | -0/+98 |
2019-05-07 | net: dsa: lantiq: Add fast age function | Hauke Mehrtens | 1 | -0/+40 |
2019-05-07 | net: dsa: lantiq: Add VLAN aware bridge offloading | Hauke Mehrtens | 1 | -4/+197 |
2019-05-07 | net: dsa: lantiq: Add VLAN unaware bridge offloading | Hauke Mehrtens | 1 | -7/+468 |
2019-05-07 | net: dsa: lantiq: Allow special tags only on CPU port | Hauke Mehrtens | 1 | -2/+4 |
2019-05-07 | vfio/mdev: Avoid inline get and put parent helpers | Parav Pandit | 1 | -2/+2 |
2019-05-07 | vfio/mdev: Fix aborting mdev child device removal if one fails | Parav Pandit | 1 | -6/+4 |
2019-05-07 | vfio/mdev: Follow correct remove sequence | Parav Pandit | 1 | -1/+1 |
2019-05-07 | vfio/mdev: Avoid masking error code to EBUSY | Parav Pandit | 1 | -1/+1 |