summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-29raid5: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-29timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish
2020-07-29netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish
2020-07-29netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-29sched: tasks: Use sequence counter with associated spinlockAhmed S. Darwish
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish
2020-07-29seqlock: Align multi-line macros newline escapes at 72 columnsAhmed S. Darwish
2020-07-29seqlock: Extend seqcount API with associated locksAhmed S. Darwish
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/qspinlock: Do not include atomic.h from qspinlock_types.hHerbert Xu
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-29arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSUREValentin Schneider
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore
2020-07-29Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown
2020-07-29Merge remote-tracking branch 'spi/for-5.8' into spi-linusMark Brown
2020-07-29Merge series "Some bug fix for lpspi" from Clark Wang <xiaoning.wang@nxp.com>:Mark Brown
2020-07-29dt-bindings: lpspi: New property in document DT bindings for LPSPIClark Wang
2020-07-29powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini
2020-07-29powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini
2020-07-29powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini
2020-07-29powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini
2020-07-29powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini
2020-07-29powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini
2020-07-29powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini
2020-07-29powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini
2020-07-29powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini
2020-07-29powerpc/kexec_file: Mark PPC64 specific codeHari Bathini
2020-07-29kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini
2020-07-29powerpc/configs: Add BLK_DEV_NVME to pseries_defconfigAnton Blanchard
2020-07-29powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar
2020-07-29powerpc/fsl/dts: add missing P4080DS I2C devicesDavid Lamparter
2020-07-29ocxl: Address kernel doc errors & warningsAlastair D'Silva
2020-07-29ocxl: Remove unnecessary externsAlastair D'Silva
2020-07-29selftests/powerpc: Return skip code for spectre_v2Thadeu Lima de Souza Cascardo
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-29powerpc/sstep: Add support for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-29powerpc/ppc-opcode: Add divde and divdeu opcodesBalamuruhan S
2020-07-29spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang
2020-07-29spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang