aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-24Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-41/+39
2023-04-24Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds18-162/+431
2023-04-24Merge tag 'Smack-for-6.4' of https://github.com/cschaufler/smack-nextLinus Torvalds1-40/+24
2023-04-24Merge tag 'landlock-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+31
2023-04-24Merge tag 'tomoyo-pr-20230424' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds3-48/+4
2023-04-24cxl/test: Add mock test for set_timestampDavidlohr Bueso1-0/+24
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-1766/+2693
2023-04-24Merge tag 'selinux-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds38-1255/+735
2023-04-24f2fs: remove unnessary comment in __may_age_extent_treeQi Han1-1/+0
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong1-1/+1
2023-04-24f2fs: use cow inode data when updating atomic writeDaeho Jeong1-5/+10
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim4-11/+6
2023-04-24perf cs-etm: Add separate decode paths for timeless and per-thread modesJames Clark2-38/+148
2023-04-24perf cs-etm: Use bool type for boolean valuesJames Clark3-10/+10
2023-04-24perf cs-etm: Allow user to override timestamp and contextid settingsJames Clark3-6/+27
2023-04-24perf cs-etm: Validate options after applying themJames Clark1-84/+68
2023-04-24perf cs-etm: Don't test full_auxtrace because it's always setJames Clark1-31/+25
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark4-44/+37
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds11-604/+458
2023-04-24iov: improve copy_iovec_from_user() code generationLinus Torvalds1-9/+26
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds14-105/+165
2023-04-24perf cs-etm: Fix timeless decode mode detectionJames Clark1-12/+18
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo13-25/+31
2023-04-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-46/+43
2023-04-24scripts: Remove ICC-related dead codeRuihan Li1-4/+0
2023-04-24Merge branches 'pm-core', 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki13-86/+236
2023-04-24Merge branch 'pm-cpuidle'Rafael J. Wysocki2-4/+4
2023-04-24Merge branch 'pm-cpufreq'Rafael J. Wysocki22-207/+652
2023-04-24Merge branches 'acpi-utils' and 'acpi-docs'Rafael J. Wysocki2-10/+13
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki15-83/+16
2023-04-24Merge branches 'acpi-apei', 'acpi-properties', 'acpi-sbs' and 'acpi-thermal'Rafael J. Wysocki5-63/+83
2023-04-24Merge branches 'acpi-processor', 'acpi-pm', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki11-40/+162
2023-04-24ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer workingHans de Goede1-1/+1
2023-04-24ASoC: max98090: make it selectableMaxim Kochetkov1-1/+1
2023-04-24Merge branch 'acpica'Rafael J. Wysocki187-243/+733
2023-04-24dt-bindings: timer: rockchip: Add rk3588 compatibleCristian Ciocaltea1-0/+1
2023-04-24dt-bindings: timer: rockchip: Drop superfluous rk3288 compatibleCristian Ciocaltea1-1/+0
2023-04-24clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesRob Herring2-6/+6
2023-04-24clocksource/drivers/timer-ti-dm: Fix finding alwon timerTony Lindgren1-1/+3
2023-04-24clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai1-6/+24
2023-04-24clocksource/drivers/stm32-lp: Drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-04-24clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-04-24clocksource/drivers/timer-tegra186: Convert to platform remove callback retur...Uwe Kleine-König1-4/+2
2023-04-24clocksource/drivers/timer-ti-dm: Improve error message in .removeUwe Kleine-König1-1/+4
2023-04-24clocksource/drivers/timer-stm32-lp: Mark driver as non-removableUwe Kleine-König1-7/+2
2023-04-24clocksource/drivers/sh_mtu2: Mark driver as non-removableUwe Kleine-König1-6/+1
2023-04-24clocksource/drivers/timer-ti-dm: Use of_address_to_resource()Rob Herring1-30/+27
2023-04-24clocksource/drivers/timer-imx-gpt: Remove non-DT functionFabio Estevam2-26/+0
2023-04-24clocksource/drivers/timer-mediatek: Split out CPUXGPT timersAngeloGioacchino Del Regno4-114/+150
2023-04-24clocksource/drivers/exynos_mct: Explicitly return 0 for shared timerKrzysztof Kozlowski1-1/+1