summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko-1/+11
2017-08-18slub: fix per memcg cache leak on css offlineVladimir Davydov-1/+2
2017-08-18mm: discard memblock data laterPavel Tatashin-39/+25
2017-08-18test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez-2/+2
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez-2/+23
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez-0/+37
2017-08-18kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin-2/+2
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner-17/+51
2017-08-18Merge tag 'powerpc-4.13-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+3
2017-08-18Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-24/+34
2017-08-18Merge tag 'sound-4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-21/+41
2017-08-18Merge tag 'dma-mapping-4.13-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+4
2017-08-18soc: ti: ti_sci_pm_domains: Populate name for genpdDave Gerlach-0/+2
2017-08-18Merge tag 'imx-fixes-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-2/+2
2017-08-18Merge tag 'sunxi-fixes-for-4.13-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann-0/+6
2017-08-18ALSA: emu10k1: Fix forgotten user-copy conversion in init codeTakashi Iwai-3/+11
2017-08-18ALSA: usb-audio: add DSD support for new Amanero PIDJussi Laako-0/+4
2017-08-18ARM: dts: imx6qdl-nitrogen6_som2: fix PCIe resetGary Bisson-2/+2
2017-08-17Merge tag 'drm-fixes-for-v4.13-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds-17/+27
2017-08-17Merge tag 'pm-4.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+4
2017-08-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+6
2017-08-18Merge branch 'drm-fixes-4.13' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-7/+6
2017-08-18Merge tag 'drm-intel-fixes-2017-08-16' of git://anongit.freedesktop.org/git/d...Dave Airlie-10/+21
2017-08-17Merge branches 'intel_pstate-fix' and 'cpufreq-x86-fix'Rafael J. Wysocki-2/+4
2017-08-17Merge branch 'parisc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+12
2017-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-6/+15
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds-4/+9
2017-08-17ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devicesTakashi Iwai-0/+9
2017-08-17Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann-1/+1
2017-08-17of: fix DMA mask generationRobin Murphy-4/+4
2017-08-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-29/+24
2017-08-16Merge tag 'audit-pr-20170816' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+8
2017-08-16printk-formats.txt: Better describe the difference between %pS and %pFHelge Deller-8/+11
2017-08-16powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt-2/+3
2017-08-16parisc: pci memory bar assignment fails with 64bit kernels on dino/cujoThomas Bogendoerfer-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-159/+512
2017-08-15bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann-4/+30
2017-08-15PCI: fix oops when try to find Root Port for a PCI devicedingtianhong-3/+4
2017-08-15sfc: don't try and read ef10 data on non-ef10 NICBert Kenward-2/+6
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov-4/+12
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet-5/+7
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang-1/+1
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet-3/+13
2017-08-15audit: Receive unmount eventJan Kara-1/+1
2017-08-15audit: Fix use after free in audit_remove_watch_rule()Jan Kara-5/+7
2017-08-15Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds-5/+4
2017-08-15drm/amdgpu: save list length when fence is signaledChunming Zhou-7/+6
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller-40/+126