index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
riscv: module: Create module allocations without exec permissions
Jisheng Zhang
1
-1
/
+1
2021-04-26
riscv: bpf: Avoid breaking W^X
Jisheng Zhang
1
-1
/
+2
2021-04-26
riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
Jisheng Zhang
2
-13
/
+13
2021-04-26
riscv: kprobes: Implement alloc_insn_page()
Jisheng Zhang
1
-0
/
+8
2021-04-26
riscv: Constify sbi_ipi_ops
Jisheng Zhang
3
-5
/
+5
2021-04-26
riscv: Constify sys_call_table
Jisheng Zhang
2
-2
/
+2
2021-04-26
riscv: Mark some global variables __ro_after_init
Jisheng Zhang
5
-12
/
+12
2021-04-26
riscv: add __init section marker to some functions
Jisheng Zhang
4
-8
/
+8
2021-04-26
riscv: Prepare ptdump for vm layout dynamic addresses
Alexandre Ghiti
1
-12
/
+61
2021-04-26
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
12
-36
/
+182
2021-04-26
riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is available
Nathan Chancellor
1
-1
/
+1
2021-04-26
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
2
-7
/
+17
2021-04-26
riscv: Use $(LD) instead of $(CC) to link vDSO
Nathan Chancellor
1
-8
/
+4
2021-04-26
riscv: sifive: Apply errata "cip-1200" patch
Vincent Chen
4
-2
/
+40
2021-04-26
riscv: sifive: Apply errata "cip-453" patch
Vincent Chen
6
-3
/
+94
2021-04-26
riscv: sifive: Add SiFive alternative ports
Vincent Chen
7
-0
/
+89
2021-04-26
riscv: Introduce alternative mechanism to apply errata solution
Vincent Chen
14
-0
/
+300
2021-04-26
riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
Vincent Chen
2
-0
/
+18
2021-03-29
riscv: Cleanup KASAN_VMALLOC support
Alexandre Ghiti
1
-41
/
+18
2021-03-29
RISC-V: Don't print SBI version for all detected extensions
Anup Patel
1
-3
/
+3
2021-03-16
riscv: Enable generic clockevent broadcast
Guo Ren
2
-0
/
+18
2021-03-09
riscv: Add ARCH_HAS_FORTIFY_SOURCE
Kefeng Wang
2
-0
/
+6
2021-03-09
riscv: Add support for memtest
Kefeng Wang
1
-2
/
+4
2021-03-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-16
/
+400
2021-03-04
Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-33
/
+93
2021-03-03
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
3
-26
/
+21
2021-03-03
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
2
-7
/
+72
2021-03-02
ia64: don't call handle_signal() unless there's actually a signal queued
Jens Axboe
1
-1
/
+2
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
4
-2
/
+343
2021-03-02
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
1
-0
/
+4
2021-03-02
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
4
-2
/
+42
2021-02-28
Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2021-02-28
Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
93
-992
/
+1346
2021-02-28
Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-19
/
+5
2021-02-28
ia64: remove redundant READELF from arch/ia64/Makefile
Masahiro Yamada
1
-1
/
+0
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-24
/
+24
2021-02-27
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+2
2021-02-27
csky: Fixup compile error
Guo Ren
52
-52
/
+0
2021-02-27
csky: use free_initmem_default() in free_initmem()
David Hildenbrand
1
-16
/
+1
2021-02-27
csky: Fixup pfn_valid error with wrong max_mapnr
Guo Ren
1
-2
/
+2
2021-02-27
csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...
Guo Ren
14
-3
/
+225
2021-02-27
csky: kprobe: Fixup code in simulate without 'long'
Guo Ren
1
-15
/
+7
2021-02-27
csky: Fixup swapon
Guo Ren
3
-9
/
+52
2021-02-27
csky: pgtable.h: Coding convention
Guo Ren
3
-55
/
+36
2021-02-26
riscv: Cleanup setup_bootmem()
Kefeng Wang
1
-19
/
+2
2021-02-26
RISC-V: Enable CPU Hotplug in defconfigs
Anup Patel
2
-0
/
+2
2021-02-26
RISC-V: Make NUMA depend on SMP
Palmer Dabbelt
1
-0
/
+1
2021-02-26
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
6
-18
/
+54
2021-02-26
Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
10
-79
/
+657
[next]