aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
30 hoursLinux 6.16-rc1HEADv6.16-rc1masterLinus Torvalds1-2/+2
32 hoursMerge tag 'turbostat-2025.06.08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-110/+364
32 hoursMerge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds689-955/+1151
32 hoursMerge tag 'x86-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-19/+19
33 hoursMerge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
33 hourstools/power turbostat: version 2025.06.08Len Brown1-37/+36
33 hourstools/power turbostat: Add initial support for BartlettLakeZhang Rui1-0/+1
33 hourstools/power turbostat: Add initial support for DMRZhang Rui1-0/+18
33 hourstools/power turbostat: Dump RAPL sysfs infoZhang Rui1-0/+156
33 hourstools/power turbostat: Avoid probing the same perf countersZhang Rui1-0/+15
33 hourstools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs c...Zhang Rui1-25/+24
33 hourstools/power turbostat: Clean up add perf/msr counter logicZhang Rui1-7/+18
33 hourstools/power turbostat: Introduce add_msr_counter()Zhang Rui1-9/+23
33 hourstools/power turbostat: Remove add_msr_perf_counter_()Zhang Rui1-12/+8
33 hourstools/power turbostat: Remove add_cstate_perf_counter_()Zhang Rui1-13/+9
33 hourstools/power turbostat: Remove add_rapl_perf_counter_()Zhang Rui1-15/+10
33 hourstools/power turbostat: Quit early for unsupported RAPL countersZhang Rui1-1/+4
33 hourstools/power turbostat: Always check rapl_joules flagZhang Rui1-3/+9
33 hourstools/power turbostat: Fix AMD package-energy reportingGautham R. Shenoy1-5/+36
33 hourstools/power turbostat: Fix RAPL_GFX_ALL typoKaushlendra Kumar1-1/+1
33 hourstools/power turbostat: Add Android support for MSR device handlingKaushlendra Kumar1-3/+17
33 hourstools/power turbostat.8: pm_domain wording fixLen Brown1-2/+2
33 hourstools/power turbostat.8: fix typo: idle_pct should be pct_idleLen Brown1-1/+1
33 hoursMerge tag 'perf-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+5
33 hoursMerge tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+8
33 hoursMerge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-59/+74
34 hoursMerge tag '6.16-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds16-288/+533
36 hoursMerge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds3-100/+143
44 hourstreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar689-955/+1151
2 daysMerge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds49-326/+910
2 daysMerge tag 'sh-for-v6.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-50/+47
2 daysMerge tag 'loongarch-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds32-218/+561
2 daysMerge tag 'sound-fix-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-70/+192
3 daystracing: Add rcu annotation around file->filter accessesSteven Rostedt1-4/+6
3 daysMerge tag 'ubifs-for-linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+13
3 dayssh: kprobes: Remove unused variables in kprobe_exceptions_notify()Mike Rapoport1-4/+0
3 dayssh: ecovec24: Make SPI mode explicitGeert Uytterhoeven1-0/+1
3 dayssh: Replace __ASSEMBLY__ with __ASSEMBLER__ in all headersThomas Huth17-46/+46
3 daysgenksyms: Fix enum consts from a reference affecting new valuesPetr Pavlu1-7/+20
3 daysarch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada21-21/+21
3 daysdo_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
3 dayskbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}Masahiro Yamada2-8/+12
3 daysclone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+3
3 daysMerge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-44/+122
3 daysMerge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds16-46/+160
3 daysselftests/mount_setattr: adapt detached mount propagation testChristian Brauner1-16/+1
3 daysdo_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro1-21/+25
3 daysfs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)1-10/+11
3 daysfix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
3 daysfinish_automount(): don't leak MNT_LOCKED from parent to childAl Viro1-1/+2
3 dayspath_overmount(): avoid false negativesAl Viro1-6/+13
3 daysfs/fhandle.c: fix a race in call of has_locked_children()Al Viro1-4/+14
3 daysplatform/loongarch: laptop: Unregister generic_sub_drivers on exitYao Zi1-3/+9
3 daysplatform/loongarch: laptop: Add backlight power control supportYao Zi1-36/+37
3 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-47/+110
3 daysMerge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds74-855/+3787
3 daysMerge tag 's390-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-0/+3
3 daysMerge tag 'tomoyo-pr-20250606' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds1-4/+2
3 daysMerge tag 'ceph-for-6.16-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-11/+25
3 daysMerge tag 'ovl-update-v2-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-80/+84
3 daystracing: PM: Remove unused clock eventsSteven Rostedt1-47/+0
3 daysring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
3 daystracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
3 daysMerge tag 'spi-v6.16-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-19/+58
3 daysMerge tag 'regulator-fix-v6.16-merge-window' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+4
3 daysMerge tag 'pwm/for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+31
3 daysMerge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds48-378/+693
3 daysMerge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds8-13/+37
3 daysMerge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds160-12392/+10369
3 daysMerge tag 'tty-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds80-958/+6912
3 daysMerge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds601-6125/+12349
3 daysMerge tag 'staging-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds76-2612/+1592
3 daysMerge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-96/+159
3 daysMerge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds140-633/+2314
3 daysMerge tag 'mips_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds32-43/+434
4 daysMerge tag 'drm-misc-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/m...Simona Vetter7-74/+118
4 daysplatform/loongarch: laptop: Get brightness setting from EC on probeYao Zi1-1/+1
4 daysLoongArch: dts: Add PWM support to Loongson-2K2000Binbin Zhou1-0/+60
4 daysLoongArch: dts: Add PWM support to Loongson-2K1000Binbin Zhou2-1/+65
4 daysLoongArch: dts: Add PWM support to Loongson-2K0500Binbin Zhou1-0/+160
4 daysLoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh2-4/+4
4 daysceph: fix variable dereferenced before check in ceph_umount_begin()Viacheslav Dubeyko1-2/+1
4 daysMerge tag 'drm-misc-fixes-2025-05-28' of https://gitlab.freedesktop.org/drm/m...Simona Vetter6-23/+42
4 dayskernel/rcu/tree_stall: add /sys/kernel/rcu_stall_countMax Kellermann1-0/+26
4 daysMAINTAINERS: add mm swap sectionLorenzo Stoakes1-0/+19
4 dayskmsan: test: add module descriptionArnd Bergmann1-0/+1
4 daysMAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATIONTal Zussman1-0/+1
4 daysmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
4 daysmm/hugetlb: unshare page tables during VMA split, not beforeJann Horn4-16/+56
4 daysMAINTAINERS: add Alistair as reviewer of mm memory policyAlistair Popple1-0/+1
4 daysiov_iter: use iov_offset for length calculation in iov_iter_aligned_bvecNitesh Shetty1-1/+1
4 daysmm/mempolicy: fix incorrect freeing of wi_kobjJoshua Hahn1-3/+1
4 daysalloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan4-20/+39
4 daysmm/madvise: handle madvise_lock() failure during race unwindingSeongJae Park1-1/+4
4 daysmm: fix vmstat after removing NR_BOUNCEKirill A. Shutemov1-1/+0
4 daysKVM: s390: rename PROT_NONE to PROT_TYPE_DUMMYLorenzo Stoakes1-4/+4
4 daysselftests/mm: add test about uprobe pte be orphan during vma mergePu Lehui1-0/+43
4 daysselftests/mm: extract read_sysfs and write_sysfs into vm_utilPu Lehui4-33/+45
4 daysmm: expose abnormal new_pte during move_ptesPu Lehui1-0/+2
4 daysmm: fix uprobe pte be overwritten when expanding vmaPu Lehui2-3/+24
4 daysmm/damon: s/primitives/code/ on commentsEnze Li8-8/+8
4 daysdrm/nouveau/vfn/r535: Convert comma to semicolonChen Ni1-1/+1
4 daysMerge tag 'amd-drm-fixes-6.16-2025-06-05' of https://gitlab.freedesktop.org/a...Dave Airlie17-51/+205
4 daysMerge tag 'drm-xe-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/dr...Dave Airlie21-186/+491
4 daysMerge tag 'drm-misc-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/...Dave Airlie4-17/+12
4 daysMerge tag 'drm-intel-next-fixes-2025-06-05' of https://gitlab.freedesktop.org...Dave Airlie3-14/+25
4 daysMerge patch series "riscv: add SBI FWFT misaligned exception delegation support"Palmer Dabbelt5-18/+257
4 daysMerge patch series "riscv: misaligned: fix misaligned accesses handling in pu...Palmer Dabbelt6-50/+78
4 daysriscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur3-8/+9
4 daysMerge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt831-5027/+11908
4 daysRISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao7-0/+308
4 daysriscv: enable mseal sysmap for RV64Jisheng Zhang2-1/+2
4 daysraid6: Add RISC-V SIMD syndrome and recovery calculationsChunyan Zhang6-0/+1495
4 daysriscv: mm: Add support for Svinval extensionMayuresh Chitale1-0/+31
4 daysefi/libstub: use 'targets' instead of extra-y in MakefileMasahiro Yamada1-1/+1
4 daysmodule: make __mod_device_table__* symbols staticMasahiro Yamada1-2/+2
4 daysscripts/misc-check: check unnecessary #include <linux/export.h> when W=1Masahiro Yamada1-0/+12
4 daysscripts/misc-check: check missing #include <linux/export.h> when W=1Masahiro Yamada1-0/+43
4 daysscripts/misc-check: add double-quotes to satisfy shellcheckMasahiro Yamada1-1/+1
4 dayskbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada2-8/+4
4 daysscripts/tags.sh: allow to use alternative ctags implementationMasatake YAMATO1-1/+1
4 dayskconfig: introduce menu type enumMasahiro Yamada4-9/+21
4 daysdocs: symbol-namespaces: fix reST warning with literal blockKhaled Elnaggar1-1/+1
4 dayskbuild: link lib-y objects to vmlinux forcibly even when CONFIG_MODULES=nMasahiro Yamada1-6/+1
4 daystinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-0/+1
4 daysMerge tag 'pm-6.16-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+12
4 daysMerge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds89-618/+1060
4 daysRISC-V: Documentation: Add enough title underlines to CMODXPalmer Dabbelt1-2/+2
4 daysMerge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt903-6229/+11793
4 daysriscv: Improve Kconfig help for RISCV_ISA_V_PREEMPTIVEMiquel Sabaté Solà1-4/+4
4 daysMAINTAINERS: Update Atish's email addressAtish Patra2-3/+4
4 daysMerge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti9-10/+142
4 daysMAINTAINERS: add entry for crypto libraryEric Biggers1-1/+10
4 daysMerge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds80-4357/+2679
4 daysriscv: uaccess: do not do misaligned accesses in get/put_user()Clément Léger1-5/+18
4 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-23/+49
4 daysriscv: process: use unsigned int instead of unsigned long for put_user()Clément Léger1-1/+1
4 daysriscv: make unsafe user copy routines use existing assembly routinesAlexandre Ghiti5-48/+63
4 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds3-4/+4
4 daysriscv: hwprobe: export Zabha extensionAlexandre Ghiti3-0/+6
4 daysriscv: Make regs_irqs_disabled() more clearTiezhu Yang1-1/+1
4 daysperf symbols: Ignore mapping symbols on riscvHaibo Xu1-0/+6
4 daysMerge patch series "riscv: kexec_file: Support loading Image binary file"Palmer Dabbelt7-486/+610
4 daysRISC-V: Kconfig: Fix help text of CMDLINE_EXTEND谢致邦 (XIE Zhibang)1-2/+2
4 daysriscv: module: Optimize PLT/GOT entry countingSamuel Holland1-16/+65
4 daysMerge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti12-207/+331
4 daysriscv: Add support for PUD THPAlexandre Ghiti6-2/+120
4 daysriscv: xchg: Prefetch the destination word for sc.wGuo Ren1-1/+3
4 daysriscv: Add ARCH_HAS_PREFETCH[W] support with ZicbopGuo Ren1-0/+24
4 daysriscv: Add support for ZicbopAlexandre Ghiti8-9/+55
4 daysriscv: Introduce Zicbop instructionsAlexandre Ghiti1-0/+60
4 daysriscv/kexec_file: Fix comment in purgatory relocatorYao Zi1-1/+1
4 daysriscv: kexec_file: Support loading Image binary fileSong Shuai5-1/+101
4 daysriscv: kexec_file: Split the loading of kernel and othersSong Shuai5-486/+510
4 daysriscv: Documentation: add a description about dynamic ftraceAndy Chiu1-7/+39
4 daysriscv: ftrace: support direct call using call_opsAndy Chiu5-27/+48
4 daysriscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSPuranjay Mohan5-6/+105
4 daysriscv: ftrace: support PREEMPTAndy Chiu1-1/+1
4 daysriscv: add a data fence for CMODX in the kernel modeAndy Chiu1-1/+14
4 daysriscv: vector: Support calling schedule() for preemptible VectorAndy Chiu2-3/+24
4 daysriscv: ftrace: do not use stop_machine to update codeAndy Chiu1-54/+10
4 daysriscv: ftrace: prepare ftrace for atomic code patchingAndy Chiu3-97/+98
4 dayskernel: ftrace: export ftrace_sync_ipiAndy Chiu2-1/+3
4 daysriscv: ftrace: align patchable functions to 4 Byte boundaryAndy Chiu1-0/+2
4 daysriscv: ftrace factor out code defined by !WITH_ARGAndy Chiu2-49/+0
4 daysriscv: ftrace: support fastcc in Clang for WITH_ARGSAndy Chiu3-2/+28
4 daysdrm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()Maciej Patelczyk1-5/+1
4 daysdrm/xe: Create LRC BO without VMNiranjana Vishwanathapura2-28/+4
4 daysdrm/xe/guc_submit: add back fixMatthew Auld1-0/+11
4 daysdrm/xe/pxp: Clarify PXP queue creation behavior if PXP is not readyDaniele Ceraolo Spurio2-2/+11
4 daysdrm/xe/pxp: Use the correct define in the set_property_funcs arrayDaniele Ceraolo Spurio1-1/+1
4 daysdrm/xe/sched: stop re-submitting signalled jobsMatthew Auld1-1/+9
4 daysdrm/xe: Rework eviction rejection of bound external bosThomas Hellström3-18/+105
4 daysdrm/xe/vsec: fix CONFIG_INTEL_VSEC dependencyArnd Bergmann1-1/+2
4 daysdrm/xe: drop redundant conversion to boolRaag Jadav1-1/+1
4 daysdrm/xe/hwmon: Move card reactive critical power under channel cardKarthik Poosa2-13/+13
4 daysdrm/xe/hwmon: Add support to manage power limits though mailboxKarthik Poosa8-106/+318
4 daysdrm/xe/vm: move xe_svm_init() earlierMatthew Auld1-7/+12
4 daysdrm/xe/vm: move rebind_work init earlierMatthew Auld1-4/+4
4 daysMerge tag 'rtc-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds26-329/+946
4 dayssysfb: Fix screen_info type check for VGAThomas Zimmermann1-8/+18
4 daysvideo: screen_info: Relocate framebuffers behind PCI bridgesThomas Zimmermann1-29/+50
4 daysMerge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds29-106/+1463
4 dayscifs: update internal version numberSteve French1-2/+2
4 daysMAINTAINERS, mailmap: Update Paulo Alcantara's email addressPaulo Alcantara2-2/+8
4 dayscifs: add documentation for smbdirect setupMeetakshi Setiya2-0/+104
4 daysMerge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds54-1033/+2386
4 daysMerge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-20/+57
4 dayscalipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
4 daysseg6: Fix validation of nexthop addressesIdo Schimmel1-4/+2
4 daysnet: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
4 daysnet: annotate data-races around cleanup_net_taskEric Dumazet2-3/+3
4 daysselftests: drv-net: tso: make bkg() wait for socat to quitJakub Kicinski1-1/+1
4 daysselftests: drv-net: tso: fix the GRE device nameJakub Kicinski1-1/+1
4 daysselftests: drv-net: add configs for the TSO testJakub Kicinski1-0/+5
4 daysMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-223/+96
5 dayswireguard: device: enable threaded NAPIMirco Barone1-0/+1
5 daysMerge tag 'nvme-6.16-2025-06-05' of git://git.infradead.org/nvme into block-6.16Jens Axboe20-54/+57
5 daysMerge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni8-40/+92
5 daysaccel/ivpu: Fix warning in ivpu_gem_bo_free()Jacek Lawrynowicz1-1/+2