summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* soundwire: bus_type: introduce sdw_slave_type and sdw_master_typePierre-Louis Bossart2020-05-193-8/+28
* soundwire: bus: rename sdw_bus_master_add/delete, add argumentsPierre-Louis Bossart2020-05-195-18/+23
* soundwire: intel: (cosmetic) remove multiple superfluous "else" statementsGuennadi Liakhovetski2020-05-112-3/+9
* soundwire: (cosmetic) remove multiple superfluous "else" statementsGuennadi Liakhovetski2020-05-111-7/+10
* soundwire: qcom: Use IRQF_ONESHOTSamuel Zou2020-05-111-1/+2
* soundwire: bus: reduce verbosity on enumerationPierre-Louis Bossart2020-05-051-3/+3
* soundwire: debugfs: clarify SDPX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-051-1/+1
* soundwire: slave: don't init debugfs on device registration errorPierre-Louis Bossart2020-05-051-0/+2
* Documentation: SoundWire: clarify TDM mode supportPierre-Louis Bossart2020-05-051-3/+86
* soundwire: qcom: fix error handling in probePierre-Louis Bossart2020-05-051-9/+17
* soundwire: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI p...Kuninori Morimoto2020-04-201-2/+2
* Linux 5.7-rc1v5.7-rc1Linus Torvalds2020-04-121-2/+2
* MAINTAINERS: sort field names for all entriesLinus Torvalds2020-04-121-1974/+1974
* MAINTAINERS: sort entries by entry nameLinus Torvalds2020-04-121-820/+820
* Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
|\
| * KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
* | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-123-0/+10
|\ \
| * | ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara2020-04-071-0/+2
| * | time/namespace: Add max_time_namespaces ucountDmitry Safonov2020-04-072-0/+7
| * | time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* | | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-125-62/+51
|\ \ \
| * | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
| * | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
| * | | sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0
| * | | sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2020-04-082-2/+0
| * | | workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-04-082-3/+6
| * | | sched/fair: Fix negative imbalance in imbalance calculationAubrey Li2020-04-081-0/+8
| * | | sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang2020-04-081-20/+11
| * | | sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider2020-04-083-11/+8
* | | | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-124-31/+573
|\ \ \ \
| * | | | perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-081-3/+6
| * | | | perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang2020-04-083-0/+522
| * | | | perf/cgroup: Correct indirection in perf_less_group_idx()Ian Rogers2020-04-081-1/+2
| * | | | perf/core: Fix event cgroup trackingPeter Zijlstra2020-04-081-27/+43
| |/ / /
* | | | Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-04-123-26/+51
|\ \ \ \
| * | | | locking/lockdep: Improve 'invalid wait context' splatPeter Zijlstra2020-04-081-20/+31
| * | | | locking/refcount: Document interaction with PID_MAX_LIMITJann Horn2020-04-081-5/+18
| * | | | locking/percpu-rwsem: Fix a task_struct refcountQian Cai2020-04-081-1/+2
| |/ / /
* | | | Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-04-1212-238/+272
|\ \ \ \
| * | | | smb3: enable swap on SMB3 mountsSteve French2020-04-104-0/+70
| * | | | smb3: change noisy error message to FYISteve French2020-04-091-1/+1
| * | | | smb3: smbdirect support can be configured by defaultSteve French2020-04-071-1/+1
| * | | | cifs: smbd: Do not schedule work to send immediate packet on every receiveLong Li2020-04-072-52/+10
| * | | | cifs: smbd: Properly process errors on ib_post_sendLong Li2020-04-071-123/+97
| * | | | cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li2020-04-073-36/+60
| * | | | cifs: smbd: Update receive credits before sending and deal with credits roll ...Long Li2020-04-071-7/+18
| * | | | cifs: smbd: Check send queue size before posting a sendLong Li2020-04-072-1/+11
| * | | | cifs: smbd: Merge code to track pending packetsLong Li2020-04-073-39/+12