summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-15sparc64: Set %l4 properly on trap return after handling signals.David S. Miller1-1/+2
2018-10-15sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-10-12sparc: Throttle perf events properly.David S. Miller1-0/+9
2018-10-12sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-10-10sparc: Wire up io_pgetevents system call.David S. Miller3-4/+5
2018-10-08sunvdc: Remove VLA usageKees Cook1-4/+10
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGreg Kroah-Hartman13-82/+78
2018-10-08sparc64: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-08sparc32: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-08sparc: vdso: clean-up vdso MakefileMasahiro Yamada1-5/+3
2018-10-08oradax: remove redundant null check before kfreeColin Ian King1-2/+1
2018-10-08sparc64: viohs: Remove VLA usageKees Cook1-3/+9
2018-10-08sbus: Use of_get_child_by_name helperRob Herring1-10/+1
2018-10-08sparc: Convert to using %pOFn instead of device_node.nameRob Herring4-51/+51
2018-10-08mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-10-07Linux 4.19-rc7Greg Kroah-Hartman1-1/+1
2018-10-07Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman10-44/+57
2018-10-07Merge tag 'tty-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman3-19/+42
2018-10-07Merge tag 'usb-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman5-5/+25
2018-10-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-6/+23
2018-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman1-0/+1
2018-10-07Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman5-11/+29
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman24-81/+203
2018-10-06Merge branch 'akpm'Greg Kroah-Hartman18-30/+189
2018-10-06mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-10-06ocfs2: fix locking for res->tracking and dlm->tracking_listAshish Samant1-2/+2
2018-10-06mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai1-4/+3
2018-10-06mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-06mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-06proc: restrict kernel stack dumps to rootJann Horn1-0/+14
2018-10-06mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizesAnshuman Khandual4-0/+8
2018-10-06mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual1-1/+1
2018-10-06ipc/shm.c: use ERR_CAST() for shm_lock() error returnKees Cook1-1/+1
2018-10-06mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing1-1/+2
2018-10-06mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2-1/+4
2018-10-06ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen1-4/+12
2018-10-06hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz1-9/+44
2018-10-06mm: migration: fix migration of huge PMD shared pagesMike Kravetz4-5/+94
2018-10-06Merge tag 'pci-v4.19-fixes-3' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman3-13/+67
2018-10-06Merge tag 'for-4.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-15/+20
2018-10-06Merge tag 'gpio-v4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Greg Kroah-Hartman1-1/+1
2018-10-06Merge tag 'pm-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman1-1/+4
2018-10-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-14/+29
2018-10-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman6-15/+211
2018-10-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman8-108/+95
2018-10-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2-5/+6
2018-10-06Merge tag 'sound-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Greg Kroah-Hartman2-1/+4
2018-10-06net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+5
2018-10-06ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-06net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20