Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 12 | -12/+17 |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2015-06-25 | Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -1465/+969 |
2015-06-25 | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 26 | -237/+170 |
2015-06-25 | Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 7 | -208/+145 |
2015-06-25 | Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 15 | -22/+1212 |
2015-06-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -8/+4 |
2015-06-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 47 | -324/+1258 |
2015-06-24 | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 10 | -184/+1834 |
2015-06-24 | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 93 | -693/+17302 |
2015-06-24 | Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -20/+16 |
2015-06-24 | frontswap: allow multiple backends | Dan Streetman | 1 | -7/+1 |
2015-06-24 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 1 | -0/+2 |
2015-06-24 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 1 | -1/+1 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 824 | -19176/+79592 |
2015-06-24 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -5/+14 |
2015-06-24 | EDAC, mce_amd_inj: Set MISCV on injection | Borislav Petkov | 1 | -0/+3 |
2015-06-24 | EDAC, mce_amd_inj: Move bit preparations before the injection | Borislav Petkov | 1 | -4/+4 |
2015-06-24 | EDAC, mce_amd_inj: Cleanup and simplify README | Borislav Petkov | 1 | -31/+35 |
2015-06-24 | EDAC, altera: Do not allow suspend when EDAC is enabled | Alan Tull | 1 | -0/+20 |
2015-06-24 | EDAC, mce_amd_inj: Make inj_type static | kbuild test robot | 1 | -1/+1 |
2015-06-24 | EDAC, altera: Add Arria10 EDAC support | Thor Thayer | 2 | -16/+204 |
2015-06-24 | EDAC, altera: Refactor for Altera CycloneV SoC | Thor Thayer | 2 | -104/+206 |
2015-06-24 | EDAC, altera: Generalize driver to use DT Memory size | Thor Thayer | 1 | -32/+26 |
2015-06-24 | EDAC, mce_amd_inj: Add README file | Aravind Gopalakrishnan | 1 | -0/+46 |
2015-06-24 | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 22 | -391/+2270 |
2015-06-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 10 | -143/+76 |
2015-06-24 | mtip32xx: Fix accessing freed memory | Selvan Mani | 2 | -21/+0 |
2015-06-24 | EDAC, mce_amd_inj: Add individual permissions field to dfs_node | Aravind Gopalakrishnan | 1 | -7/+8 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 13 | -30/+81 |
2015-06-24 | stmmac: troubleshoot unexpected bits in des0 & des1 | Alexey Brodkin | 4 | -24/+28 |
2015-06-24 | net: Cavium: Fix MAC address setting in shutdown state | Pavel Fedin | 2 | -2/+13 |
2015-06-24 | drivers: net: xgene: fix for ACPI support without ACPI | Stephen Rothwell | 1 | -0/+2 |
2015-06-24 | net/mlx5e: Prefetch skb data on RX | Saeed Mahameed | 1 | -0/+1 |
2015-06-24 | net/mlx5e: Pop cq outside mlx5e_get_cqe | Achiad Shochat | 3 | -2/+4 |
2015-06-24 | net/mlx5e: Remove mlx5e_cq.sqrq back-pointer | Achiad Shochat | 5 | -7/+3 |
2015-06-24 | net/mlx5e: Remove extra spaces | Achiad Shochat | 1 | -4/+4 |
2015-06-24 | net/mlx5e: Avoid TX CQE generation if more xmit packets expected | Achiad Shochat | 1 | -23/+34 |
2015-06-24 | net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completion | Achiad Shochat | 1 | -3/+1 |
2015-06-24 | net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq() | Achiad Shochat | 1 | -1/+0 |
2015-06-24 | net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting them | Saeed Mahameed | 1 | -4/+1 |
2015-06-24 | net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues | Saeed Mahameed | 3 | -33/+31 |
2015-06-24 | net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF device | Eran Ben Elisha | 1 | -0/+14 |
2015-06-24 | net/mlx4_en: Fix off-by-four in ethtool | Eran Ben Elisha | 1 | -3/+2 |
2015-06-23 | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -955/+4096 |
2015-06-23 | Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd | Linus Torvalds | 41 | -187/+3156 |
2015-06-23 | Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 59 | -599/+2939 |
2015-06-23 | Merge tag 'regulator-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 22 | -293/+2727 |
2015-06-23 | Merge tag 'spi-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 23 | -1177/+3211 |
2015-06-23 | Merge tag 'regmap-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 4 | -30/+61 |