summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-03mm: allow page_cache_get_speculative in interrupt contextKan Liang1-2/+0
2017-08-03userfaultfd: non-cooperative: flush event_wqh at release timeMike Rapoport1-0/+3
2017-08-03ipc: add missing container_of()s for randstructKees Cook3-3/+7
2017-08-03cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2-2/+18
2017-08-03userfaultfd_zeropage: return -ENOSPC in case mm has goneMike Rapoport1-0/+2
2017-08-03mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens1-0/+2
2017-08-03mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa1-0/+7
2017-08-03zram: do not free pool->size_classMinchan Kim1-1/+0
2017-08-03kthread: fix documentation build warningJonathan Corbet1-1/+1
2017-08-03kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann1-0/+1
2017-08-03userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport1-2/+5
2017-08-03mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+48
2017-08-03pid: kill pidhash_size in pidhash_init()Kefeng Wang1-3/+0
2017-08-03mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan1-6/+3
2017-08-02Merge tag 'platform-drivers-x86-v4.13-3' of git://git.infradead.org/linux-pla...Linus Torvalds3-8/+11
2017-08-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-37/+58
2017-08-02platform/x86: dell-wmi: Fix driver interface version queryAndy Lutomirski1-5/+7
2017-08-01Merge branch 'parisc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+10
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds80-296/+629
2017-08-01samples/bpf: fix bpf tunnel cleanupWilliam Tu2-2/+3
2017-08-01udp6: fix jumbogram receptionPaolo Abeni3-1/+17
2017-08-01ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng1-1/+1
2017-08-01Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli3-5/+6
2017-08-01virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin1-3/+2
2017-08-01mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-08-01MAINTAINERS: Add more files to the PHY LIBRARY sectionFlorian Fainelli1-3/+11
2017-08-01ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-08-01net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-01sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland1-3/+3
2017-08-01Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-29/+40
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+29
2017-07-31Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-15/+32
2017-07-31parisc: Define CONFIG_CPU_BIG_ENDIANBabu Moger1-0/+3
2017-07-31libata: fix a couple of doc build warningsJonathan Corbet1-2/+2
2017-07-31parisc: pdc_stable: Fix locking when creating sysfs linksJames Bottomley1-3/+3
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller2-2/+2
2017-07-31parisc: Handle vma's whose context is not current in flush_cache_rangeJohn David Anglin1-3/+2
2017-07-30Linux 4.13-rc3v4.13-rc3Linus Torvalds1-1/+1
2017-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+13
2017-07-30Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+5
2017-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+50
2017-07-30Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+13
2017-07-30bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann1-1/+1
2017-07-30tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-30Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2-6/+1
2017-07-30net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King1-1/+1
2017-07-30bpf: don't indicate success when copy_from_user failsDaniel Borkmann1-1/+1
2017-07-30udp6: fix socket leak on early demuxPaolo Abeni3-10/+21
2017-07-30net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2-5/+24
2017-07-30Revert "vhost: cache used event for better performance"Jason Wang2-25/+6