aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge tag 'mac80211-for-net-2019-11-08' of git://git.kernel.org/pub/scm/linux...David S. Miller3-4/+5
2019-11-08net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin1-1/+1
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2019-11-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-17/+0
2019-11-08pwm: bcm-iproc: Prevent unloading the driver module while in useUwe Kleine-König1-0/+1
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds6-40/+41
2019-11-08Merge tag 'pm-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-3/+1
2019-11-08Merge tag 'sound-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds18-38/+71
2019-11-08Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-38/+174
2019-11-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-27/+82
2019-11-08block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter1-1/+0
2019-11-08cpufreq: intel_pstate: Fix invalid EPB settingSrinivas Pandruvada1-3/+1
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-11-08Merge tag 'drm-fixes-5.4-2019-11-06' of git://people.freedesktop.org/~agd5f/l...Dave Airlie16-24/+106
2019-11-08Merge tag 'drm-intel-fixes-2019-11-06' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-1/+24
2019-11-08Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/...Dave Airlie5-13/+44
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-07ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet1-3/+10
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta3-25/+1
2019-11-07net: usb: qmi_wwan: add support for DW5821e with eSIM supportAleksander Morgado1-0/+1
2019-11-07CDC-NCM: handle incomplete transfer of MTUOliver Neukum1-3/+3
2019-11-07nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds3-4/+25
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-11-07staging: Fix error return code in vboxsf_fill_super()Wei Yongjun1-1/+3
2019-11-07staging: vboxsf: fix dereference of pointer dentry before it is null checkedColin Ian King1-1/+2
2019-11-07staging: vboxsf: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao4-7/+103
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao4-2/+19
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao6-3/+96
2019-11-07perf hist: Support block formats with compare/sort/displayJin Yao3-2/+345
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai14-34/+51
2019-11-07perf hist: Count the total cycles of all samplesJin Yao6-6/+13
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao7-142/+185
2019-11-07perf diff: Don't use hack to skip column length calculationJin Yao2-9/+4
2019-11-07perf tests: Fix out of bounds memory accessLeo Yan1-0/+9
2019-11-07perf record: Add support for limit perf output file sizeJiwei Sun2-1/+49
2019-11-07perf probe: Skip overlapped location on searching variablesMasami Hiramatsu1-0/+20
2019-11-07perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu1-1/+9
2019-11-07perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu1-6/+13
2019-11-07perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu1-0/+7
2019-11-07perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu1-1/+16
2019-11-07perf annotate: Fix heap overflowIan Rogers1-1/+1
2019-11-07perf machine: Add kernel_dso() methodArnaldo Carvalho de Melo1-3/+7
2019-11-07perf symbols: Remove needless checks for map->groups->machineArnaldo Carvalho de Melo1-1/+1
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers4-14/+17
2019-11-07perf parse: If pmu configuration fails free termsIan Rogers1-1/+8
2019-11-07perf parse: Before yyabort-ing free componentsIan Rogers1-55/+197