summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-10-047-15/+34
|\
| * tracing/hwlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * tracing/timerlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li2024-10-031-7/+6
| * tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li2024-10-031-2/+5
| * x86/ftrace: Include <asm/ptrace.h>Sami Tolvanen2024-10-031-0/+2
| * rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian2024-10-032-3/+3
| * tools/rtla: Fix installation from out-of-tree buildBen Hutchings2024-10-031-1/+1
| * tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt2024-10-031-2/+13
* | Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-045-15/+30
|\ \
| * | slub/kunit: skip test_kfree_rcu when the slub kunit test is built-inVlastimil Babka2024-10-021-4/+10
| * | mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka2024-10-024-6/+14
| * | rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)2024-10-011-4/+5
| * | mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()Nilay Shroff2024-10-011-1/+1
| |/
* | Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-10-043-17/+39
|\ \
| | \
| | \
| *-. \ Merge branches 'acpi-video' and 'acpi-battery'Rafael J. Wysocki2024-10-042-11/+26
| |\ \ \
| | | * | ACPI: battery: Fix possible crash when unregistering a battery hookArmin Wolf2024-10-021-3/+9
| | | * | ACPI: battery: Simplify battery hook lockingArmin Wolf2024-10-021-9/+9
| | | |/
| | * / ACPI: video: Add backlight=native quirk for Dell OptiPlex 5480 AIOHans de Goede2024-10-011-0/+9
| | |/
| * | ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]Hans de Goede2024-09-301-0/+7
| * | ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]Hans de Goede2024-09-301-0/+7
| * | ACPI: resource: Loosen the Asus E1404GAB DMI match to also cover the E1404GAHans de Goede2024-09-301-2/+2
| * | ACPI: resource: Remove duplicate Asus E1504GAB IRQ overrideHans de Goede2024-09-301-8/+1
| |/
* | Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-10-042-13/+9
|\ \
| * | cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà2024-10-011-5/+1
| * | cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlockUwe Kleine-König2024-10-011-8/+8
| |/
* | Merge tag 'gpio-fixes-for-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-042-7/+7
|\ \
| * | gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar2024-10-031-2/+2
| * | gpio: davinci: Fix condition for irqchip registrationVignesh Raghavendra2024-10-021-1/+1
| * | gpio: davinci: fix lazy disableEmanuele Ghidoli2024-09-301-4/+4
| |/
* | Merge tag 'sound-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-10-0443-107/+162
|\ \
| * | ALSA: hda/conexant: Fix conflicting quirk for System76 PangolinTakashi Iwai2024-10-041-5/+19
| * | ALSA: line6: add hw monitor volume control to POD HD500XHans P. Moller2024-10-041-1/+1
| * | ALSA: gus: Fix some error handling paths related to get_bpos() usageChristophe JAILLET2024-10-041-2/+2
| * | ALSA: hda: Add missing parameter description for snd_hdac_stream_timecounter_...Takashi Iwai2024-10-031-0/+1
| * | ALSA: usb-audio: Add native DSD support for Luxman D-08uJan Lalinsky2024-10-031-0/+2
| * | ALSA: core: add isascii() check to card ID generatorJaroslav Kysela2024-10-031-4/+10
| * | MAINTAINERS: ALSA: use linux-sound@vger.kernel.org listJaroslav Kysela2024-10-021-43/+43
| * | Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2024-10-0211216-162222/+440119
| |\ \
| | * \ qrb4210-rb2: add HDMI audio playback supportMark Brown2024-10-022-0/+2
| | |\ \
| | | * | ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible stringAlexey Klimov2024-10-021-0/+1
| | | * | ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcardAlexey Klimov2024-10-021-0/+1
| | * | | ASoC: intel: sof_sdw: Add check devm_kasprintf() returned valueCharles Han2024-10-021-0/+12
| | * | | ASoC: imx-card: Set card.owner to avoid a warning calltrace if SND=mHui Wang2024-10-021-0/+1
| | * | | ASoC: dt-bindings: davinci-mcasp: Fix interrupts propertyMiquel Raynal2024-10-021-1/+1
| | |/ /
| | * | ASoC: Intel: soc-acpi: Fix missing empty terminatorsMark Brown2024-10-012-0/+3
| | |\ \
| | | * | ASoC: Intel: soc-acpi: arl: Fix some missing empty terminatorsCharles Keepax2024-10-011-0/+2
| | | * | ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty itemBard Liao2024-10-011-0/+1
| | * | | ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bitShengjiu Wang2024-10-012-1/+5
| | |/ /
| | * | ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1Wolfram Sang2024-09-301-1/+1