https://github.com/torvalds/linux
Revision 5c2e7a0af211cb7a3a24fcfe98f0ceb67560b53b authored by Linus Torvalds on 26 February 2021, 18:04:45 UTC, committed by Linus Torvalds on 26 February 2021, 18:04:45 UTC
Pull more xen updates from Juergen Gross:

 - A small series for Xen event channels adding some sysfs nodes for per
   pv-device settings and statistics, and two fixes of theoretical
   problems.

 - two minor fixes (one for an unlikely error path, one for a comment).

* tag 'for-linus-5.12b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen-front-pgdir-shbuf: don't record wrong grant handle upon error
  xen: Replace lkml.org links with lore
  xen/evtchn: use READ/WRITE_ONCE() for accessing ring indices
  xen/evtchn: use smp barriers for user event ring
  xen/events: add per-xenbus device event statistics and settings
2 parent s d94d140 + 53f131c
History
Tip revision: 5c2e7a0af211cb7a3a24fcfe98f0ceb67560b53b authored by Linus Torvalds on 26 February 2021, 18:04:45 UTC
Merge tag 'for-linus-5.12b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Tip revision: 5c2e7a0
File Mode Size
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 283 bytes
alloc.c -rw-r--r-- 24.2 KB
alloc.h -rw-r--r-- 3.2 KB
bmap.c -rw-r--r-- 14.4 KB
bmap.h -rw-r--r-- 7.8 KB
btnode.c -rw-r--r-- 6.6 KB
btnode.h -rw-r--r-- 1.4 KB
btree.c -rw-r--r-- 62.4 KB
btree.h -rw-r--r-- 2.0 KB
cpfile.c -rw-r--r-- 25.4 KB
cpfile.h -rw-r--r-- 1.1 KB
dat.c -rw-r--r-- 12.7 KB
dat.h -rw-r--r-- 1.7 KB
dir.c -rw-r--r-- 16.6 KB
direct.c -rw-r--r-- 8.7 KB
direct.h -rw-r--r-- 645 bytes
export.h -rw-r--r-- 505 bytes
file.c -rw-r--r-- 3.6 KB
gcinode.c -rw-r--r-- 5.1 KB
ifile.c -rw-r--r-- 5.2 KB
ifile.h -rw-r--r-- 1.1 KB
inode.c -rw-r--r-- 28.6 KB
ioctl.c -rw-r--r-- 35.6 KB
mdt.c -rw-r--r-- 15.5 KB
mdt.h -rw-r--r-- 3.7 KB
namei.c -rw-r--r-- 12.6 KB
nilfs.h -rw-r--r-- 12.3 KB
page.c -rw-r--r-- 13.6 KB
page.h -rw-r--r-- 1.9 KB
recovery.c -rw-r--r-- 23.5 KB
segbuf.c -rw-r--r-- 12.9 KB
segbuf.h -rw-r--r-- 5.5 KB
segment.c -rw-r--r-- 73.8 KB
segment.h -rw-r--r-- 7.8 KB
sufile.c -rw-r--r-- 31.5 KB
sufile.h -rw-r--r-- 4.2 KB
super.c -rw-r--r-- 34.9 KB
sysfs.c -rw-r--r-- 31.2 KB
sysfs.h -rw-r--r-- 5.2 KB
the_nilfs.c -rw-r--r-- 20.3 KB
the_nilfs.h -rw-r--r-- 11.3 KB

back to top