summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-2/+0
|\
| * locking/lockdep: Remove ::version from lock_class structureWaiman Long2018-12-111-2/+0
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-6/+13
|\ \
| * | efi: Reduce the amount of memblock reservations for persistent allocationsArd Biesheuvel2018-11-301-0/+3
| * | efi: Permit multiple entries in persistent memreserve data structureArd Biesheuvel2018-11-301-3/+10
| * | x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-3/+0
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-268-76/+64
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-048-76/+64
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-018-76/+64
| | |\ \ \ \ \
| | | | | * | | srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-273-55/+55
| | | | | * | | srcu: Fix kernel-doc missing notationRandy Dunlap2018-11-081-0/+3
| | | |_|/ / / | | |/| | | |
| | | | * | | rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2018-11-121-1/+3
| | | |/ / / | | |/| | |
| | | * | | types: Remove call_rcu_bh() and call_rcu_sched()Paul E. McKenney2018-12-011-2/+2
| | | * | | percpu-rwsem: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | | tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-1/+1
| | | * | | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-081-17/+0
| | |/ / /
* | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \
| * | | | | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-221-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-262-10/+11
|\ \ \ \ \ \
| * | | | | | Revert "compiler-gcc: disable -ftracer for __noclone functions"Sean Christopherson2018-12-211-8/+1
| * | | | | | kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2018-12-211-1/+2
| * | | | | | kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+5
| * | | | | | kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-1/+1
| * | | | | | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-12-261-1/+0
|\ \ \ \ \ \
| * | | | | | of: Drop full path from full_name for PDT systemsRob Herring2018-11-181-1/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-256-7/+21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2018-12-122-1/+5
| |\ \ \ \ \ \
| | * | | | | | drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driverKulkarni, Ganapatrao2018-12-061-0/+1
| | * | | | | | drivers/perf: xgene: Add CPU hotplug supportHoan Tran2018-11-211-0/+1
| | * | | | | | arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon2018-11-211-1/+3
| | |/ / / / /
| * | | | | | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-102-3/+10
| |\ \ \ \ \ \
| | * | | | | | include: pe.h: remove message[] from mz header definitionAKASHI Takahiro2018-12-061-1/+1
| | * | | | | | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro2018-12-061-2/+0
| | * | | | | | s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro2018-12-061-0/+8
| | * | | | | | kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro2018-12-061-0/+1
| | |/ / / / /
| * | | | | | preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-071-3/+0
| * | | | | | linkage: add generic GLOBAL() macroMark Rutland2018-11-301-0/+6
| |/ / / / /
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-251-4/+1
|\ \ \ \ \ \
| * | | | | | hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-2/+0
| * | | | | | time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
| * | | | | | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-257-11/+164
|\ \ \ \ \ \
| * | | | | | genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang2018-12-191-0/+1
| * | | | | | genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-194-8/+22
| * | | | | | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-12-183-1/+135
| |\ \ \ \ \ \
| | * | | | | | irqchip: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald2018-12-181-0/+132
| | * | | | | | irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski2018-12-131-1/+1
| | * | | | | | platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2018-12-131-0/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | genirq: Fix various typos in commentsIngo Molnar2018-12-181-2/+2