aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller1-0/+165
2020-07-29drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie1-1/+1
2020-07-29drm/ttm: drop unusued function declarationDave Airlie1-11/+0
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-1/+1
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang1-0/+4
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig1-12/+6
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-14/+13
2020-07-28net: make sockptr_is_null strict aliasing safeChristoph Hellwig1-1/+3
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin1-0/+1
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell2-0/+9
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-4/+9
2020-07-28Merge tag 'asm-generic-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2020-07-28block: Remove callback typedefs for blk_mq_opsDaniel Wagner1-32/+18
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-46/+49
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi1-4/+4
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun1-2/+3
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi2-4/+18
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi1-2/+2
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi3-5/+18
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi1-3/+3
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi1-3/+4
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar61-146/+362
2020-07-28bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko1-1/+1
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha1-1/+1
2020-07-28lockdep: Move list.h inclusion into lockdep.hHerbert Xu2-2/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2-0/+13
2020-07-27dt-bindings: power: Add missing rpmpd rpmh regulator levelJonathan Marek1-0/+1
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen1-0/+2
2020-07-27dt-bindings: clock: Add tabs to align code.周琰杰 (Zhou Yanjie)1-72/+72
2020-07-27dt-bindings: clock: Add RTC related clocks for Ingenic SoCs.周琰杰 (Zhou Yanjie)3-0/+6
2020-07-28math64: New DIV_S64_ROUND_CLOSEST helperChunyan Zhang1-0/+19
2020-07-27clk: qcom: gcc-sdm660: Add missing modem resetKonrad Dybcio1-0/+1
2020-07-27sched: Fix a typo in a comment王文虎1-1/+1
2020-07-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein1-3/+16
2020-07-27fanotify: add support for FAN_REPORT_NAMEAmir Goldstein2-1/+5
2020-07-27fanotify: add basic support for FAN_REPORT_DIR_FIDAmir Goldstein2-5/+8
2020-07-27fsnotify: remove check that source dentry is positiveAmir Goldstein1-3/+1
2020-07-27fsnotify: send event with parent/name info to sb/mount/non-dir marksAmir Goldstein2-6/+36
2020-07-27fsnotify: pass dir and inode arguments to fsnotify()Amir Goldstein2-8/+11
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-15/+11
2020-07-27PCI: Add Intel QuickAssist device IDsGiovanni Cabiddu1-0/+6
2020-07-27fsnotify: add object type "child" to object type iteratorAmir Goldstein1-0/+3
2020-07-27fanotify: generalize test for FAN_REPORT_FIDAmir Goldstein1-2/+4
2020-07-27fanotify: remove event FAN_DIR_MODIFYAmir Goldstein3-10/+1
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri2-2/+12
2020-07-27fs: define inode flags using bit numbersEric Biggers1-18/+18
2020-07-27regset: kill user_regset_copyout{,_zero}()Al Viro1-67/+0
2020-07-27regset(): kill ->get_size()Al Viro1-47/+1
2020-07-27regset: kill ->get()Al Viro1-22/+0
2020-07-27regset: new method and helpers for itAl Viro1-0/+51