summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds15-478/+204
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-22/+43
2020-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds1-2/+7
2020-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-5/+107
2020-08-03Merge tag 'tpmdd-next-v5.9' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2-2/+10
2020-08-03Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner5-24/+45
2020-08-03Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki1-1/+1
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki3-7/+24
2020-08-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+14
2020-08-03Merge branch 'pm-cpuidle'Rafael J. Wysocki1-3/+6
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki4-64/+115
2020-08-03list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+19
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-38/+32
2020-08-01fs: optimise kiocb_set_rw_flags()Pavel Begunkov1-5/+11
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-0/+2
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider1-0/+10
2020-07-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2020-07-31Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas5-134/+47
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas7-21/+73
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar8-6/+17
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver1-0/+4
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver2-9/+15
2020-07-31lib: Add zstd support to decompressNick Terrell1-0/+11
2020-07-31lib/mpi: Add mpi_sub_ui()Marcelo Henrique Cerri1-0/+3
2020-07-31Merge 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-30tasklet: Introduce new initialization APIRomain Perier1-1/+27
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-5/+10
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-30random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
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-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-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-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef3-2/+10
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe1-0/+4