index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
RISC-V: Move relocate and few other functions out of __init
Atish Patra
2
-72
/
+86
2020-03-31
RISC-V: Implement new SBI v0.2 extensions
Atish Patra
3
-4
/
+270
2020-03-31
RISC-V: Introduce a new config for SBI v0.1
Atish Patra
3
-23
/
+118
2020-03-31
RISC-V: Add SBI v0.2 extension definitions
Atish Patra
1
-0
/
+21
2020-03-31
RISC-V: Add basic support for SBI v0.2
Atish Patra
3
-73
/
+314
2020-03-31
RISC-V: Mark existing SBI as 0.1 SBI.
Atish Patra
1
-19
/
+22
2020-03-26
riscv: Use macro definition instead of magic number
Zong Li
1
-1
/
+1
2020-03-26
riscv: Add support to dump the kernel page tables
Zong Li
5
-0
/
+340
2020-03-26
riscv: patch code by fixmap mapping
Zong Li
1
-9
/
+4
2020-03-26
riscv: introduce interfaces to patch kernel code
Zong Li
4
-1
/
+137
2020-03-26
riscv: add macro to get instruction length
Zong Li
2
-1
/
+10
2020-03-26
riscv: add STRICT_KERNEL_RWX support
Zong Li
3
-0
/
+53
2020-03-26
riscv: add alignment for text, rodata and data sections
Zong Li
2
-1
/
+17
2020-03-26
riscv: move exception table immediately after RO_DATA
Zong Li
1
-2
/
+4
2020-03-26
riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
Zong Li
2
-0
/
+16
2020-03-26
riscv: add ARCH_HAS_SET_DIRECT_MAP support
Zong Li
3
-0
/
+28
2020-03-26
riscv: add ARCH_HAS_SET_MEMORY support
Zong Li
4
-1
/
+176
2020-03-06
RISC-V: Move all address space definition macros to one place
Atish Patra
1
-37
/
+41
2020-03-05
riscv: Use p*d_leaf macros to define p*d_huge
Alexandre Ghiti
1
-4
/
+2
2020-03-03
RISC-V: Stop using LOCAL for the uaccess fixups
Palmer Dabbelt
1
-4
/
+2
2020-03-03
RISC-V: Inline the assembly register save/restore macros
Palmer Dabbelt
1
-82
/
+61
2020-03-03
RISC-V: Stop relying on GCC's register allocator's hueristics
Palmer Dabbelt
3
-7
/
+10
2020-03-03
RISC-V: Stop putting .sbss in .sdata
Palmer Dabbelt
1
-1
/
+0
2020-03-03
riscv: force hart_lottery to put in .sdata section
Zong Li
1
-2
/
+6
2020-03-03
riscv: Delete CONFIG_SYSFS_SYSCALL from defconfigs
Deepa Dinamani
2
-0
/
+2
2020-03-03
riscv: Use flush_icache_mm for flush_icache_user_range
Guo Ren
1
-1
/
+1
2020-03-01
Linux 5.6-rc4
v5.6-rc4
Linus Torvalds
1
-1
/
+1
2020-03-01
KVM: VMX: check descriptor table exits on instruction emulation
Oliver Upton
1
-0
/
+15
2020-02-29
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
1
-3
/
+3
2020-02-29
macintosh: therm_windtunnel: fix regression when instantiating devices
Wolfram Sang
1
-21
/
+31
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
1
-4
/
+4
2020-02-28
kvm: x86: Limit the number of "kvm: disabled by bios" messages
Erwan Velu
1
-2
/
+2
2020-02-28
KVM: x86: avoid useless copy of cpufreq policy
Paolo Bonzini
1
-5
/
+5
2020-02-28
KVM: allow disabling -Werror
Paolo Bonzini
2
-1
/
+14
2020-02-28
KVM: x86: allow compiling as non-module with W=1
Valdis Klētnieks
2
-0
/
+4
2020-02-28
KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
Wanpeng Li
1
-12
/
+21
2020-02-28
KVM: Introduce pv check helpers
Wanpeng Li
1
-10
/
+24
2020-02-28
KVM: let declaration of kvm_get_running_vcpus match implementation
Christian Borntraeger
1
-1
/
+1
2020-02-28
KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter
Paolo Bonzini
1
-1
/
+2
2020-02-27
MAINTAINERS: Correct Cadence PCI driver path
Lukas Bulwahn
1
-1
/
+1
2020-02-27
io_uring: fix 32-bit compatability with sendmsg/recvmsg
Jens Axboe
1
-0
/
+10
2020-02-27
net: dsa: mv88e6xxx: Fix masking of egress port
Andrew Lunn
1
-2
/
+2
2020-02-27
mlxsw: pci: Wait longer before accessing the device after reset
Amit Cohen
1
-1
/
+1
2020-02-27
sfc: fix timestamp reconstruction at 16-bit rollover points
Alex Maftei (amaftei)
1
-3
/
+35
2020-02-27
vsock: fix potential deadlock in transport->release()
Stefano Garzarella
3
-13
/
+12
2020-02-27
unix: It's CONFIG_PROC_FS not CONFIG_PROCFS
David S. Miller
1
-1
/
+1
2020-02-27
net: rmnet: fix packet forwarding in rmnet bridge mode
Taehee Yoo
1
-0
/
+3
2020-02-27
net: rmnet: fix bridge mode bugs
Taehee Yoo
4
-77
/
+64
2020-02-27
net: rmnet: use upper/lower device infrastructure
Taehee Yoo
1
-19
/
+16
2020-02-27
net: rmnet: do not allow to change mux id if mux id is duplicated
Taehee Yoo
1
-0
/
+4
[next]