summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-14um: Fix build w/o CONFIG_PM_SLEEPJohannes Berg1-1/+1
2020-12-14um: time-travel: Correct time event IRQ deliveryJohannes Berg4-0/+47
2020-12-14um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg3-16/+56
2020-12-14um: time-travel: Actually apply "free-until" optimisationJohannes Berg1-1/+12
2020-12-14um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-14um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-14um: Monitor error events in IRQ controllerAnton Ivanov1-1/+1
2020-12-14um: allocate a guard page to helper threadsJohannes Berg4-8/+11
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg4-0/+59
2020-12-14um: time-travel: avoid multiple identical propagationsJohannes Berg1-0/+6
2020-12-14um: Fetch registers only for signals which need themAnton Ivanov1-1/+14
2020-12-14um: Support suspend to RAMJohannes Berg6-2/+139
2020-12-14um: Allow PM with suspend-to-idleJohannes Berg5-1/+46
2020-12-14um: time: Fix read_persistent_clock64() in time-travelJohannes Berg1-3/+20
2020-12-14um: Simplify os_idle_sleep() and sleep longerJohannes Berg5-25/+21
2020-12-14um: Simplify IRQ handling codeJohannes Berg1-242/+128
2020-12-14um: Remove IRQ_NONE typeJohannes Berg8-45/+26
2020-12-14um: irq: Reduce irq_reg allocationJohannes Berg2-7/+7
2020-12-14um: irq: Clean up and rename struct irq_fdJohannes Berg2-26/+22
2020-12-14um: Clean up alarm IRQ chip nameJohannes Berg1-5/+4
2020-12-14um: virtio: Use dynamic IRQ allocationJohannes Berg2-11/+16
2020-12-14um: Support dynamic IRQ allocationJohannes Berg13-32/+65
2020-12-14um: sigio: Return error from add_sigio_fd()Johannes Berg1-2/+4
2020-12-14um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-14um: Increase stack frame size threshold for signal.cAndy Shevchenko1-0/+2
2020-12-14um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-14um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-14um: Fix time-travel modeJohannes Berg1-5/+0
2020-12-14um: Remove use of asprinf in umid.cAnton Ivanov1-12/+5
2020-12-14um: Add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2020-12-14um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-14um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds22-37/+37
2020-11-29Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-43/+32
2020-11-29Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+4
2020-11-28Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-0/+15
2020-11-28Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-84/+77
2020-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-70/+89
2020-11-27Merge tag 'powerpc-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-8/+18
2020-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-16/+20
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+1
2020-11-27x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni1-2/+4
2020-11-27kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PTVitaly Kuznetsov1-1/+1
2020-11-27KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini3-9/+12
2020-11-27KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2-51/+34
2020-11-27Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-2/+25
2020-11-27Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann4-7/+10
2020-11-27Merge tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann5-27/+15
2020-11-27Merge tag 'zynqmp-soc-fixes-for-v5.10-rc6' of https://github.com/Xilinx/linux...Arnd Bergmann45-235/+361
2020-11-25x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry1-2/+2