aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09termios: consolidate values for VDISCARD in INIT_C_CCAl Viro1-1/+1
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-0/+30
2022-09-09iommu/dma: Make header privateRobin Murphy1-53/+0
2022-09-09resource: add define macro for register address resourcesColin Foster1-0/+5
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster1-0/+62
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich1-1/+1
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas1-2/+26
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins1-0/+26
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+2
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson15-10/+133
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni10-5/+59
2022-09-08spi: Group cs_change and cs_off flags together in struct spi_transferAndy Shevchenko1-2/+2
2022-09-08Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixesArnd Bergmann1-2/+2
2022-09-08Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+27
2022-09-08fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds1-0/+11
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla1-1/+13
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla1-0/+2
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla1-0/+1
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla1-4/+4
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla1-4/+2
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla1-6/+0
2022-09-08firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_devSudeep Holla1-2/+5
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-0/+21
2022-09-07fortify: Add run-time WARN for cross-field memcpy()Kees Cook1-3/+67
2022-09-07fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook1-14/+15
2022-09-07fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook1-1/+2
2022-09-07string: Introduce strtomem() and strtomem_pad()Kees Cook2-0/+75
2022-09-07overflow: Allow mixed type argumentsKees Cook1-31/+41
2022-09-07perf: Add a few assertionsPeter Zijlstra1-0/+17
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual1-4/+5
2022-09-07perf/core: Assert PERF_EVENT_FLAG_ARCH does not overlap with generic flagsAnshuman Khandual1-0/+2
2022-09-07perf/core: Expand PERF_EVENT_FLAG_ARCHAnshuman Khandual1-1/+1
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual1-0/+26
2022-09-07sched: Show PF_flag holesPeter Zijlstra1-0/+7
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra4-251/+26
2022-09-07sched: Widen TAKS_state literalsPeter Zijlstra1-15/+15
2022-09-07sched/wait: Add wait_event_state()Peter Zijlstra1-0/+28
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra1-0/+1
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-0/+2
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra1-4/+5
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra1-4/+4
2022-09-07bpf: Add zero_map_value to zero map value with special fieldsKumar Kartikeya Dwivedi1-0/+19
2022-09-07bpf: Add copy_map_value_long to copy to remote percpu memoryKumar Kartikeya Dwivedi1-19/+33
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires3-1/+20
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires1-0/+2
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie1-0/+21
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie1-0/+2
2022-09-07dyndbg: add DECLARE_DYNDBG_CLASSMAP macroJim Cromie1-0/+55
2022-09-07dyndbg: add __pr_debug_cls for testingJim Cromie1-0/+7
2022-09-07dyndbg: add class_id to pr_debug callsitesJim Cromie1-16/+55