aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-11media: staging: media: atomisp: fix stack overflow in init_pipe_defaults()Arnd Bergmann9-42/+46
2020-06-11media: atomisp: re-enable warnings againMauro Carvalho Chehab7-30/+30
2020-06-11media: atomisp: remove format duplication at mbus->fourcc tableMauro Carvalho Chehab3-26/+25
2020-06-11media: staging: media: atomisp: add PMIC_OPREGION dependencyArnd Bergmann1-0/+1
2020-06-11media: staging: media: atomisp: disable all custom formatsArnd Bergmann1-0/+2
2020-06-11media: staging: media: atomisp: fix enum type mixupsArnd Bergmann1-5/+5
2020-06-11media: staging: media: atomisp: declare 'struct device' before using itArnd Bergmann1-0/+1
2020-06-11media: atomisp: add SPDX headersMauro Carvalho Chehab657-0/+657
2020-06-11media: staging: atomisp: Check return value from compat_alloc_user_spaceSakari Ailus1-0/+2
2020-06-11media: staging: atomisp: Fix compat IOCTL handlingSakari Ailus1-463/+471
2020-06-11media: staging: atomisp: Fix atomisp_overlay32 compat handlingSakari Ailus1-2/+4
2020-06-11media: staging: atomisp: There's no struct atomisp_dvs2_coefficientsSakari Ailus3-4/+4
2020-06-11media: atomisp: add some debug messages when binaries are usedMauro Carvalho Chehab1-4/+27
2020-06-11media: atomisp: add a debug message at hmm freeMauro Carvalho Chehab1-0/+2
2020-06-11media: atomisp: allow passing firmware name at modprobe timeMauro Carvalho Chehab1-13/+21
2020-06-11media: atomisp: print firmware data during loadMauro Carvalho Chehab1-1/+48
2020-06-11media: atomisp: provide more details about the firmware binariesMauro Carvalho Chehab3-5/+40
2020-06-11KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov1-2/+2
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov6-6/+12
2020-06-11KVM: async_pf: Cleanup kvm_setup_async_pf()Vitaly Kuznetsov1-13/+6
2020-06-11kvm: i8254: remove redundant assignment to pointer sColin Ian King1-1/+0
2020-06-11KVM: x86: respect singlestep when emulating instructionFelipe Franciosi1-1/+1
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2-3/+5
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov6-17/+30
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini1-2/+2
2020-06-11media: atomisp: get rid of system_types.hMauro Carvalho Chehab28-51/+27
2020-06-11media: atomisp: get rid of a bunch of other wrappersMauro Carvalho Chehab7-462/+95
2020-06-11media: atomisp: don't cause a warn if probe failedMauro Carvalho Chehab1-0/+2
2020-06-11media: atomisp: get rid of an error abstraction layerMauro Carvalho Chehab12-158/+83
2020-06-11media: atomisp: get rid of non-Linux error codesMauro Carvalho Chehab71-1600/+1578
2020-06-11media: atomisp: do another round of coding style cleanupMauro Carvalho Chehab35-53/+67
2020-06-11media: atomisp: remove some trivial wrappers from compat css20Mauro Carvalho Chehab11-98/+35
2020-06-11media: atomisp: avoid an extra memset() when alloc memoryMauro Carvalho Chehab2-4/+2
2020-06-11media: atomisp: Remove binary_supports_input_formatNathan Chancellor1-21/+0
2020-06-11media: atomisp: Avoid overflow in compute_blendingNathan Chancellor1-1/+1
2020-06-11media: atomisp: Remove unnecessary NULL check in atomisp_paramNathan Chancellor1-5/+0
2020-06-11media: atomisp: Remove unnecessary NULL checks in ia_css_pipe_load_extensionNathan Chancellor1-16/+3
2020-06-11media: atomisp: Remove second increment of count in atomisp_subdev_probeNathan Chancellor1-1/+0
2020-06-11media: atomisp: Clean up if block in sh_css_sp_init_stageNathan Chancellor1-23/+4
2020-06-11media: atomisp: avoid OOPS due to non-existing ref_framesMauro Carvalho Chehab2-4/+20
2020-06-11media: atomisp: remove kvmalloc/kvcalloc abstractionsMauro Carvalho Chehab15-205/+202
2020-06-11media: atomisp: add more comments about frame allocationMauro Carvalho Chehab1-1/+5
2020-06-11media: atomisp: add debug functions for received eventsMauro Carvalho Chehab1-0/+9
2020-06-11media: atomisp: improve warning for IRQ enable functionMauro Carvalho Chehab1-1/+3
2020-06-11media: atomisp: add debug for hmm allocMauro Carvalho Chehab1-1/+5
2020-06-11media: atomisp: use pin_user_pages() for memory allocationMauro Carvalho Chehab2-121/+22
2020-06-11media: atomisp: fix driver capsMauro Carvalho Chehab1-2/+1
2020-06-11media: atomisp: use Yocto Aero default hmm pool sizesMauro Carvalho Chehab1-5/+5
2020-06-11media: atomisp: add debug message to help debugging hmm codeMauro Carvalho Chehab1-0/+5
2020-06-11media: atomisp: hmm_bo: untag user pointersMauro Carvalho Chehab1-0/+3
2020-06-11media: atomisp: get rid of memory_access.cMauro Carvalho Chehab30-174/+79
2020-06-11media: atomisp: change the type returned by mmgr allocMauro Carvalho Chehab27-137/+137
2020-06-11media: atomisp: get rid of unused memory_realloc codeMauro Carvalho Chehab4-122/+1
2020-06-11media: atomisp: get rid of mmgr_load and mmgr_storeMauro Carvalho Chehab13-71/+54
2020-06-11media: atomisp: go one step further to drop ia_css_memory_access.cMauro Carvalho Chehab7-32/+20
2020-06-11media: atomisp: reduce abstraction at ia_css_memory_accessMauro Carvalho Chehab14-143/+51
2020-06-11media: atomisp: get rid of the hrt/hive_isp_css_mm_hrt abstraction layerMauro Carvalho Chehab14-163/+50
2020-06-11media: atomisp: simplify hive_isp_css_mm_hrt wrapperMauro Carvalho Chehab8-133/+13
2020-06-11media: atomisp: fix a handful of spelling mistakesColin Ian King4-8/+8
2020-06-11media: atomisp: fix size of delay_frames arrayMauro Carvalho Chehab2-3/+1
2020-06-11media: atomisp: drop a cast for a const argumentMauro Carvalho Chehab7-9/+9
2020-06-11media: atomisp: partially get rid of one abstraction layerMauro Carvalho Chehab14-818/+633
2020-06-11media: atomisp: make it use dbg_level to control debug levelMauro Carvalho Chehab4-9/+7
2020-06-11media: atomisp: get rid of some old broken debug codeMauro Carvalho Chehab1-3/+0
2020-06-11media: atomisp: update TODO listMauro Carvalho Chehab1-46/+145
2020-06-11media: atomisp: don't flood dmesg with -EAGAIN return codesMauro Carvalho Chehab1-1/+2
2020-06-11media: atomisp: improve debug messages for set formatMauro Carvalho Chehab1-9/+22
2020-06-11media: atomisp: avoid a copy of v4l2_mbus_framefmt at stackMauro Carvalho Chehab1-5/+5
2020-06-11media: atomisp: reduce debug printk rate when IRQs are receivedMauro Carvalho Chehab1-7/+16
2020-06-11media: atomisp: get rid of hmm_vm.cMauro Carvalho Chehab3-278/+0
2020-06-11media: atomisp: fix pipeline initialization codeMauro Carvalho Chehab1-77/+65
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang1-6/+6
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-11umem: remove redundant initialization of variable retColin Ian King1-1/+1
2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King1-1/+1
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy1-2/+2
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn1-4/+4
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel1-3/+1
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser1-0/+2
2020-06-11selftests/bpf: Add cgroup_skb/egress test for load_bytes_relativeYiFei Zhu2-0/+119
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-11x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy()Tony Luck1-1/+1
2020-06-11x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck4-12/+31
2020-06-11Merge branch 'x86/entry' into ras/coreThomas Gleixner14668-299542/+837028
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner9-25/+36
2020-06-11x86/entry: __always_inline CR2 for noinstrPeter Zijlstra3-6/+6
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra2-3/+3
2020-06-11x86/entry: Re-order #DB handler to avoid *SAN instrumentationPeter Zijlstra1-28/+27
2020-06-11x86/entry: __always_inline arch_atomic_* for noinstrPeter Zijlstra1-7/+7
2020-06-11x86/entry: __always_inline irqflags for noinstrPeter Zijlstra1-10/+10
2020-06-11x86/entry: __always_inline debugreg for noinstrPeter Zijlstra1-3/+3
2020-06-11x86/idt: Consolidate idt functionalityThomas Gleixner3-52/+44
2020-06-11x86/idt: Cleanup trap_init()Thomas Gleixner2-9/+18
2020-06-11x86/idt: Use proper constants for table sizeThomas Gleixner1-1/+2
2020-06-11x86/idt: Add comments about early #PF handlingThomas Gleixner1-2/+8
2020-06-11x86/idt: Mark init only functions __initThomas Gleixner1-2/+2
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra6-14/+14
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2-9/+14
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra5-35/+5
2020-06-11x86/entry: Remove debug IDT frobbingPeter Zijlstra5-108/+1
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra3-6/+27
2020-06-11x86/entry, mce: Disallow #DB during #MCPeter Zijlstra1-0/+12
2020-06-11x86/entry, nmi: Disable #DBPeter Zijlstra1-52/+3
2020-06-11x86/entry: Introduce local_db_{save,restore}()Peter Zijlstra2-16/+32
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on user_pcid_flush_maskLai Jiangshan1-0/+11
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rwLai Jiangshan1-0/+9
2020-06-11x86/hw_breakpoint: Prevent data breakpoints on direct GDTLai Jiangshan1-8/+22
2020-06-11x86/hw_breakpoint: Add within_area() to check data breakpointsLai Jiangshan1-2/+11
2020-06-11xen: Move xen_setup_callback_vector() definition to include/xen/hvm.hVitaly Kuznetsov4-1/+5
2020-06-11x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner3-31/+1
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner4-13/+17
2020-06-11x86/entry/64: Remove TRACE_IRQS_*_DEBUGThomas Gleixner1-45/+3
2020-06-11x86/entry/32: Remove redundant irq disable codeThomas Gleixner1-76/+0
2020-06-11x86/entry: Make enter_from_user_mode() staticThomas Gleixner1-1/+1
2020-06-11x86/entry/64: Remove IRQ stack switching ASMThomas Gleixner1-96/+0
2020-06-11x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner5-196/+4
2020-06-11x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner9-63/+7
2020-06-11x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner6-21/+18
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner9-98/+27
2020-06-11x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*Thomas Gleixner7-42/+15
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner14-102/+48
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner8-37/+21
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner9-44/+19
2020-06-11x86/entry: Provide IDTENTRY_SYSVECThomas Gleixner3-0/+91
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner9-100/+28
2020-06-11x86/entry: Add IRQENTRY_IRQ macroThomas Gleixner3-0/+77
2020-06-11x86/irq: Rework handle_irq() for 64-bitThomas Gleixner3-3/+12
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner11-78/+103
2020-06-11x86/irq: Use generic irq_regs implementationThomas Gleixner2-35/+0
2020-06-11x86/entry/32: Remove common_exception()Thomas Gleixner1-21/+0
2020-06-11x86/entry/64: Remove error_exit()Thomas Gleixner1-9/+0
2020-06-11x86/entry: Change exit path of xen_failsafe_callbackThomas Gleixner2-2/+2
2020-06-11x86/entry: Remove the transition leftoversThomas Gleixner3-27/+8
2020-06-11x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner9-92/+63
2020-06-11x86/entry/64: Simplify idtentry_bodyThomas Gleixner1-2/+0
2020-06-11x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner12-86/+151
2020-06-11x86/entry: Split out idtentry_exit_cond_resched()Thomas Gleixner1-15/+15
2020-06-11x86/entry/64: Move do_softirq_own_stack() to CThomas Gleixner2-13/+6
2020-06-11x86/entry: Provide helpers for executing on the irqstackThomas Gleixner2-0/+92
2020-06-11genirq: Provide __irq_enter/exit_raw()Thomas Gleixner1-0/+20
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner2-10/+38
2020-06-11x86/entry: Clean up idtentry_enter/exit() leftoversThomas Gleixner2-49/+30
2020-06-11x86/idtentry: Switch to conditional RCU handlingThomas Gleixner3-11/+13
2020-06-11x86/entry: Provide idtentry_enter/exit_user()Thomas Gleixner2-0/+34
2020-06-11x86/entry: Provide idtentry_entry/exit_cond_rcu()Thomas Gleixner2-17/+76
2020-06-11nmi, tracing: Make hardware latency tracing noinstr safeThomas Gleixner1-2/+6
2020-06-11x86/entry: Fix allnoconfig build warningIngo Molnar1-1/+1
2020-06-11x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner9-30/+29
2020-06-11x86/idtentry: Provide IDTENTRY_DFThomas Gleixner1-0/+87
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner4-8/+22
2020-06-11x86/traps: Address objtool noinstr complaints in #DBThomas Gleixner1-2/+8
2020-06-11x86/traps: Restructure #DB handlingThomas Gleixner1-34/+35
2020-06-11x86/entry: Implement user mode C entry points for #DB and #MCEThomas Gleixner3-24/+88
2020-06-11x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MCThomas Gleixner1-2/+17
2020-06-11x86/entry/64: Remove error code clearing from #DB and #MCE ASM stubThomas Gleixner1-1/+0
2020-06-11x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner8-30/+24
2020-06-11x86/db: Split out dr6/7 handlingPeter Zijlstra2-24/+57
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner3-14/+15
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner8-22/+25
2020-06-11x86/idtentry: Provide IDTENTRY_XEN for XEN/PVThomas Gleixner1-0/+16
2020-06-11x86/mce: Use untraced rd/wrmsr in the MCE offline/crash checkThomas Gleixner1-2/+2
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner15-43/+33
2020-06-11x86/mce: Move nmi_enter/exit() into the entry pointThomas Gleixner3-21/+13
2020-06-11x86/idtentry: Provide IDTENTRY_ISTThomas Gleixner1-0/+54
2020-06-11x86/traps: Split int3 handler upPeter Zijlstra1-28/+40
2020-06-11x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner8-26/+23
2020-06-11x86/idtentry: Provide IDTENTRY_RAWThomas Gleixner1-0/+31
2020-06-11x86/int3: Inline bsearch()Peter Zijlstra2-4/+9
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra2-22/+26
2020-06-11x86/int3: Avoid atomic instrumentationPeter Zijlstra1-3/+3
2020-06-11x86/int3: Ensure that poke_int3_handler() is not tracedThomas Gleixner3-12/+14
2020-06-11x86/entry/32: Convert IRET exception to IDTENTRY_SWThomas Gleixner5-16/+21
2020-06-11x86/entry: Convert SIMD coprocessor error exception to IDTENTRYThomas Gleixner8-33/+21
2020-06-11x86/entry: Convert Alignment check exception to IDTENTRYThomas Gleixner8-16/+5
2020-06-11x86/entry: Convert Coprocessor error exception to IDTENTRYThomas Gleixner8-17/+6
2020-06-11x86/entry: Convert Spurious interrupt bug exception to IDTENTRYThomas Gleixner8-16/+5
2020-06-11x86/entry: Convert General protection exception to IDTENTRYThomas Gleixner8-20/+9
2020-06-11x86/entry: Convert Stack segment exception to IDTENTRYThomas Gleixner8-21/+8
2020-06-11x86/entry: Convert Segment not present exception to IDTENTRYThomas Gleixner8-14/+10
2020-06-11x86/entry: Convert Invalid TSS exception to IDTENTRYThomas Gleixner8-14/+12
2020-06-11x86/idtentry: Provide IDTENTRY_ERRORCODEThomas Gleixner1-0/+46
2020-06-11x86/entry: Convert Coprocessor segment overrun exception to IDTENTRYThomas Gleixner8-15/+10
2020-06-11x86/entry: Convert Device not available exception to IDTENTRYThomas Gleixner8-20/+6
2020-06-11x86/entry: Convert Invalid Opcode exception to IDTENTRYThomas Gleixner9-16/+25
2020-06-11x86/entry: Convert Bounds exception to IDTENTRYThomas Gleixner8-19/+8
2020-06-11x86/entry: Convert Overflow exception to IDTENTRYThomas Gleixner8-15/+9
2020-06-11x86/entry: Convert Divide Error to IDTENTRYThomas Gleixner8-15/+26
2020-06-11x86/traps: Prepare for using DEFINE_IDTENTRYThomas Gleixner1-0/+15
2020-06-11x86/entry/common: Provide idtentry_enter/exit()Thomas Gleixner2-0/+102
2020-06-11x86/idtentry: Provide macros to define/declare IDT entry pointsThomas Gleixner4-1/+80
2020-06-11x86/entry/32: Provide macro to emit IDT entry stubsThomas Gleixner1-0/+68
2020-06-11x86/entry/64: Provide sane error entry/exitThomas Gleixner1-3/+19
2020-06-11x86/entry: Distangle idtentryThomas Gleixner1-183/+220
2020-06-11x86/entry/64: Reorder idtentriesThomas Gleixner1-19/+17
2020-06-11x86/traps: Split trap numbers out in a separate headerThomas Gleixner2-25/+32
2020-06-11x86/traps: Make interrupt enable/disable symmetric in C codeThomas Gleixner2-11/+32
2020-06-11x86/entry/64: Use native swapgs in asm_load_gs_index()Thomas Gleixner1-3/+3