summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | ACPI: APD: Add a fmw property is_ravenAkshu Agrawal2020-08-071-0/+1
| * | | | | | | | | ACPI: APD: Change name from ST to FCHAkshu Agrawal2020-08-071-5/+5
* | | | | | | | | | Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-08-151-0/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-08-141-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki2020-08-111-0/+2
* | | | | | | | | | | | Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-1517-131/+148
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-138-8/+8
| * | | | | | | | | | | | mfd: mfd-core: Add mechanism for removal of a subset of childrenCharles Keepax2020-08-131-0/+5
| * | | | | | | | | | | | mfd: max77693-private: Drop a duplicated wordRandy Dunlap2020-08-131-1/+1
| * | | | | | | | | | | | mfd: da9055: pdata.h: Drop a duplicated wordRandy Dunlap2020-08-131-1/+1
| * | | | | | | | | | | | mfd: da9063: Add support for latest DA silicon revisionAdam Thomson2020-08-131-0/+1
| * | | | | | | | | | | | mfd: da9063: Fix revision handling to correctly select reg tablesAdam Thomson2020-08-131-5/+10
| * | | | | | | | | | | | mfd: smsc-ece1099: Remove driverMichael Walle2020-08-131-104/+0
| * | | | | | | | | | | | mfd: core: Add OF_MFD_CELL_REG() helperLee Jones2020-08-131-6/+11
| * | | | | | | | | | | | mfd: core: Fix formatting of MFD helpersLee Jones2020-08-131-10/+10
| * | | | | | | | | | | | mfd: core: Make a best effort attempt to match devices with the correct of_nodesLee Jones2020-08-131-0/+10
| * | | | | | | | | | | | mfd: Add support for the Khadas System control MicrocontrollerNeil Armstrong2020-06-181-0/+91
| * | | | | | | | | | | | mfd: madera: Remove unused forward declaration of madera_codec_pdataCharles Keepax2020-06-181-1/+0
| * | | | | | | | | | | | mfd: stm32: Add defines to be used for clkevent purposeBenjamin Gaignard2020-06-181-0/+5
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1511-28/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-142-4/+4
| * | | | | | | | | | | | | mm: annotate a data race in page_zonenum()Qian Cai2020-08-141-0/+1
| * | | | | | | | | | | | | mm/memcontrol: fix a data race in scan countQian Cai2020-08-141-1/+1
| * | | | | | | | | | | | | all arch: remove system call sys_sysctlXiaoming Ni2020-08-143-7/+2
| * | | | | | | | | | | | | mm: introduce offset_in_thpMatthew Wilcox (Oracle)2020-08-141-0/+1
| * | | | | | | | | | | | | mm: add thp_headMatthew Wilcox (Oracle)2020-08-141-0/+15
| * | | | | | | | | | | | | mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-143-10/+15
| * | | | | | | | | | | | | mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-0/+11
| * | | | | | | | | | | | | mm: add thp_orderMatthew Wilcox (Oracle)2020-08-141-0/+19
| * | | | | | | | | | | | | mm: move page-flags include to top of fileMatthew Wilcox (Oracle)2020-08-141-5/+1
| * | | | | | | | | | | | | mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-142-1/+5
* | | | | | | | | | | | | | Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-141-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-171-6/+6
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-141-6/+0
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-142-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-062-0/+21
* | | | | | | | | | | | | Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-142-24/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2020-08-051-0/+1
| * | | | | | | | | | | | modules: return licensing information from find_symbolChristoph Hellwig2020-08-011-1/+1
| * | | | | | | | | | | | modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2020-08-011-1/+1
| * | | | | | | | | | | | modules: mark each_symbol_section staticChristoph Hellwig2020-08-011-9/+0
| * | | | | | | | | | | | modules: mark find_symbol staticChristoph Hellwig2020-08-011-11/+0
| * | | | | | | | | | | | modules: mark ref_module staticChristoph Hellwig2020-08-011-1/+0
| * | | | | | | | | | | | modules: linux/moduleparam.h: drop duplicated word in a commentRandy Dunlap2020-07-201-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-133-29/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski2020-08-101-1/+1
| * | | | | | | | | | | | net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-24/+2
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-4/+6
* | | | | | | | | | | | Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-08-131-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu2020-08-051-0/+11