aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-31fs: remove ksys_dupChristoph Hellwig1-1/+0
2020-07-31fs: remove ksys_openChristoph Hellwig1-11/+0
2020-07-31fs: remove ksys_getdents64Christoph Hellwig1-2/+0
2020-07-30Merge remote-tracking branch 'regulator/for-5.9' into regulator-nextMark Brown5-1/+319
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar7-14/+74
2020-07-30mm: pgtable: Make generic pgprot_* macros available for no-MMUPekka Enberg1-34/+37
2020-07-30tasklet: Introduce new initialization APIRomain Perier1-1/+27
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-5/+10
2020-07-30thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba1-8/+1
2020-07-30random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau1-1/+1
2020-07-30PM / devfreq: Add support delayed timer for polling modeChanwoo Choi1-0/+9
2020-07-30driver core: add device probe log helperAndrzej Hajda1-0/+3
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig1-1/+0
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig1-6/+0
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-1/+1
2020-07-30OPP: Add and export helper to set bandwidthSibi Sankar1-0/+6
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-07-29power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitorDan Murphy1-0/+1
2020-07-29power: supply: bq27xxx_battery: Add the BQ27Z561 Battery monitorDan Murphy1-0/+1
2020-07-29PCI: Remove unused pci_lost_interrupt()Heiner Kallweit1-7/+0
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-0/+3
2020-07-29cpuidle: change enter_s2idle() prototypeNeal Liu1-3/+6
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin1-0/+2
2020-07-29nvmem: core: add support to auto devidSrinivas Kandagatla1-0/+3
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber1-0/+1
2020-07-29seqcount: More consistent seqprop namesPeter Zijlstra1-26/+26
2020-07-29seqcount: Compress SEQCNT_LOCKNAME_ZERO()Peter Zijlstra1-45/+18
2020-07-29seqlock: Fold seqcount_LOCKNAME_init() definitionPeter Zijlstra1-47/+14
2020-07-29seqlock: Fold seqcount_LOCKNAME_t definitionPeter Zijlstra1-103/+39
2020-07-29seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/gPeter Zijlstra1-10/+10
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish1-1/+1
2020-07-29kvm/eventfd: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish1-1/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish1-2/+0
2020-07-29seqlock: Align multi-line macros newline escapes at 72 columnsAhmed S. Darwish1-14/+15
2020-07-29seqlock: Extend seqcount API with associated locksAhmed S. Darwish1-69/+395
2020-07-29seqlock: lockdep assert non-preemptibility on seqcount_t writeAhmed S. Darwish1-6/+23
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish1-0/+19
2020-07-29seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()Ahmed S. Darwish1-4/+5
2020-07-29seqlock: Add kernel-doc for seqcount_t and seqlock_t APIsAhmed S. Darwish1-77/+348
2020-07-29seqlock: Reorder seqcount_t and seqlock_t API definitionsAhmed S. Darwish1-80/+78
2020-07-29seqlock: seqcount_t latch: End read sections with read_seqcount_retry()Ahmed S. Darwish1-2/+2
2020-07-29seqlock: Properly format kernel-doc code samplesAhmed S. Darwish1-52/+56
2020-07-29Documentation: locking: Describe seqlock design and usageAhmed S. Darwish1-45/+40
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-0/+2
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-0/+2
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown4-46/+59
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini1-11/+18