summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-09-074-1/+879
|\
| * mfd: db8500-prcmu: Handle missing FW variantLinus Walleij2021-08-091-1/+2
| * mfd: Add Renesas Synchronization Management Unit (SMU) supportMin Li2021-07-133-0/+877
* | Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-078-42/+68
|\ \
| * | gpio: virtio: Fix sparse warningsViresh Kumar2021-08-311-5/+5
| * | gpio: max730x: Use the right includeLinus Walleij2021-08-231-1/+1
| * | gpio: Add virtio-gpio driverViresh Kumar2021-08-232-0/+48
| * | Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2021-08-132-29/+2
| |\ \
| | * | gpio: dwapb: Get rid of legacy platform dataAndy Shevchenko2021-08-111-24/+0
| | * | gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Andy Shevchenko2021-08-111-1/+0
| | * | gpiolib: Deduplicate forward declaration in the consumer.h headerAndy Shevchenko2021-08-111-4/+2
| | |/
| * | gpiolib: constify passed device_node pointerKrzysztof Kozlowski2021-08-052-11/+12
| * | of: unify of_count_phandle_with_args() arguments with !CONFIG_OFKrzysztof Kozlowski2021-08-051-1/+1
| * | gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Sergio Paracuellos2021-07-291-0/+4
| |/
* | Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-071-10/+17
|\ \
| * | kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-6/+6
| * | kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-10/+17
* | | Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+9
* | | Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-061-0/+1
|\ \ \
| * | | libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-09-031-0/+1
* | | | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-061-3/+3
|\ \ \ \
| * | | | io_uring: io_uring_complete() trace should take an integerJens Axboe2021-09-041-3/+3
* | | | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-052-2/+52
|\ \ \ \ \
| * | | | | tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-0/+4
| * | | | | tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-191-1/+44
| * | | | | tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)2021-08-191-0/+3
| * | | | | tracing: Fix a typo in tracepoint.hHuang Shijie2021-08-161-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-044-12/+16
|\ \ \ \ \
| * | | | | fs: update documentation of get_write_access() and friendsDavid Hildenbrand2021-09-031-7/+12
| * | | | | mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()David Hildenbrand2021-09-031-1/+2
| * | | | | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-033-3/+0
| * | | | | kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-1/+1
| * | | | | kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand2021-09-031-0/+1
* | | | | | Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-041-0/+97
|\ \ \ \ \ \
| * | | | | | f2fs: introduce periodic iostat io latency tracesDaeho Jeong2021-08-231-0/+95
| * | | | | | f2fs: separate out iostat featureDaeho Jeong2021-08-231-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-049-57/+97
|\ \ \ \ \ \
| * | | | | | SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+2
| * | | | | | NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-272-0/+6
| * | | | | | SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2021-08-271-0/+1
| * | | | | | SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-102-4/+1
| * | | | | | SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-103-5/+6
| * | | | | | SUNRPC: Fix potential memory corruptionTrond Myklebust2021-08-091-0/+1
| * | | | | | SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-1/+2
| * | | | | | xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-0/+33
| * | | | | | xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-7/+34
| * | | | | | SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever2021-08-091-2/+4
| * | | | | | SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever2021-08-091-5/+5
| * | | | | | SUNRPC: Update trace flagsChuck Lever2021-08-091-0/+3
| * | | | | | SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever2021-08-091-34/+0