summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran1-0/+22
2020-11-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-11-16entry: Drop usage of TIF flags in the generic syscall codeGabriel Krisman Bertazi1-14/+12
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2-12/+8
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi3-7/+5
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi3-12/+17
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2-8/+7
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi3-7/+9
2020-11-16entry: Wire up syscall_work in common entry codeGabriel Krisman Bertazi1-0/+3
2020-11-16entry: Expose helpers to migrate TIF to SYSCALL_WORK flagsGabriel Krisman Bertazi1-0/+32
2020-11-16Merge branch 'x86/entry' into core/entryThomas Gleixner1-0/+10
2020-11-16PM: runtime: Add pm_runtime_resume_and_get to deal with usage counterZhang Qilong1-0/+21
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16reset: make shared pulsed reset controls re-triggerableAmjad Ouled-Ameur1-0/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+13
2020-11-16block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig1-2/+1
2020-11-16Fonts: Add charcount field to font_descPeilin Ye1-0/+1
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-1/+0
2020-11-16block: switch gendisk lookup to a simple xarrayChristoph Hellwig1-7/+0
2020-11-16ide: remove ide_{,un}register_regionChristoph Hellwig1-3/+0
2020-11-16block: add an optional probe callback to major_namesChristoph Hellwig1-1/+4
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+0
2020-11-16block: remove set_device_roChristoph Hellwig1-1/+0
2020-11-16block: add a new set_read_only methodChristoph Hellwig1-0/+1
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+5
2020-11-16timers: Make run_local_timers() staticThomas Gleixner1-1/+0
2020-11-16Merge back cpufreq updates for v5.11.Rafael J. Wysocki1-5/+0
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko1-2/+2
2020-11-16misc: rtsx: Add hardware auto power off for RTS5261Rui Feng1-0/+3
2020-11-16mmc: rtsx: Add test mode for RTS5261Rui Feng1-0/+4
2020-11-16misc: rtsx: Add SD Express mode support for RTS5261Rui Feng1-0/+23
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson1-0/+7
2020-11-16bus: ti-sysc: Implement GPMC debug quirk to drop platform dataTony Lindgren1-0/+1
2020-11-16firmware: imx-dsp: Export functions to request/free channelsDaniel Baluta1-0/+10
2020-11-16Merge 5.10-rc4 into char-misc-nextGreg Kroah-Hartman27-220/+218
2020-11-16Merge 5.10-rc4 into here.Greg Kroah-Hartman13-87/+105
2020-11-16entry: Fix spelling/typo errors in irq entry codeIra Weiny1-2/+2
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+7
2020-11-15KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu1-0/+5
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu2-0/+116
2020-11-15KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu1-1/+1
2020-11-15KVM: remove kvm_clear_guest_pagePaolo Bonzini1-1/+0
2020-11-15eventfd: Export eventfd_ctx_do_read()David Woodhouse1-0/+6
2020-11-15sched/wait: Add add_wait_queue_priority()David Woodhouse1-1/+11
2020-11-15genirq/irqdomain: Make irq_domain_disassociate() staticThomas Gleixner1-2/+0
2020-11-15genirq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQThomas Gleixner1-15/+0
2020-11-14clk: meson: g12: use devm variant to register notifiersJerome Brunet1-1/+9
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet1-0/+10
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet1-0/+5
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-29/+25