index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
lib, uaccess: add failure injection to usercopy functions
Albert van der Linde
1
-1
/
+10
2020-10-16
lib, include/linux: add usercopy failure capability
Albert van der Linde
1
-0
/
+22
2020-10-16
sched.h: drop in_ubsan field when UBSAN is in trap mode
Elena Petrova
1
-1
/
+1
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-25
/
+0
2020-10-16
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
1
-1
/
+9
2020-10-16
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
1
-0
/
+1
2020-10-16
coredump: refactor page range dumping into common helper
Jann Horn
1
-0
/
+2
2020-10-16
bitops: use the same mechanism for get_count_order[_long]
Wei Yang
1
-5
/
+3
2020-10-16
bitops: simplify get_count_order_long()
Wei Yang
1
-4
/
+1
2020-10-16
include/linux/list.h: add a macro to test if entry is pointing to the head
Andy Shevchenko
1
-10
/
+19
2020-10-16
lib/idr.c: document that ida_simple_{get,remove}() are deprecated
Stephen Boyd
1
-0
/
+4
2020-10-16
lib/idr.c: document calling context for IDA APIs mustn't use locks
Stephen Boyd
1
-3
/
+6
2020-10-16
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
7
-152
/
+164
2020-10-16
include/linux/mmzone.h: remove unused early_pfn_valid()
Mike Rapoport
1
-5
/
+0
2020-10-16
mm: use self-explanatory macros rather than "2"
Yu Zhao
2
-5
/
+9
2020-10-16
mm: don't panic when links can't be created in sysfs
Laurent Dufour
1
-9
/
+7
2020-10-16
kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
David Hildenbrand
1
-2
/
+1
2020-10-16
mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...
David Hildenbrand
2
-0
/
+11
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-4
/
+12
2020-10-16
mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
David Hildenbrand
1
-9
/
+3
2020-10-16
kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
David Hildenbrand
1
-1
/
+3
2020-10-16
kernel/resource: make release_mem_region_adjustable() never fail
David Hildenbrand
1
-2
/
+2
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
2
-2
/
+3
2020-10-16
mm/page_alloc: simplify __offline_isolated_pages()
David Hildenbrand
1
-2
/
+2
2020-10-16
mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
Naoya Horiguchi
2
-0
/
+4
2020-10-16
mm,hwpoison: rework soft offline for in-use pages
Oscar Salvador
1
-5
/
+0
2020-10-16
mm,hwpoison: rework soft offline for free pages
Oscar Salvador
1
-0
/
+1
2020-10-16
mm,hwpoison: kill put_hwpoison_page
Oscar Salvador
1
-1
/
+0
2020-10-16
mm,hwpoison: unexport get_hwpoison_page and make it static
Oscar Salvador
1
-1
/
+0
2020-10-16
mm/readahead: add page_cache_sync_ra and page_cache_async_ra
Matthew Wilcox (Oracle)
1
-10
/
+54
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
1
-3
/
+2
2020-10-16
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-16
fs: do not update nr_thps for mappings which support THPs
Matthew Wilcox (Oracle)
2
-27
/
+29
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
2
-0
/
+7
2020-10-16
mm/page_owner: change split_page_owner to take a count
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-10-16
XArray: add xas_split
Matthew Wilcox (Oracle)
1
-0
/
+13
2020-10-16
XArray: add xa_get_order
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-16
RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI
Jason Gunthorpe
1
-0
/
+6
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-1
/
+2
2020-10-16
PCI/ASPM: Remove struct pcie_link_state.l1ss
Saheed O. Bolarinwa
1
-0
/
+1
2020-10-16
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr
Saheed O. Bolarinwa
1
-0
/
+1
2020-10-16
PCI/ASPM: Remove struct aspm_register_info.support
Saheed O. Bolarinwa
1
-0
/
+2
2020-10-16
PM: domains: enable domain idle state accounting
Lina Iyer
1
-0
/
+2
2020-10-16
Merge branch 'dynamic_sg' into rdma.git for-next
Jason Gunthorpe
37
-68
/
+139
2020-10-16
PM: domains: Add support for PM domain on/off notifiers for genpd
Ulf Hansson
1
-0
/
+22
2020-10-16
powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do...
Zhang Rui
1
-4
/
+3
2020-10-16
cpuidle: Remove pointless stub
Daniel Lezcano
1
-5
/
+0
2020-10-16
afs: Don't assert on unpurgeable server records
David Howells
1
-0
/
+2
2020-10-16
afs: Add tracing for cell refcount and active user count
David Howells
1
-0
/
+107
2020-10-16
NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag
Olga Kornievskaia
1
-0
/
+3
[prev]
[next]