index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-19
20
-496
/
+2689
|
\
|
*
virtiofs: calculate number of scatter-gather elements accurately
Vivek Goyal
2020-10-14
1
-5
/
+27
|
*
fuse: connection remove fix
Miklos Szeredi
2020-10-12
1
-0
/
+7
|
*
fuse: implement crossmounts
Max Reitz
2020-10-09
4
-3
/
+105
|
*
fuse: Allow fuse_fill_super_common() for submounts
Max Reitz
2020-09-18
2
-21
/
+96
|
*
fuse: split fuse_mount off of fuse_conn
Max Reitz
2020-09-18
11
-358
/
+526
|
*
fuse: drop fuse_conn parameter where possible
Max Reitz
2020-09-18
3
-37
/
+43
|
*
fuse: store fuse_conn in fuse_req
Max Reitz
2020-09-18
2
-6
/
+10
|
*
fuse: add submount support to <uapi/linux/fuse.h>
Max Reitz
2020-09-18
1
-2
/
+14
|
*
fuse: fix page dereference after free
Miklos Szeredi
2020-09-18
1
-10
/
+18
|
*
virtiofs: add logic to free up a memory range
Vivek Goyal
2020-09-10
3
-6
/
+524
|
*
virtiofs: maintain a list of busy elements
Vivek Goyal
2020-09-10
1
-0
/
+25
|
*
virtiofs: serialize truncate/punch_hole and dax fault path
Vivek Goyal
2020-09-10
5
-10
/
+110
|
*
virtiofs: define dax address space operations
Vivek Goyal
2020-09-10
1
-0
/
+18
|
*
virtiofs: add DAX mmap support
Stefan Hajnoczi
2020-09-10
2
-0
/
+64
|
*
virtiofs: implement dax read/write operations
Vivek Goyal
2020-09-10
6
-6
/
+612
|
*
virtiofs: introduce setupmapping/removemapping commands
Vivek Goyal
2020-09-10
1
-0
/
+29
|
*
virtiofs: implement FUSE_INIT map_alignment field
Stefan Hajnoczi
2020-09-10
4
-3
/
+34
|
*
virtiofs: keep a list of free dax memory ranges
Vivek Goyal
2020-09-10
1
-1
/
+90
|
*
virtiofs: add a mount option to enable dax
Vivek Goyal
2020-09-10
6
-17
/
+151
|
*
virtiofs: set up virtio_fs dax_device
Stefan Hajnoczi
2020-09-10
2
-0
/
+141
|
*
virtiofs: get rid of no_mount_options
Vivek Goyal
2020-09-10
3
-19
/
+20
|
*
virtiofs: provide a helper function for virtqueue initialization
Vivek Goyal
2020-09-10
1
-20
/
+30
|
*
dax: Create a range version of dax_layout_busy_page()
Vivek Goyal
2020-09-10
2
-6
/
+29
|
*
dax: Modify bdev_dax_pgoff() to handle NULL bdev
Vivek Goyal
2020-09-10
1
-1
/
+2
|
*
Merge branch 'virtio-shm' into for-next
Miklos Szeredi
2020-09-10
5
-1
/
+164
|
|
\
|
*
|
fuse: update project homepage
André Almeida
2020-09-04
3
-3
/
+3
*
|
|
Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-19
3
-13
/
+233
|
\
\
\
|
*
|
|
zonefs: document the explicit-open mount option
Johannes Thumshirn
2020-09-15
1
-0
/
+15
|
*
|
|
zonefs: open/close zone on file open/close
Johannes Thumshirn
2020-09-15
2
-4
/
+189
|
*
|
|
zonefs: provide no-lock zonefs_io_error variant
Johannes Thumshirn
2020-09-15
1
-3
/
+8
|
*
|
|
zonefs: introduce helper for zone management
Johannes Thumshirn
2020-09-15
1
-7
/
+22
*
|
|
|
Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2020-10-18
16
-110
/
+444
|
\
\
\
\
|
*
|
|
|
lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE
Vitor Massaru Iha
2020-10-16
1
-4
/
+2
|
*
|
|
|
lib: kunit: add bitfield test conversion to KUnit
Vitor Massaru Iha
2020-10-13
3
-60
/
+57
|
*
|
|
|
Documentation: kunit: add a brief blurb about kunit_test_suite
Brendan Higgins
2020-10-09
1
-0
/
+5
|
*
|
|
|
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
2020-10-09
6
-25
/
+82
|
*
|
|
|
init: main: add KUnit to kernel init
Brendan Higgins
2020-10-09
3
-3
/
+14
|
*
|
|
|
kunit: test: create a single centralized executor for all tests
Alan Maguire
2020-10-09
4
-24
/
+76
|
*
|
|
|
vmlinux.lds.h: add linker section for KUnit test suites
Brendan Higgins
2020-10-09
1
-1
/
+9
|
*
|
|
|
Documentation: kunit: Add naming guidelines
David Gow
2020-10-09
2
-0
/
+206
*
|
|
|
|
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-18
57
-421
/
+1582
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2020-10-09
57
-421
/
+1582
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge branch 'csd.2020.09.04a' into HEAD
Paul E. McKenney
2020-09-04
6
-1
/
+160
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
smp: Make symbol 'csd_bug_count' static
Wei Yongjun
2020-09-04
1
-1
/
+1
|
|
|
*
|
|
|
|
kernel/smp: Provide CSD lock timeout diagnostics
Paul E. McKenney
2020-09-04
2
-2
/
+141
|
|
|
*
|
|
|
|
smp: Add source and destination CPUs to __call_single_data
Paul E. McKenney
2020-09-04
3
-0
/
+12
|
|
|
*
|
|
|
|
lib: Add backtrace_idle parameter to force backtrace of idle CPUs
Paul E. McKenney
2020-08-24
2
-1
/
+9
|
|
|
|
/
/
/
/
|
|
*
|
|
|
|
Merge branch 'strictgp.2020.08.24a' into HEAD
Paul E. McKenney
2020-09-03
7
-16
/
+129
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()
Paul E. McKenney
2020-08-24
2
-6
/
+6
[next]