summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-12-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+5
2018-12-18Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner3-1/+135
2018-12-18irqchip: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald1-0/+132
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai34-144/+408
2018-12-18genirq: Fix various typos in commentsIngo Molnar1-2/+2
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown1-0/+1
2018-12-15mod_devicetable.h: correct kerneldoc typo, "PHYSID2" -> "MII_PHYSID2"Robert P. J. Day1-1/+1
2018-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-12-15mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe1-0/+6
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-0/+5
2018-12-15Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp...Stephen Boyd4-552/+94
2018-12-14include/linux/compiler_types.h: don't pollute userspace with macro definitionsXiaozhou Liu1-54/+54
2018-12-14Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2-3/+16
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+5
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini1-1/+1
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini1-0/+2
2018-12-14PM / Domains: Propagate performance state updatesViresh Kumar1-0/+4
2018-12-14PM / Domains: Save OPP table pointer in genpdViresh Kumar1-0/+2
2018-12-14OPP: Don't return 0 on error from of_get_required_opp_performance_state()Viresh Kumar1-3/+3
2018-12-14OPP: Add dev_pm_opp_xlate_performance_state() helperViresh Kumar1-0/+7
2018-12-14Merge tag 'mlx5-fixes-2018-12-13' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-4/+6
2018-12-14Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-0/+54
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski1-0/+4
2018-12-13mfd: axp20x: name voltage ramping define properlyOlliver Schinagl1-2/+2
2018-12-13irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski1-1/+1
2018-12-13platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal1-0/+2
2018-12-13net/mlx5: E-Switch, Fix fdb cap bits swapVu Pham1-4/+6
2018-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-12/+0
2018-12-13cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki1-0/+2
2018-12-12Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2-1/+5
2018-12-12PM / AVS: SmartReflex: Switch to SPDX Licence IDNishanth Menon1-4/+1
2018-12-12pwm: Drop legacy wrapper for changing polarityUwe Kleine-König1-42/+0
2018-12-12bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-1/+1
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown45-179/+404
2018-12-11clk: Tag clk core files with SPDXStephen Boyd2-10/+2
2018-12-11locking/lockdep: Remove ::version from lock_class structureWaiman Long1-2/+0
2018-12-11Merge back staging AVS changes for v4.21.Rafael J. Wysocki1-5/+0
2018-12-11PM / devfreq: add devfreq_suspend/resume() functionsLukasz Luba1-0/+6
2018-12-11PM / devfreq: add support for suspend/resume of a devfreq deviceLukasz Luba1-0/+7
2018-12-11Merge branch 'regulator-4.20' into regulator-linusMark Brown1-1/+1
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij1-0/+10
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij1-0/+13
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen1-0/+1
2018-12-10mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon1-5/+1
2018-12-10mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon1-0/+1
2018-12-10mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur2-1/+3
2018-12-10led: triggers: Add LED_INIT_DEFAULT_TRIGGER flagJacek Anaszewski1-0/+1
2018-12-10Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2-3/+10
2018-12-10Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2-8/+16
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8