index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-20
RISC-V: Move spinwait booting method to its own config
Atish Patra
5
-5
/
+30
2022-01-20
RISC-V: Move the entire hart selection via lottery to SMP
Atish Patra
1
-2
/
+6
2022-01-20
RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
Atish Patra
5
-23
/
+30
2022-01-20
RISC-V: Do not print the SBI version during HSM extension boot print
Atish Patra
1
-1
/
+1
2022-01-20
RISC-V: Avoid using per cpu array for ordered booting
Atish Patra
4
-15
/
+58
2022-01-20
riscv: default to CONFIG_RISCV_SBI_V01=n
Heinrich Schuchardt
1
-1
/
+0
2022-01-19
riscv: fix boolconv.cocci warnings
kernel test robot
1
-2
/
+1
2022-01-19
riscv: Explicit comment about user virtual address space size
Alexandre Ghiti
1
-0
/
+9
2022-01-19
riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
Alexandre Ghiti
1
-11
/
+12
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
13
-44
/
+514
2022-01-19
asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
Alexandre Ghiti
1
-6
/
+18
2022-01-19
riscv: Allow to dynamically define VA_BITS
Alexandre Ghiti
4
-14
/
+14
2022-01-19
riscv: Introduce functions to switch pt_ops
Alexandre Ghiti
1
-23
/
+51
2022-01-19
riscv: Split early kasan mapping to prepare sv48 introduction
Alexandre Ghiti
3
-51
/
+67
2022-01-19
riscv: Move KASAN mapping next to the kernel mapping
Alexandre Ghiti
6
-31
/
+38
2022-01-19
riscv: Get rid of MAXPHYSMEM configs
Alexandre Ghiti
4
-26
/
+2
2022-01-19
riscv: bpf: Fix eBPF's exception tables
Jisheng Zhang
1
-1
/
+1
2022-01-19
riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage
Jisheng Zhang
1
-8
/
+3
2022-01-19
riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef
Jisheng Zhang
1
-9
/
+7
2022-01-19
riscv: mm: init: remove _pt_ops and use pt_ops directly
Jisheng Zhang
1
-4
/
+2
2022-01-19
riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef
Jisheng Zhang
1
-27
/
+16
2022-01-19
riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"
Jisheng Zhang
1
-2
/
+0
2022-01-18
random: simplify arithmetic function flow in account()
Jason A. Donenfeld
1
-11
/
+6
2022-01-18
random: selectively clang-format where it makes sense
Jason A. Donenfeld
1
-110
/
+99
2022-01-18
random: access input_pool_data directly rather than through pointer
Jason A. Donenfeld
1
-13
/
+8
2022-01-18
random: cleanup fractional entropy shift constants
Jason A. Donenfeld
1
-15
/
+13
2022-01-18
random: prepend remaining pool constants with POOL_
Jason A. Donenfeld
1
-20
/
+20
2022-01-18
random: de-duplicate INPUT_POOL constants
Jason A. Donenfeld
1
-11
/
+6
2022-01-18
random: remove unused OUTPUT_POOL constants
Jason A. Donenfeld
1
-3
/
+1
2022-01-18
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
2
-158
/
+117
2022-01-18
random: remove unused extract_entropy() reserved argument
Jason A. Donenfeld
1
-10
/
+7
2022-01-18
random: remove incomplete last_data logic
Jason A. Donenfeld
1
-35
/
+4
2022-01-18
random: cleanup integer types
Jason A. Donenfeld
1
-53
/
+52
2022-01-18
random: cleanup poolinfo abstraction
Jason A. Donenfeld
1
-37
/
+30
2022-01-18
random: fix typo in comments
Schspa Shi
1
-1
/
+1
2022-01-18
lib/crypto: sha1: re-roll loops to reduce code size
Jason A. Donenfeld
1
-81
/
+14
2022-01-18
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
4
-77
/
+39
2022-01-18
lib/crypto: add prompts back to crypto libraries
Justin M. Forbes
3
-7
/
+14
2022-01-18
vfs: fs_context: fix up param length parsing in legacy_parse_param
Jamie Hill-Daniel
1
-1
/
+1
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
3
-2
/
+11
2022-01-17
unicode: fix .gitignore for generated utfdata file
Linus Torvalds
1
-1
/
+1
2022-01-15
perf record: Disable debuginfod by default
Jiri Olsa
7
-12
/
+70
2022-01-15
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-01-15
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
1
-0
/
+10
2022-01-15
perf metric: Fix metric_leader
Ian Rogers
1
-1
/
+1
2022-01-15
cifs: fix FILE_BOTH_DIRECTORY_INFO definition
Eugene Korenevsky
1
-1
/
+1
2022-01-15
cifs: move superblock magic defitions to magic.h
Jeff Layton
6
-8
/
+11
2022-01-15
cifs: Fix smb311_update_preauth_hash() kernel-doc comment
Yang Li
1
-0
/
+1
2022-01-15
mm/damon: hide kernel pointer from tracepoint event
SeongJae Park
2
-5
/
+7
2022-01-15
mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log
SeongJae Park
1
-2
/
+8
[next]