summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rcu: Prevent false positive softirq warning on RTThomas Gleixner2021-03-171-1/+2
* tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-171-0/+6
* softirq: Make softirq control and processing RT awareThomas Gleixner2021-03-171-1/+1
* softirq: Add RT specific softirq accountingThomas Gleixner2021-03-173-1/+9
* tasklets: Switch tasklet_disable() to the sleep wait variantThomas Gleixner2021-03-171-2/+1
* tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner2021-03-171-10/+2
* tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra2021-03-171-11/+2
* tasklets: Use spin wait in tasklet_disable() temporarilyThomas Gleixner2021-03-171-1/+2
* tasklets: Provide tasklet_disable_in_atomic()Thomas Gleixner2021-03-171-0/+22
* tasklets: Use static inlines for stub implementationsThomas Gleixner2021-03-171-3/+3
* tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()Thomas Gleixner2021-03-171-1/+2
* tasklet: Remove tasklet_kill_immediateDavidlohr Bueso2021-03-161-1/+0
* genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song2021-03-061-0/+4
* Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-051-2/+0
|\
| * block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-011-2/+0
* | Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-052-1/+3
|\ \
| * | kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+2
| * | io_uring: destroy io-wq on execPavel Begunkov2021-03-041-1/+1
| |/
* | Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-03-051-3/+3
|\ \
| * | ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko2021-03-031-3/+3
| |/
* | Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-051-9/+2
|\ \
| * | tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)2021-03-041-9/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-041-0/+13
|\ \
| * | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-0/+13
* | | Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-03-043-1/+8
|\ \ \
| * \ \ Merge tag 'tags/sound-sdw-kconfig-fixes' into for-linusTakashi Iwai2021-03-02345-3681/+10187
| |\ \ \
| | * | | ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart2021-03-021-0/+2
| | * | | ASoC: soc-acpi: allow for partial match in parent namePierre-Louis Bossart2021-03-021-1/+1
| | | |/ | | |/|
| * | | ALSA: hda: intel-nhlt: verify config typePierre-Louis Bossart2021-03-021-0/+5
* | | | swap: fix swapfile read/write offsetJens Axboe2021-03-021-0/+1
* | | | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-011-0/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny2021-02-111-0/+5
| * | | mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny2021-02-111-0/+33
| * | | mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny2021-02-111-4/+4
| * | | mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2021-02-111-0/+18
* | | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-281-0/+1
|\ \ \ \
| * | | | csky: Fixup perf probe failedGuo Ren2021-01-121-0/+1
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-02-282-2/+5
|\ \ \ \ \
| * | | | | scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-02-221-0/+1
| * | | | | scsi: libiscsi: Add helper to calculate max SCSI cmds per sessionMike Christie2021-02-081-0/+2
| * | | | | scsi: libiscsi: Drop taskqueuelockMike Christie2021-02-081-2/+2
* | | | | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-285-20/+22
|\ \ \ \ \ \
| * | | | | | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+6
| * | | | | | blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-2/+0
| * | | | | | blktrace: fix blk_rq_merge documentationChaitanya Kulkarni2021-02-221-1/+1
| * | | | | | blktrace: fix blk_rq_issue documentationChaitanya Kulkarni2021-02-221-1/+1
| * | | | | | blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-1/+1
| * | | | | | block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-223-14/+14
| * | | | | | block: Remove unused blk_pm_*() function definitionsBart Van Assche2021-02-221-1/+0
* | | | | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-274-23/+6
|\ \ \ \ \ \ \