aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2021-05-21 16:00:31 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-09-11 16:14:53 -0300
commit2bae3e64ec465cd545c5cbec74335eb44f97c177 (patch)
tree96a8284486f0f4bed0e7888b5f9b43f7e84e61af /include/asm-parisc/git:/ssh:/git@git.zx2c4.com
parenttools headers UAPI: Sync linux/in.h copy with the kernel sources (diff)
tools headers UAPI: Sync linux/fs.h with the kernel sources
To pick the change in: 7957d93bf32bc211 ("block: add ioctl to read the disk sequence number") It adds a new ioctl, but we are still not using that to generate tables for 'perf trace', so no changes in tooling. This silences this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/fs.h' differs from latest version at 'include/uapi/linux/fs.h' diff -u tools/include/uapi/linux/fs.h include/uapi/linux/fs.h Cc: Jens Axboe <axboe@kernel.dk> Cc: Matteo Croce <mcroce@microsoft.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/asm-parisc/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
inux-rng/commit/kernel/context_tracking.c?id=efc1e2c9bcbab73797d7bc214014cb916d6a8eb5'>context_tracking: Export context_tracking_user_enter/exitRik van Riel1-0/+2 2015-03-09context_tracking: Run vtime_user_enter/exit only when state == CONTEXT_USERRik van Riel1-4/+8 2015-03-09context_tracking: Generalize context tracking APIs to support user and guestRik van Riel1-15/+28 2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker1-4/+4 2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-40/+0 2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu1-0/+3 2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-1/+1 2013-12-02context_tracking: Wrap static key check into more intuitive function nameFrederic Weisbecker1-4/+4 2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-0/+12 2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker1-0/+12 2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-1/+1 2013-08-14context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker1-0/+5 2013-08-14context_tracking: Optimize context switch off case with static keysFrederic Weisbecker1-3/+3 2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker1-21/+2 2013-08-14context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker1-6/+6 2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker1-6/+17 2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker1-0/+5 2013-08-13context_tracking: Fix runtime CPU off-caseFrederic Weisbecker1-19/+33 2013-08-13context_tracing: Fix guest accounting with native vtimeFrederic Weisbecker1-2/+4 2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker1-2/+1 2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+40 2013-06-19tracing/context-tracking: Add preempt_schedule_context() for tracingSteven Rostedt1-0/+40 2013-05-31kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker1-1/+0 2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+25 2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-1/+20 2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-2/+4 2013-01-26context_tracking: Add comments on interface and internalsFrederic Weisbecker1-10/+65 2013-01-26context_tracking: Export context state for generic vtimeFrederic Weisbecker1-15/+1 2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-0/+83