summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-04Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-05-04Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...Linus Torvalds
2017-05-04Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-05-04cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-04Merge branch 'qed-fixes'David S. Miller
2017-05-04qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com
2017-05-04qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com
2017-05-04qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-04netvsc: make sure napi enabled before vmbus_openstephen hemminger
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-04net/sched: remove redundant null check on headColin Ian King
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-03kasan: separate report parts by empty linesAndrey Konovalov
2017-05-03kasan: improve double-free report formatAndrey Konovalov
2017-05-03kasan: print page description after stacksAndrey Konovalov
2017-05-03kasan: improve slab object descriptionAndrey Konovalov
2017-05-03kasan: change report headerAndrey Konovalov
2017-05-03kasan: simplify address description logicAndrey Konovalov
2017-05-03kasan: change allocation and freeing stack traces headersAndrey Konovalov
2017-05-03kasan: unify report headersAndrey Konovalov
2017-05-03kasan: introduce helper functions for determining bug typeAndrey Konovalov
2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi
2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying
2017-05-03mm/gup.c: fix access_ok() argument typeArnd Bergmann
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim
2017-05-03zram: introduce zram data accessorMinchan Kim
2017-05-03zram: remove zram_meta structureMinchan Kim
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim
2017-05-03zram: partial IO refactoringMinchan Kim