cascardo/linux.git
2016-07-31 Colin Ian Kingnet: tulip: fix spelling mistake: "attemping" -> "attem...
2016-07-31 Xin Longsctp: allow receiving msg when TCP-style sk is in CLOSE...
2016-07-31 Xin Longsctp: allow delivering notifications after receiving...
2016-07-31 Xin Longsctp: fix the issue sctp requeue auth chunk incorrectly
2016-07-31 Soheil Hassas... tcp: consider recv buf for the initial window scale
2016-07-31 David S. MillerMerge branch 'macsec-fixes'
2016-07-31 Sabrina Dubrocamacsec: fix negative refcnt on parent link
2016-07-31 Sabrina Dubrocamacsec: RXSAs don't need to hold a reference on RXSCs
2016-07-31 Sabrina Dubrocamacsec: fix reference counting on RXSC in macsec_handle...
2016-07-31 David S. MillerMerge branch 'cpsw-fixes'
2016-07-31 Grygorii StrashkoARM: OMAP2+: omap_device: fix crash on omap_device...
2016-07-31 Grygorii Strashkodrivers: net: cpsw: use of_platform_depopulate()
2016-07-31 Grygorii Strashkodrivers: net: cpsw: fix wrong regs access in cpsw_remove
2016-07-31 Grygorii Strashkonet: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_dest...
2016-07-31 Wei Yongjunnet: ipv6: use list_move instead of list_del/list_add
2016-07-31 Hariprasad... cxgb4/cxgb4vf: Fixes regression in perf when tx vlan...
2016-07-31 Wei Yongjundrivers: net: phy: xgene: Remove redundant dev_err...
2016-07-31 Wei Yongjuntipc: fix imbalance read_unlock_bh in __tipc_nl_add_mon...
2016-07-31 David S. MillerMerge branch 'qed-fixes'
2016-07-31 Yuval Mintzqed: Prevent over-usage of vlan credits by PF
2016-07-31 Yuval Mintzqed: Correct min bandwidth for 100g
2016-07-31 Yuval Mintzqede: Reset statistics on explicit down
2016-07-31 Yuval Mintzqed: Don't over-do producer cleanup for Rx
2016-07-31 Yuval Mintzqed: Fix removal of spoof checking for VFs
2016-07-31 Yuval Mintzqede: Don't try removing unconfigured vlans
2016-07-30 Linus TorvaldsMerge branch 'stable-4.8' of git://git.infradead.org...
2016-07-30 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-07-29 Linus TorvaldsMerge tag 'pm-urgent-4.8-rc1' of git://git./linux/kerne...
2016-07-29 Linus TorvaldsMerge branch 'for-4.7-fixes' of git://git./linux/kernel...
2016-07-29 Linus TorvaldsMerge branch 'smp-hotplug-for-linus' of git://git....
2016-07-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide
2016-07-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2016-07-29 Linus TorvaldsMerge tag 'arc-4.8-rc1' of git://git./linux/kernel...
2016-07-29 Rafael J. WysockiMerge branch 'pm-sleep'
2016-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git.armlinux.org...
2016-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-07-29 Linus TorvaldsRevert "vfs: add lookup_hash() helper"
2016-07-29 Linus TorvaldsMerge branch 'overlayfs-linus' of git://git./linux...
2016-07-29 Linus TorvaldsMerge tag 'freevxfs-for-4.8' of git://git.infradead...
2016-07-29 Linus TorvaldsMerge tag 'configfs-for-4.8' of git://git.infradead...
2016-07-29 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-07-29 Nitin Guptasparc64: Trim page tables for 8M hugepages
2016-07-29 Miklos Szeredifuse: use filemap_check_errors()
2016-07-29 Miklos Szeredimm: export filemap_check_errors() to modules
2016-07-29 Wei Fangfuse: fix wrong assignment of ->flags in fuse_send_init()
2016-07-29 Maxim Patlasovfuse: fuse_flush must check mapping->flags for errors
2016-07-29 Alexey Kuznetsovfuse: fsync() did not return IO errors
2016-07-29 Josh Poimboeufx86/power/64: Fix hibernation return address corruption
2016-07-29 Miklos Szerediovl: simplify empty checking
2016-07-29 Al Viroqstr: constify instances in overlayfs
2016-07-29 Miklos Szerediovl: clear nlink on rmdir
2016-07-29 Miklos Szerediovl: disallow overlayfs as upperdir
2016-07-29 Miklos Szerediovl: fix warning
2016-07-29 Wei Yongjunovl: remove duplicated include from super.c
2016-07-29 Vivek Goyalovl: append MAY_READ when diluting write checks
2016-07-29 Vivek Goyalovl: dilute permission checks on lower only if not...
2016-07-29 Miklos Szerediovl: fix POSIX ACL setting
2016-07-29 Miklos Szerediovl: share inode for hard link
2016-07-29 Miklos Szerediovl: store real inode pointer in ->i_private
2016-07-29 Miklos Szerediovl: permission: return ECHILD instead of ENOENT
2016-07-29 Miklos Szerediovl: update atime on upper
2016-07-29 Miklos Szerediovl: fix sgid on directory
2016-07-29 Miklos Szerediovl: simplify permission checking
2016-07-29 Vivek Goyalovl: do not require mounter to have MAY_WRITE on lower
2016-07-29 Vivek Goyalovl: do operations on underlying file system in mounter...
2016-07-29 Vivek Goyalovl: modify ovl_permission() to do checks on two inodes
2016-07-29 Vivek Goyalovl: define ->get_acl() for overlay inodes
2016-07-29 Vivek Goyalovl: move some common code in a function
2016-07-29 Andreas Gruenbacherovl: store ovl_entry in inode->i_private for all inodes
2016-07-29 Miklos Szerediovl: use generic_delete_inode
2016-07-29 Miklos Szerediovl: check mounter creds on underlying lookup
2016-07-29 Dan Carpenteravr32: off by one in at32_init_pio()
2016-07-29 Hans-Christian... avr32: fixup code style in unistd.h and syscall_table.S
2016-07-29 Hans-Christian... avr32: wire up preadv2 and pwritev2 syscalls
2016-07-29 Mike Kravetzsparc64 mm: Fix base TSB sizing when hugetlb pages...
2016-07-29 Linus TorvaldsMerge tag 'trace-v4.8' of git://git./linux/kernel/git...
2016-07-29 Linus TorvaldsMerge tag 'vfio-v4.8-rc1' of git://github.com/awilliam...
2016-07-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-07-29 Linus TorvaldsMerge tag 'libnvdimm-for-4.8' of git://git./linux/kerne...
2016-07-29 Linus TorvaldsMerge tag 'pinctrl-v4.8-1' of git://git./linux/kernel...
2016-07-28 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-07-28 Vlastimil Babkamm, compaction: simplify contended compaction handling
2016-07-28 Vlastimil Babkamm, compaction: introduce direct compaction priority
2016-07-28 Vlastimil Babkamm, thp: remove __GFP_NORETRY from khugepaged and madvi...
2016-07-28 Vlastimil Babkamm, page_alloc: make THP-specific decisions more generic
2016-07-28 Vlastimil Babkamm, page_alloc: restructure direct compaction handling...
2016-07-28 Vlastimil Babkamm, page_alloc: don't retry initial attempt in slowpath
2016-07-28 Vlastimil Babkamm, page_alloc: set alloc_flags only once in slowpath
2016-07-28 Kirill A. Shutemovlib/stackdepot.c: use __GFP_NOWARN for stack allocations
2016-07-28 Alexander Potapenkomm, kasan: switch SLUB to stackdepot, enable memory...
2016-07-28 Alexander Potapenkomm, kasan: account for object redzone in SLUB's nearest...
2016-07-28 Kirill A. Shutemovmm: fix use-after-free if memory allocation failed...
2016-07-28 Markus Elfringzsmalloc: Delete an unnecessary check before the functi...
2016-07-28 zijun_humm/memblock.c: fix index adjustment error in __next_mem...
2016-07-28 Xishi Qiumem-hotplug: alloc new page from a nearest neighbor...
2016-07-28 Mikulas Patockamm: optimize copy_page_to/from_iter_iovec
2016-07-28 Mikulas Patockamm: add cond_resched() to generic_swapfile_activate()
2016-07-28 Michal HockoRevert "mm, mempool: only set __GFP_NOMEMALLOC if there...
next