summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-07-30driver core: add device probe log helperAndrzej Hajda
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar
2020-07-30OPP: Add and export helper to set bandwidthSibi Sankar
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds
2020-07-29power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitorDan Murphy
2020-07-29power: supply: bq27xxx_battery: Add the BQ27Z561 Battery monitorDan Murphy
2020-07-29PCI: Remove unused pci_lost_interrupt()Heiner Kallweit
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-29cpuidle: change enter_s2idle() prototypeNeal Liu
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin
2020-07-29nvmem: core: add support to auto devidSrinivas Kandagatla
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber
2020-07-29seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish
2020-07-29seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish
2020-07-29seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish
2020-07-29seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish
2020-07-29seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish
2020-07-29seqlock: Properly format kernel-doc code samplesAhmed S. Darwish
2020-07-29Documentation: locking: Describe seqlock design and usageAhmed S. Darwish
2020-07-29Merge branch 'locking/header'Peter Zijlstra
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe
2020-07-29nvme-fc: drop a duplicated word in a commentRandy Dunlap
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu
2020-07-28rhashtable: Fix unprotected RCU dereference in __rht_ptrHerbert Xu
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller
2020-07-28of_address: Add bus type match for pci ranges parserJiaxun Yang
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-28net: make sockptr_is_null strict aliasing safeChristoph Hellwig
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell
2020-07-28block: Remove callback typedefs for blk_mq_opsDaniel Wagner
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun
2020-07-28of/device: Add input id to of_dma_configure()Lorenzo Pieralisi
2020-07-28of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar