summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hostfs: Fix writeback of dirty pagesSjoerd Simons2021-12-211-0/+3
* um: Use swap() to make code cleanerYang Guang2021-12-211-4/+3
* um: header debriding - sigio.hAl Viro2021-12-211-1/+0
* um: header debriding - os.hAl Viro2021-12-211-13/+0
* um: header debriding - net_*.hAl Viro2021-12-212-3/+0
* um: header debriding - mem_user.hAl Viro2021-12-211-5/+0
* um: header debriding - activate_ipi()Al Viro2021-12-211-1/+0
* um: common-offsets.h debriding...Al Viro2021-12-211-12/+0
* um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-212-6/+0
* um: unexport handle_page_fault()Al Viro2021-12-211-1/+0
* um: remove a dangling extern of syscall_trace()Al Viro2021-12-211-1/+0
* um: kill unused cpu()Al Viro2021-12-212-6/+0
* uml/i386: missing include in barrier.hAl Viro2021-12-211-0/+1
* um: stop polluting the namespace with registers.h contentsAl Viro2021-12-219-3/+8
* logic_io instance of iounmap() needs volatile on argumentAl Viro2021-12-212-3/+3
* um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.cAl Viro2021-12-215-35/+11
* uml: trim unused junk from arch/x86/um/sys_call_table_*.cAl Viro2021-12-212-18/+0
* um: virtio_uml: Fix time-travel external time propagationJohannes Berg2021-12-211-0/+4
* lib/logic_iomem: Fix operation on 32-bitJohannes Berg2021-12-211-3/+3
* lib/logic_iomem: Fix 32-bit buildJohannes Berg2021-12-211-6/+7
* um: virt-pci: Fix 32-bit compileJohannes Berg2021-12-211-4/+4
* um: gitignore: Add kernel/capflags.cJohannes Berg2021-12-211-0/+1
* um: registers: Rename function names to avoid conflicts and build problemsRandy Dunlap2021-12-214-6/+7
* um: Replace if (cond) BUG() with BUG_ON()Changcheng Deng2021-12-211-2/+1
* uml: x86: add FORCE to user_constants.hJohannes Berg2021-12-211-1/+1
* um: rename set_signals() to um_set_signals()Johannes Berg2021-12-216-13/+13
* um: fix ndelay/udelay definesJohannes Berg2021-12-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-12-212-0/+18
|\
| * HID: potential dereference of null pointerJiasheng Jiang2021-12-201-0/+3
| * HID: holtek: fix mouse probingBenjamin Tissoires2021-12-201-0/+15
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-12-204-9/+67
|\ \
| * | RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi2021-12-141-1/+1
| * | IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito2021-12-141-1/+1
| * | RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2021-12-142-7/+65
* | | Merge tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-201-1/+1
|\ \ \
| * | | spi: change clk_disable_unprepare to clk_unprepareDongliang Mu2021-12-061-1/+1
* | | | Merge tag 'regulator-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-12-201-0/+25
|\ \ \ \
| * | | | regulator: dt-bindings: samsung,s5m8767: add missing op_mode to bucksKrzysztof Kozlowski2021-12-061-0/+25
* | | | | Merge branch 'xsa' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2021-12-207-65/+190
|\ \ \ \ \
| * | | | | xen/netback: don't queue unlimited number of packagesJuergen Gross2021-12-161-7/+11
| * | | | | xen/netback: fix rx queue stall detectionJuergen Gross2021-12-162-24/+42
| * | | | | xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-163-3/+34
| * | | | | xen/netfront: harden netfront against event channel stormsJuergen Gross2021-12-161-31/+94
| * | | | | xen/blkfront: harden blkfront against event channel stormsJuergen Gross2021-12-161-3/+12
* | | | | | Linux 5.16-rc6v5.16-rc6Linus Torvalds2021-12-191-1/+1
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-12-193-19/+16
|\ \ \ \ \ \
| * | | | | | KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson2021-12-191-1/+15
| * | | | | | KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDsVitaly Kuznetsov2021-12-191-17/+0
| * | | | | | KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...Vitaly Kuznetsov2021-12-191-1/+1
* | | | | | | Merge tag 'block-5.16-2021-12-19' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-191-2/+0
|\ \ \ \ \ \ \