summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-061-0/+2
|\
| * Merge tag 'renesas-arm-dt-for-v5.1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2019-02-151-0/+2
| |\
| | * ARM: dts: r8a7778: Add HSCIF0/1 supportUlrich Hecht2019-01-171-0/+2
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-063-18/+3
|\ \ \
| * \ \ Merge tag 'v5.0-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Arnd Bergmann2019-02-151-3/+3
| |\ \ \
| | * | | dt-bindings: soc: fix typo of MT8173 power dt-bindingsWeiyi Lu2019-02-071-3/+3
| | | |/ | | |/|
| * | | Merge tag 'davinci-for-v5.1/soc-part2' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2019-02-152-15/+0
| |\ \ \ | | |_|/ | |/| |
| | * | usb: ohci-da8xx: remove unused callbacks from platform dataBartosz Golaszewski2019-02-121-14/+0
| | * | ARM: davinci: remove dead code related to MAC address readingBartosz Golaszewski2019-01-101-1/+0
| | |/
* | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-064-6/+7
|\ \ \
| * | | asm-generic/page.h: fix typo in #error text requiring a real asm/page.hMike Rapoport2019-02-221-1/+1
| * | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-182-3/+5
| * | | drm: tweak header nameMichael S. Tsirkin2019-02-181-2/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-069-38/+37
|\ \ \
| * | | kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-281-3/+2
| * | | kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-281-2/+2
| * | | sched/wait: Use freezable_schedule() when possibleHugo Lefeuvre2019-02-111-3/+3
| * | | sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-111-4/+4
| * | | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-1141-226/+348
| |\ \ \
| * | | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-2/+2
| * | | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-16/+7
| * | | | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-043-2/+3
| * | | | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-042-3/+4
| * | | | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-1/+1
| * | | | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-1/+2
| * | | | sched: Remove stale PF_MUTEX_TESTER bitThomas Gleixner2019-01-291-1/+0
| * | | | sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+7
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-064-12/+100
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-1/+6
| |\ \ \ \ \
| | * | | | | perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-1/+6
| * | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-2835-106/+230
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier2019-02-061-2/+5
| * | | | | | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-1/+1
| * | | | | | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-1/+2
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-0440-222/+293
| |\ \ \ \ \ \
| * | | | | | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-213-1/+41
| * | | | | | | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-212-1/+33
| * | | | | | | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-3/+3
| * | | | | | | perf: Remove duplicated workqueue.h include from perf_event.hYueHaibing2019-01-211-1/+0
| * | | | | | | perf/core: Remove unused perf_flagsAndrew Murray2019-01-211-2/+0
| * | | | | | | perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-211-0/+1
| * | | | | | | perf/core: Add function to test for event exclusion flagsAndrew Murray2019-01-211-0/+9
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-068-1684/+4795
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra2019-02-281-2/+4
| * | | | | | | | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-281-24/+4
| * | | | | | | | locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-3/+18
| * | | | | | | | locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-281-3/+6
| * | | | | | | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+5
| * | | | | | | | locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-281-0/+1
| * | | | | | | | locking/lockdep: Reorder struct lock_class membersBart Van Assche2019-02-281-7/+7