summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long1-1/+0
2024-12-02locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warningsThomas Hellström1-2/+2
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-2/+2
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra2-11/+8
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra1-27/+0
2024-12-02unreachable: UnifyPeter Zijlstra2-15/+7
2024-12-02objtool: Collect more annotations in objtool.hPeter Zijlstra2-29/+55
2024-12-02objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATEPeter Zijlstra2-10/+7
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATEPeter Zijlstra2-6/+4
2024-12-02objtool: Convert instrumentation_{begin,end}() to ANNOTATEPeter Zijlstra3-9/+16
2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra1-0/+1
2024-12-02objtool: Convert ANNOTATE_NOENDBR to ANNOTATEPeter Zijlstra2-13/+9
2024-12-02objtool: Generic annotation infrastructurePeter Zijlstra1-0/+18
2024-12-02mm: introduce mmap_lock_speculate_{try_begin|retry}Suren Baghdasaryan1-2/+31
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan3-27/+47
2024-12-02seqlock: add raw_seqcount_try_beginSuren Baghdasaryan1-0/+22
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar348-2788/+7851
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner2-4/+9
2024-12-02cred: fold get_new_cred_many() into get_cred_many()Christian Brauner1-15/+2
2024-12-02cred: remove unused get_new_cred()Christian Brauner1-13/+0
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02cred: remove old {override,revert}_creds() helpersChristian Brauner1-7/+0
2024-12-02cred: return old creds from revert_creds_light()Christian Brauner1-1/+4
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-2/+3
2024-12-02lib/crc-t10dif: add support for arch overridesEric Biggers1-0/+12
2024-12-02lib/crc-t10dif: stop wrapping the crypto APIEric Biggers1-5/+11
2024-12-02jbd2: switch to using the crc32c libraryEric Biggers1-30/+3
2024-12-02lib/crc32: make crc32c() go directly to libEric Biggers1-2/+5
2024-12-02lib/crc32: expose whether the lib is really optimized at runtimeEric Biggers1-0/+15
2024-12-02lib/crc32: improve support for arch-specific overridesEric Biggers1-7/+28
2024-12-02lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers1-1/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-11/+1
2024-12-02Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+153
2024-12-02Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-12-01printf: Remove unused 'bprintf'Dr. David Alan Gilbert1-1/+0
2024-12-01Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds2-8/+26
2024-12-01Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-8/+8
2024-11-30Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2-0/+12
2024-11-30Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-22/+2
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-2/+11
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-25/+124
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-51/+60
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-5/+31
2024-11-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+5
2024-11-28Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds3-52/+36
2024-11-28Merge tag 'net-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+4