summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-03-29gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIPÁlvaro Fernández Rojas1-0/+9
2021-03-29iio:imu:mpu6050: Modify matricies to matricesGuoqing Chi1-1/+1
2021-03-29firmware: arm_scmi: Port clock protocol to new protocols interfaceCristian Marussi1-5/+15
2021-03-29firmware: arm_scmi: Remove legacy scmi_power_ops protocol interfaceCristian Marussi1-11/+0
2021-03-29firmware: arm_scmi: Port power protocol to new protocols interfaceCristian Marussi1-7/+13
2021-03-29firmware: arm_scmi: Remove legacy scmi_perf_ops protocol interfaceCristian Marussi1-27/+0
2021-03-29firmware: arm_scmi: Port perf protocol to new protocols interfaceCristian Marussi1-4/+26
2021-03-29firmware: arm_scmi: Introduce new devres notification opsCristian Marussi1-3/+19
2021-03-29firmware: arm_scmi: Introduce devres get/put protocols operationsCristian Marussi1-0/+11
2021-03-29firmware: arm_scmi: Extend protocol registration interfacesCristian Marussi1-4/+4
2021-03-28Merge tag 'locking-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-03-28include: linux: mtd: Remove duplicate include of nand.hWan Jiabing1-1/+0
2021-03-28mtd: add OTP (one-time-programmable) erase ioctlMichael Walle1-0/+3
2021-03-28mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai1-1/+0
2021-03-28power: supply: Fix build error when CONFIG_POWER_SUPPLY is not enabled.Ray Chi1-0/+7
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring1-22/+41
2021-03-27Merge tag 'fpga-fixes-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+6
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau3-0/+26
2021-03-27bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2-2/+7
2021-03-27bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau1-2/+1
2021-03-27bpf: Take module reference for trampoline in moduleJiri Olsa1-0/+2
2021-03-26Merge tag 'for-5.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+14
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi1-2/+0
2021-03-26gpiolib: some edits of kernel docs for clarityRandy Dunlap1-6/+6
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko1-5/+14
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman16-25/+87
2021-03-26x509: Add OID for NIST P384 and extend parser for itSaulo Alessandre1-0/+1
2021-03-26x509: Add support for parsing x509 certs with ECDSA keysStefan Berger1-0/+2
2021-03-26x509: Detect sm2 keys by their parameters OIDStefan Berger1-0/+1
2021-03-26oid_registry: Add OIDs for ECDSA with SHA224/256/384/512Stefan Berger1-1/+5
2021-03-26bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2-12/+67
2021-03-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller1-2/+0
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+2
2021-03-26net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee1-0/+1
2021-03-26net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong1-0/+8
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda1-1/+1
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller40-93/+189
2021-03-25iio: cros: unify hw fifo attributes without API changesGwendal Grignou1-2/+1
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean1-4/+8
2021-03-25iio: Provide iio_read_channel_processed_scale() APILinus Walleij1-0/+15
2021-03-25iio: set default trig->dev.parentGwendal Grignou2-2/+3
2021-03-25platform/chrome: cros_ec: Add SW_FRONT_PROXIMITY MKBP defineStephen Boyd1-0/+1
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-12/+35
2021-03-25virtchnl: Fix layout of RSS structuresNorbert Ciosek1-2/+0
2021-03-25mm: memblock: fix section mismatch warning againMike Rapoport1-2/+2
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson1-5/+5
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov1-3/+15
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin1-2/+13