aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2024-04-08 17:43:37 -0400
committerArnd Bergmann <arnd@arndb.de>2024-08-19 09:45:27 +0200
commit7193b5c4758368c3a0de0cf4fa54bc8697caaf86 (patch)
tree99dd4c2c4a317176e38c85037b5d589e0da556bb /scripts/lib/kdoc/kdoc_parser.py
parentLinux 6.11-rc4 (diff)
downloadlinux-7193b5c4758368c3a0de0cf4fa54bc8697caaf86.tar.gz
linux-7193b5c4758368c3a0de0cf4fa54bc8697caaf86.zip
alpha: no need to include asm/xchg.h twice
We used to generate different helpers for local and full {cmp,}xchg(); these days the barriers are in arch_{cmp,}xchg() instead and generated helpers are identical for local and full cases. No need for those parametrized includes of asm/xchg.h - we might as well insert its contents directly in asm/cmpxchg.h and do it only once. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions
n't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce1-7/+13 2007-11-13revert/cherry-pick: allow starting from dirty work tree.Junio C Hamano1-1/+1 2007-11-13t/t3404: fix test for a bogus todo file.Junio C Hamano1-1/+1 2007-11-11for-each-ref: fix off by one read.Christian Couder1-1/+1 2007-11-11git-branch: remove mention of non-existent '-b' optionJeff King1-1/+1 2007-11-11git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2-0/+9 2007-11-11fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre1-1/+1 2007-11-11git-hash-object should honor config variablesNicolas Pitre1-0/+2 2007-11-10gitweb: correct month in date display for atom feedsVincent Zanotti1-1/+1 2007-11-10Fix memory leak in traverse_commit_listShawn O. Pearce1-0/+7 2007-11-09print warning/error/fatal messages in one shotNicolas Pitre1-3/+3 2007-11-09Start preparing for 1.5.3.6Junio C Hamano2-1/+22 2007-11-09git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure1-1/+1 2007-11-08SubmittingPatches: improve the 'Patch:' section of the checklistSergei Organov1-5/+4 2007-11-08instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca1-9/+8 2007-11-08stop t1400 hiding errors in testsAlex Riesen1-1/+1 2007-11-08Makefile: add missing dependency on wt-status.hJunio C Hamano1-0/+1 2007-11-08refresh_index_quietly(): express "optional" nature of index writing betterJunio C Hamano1-9/+5 2007-11-08Fix sed string regex escaping in module_name.Ralf Wildenhues1-1/+1 2007-11-08Avoid a few unportable, needlessly nested "...`...".Ralf Wildenhues2-4/+4 2007-11-08git-mailsplit: with maildirs not only process cur/, but also new/Gerrit Pape1-16/+22 2007-11-07Improve accuracy of check for presence of deflateBound.David Symonds4-1/+28