aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-21platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata1-3/+9
2019-11-21platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou1-0/+16
2019-11-21mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou2-8/+8
2019-11-21iio / platform: cros_ec: Add cros-ec-sensorhub driverGwendal Grignou1-0/+22
2019-11-21mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou1-0/+5
2019-11-21platform/chrome: cros_ec: Put docs with the codeGwendal Grignou1-103/+0
2019-11-21Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini7-15/+108
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker1-0/+7
2019-11-20net: sfp: soft status and control supportRussell King1-0/+4
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-47/+215
2019-11-20ftrace: Return ENOTSUPP when DYNAMIC_FTRACE_WITH_DIRECT_CALLS is not configuredAlexei Starovoitov1-3/+3
2019-11-20PCI/PM: Avoid exporting __pci_complete_power_transition()Rafael J. Wysocki1-1/+1
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas1-2/+0
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas1-2/+0
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas1-0/+8
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann1-3/+3
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann1-0/+3
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig1-2/+3
2019-11-20dma-direct: avoid a forward declaration for phys_to_dmaChristoph Hellwig1-16/+14
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig1-1/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-10/+10
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-3/+6
2019-11-20PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick1-0/+1
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner5-16/+43
2019-11-20firmware: xilinx: Add SDIO Tap Delay nodesManish Narani1-1/+12
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano1-2/+4
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2-4/+9
2019-11-20futex: Add mutex around futex exitThomas Gleixner2-0/+2
2019-11-20futex: Mark the begin of futex exit explicitlyThomas Gleixner1-28/+3
2019-11-20futex: Split futex_mm_release() for exit/execThomas Gleixner1-2/+4
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-1/+34
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner2-15/+16
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams1-2/+0
2019-11-19libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_region_attribute_group to device_typeDan Williams1-1/+0
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams1-1/+0
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello1-0/+13
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews1-0/+2
2019-11-19cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirksRafael J. Wysocki1-0/+4
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+11
2019-11-18docs: Add request_irq() documentationJonathan Corbet1-0/+13
2019-11-18spi: mediatek: add SPI_CS_HIGH supportLuhua Xu1-1/+0
2019-11-18ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)1-2/+19
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo1-1/+2
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar5-25/+20
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2-3/+9
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-8/+5
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5