aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
blob: b15b3cddad4eb0180f88d60f1e655ddd90157dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0
/*
 * Non-trivial C macros cannot be used in Rust. Similarly, inlined C functions
 * cannot be called either. This file explicitly creates functions ("helpers")
 * that wrap those so that they can be called from Rust.
 *
 * Sorted alphabetically.
 */

#include "auxiliary.c"
#include "blk.c"
#include "bug.c"
#include "build_assert.c"
#include "build_bug.c"
#include "clk.c"
#include "completion.c"
#include "cpu.c"
#include "cpufreq.c"
#include "cpumask.c"
#include "cred.c"
#include "device.c"
#include "dma.c"
#include "drm.c"
#include "err.c"
#include "fs.c"
#include "io.c"
#include "jump_label.c"
#include "kunit.c"
#include "mm.c"
#include "mutex.c"
#include "page.c"
#include "platform.c"
#include "pci.c"
#include "pid_namespace.c"
#include "rbtree.c"
#include "rcu.c"
#include "refcount.c"
#include "security.c"
#include "signal.c"
#include "slab.c"
#include "spinlock.c"
#include "sync.c"
#include "task.c"
#include "uaccess.c"
#include "vmalloc.c"
#include "wait.c"
#include "workqueue.c"
#include "xarray.c"
Junio C Hamano1-3/+16 2006-02-21git-push: Update documentation to describe the no-refspec behavior.Carl Worth1-0/+6 2006-02-21format-patch: pretty-print timestamp correctly.Junio C Hamano1-1/+1 2006-02-21git-add: Add support for --, documentation, and test.Carl Worth3-1/+32 2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares1-8/+5 2006-02-18archimport: remove files from the index before adding/updatingEric Wong1-15/+13 2006-02-17Make git-reset delete empty directoriesShawn Pearce2-0/+66 2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8 2006-02-17git-rev-parse: Fix --short= option parsingJonas Fonseca1-3/+3 2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth2-1/+6 2006-02-17Abstract test_create_repo out for use in tests.Carl Worth1-6/+17 2006-02-17Trap exit to clean up created directory if clone fails.Carl Worth1-0/+4 2006-02-15More useful/hinting error messages in git-checkoutv1.2.1Josef Weidendorfer1-3/+10 2006-02-15Print an error if cloning a http repo and NO_CURL is setFernando J. Pereda2-1/+8 2006-02-14checkout: fix dirty-file display.Junio C Hamano1-2/+4 2006-02-14combine-diff: diff-files fix (#2)Junio C Hamano1-0/+2 2006-02-13combine-diff: diff-files fix.Junio C Hamano1-4/+5 2006-02-13s/SHELL/SHELL_PATH/ in MakefileFredrik Kuivinen1-1/+1 2006-02-13bisect: remove BISECT_NAMES after done.Junio C Hamano1-0/+1 2006-02-13Documentation: git-ls-files asciidocco.Junio C Hamano1-1/+1 2006-02-13Documentation: git-commit in 1.2.X series defaults to --include.Junio C Hamano1-7/+27 2006-02-12GIT 1.2.0v1.2.0Junio C Hamano1-1/+1 2006-02-12Fix "test: unexpected operator" on bsdJunio C Hamano1-1/+1 2006-02-12git-commit: show dirtiness including index.Junio C Hamano1-1/+2 2006-02-12Make pack-objects chattier.Junio C Hamano1-4/+6 2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen2-2/+3 2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1 2006-02-12Fix object re-hashingLinus Torvalds1-1/+1 2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano1-2/+4 2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin4-34/+49