index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-09
arm64: Defer enabling pointer authentication on boot core
Srinivas Ramana
3
-4
/
+11
2021-02-09
arm64: cpufeatures: Allow disabling of BTI from the command-line
Marc Zyngier
5
-2
/
+19
2021-02-09
arm64: Move "nokaslr" over to the early cpufeature infrastructure
Marc Zyngier
2
-34
/
+17
2021-02-09
KVM: arm64: Document HVC_VHE_RESTART stub hypercall
Marc Zyngier
1
-0
/
+9
2021-02-09
arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
Marc Zyngier
3
-0
/
+8
2021-02-09
arm64: Add an aliasing facility for the idreg override
Marc Zyngier
1
-3
/
+14
2021-02-09
arm64: Honor VHE being disabled from the command-line
Marc Zyngier
2
-0
/
+14
2021-02-09
arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command line
Marc Zyngier
3
-1
/
+17
2021-02-09
arm64: cpufeature: Add an early command-line cpufeature override facility
Marc Zyngier
3
-1
/
+152
2021-02-09
arm64: Extract early FDT mapping from kaslr_early_init()
Marc Zyngier
4
-5
/
+31
2021-02-09
arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()
Marc Zyngier
2
-2
/
+14
2021-02-09
arm64: cpufeature: Add global feature override facility
Marc Zyngier
2
-6
/
+45
2021-02-09
arm64: Move SCTLR_EL1 initialisation to EL-agnostic code
Marc Zyngier
1
-5
/
+3
2021-02-09
arm64: Simplify init_el2_state to be non-VHE only
Marc Zyngier
3
-27
/
+10
2021-02-09
arm64: Move VHE-specific SPE setup to mutate_to_vhe()
Marc Zyngier
1
-3
/
+5
2021-02-09
arm64: Drop early setting of MDSCR_EL2.TPMS
Marc Zyngier
1
-3
/
+0
2021-02-09
arm64: Initialise as nVHE before switching to VHE
Marc Zyngier
3
-36
/
+27
2021-02-08
arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround
Mark Rutland
4
-65
/
+53
2021-02-08
arm64: Provide an 'upgrade to VHE' stub hypercall
Marc Zyngier
2
-3
/
+80
2021-02-08
arm64: Turn the MMU-on sequence into a macro
Marc Zyngier
3
-26
/
+22
2021-02-08
arm64: Fix outdated TCR setup comment
Marc Zyngier
1
-2
/
+2
2021-02-08
arm64: Fix labels in el2_setup macros
Marc Zyngier
1
-12
/
+12
2021-02-08
arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55
Suzuki K Poulose
2
-2
/
+2
2021-02-05
mm/arm64: Correct obsolete comment in do_page_fault()
Miaohe Lin
1
-1
/
+1
2021-02-04
arm64: improve whitespace
Zhiyuan Dai
5
-6
/
+6
2021-02-03
arm64: assembler: add cond_yield macro
Ard Biesheuvel
1
-0
/
+16
2021-01-17
Linux 5.11-rc4
Linus Torvalds
1
-1
/
+1
2021-01-17
mm: don't put pinned pages into the swap cache
Linus Torvalds
1
-0
/
+2
2021-01-16
dump_common_audit_data(): fix racy accesses to ->d_name
Al Viro
1
-2
/
+5
2021-01-16
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
1
-0
/
+21
2021-01-16
mm: fix clear_refs_write locking
Linus Torvalds
1
-23
/
+9
2021-01-15
RISC-V: Fix maximum allowed phsyical memory for RV32
Atish Patra
1
-2
/
+4
2021-01-15
RISC-V: Set current memblock limit
Atish Patra
1
-2
/
+14
2021-01-15
RISC-V: Do not allocate memblock while iterating reserved memblocks
Atish Patra
1
-11
/
+13
2021-01-15
iov_iter: fix the uaccess area in copy_compat_iovec_from_user
Christoph Hellwig
1
-1
/
+1
2021-01-15
io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()
Jens Axboe
1
-0
/
+1
2021-01-15
perf inject: Correct event attribute sizes
Al Grant
1
-0
/
+8
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
2
-3
/
+3
2021-01-15
perf stat: Take cgroups into account for shadow stats
Namhyung Kim
1
-7
/
+19
2021-01-15
perf stat: Introduce struct runtime_stat_data
Namhyung Kim
1
-173
/
+173
2021-01-15
libperf tests: Fail when failing to get a tracepoint id
Ian Rogers
1
-0
/
+1
2021-01-15
libperf tests: If a test fails return non-zero
Ian Rogers
4
-4
/
+4
2021-01-15
libperf tests: Avoid uninitialized variable warning
Ian Rogers
1
-2
/
+2
2021-01-15
ext4: remove expensive flush on fast commit
Daejun Park
1
-5
/
+5
2021-01-15
ext4: fix bug for rename with RENAME_WHITEOUT
yangerkun
1
-8
/
+9
2021-01-15
ext4: fix wrong list_splice in ext4_fc_cleanup
Daejun Park
1
-1
/
+1
2021-01-15
ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
Yi Li
1
-11
/
+12
2021-01-15
perf test: Fix shadow stat test for non-bash shells
Namhyung Kim
1
-16
/
+14
2021-01-15
tools headers: Syncronize linux/build_bug.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+0
2021-01-15
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
[next]