summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-15modpost: Ignore unresolved section bounds symbolsJosh Poimboeuf1-0/+5
2025-10-15kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf2-2/+3
2025-10-15elfnote: Change ELFNOTE() to use __UNIQUE_ID()Josh Poimboeuf1-8/+5
2025-10-15compiler.h: Make addressable symbols less of an eyesoreJosh Poimboeuf1-1/+1
2025-10-15compiler: Tweak __UNIQUE_ID() namingJosh Poimboeuf1-1/+5
2025-10-15x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotationJosh Poimboeuf1-4/+0
2025-10-15x86/module: Improve relocation error messagesJosh Poimboeuf2-8/+11
2025-10-15vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf2-35/+17
2025-10-15s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal textJosh Poimboeuf2-2/+2
2025-10-15objtool: Fix standalone --hacks=jump_labelDylan Hatch1-1/+2
2025-10-15scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav1-4/+9
2025-10-15scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav1-1/+1
2025-10-15scripts/faddr2line: Set LANG=C to enforce ASCII outputJohn Wang1-0/+4
2025-10-15tools build: Fix fixdep dependenciesJosh Poimboeuf2-2/+23
2025-10-15objtool: Remove unneeded semicolonChen Ni1-1/+1
2025-10-12Linux 6.18-rc1v6.18-rc1Linus Torvalds1-2/+2
2025-10-12Merge tag 'i2c-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2025-10-12Merge tag 'irq_urgent_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+6
2025-10-12Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-4/+8
2025-10-12Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-28/+38
2025-10-12Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang2-3/+3
2025-10-11Merge tag 'rtc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds23-354/+753
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-25/+36
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-665/+728
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds34-239/+55
2025-10-11Merge tag 'slab-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+51
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds10-25/+118
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds6-59/+383
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds9-42/+45
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-11slab: fix barn NULL pointer dereference on memoryless nodesVlastimil Babka1-14/+51
2025-10-11tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-11kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor1-1/+1
2025-10-11Merge tag 'for-6.18/hpfs-changes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-52/+75
2025-10-11Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds45-253/+391
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-8/+17
2025-10-10Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-8/+17
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-9/+23
2025-10-10dt-bindings: bus: renesas-bsc: allow additional propertiesWolfram Sang1-0/+12
2025-10-10dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node namesWolfram Sang1-1/+1
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds17-248/+323
2025-10-10Merge tag 'v6.18-rc-part2-smb-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds18-329/+522
2025-10-10Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-3/+8
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-26/+29
2025-10-10Merge tag 'io_uring-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-3/+9
2025-10-10Merge patch series "kbuild: Fixes for fallout from recent modules.builtin.mod...Nathan Chancellor2-23/+26
2025-10-10s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sectionsNathan Chancellor1-22/+22
2025-10-10kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor1-0/+3
2025-10-10kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor1-1/+1
2025-10-10Merge branch 'bpf-avoid-rcu-context-warning-when-unpinning-htab-with-internal...Alexei Starovoitov3-2/+63