summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-2815-434/+351
|\
| * sysctl: replace child with an enumerationJoel Granados2023-06-183-66/+30
| * sysctl: Remove debugging dump_stackJoel Granados2023-06-181-1/+0
| * test_sysclt: Test for registering a mount pointJoel Granados2023-06-182-6/+55
| * test_sysctl: Add an option to prevent test skipJoel Granados2023-06-181-22/+44
| * test_sysctl: Add an unregister sysctl testJoel Granados2023-06-182-0/+46
| * test_sysctl: Group node sysctl test under one funcJoel Granados2023-06-181-3/+17
| * test_sysctl: Fix test metadata gettersJoel Granados2023-06-181-6/+13
| * parport: plug a sysctl register leakJoel Granados2023-06-181-10/+12
| * sysctl: move security keys sysctl registration to its own fileLuis Chamberlain2023-06-083-7/+7
| * sysctl: move umh sysctl registration to its own fileLuis Chamberlain2023-06-083-4/+10
| * signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain2023-05-302-14/+23
| * sysctl: remove empty dev tableLuis Chamberlain2023-05-301-5/+0
| * sysctl: Remove register_sysctl_tableJoel Granados2023-05-232-169/+0
| * sysctl: Refactor base paths registrationsJoel Granados2023-05-233-47/+11
| * sysctl: stop exporting register_sysctl_tableJoel Granados2023-05-232-10/+3
| * parport: Removed sysctl related definesJoel Granados2023-05-231-7/+0
| * parport: Remove register_sysctl_table from parport_default_proc_registerJoel Granados2023-05-231-17/+1
| * parport: Remove register_sysctl_table from parport_device_proc_registerJoel Granados2023-05-231-24/+32
| * parport: Remove register_sysctl_table from parport_proc_registerJoel Granados2023-05-231-31/+60
| * parport: Move magic number "15" to a defineJoel Granados2023-05-232-1/+3
* | Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-288-152/+49
|\ \
| * | kallsyms: make kallsyms_show_value() as generic functionManinder Singh2023-06-082-10/+3
| * | kallsyms: move kallsyms_show_value() out of kallsyms.cManinder Singh2023-06-083-36/+46
| * | kallsyms: remove unsed API lookup_symbol_attrsManinder Singh2023-05-264-71/+0
| * | kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann2023-05-262-30/+2
| * | module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior2023-05-231-7/+0
* | | modules: catch concurrent module loads, treat them as idempotentLinus Torvalds2023-06-281-2/+71
* | | module: split up 'finit_module()' into init_module_from_file() helperLinus Torvalds2023-06-281-15/+27
* | | Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-06-2832-333/+1067
|\ \ \
| * | | dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul supportOleksij Rempel2023-06-221-0/+1
| * | | mmc: mmci: Add support for SW busy-end timeoutsUlf Hansson2023-06-223-7/+49
| * | | mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut2023-06-204-8/+38
| * | | mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko2023-06-201-0/+7
| * | | mmc: mmci: stm32: add delay block support for STM32MP25Yann Gautier2023-06-201-1/+65
| * | | mmc: mmci: stm32: prepare other delay block supportYann Gautier2023-06-201-13/+55
| * | | mmc: mmci: stm32: manage block gap hardware flow controlYann Gautier2023-06-202-0/+18
| * | | mmc: mmci: Add support for sdmmc variant revision v3.0Yann Gautier2023-06-201-0/+33
| * | | mmc: mmci: add stm32_idmabsize_align parameterYann Gautier2023-06-203-4/+5
| * | | dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatibleYann Gautier2023-06-201-3/+4
| * | | mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko2023-06-191-0/+7
| * | | mmc: Merge branch fixes into nextUlf Hansson2023-06-1913-18/+23
| |\ \ \
| * | | | mmc: mmci: Break out a helper functionLinus Walleij2023-06-191-15/+16
| * | | | mmc: mmci: Use a switch statement machineLinus Walleij2023-06-191-12/+17
| * | | | mmc: mmci: Use state machine state as exit conditionLinus Walleij2023-06-191-8/+10
| * | | | mmc: mmci: Retry the busy start conditionLinus Walleij2023-06-191-12/+27
| * | | | mmc: mmci: Make busy complete state machine explicitLinus Walleij2023-06-192-18/+45
| * | | | mmc: mmci: Break out error check in busy detectLinus Walleij2023-06-191-1/+10
| * | | | mmc: mmci: Stash status while waiting for busyLinus Walleij2023-06-191-0/+1
| * | | | mmc: mmci: Unwind big if() clauseLinus Walleij2023-06-191-7/+26