summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-051-0/+2
* arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-051-0/+2
* kcov: remote coverage supportAndrey Konovalov2019-12-053-0/+59
* uaccess: disallow > INT_MAX copy sizesKees Cook2019-12-051-0/+2
* lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-051-1/+1
* lib/rbtree: get successor's color directlyWei Yang2019-12-051-2/+1
* lib/rbtree: set successor's parent unconditionallyWei Yang2019-12-051-2/+1
* bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-053-0/+64
* kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-051-4/+0
* kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko2019-12-051-5/+14
* linux/scc.h: make uapi linux/scc.h self-containedMasahiro Yamada2019-12-051-0/+1
* linux/build_bug.h: change type to intRikard Falkeborn2019-12-051-2/+2
* include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini2019-12-051-4/+2
* include/linux/proc_fs.h: fix confusing macro arg nameMiaohe Lin2019-12-051-2/+2
* mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov2019-12-051-2/+2
* mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-051-0/+50
* Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-12-033-111/+72
|\
| * Merge tag 'tag-ib-chrome-mfd-iio-input-5.5' into chrome-platform-5.5Enric Balletbo i Serra2019-11-212-111/+57
| |\
| | * platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata2019-11-211-3/+9
| | * platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou2019-11-211-0/+16
| | * mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou2019-11-212-8/+8
| | * iio / platform: cros_ec: Add cros-ec-sensorhub driverGwendal Grignou2019-11-211-0/+22
| | * mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou2019-11-211-0/+5
| | * platform/chrome: cros_ec: Put docs with the codeGwendal Grignou2019-11-211-103/+0
| * | platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello2019-11-191-0/+13
| * | platform/chrome: wilco_ec: Add charging config driverNick Crews2019-11-191-0/+2
| |/
* | Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-12-034-2/+8
|\ \
| * | export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada2019-11-144-2/+8
* | | Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-031-1/+1
|\ \ \
| * \ \ Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman2019-10-2726-87/+177
| |\ \ \
| * | | | serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2019-10-161-1/+1
* | | | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-039-93/+71
|\ \ \ \ \
| * \ \ \ \ Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-282-3/+18
| |\ \ \ \ \
| | * | | | | PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-3/+6
| | * | | | | resource: Add a resource_list_first_type helperRob Herring2019-10-291-0/+12
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2019-11-281-0/+1
| |\ \ \ \ \
| | * | | | | PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick2019-11-201-0/+1
| | |/ / / /
| * | | | | Merge branch 'pci/virtualization'Bjorn Helgaas2019-11-282-71/+24
| |\ \ \ \ \
| | * | | | | PCI/ATS: Make pci_restore_pri_state(), pci_restore_pasid_state() privateBjorn Helgaas2019-10-151-5/+0
| | * | | | | PCI/ATS: Remove unused PRI and PASID stubsBjorn Helgaas2019-10-151-10/+0
| | * | | | | PCI/ATS: Consolidate ATS declarations in linux/pci-ats.hKrzysztof Wilczynski2019-10-152-61/+28
| | * | | | | PCI/ATS: Cache PRI PRG Response PASID Required bitBjorn Helgaas2019-10-151-0/+1
| | * | | | | PCI/ATS: Cache PASID Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+1
| | * | | | | PCI/ATS: Cache PRI Capability offsetKuppuswamy Sathyanarayanan2019-10-151-0/+1
| | * | | | | PCI/ATS: Disable PF/VF ATS service independentlyKuppuswamy Sathyanarayanan2019-10-151-1/+0
| | * | | | | PCI/ATS: Move pci_prg_resp_pasid_required() to CONFIG_PCI_PRIBjorn Helgaas2019-10-151-6/+5
| | |/ / / /
| * | | | | Merge branch 'pci/resource'Bjorn Helgaas2019-11-283-2/+3
| |\ \ \ \ \
| | * | | | | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-143-2/+3
| | |/ / / /
| * | | | | Merge branch 'pci/pm'Bjorn Helgaas2019-11-281-5/+9
| |\ \ \ \ \
| | * | | | | PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki2019-11-211-1/+1