aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged TI feature ti_android into ti-android-linux-5.4.yti-android-linux-5.4.yLCPD Auto Merger2020-06-19181-0/+111670
|\
| * drivers: gpu: Add PowerVR SGX544 driverAndrew F. Davis2020-05-14181-0/+111670
|/
* Merged TI feature ti_android into ti-android-linux-5.4.yLCPD Auto Merger2020-05-111290-63242/+102277
|\
| * Merge branch 'android-5.4' of https://android.googlesource.com/kernel/common ...Praneeth Bajjuri2020-05-111290-63242/+102277
|/|
| * Merge 5.4.40 into android-5.4Greg Kroah-Hartman2020-05-1153-156/+379
| |\
| | * Linux 5.4.40v5.4.40Greg Kroah-Hartman2020-05-101-1/+1
| | * PM / devfreq: Add missing locking while setting suspend_freqMarek Szyprowski2020-05-101-0/+4
| | * udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn2020-05-101-0/+7
| | * tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2020-05-101-0/+1
| | * Revert "drm/amd/display: setting the DIG_MODE to the correct value."Zhan Liu2020-05-101-9/+0
| | * mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-05-101-0/+10
| | * libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2020-05-101-0/+2
| | * cgroup, netclassid: remove double cond_reschedJiri Slaby2020-05-101-3/+1
| | * mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-05-105-10/+16
| | * ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()Rafael J. Wysocki2020-05-101-4/+1
| | * platform/x86: GPD pocket fan: Fix error message when temp-limits are out of r...Hans de Goede2020-05-101-1/+1
| | * x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-05-101-0/+1
| | * ALSA: hda: Match both PCI ID and SSID for driver blacklistTakashi Iwai2020-05-101-4/+5
| | * hexagon: define ioremap_ucNick Desaulniers2020-05-101-0/+1
| | * hexagon: clean up ioremapChristoph Hellwig2020-05-103-11/+4
| | * mfd: intel-lpss: Use devm_ioremap_uc for MMIOTuowen Zhao2020-05-101-1/+1
| | * lib: devres: add a helper function for ioremap_ucTuowen Zhao2020-05-102-0/+21
| | * Revert "software node: Simplify software_node_release() function"Brendan Higgins2020-05-101-7/+7
| | * drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma2020-05-101-1/+2
| | * sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-05-101-1/+5
| | * drm/i915: Extend WaDisableDARBFClkGating to icl,ehl,tglMatt Roper2020-05-101-2/+5
| | * net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger2020-05-101-1/+2
| | * net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger2020-05-101-1/+2
| | * mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-05-101-1/+2
| | * lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-05-101-17/+17
| | * tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-05-101-0/+7
| | * cifs: do not share tcons with DFSPaulo Alcantara2020-05-101-0/+4
| | * scripts/config: allow colons in option strings for sedJeremie Francois (on alpha)2020-05-101-1/+4
| | * cifs: protect updating server->dstaddr with a spinlockRonnie Sahlberg2020-05-101-0/+2
| | * ASoC: rsnd: Fix "status check failed" spam for multi-SSIMatthias Blankertz2020-05-101-1/+7
| | * ASoC: rsnd: Don't treat master SSI in multi SSI setup as parentMatthias Blankertz2020-05-101-4/+7
| | * net: stmmac: Fix sub-second incrementJulien Beraud2020-05-101-4/+8
| | * net: stmmac: fix enabling socfpga's ptp_ref_clockJulien Beraud2020-05-101-3/+6
| | * wimax/i2400m: Fix potential urb refcnt leakXiyu Yang2020-05-101-0/+1
| | * drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Sandeep Raghuraman2020-05-101-0/+26
| | * remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Alex Elder2020-05-101-1/+1
| | * ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entryAmadeusz Sławiński2020-05-101-3/+3
| | * ASoC: rsnd: Fix HDMI channel mapping for multi-SSI modeMatthias Blankertz2020-05-101-1/+1
| | * ASoC: rsnd: Fix parent SSI start/stop in multi-SSI modeMatthias Blankertz2020-05-101-4/+4
| | * usb: dwc3: gadget: Properly set maxpacket limitThinh Nguyen2020-05-102-11/+45
| | * ASoC: topology: Fix endianness issueAmadeusz Sławiński2020-05-101-1/+1
| | * ASoC: sgtl5000: Fix VAG power-on handlingSebastian Reichel2020-05-102-0/+35
| | * selftests/ipc: Fix test failure seen after initial test runTyler Hicks2020-05-101-1/+1
| | * ASoC: topology: Check return value of soc_tplg_dai_configAmadeusz Sławiński2020-05-101-2/+7
| | * ASoC: topology: Check return value of pcm_new_verAmadeusz Sławiński2020-05-101-1/+3