aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-23ceph: convert comma to semicolon in __ceph_dentry_dir_lease_touch()Chen Ni1-1/+1
2024-07-23ceph: use cap_wait_list only if debugfs is enabledMax Kellermann3-0/+14
2024-07-23mips: sibyte: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-23MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT2-1/+8
2024-07-23MIPS: Loongson64: Switch to SYNC_R4KJiaxun Yang3-34/+3
2024-07-22execve: Move KUnit tests to tests/ subdirectoryKees Cook5-3/+4
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt16-93/+456
2024-07-22riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2-62/+44
2024-07-22riscv: Introduce vendor variants of extension helpersCharlie Jenkins2-1/+85
2024-07-22riscv: Add vendor extensions to /proc/cpuinfoCharlie Jenkins1-3/+32
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins15-56/+324
2024-07-22clk: T-Head: Disable on 32-bit TargetsPalmer Dabbelt1-0/+1
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-1304/+747
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds35-900/+1965
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds32-51/+256
2024-07-22Merge tag 'thermal-6.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-29/+37
2024-07-22Merge tag 'io_uring-6.11-20240722' of git://git.kernel.dk/linuxLinus Torvalds2-2/+4
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds19-102/+233
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds11-229/+222
2024-07-22Merge tag 'bcachefs-2024-07-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds4-11/+9
2024-07-22RISC-V: run savedefconfig for defconfigConor Dooley1-18/+8
2024-07-22RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley1-22/+21
2024-07-22Merge tag 'ntfs3_for_6.11' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds14-309/+480
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt12-18/+187
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen1-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen1-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen3-28/+27
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen1-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen1-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen1-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen2-87/+120
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen2-19/+26
2024-07-22dt-bindings: display: panel: samsung,atna33xc20: Document ATNA45AF01Stephan Gerhold1-1/+7
2024-07-22bcachefs: Fix printbuf usage while atomicKent Overstreet1-0/+1
2024-07-22bcachefs: More informative error message in reattach_inode()Kent Overstreet1-2/+5
2024-07-22tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song1-1/+1
2024-07-22ALSA: ump: Force 1 Group for MIDI1 FBsTakashi Iwai1-0/+6
2024-07-22ALSA: ump: Don't update FB name for static blocksTakashi Iwai1-0/+7
2024-07-22ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_initHaibo Xu1-1/+1
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu3-6/+1
2024-07-22ACPI: NUMA: Add handler for SRAT RINTC affinity structureHaibo Xu1-1/+31
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu7-10/+154
2024-07-22ALSA: usb-audio: Add a quirk for Sonix HD USB Camerawangdicheng1-0/+2
2024-07-22ASoC: TAS2781: Fix tasdev_load_calibrated_data()Dan Carpenter1-1/+1
2024-07-22ASoC: tegra: select CONFIG_SND_SIMPLE_CARD_UTILSArnd Bergmann1-0/+1
2024-07-22ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachablePierre-Louis Bossart1-1/+1
2024-07-22regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann1-1/+2
2024-07-22ALSA: usb-audio: Move HD Webcam quirk to the right placeTakashi Iwai1-2/+2
2024-07-21Merge tag '6.11-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-20/+183
2024-07-22Merge tag 'amd-drm-fixes-6.11-2024-07-18' of https://gitlab.freedesktop.org/a...Dave Airlie18-141/+246