Age | Commit message (Expand) | Author | Files | Lines |
2014-04-02 | lustre: don't open-code kernel_recvmsg() | Al Viro | 2 | -33/+9 |
2014-04-02 | drbd: don't open-code kernel_recvmsg() | Al Viro | 1 | -11/+1 |
2014-04-02 | lustre: switch to kernel_sendmsg() | Al Viro | 2 | -36/+6 |
2014-04-02 | pipe: kill ->map() and ->unmap() | Al Viro | 1 | -2/+2 |
2014-04-02 | lustre: generic_readlink() is just fine there, TYVM... | Al Viro | 1 | -22/+1 |
2014-04-02 | switch nbd to sockfd_lookup/sockfd_put | Al Viro | 1 | -29/+19 |
2014-04-02 | vhost: don't open-code sockfd_put() | Al Viro | 1 | -7/+7 |
2014-04-02 | usbip: don't open-code sockfd_lookup/sockfd_put | Al Viro | 5 | -35/+9 |
2014-03-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -1/+0 |
2014-03-29 | rbd: drop an unsafe assertion | Alex Elder | 1 | -1/+0 |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 9 | -65/+77 |
2014-03-29 | veth: Turn off vlan rx acceleration in vlan_features | Vlad Yasevich | 1 | -1/+4 |
2014-03-29 | ifb: Remove vlan acceleration from vlan_features | Vlad Yasevich | 1 | -1/+2 |
2014-03-29 | qlge: Do not propaged vlan tag offloads to vlans | Vlad Yasevich | 1 | -1/+3 |
2014-03-29 | vhost: validate vhost_get_vq_desc return value | Michael S. Tsirkin | 1 | -1/+5 |
2014-03-29 | vhost: fix total length when packets are too short | Michael S. Tsirkin | 1 | -0/+14 |
2014-03-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 4 | -15/+82 |
2014-03-28 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 4 | -13/+31 |
2014-03-28 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2014-03-28 | Input: synaptics - add manual min/max quirk for ThinkPad X240 | Hans de Goede | 1 | -0/+8 |
2014-03-28 | Input: synaptics - add manual min/max quirk | Benjamin Tissoires | 1 | -0/+47 |
2014-03-28 | drm/i915: Undo gtt scratch pte unmapping again | Daniel Vetter | 1 | -1/+1 |
2014-03-28 | drm/radeon: fix runtime suspend breaking secondary GPUs | Dave Airlie | 1 | -5/+12 |
2014-03-27 | net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset | Wei Yang | 1 | -1/+5 |
2014-03-27 | usbnet: include wait queue head in device structure | Oliver Neukum | 1 | -14/+19 |
2014-03-27 | virtio-net: correct error handling of virtqueue_kick() | Jason Wang | 1 | -3/+3 |
2014-03-27 | drm/nouveau: fail runtime pm properly. | Dave Airlie | 1 | -4/+10 |
2014-03-27 | drm/udl: take reference to device struct for dma-bufs | Dave Airlie | 1 | -3/+8 |
2014-03-27 | net: mvneta: use devm_ioremap_resource() instead of of_iomap() | Thomas Petazzoni | 1 | -6/+11 |
2014-03-27 | net: mvneta: fix usage as a module on RGMII configurations | Thomas Petazzoni | 1 | -33/+8 |
2014-03-27 | net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE | Thomas Petazzoni | 1 | -2/+2 |
2014-03-27 | Input: cypress_ps2 - don't report as a button pads | Hans de Goede | 1 | -1/+0 |
2014-03-26 | tg3: Do not include vlan acceleration features in vlan_features | Vlad Yasevich | 1 | -3/+2 |
2014-03-25 | xen/balloon: flush persistent kmaps in correct position | Wei Liu | 1 | -6/+18 |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 4 | -39/+25 |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 23 | -213/+380 |
2014-03-24 | vxlan: fix nonfunctional neigh_reduce() | David Stevens | 1 | -14/+113 |
2014-03-24 | net: davinci_emac: Fix rollback of emac_dev_open() | Christian Riesch | 2 | -17/+31 |
2014-03-24 | net: davinci_emac: Replace devm_request_irq with request_irq | Christian Riesch | 1 | -4/+21 |
2014-03-24 | i2c: cpm: Fix build by adding of_address.h and of_irq.h | Scott Wood | 1 | -0/+2 |
2014-03-24 | net: micrel : ks8851-ml: add vdd-supply support | Nishanth Menon | 1 | -1/+29 |
2014-03-21 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 6 | -36/+67 |
2014-03-20 | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 1 | -3/+7 |
2014-03-20 | drm/exynos: Fix (more) freeing issues in exynos_drm_drv.c | Daniel Kurtz | 1 | -3/+7 |
2014-03-20 | Merge tag 'drm-intel-fixes-2014-03-19' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 3 | -1/+17 |
2014-03-20 | via-rhine: Disable device in error path | Roger Luethi | 1 | -3/+5 |
2014-03-19 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2014-03-19 | drm/i915: Disable stolen memory when DMAR is active | Chris Wilson | 1 | -0/+7 |
2014-03-19 | Revert "drm/i915: don't touch the VDD when disabling the panel" | Jani Nikula | 2 | -1/+10 |
2014-03-19 | ATHEROS-ATL1E: Convert iounmap to pci_iounmap | Peter Senna Tschudin | 1 | -2/+2 |