index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-pci.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-08
powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache
Aneesh Kumar K.V
3
-18
/
+36
2021-07-08
mm/mremap: allow arch runtime override
Aneesh Kumar K.V
2
-1
/
+20
2021-07-08
mm/mremap: hold the rmap lock in write mode when moving page table entries.
Aneesh Kumar K.V
1
-2
/
+2
2021-07-08
mm/mremap: use pmd/pud_poplulate to update page table entries
Aneesh Kumar K.V
1
-4
/
+3
2021-07-08
mm/mremap: don't enable optimized PUD move if page table levels is 2
Aneesh Kumar K.V
1
-1
/
+1
2021-07-08
mm/mremap: convert huge PUD move to separate helper
Aneesh Kumar K.V
1
-7
/
+73
2021-07-08
selftest/mremap_test: avoid crash with static build
Aneesh Kumar K.V
1
-2
/
+3
2021-07-08
selftest/mremap_test: update the test to handle pagesize other than 4K
Aneesh Kumar K.V
1
-52
/
+61
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
13
-18
/
+25
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
22
-36
/
+46
2021-07-08
kdump: use vmlinux_build_id to simplify
Stephen Boyd
4
-56
/
+10
2021-07-08
buildid: fix kernel-doc notation
Stephen Boyd
1
-1
/
+1
2021-07-08
buildid: mark some arguments const
Stephen Boyd
1
-4
/
+4
2021-07-08
scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path
Stephen Boyd
1
-1
/
+1
2021-07-08
scripts/decode_stacktrace.sh: silence stderr messages from addr2line/nm
Stephen Boyd
1
-3
/
+3
2021-07-08
scripts/decode_stacktrace.sh: support debuginfod
Stephen Boyd
1
-11
/
+70
2021-07-08
x86/dumpstack: use %pSb/%pBb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
arm64: stacktrace: use %pSb for backtrace printing
Stephen Boyd
1
-1
/
+1
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
6
-29
/
+166
2021-07-08
dump_stack: add vmlinux build ID to stack traces
Stephen Boyd
4
-2
/
+28
2021-07-08
buildid: stash away kernels build ID on init
Stephen Boyd
3
-0
/
+20
2021-07-08
buildid: add API to parse build ID out of buffer
Stephen Boyd
2
-13
/
+38
2021-07-08
buildid: only consider GNU notes for build ID parsing
Stephen Boyd
1
-0
/
+1
2021-07-08
x86: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
sh: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
s390: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
riscv: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
powerpc: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
openrisc: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
nios2: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
nds32: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
m68k: convert to setup_initial_init_mm()
Kefeng Wang
2
-8
/
+2
2021-07-08
h8300: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
csky: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
arm64: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
arm: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
arc: convert to setup_initial_init_mm()
Kefeng Wang
1
-4
/
+1
2021-07-08
mm: add setup_initial_init_mm() helper
Kefeng Wang
2
-0
/
+12
2021-07-08
mm: fix spelling mistakes in header files
Zhen Lei
8
-16
/
+16
2021-07-08
secretmem: test: add basic selftest for memfd_secret(2)
Mike Rapoport
4
-1
/
+316
2021-07-08
arch, mm: wire up memfd_secret system call where relevant
Mike Rapoport
7
-1
/
+15
2021-07-08
PM: hibernate: disable when there are active secretmem users
Mike Rapoport
3
-1
/
+25
2021-07-08
mm: introduce memfd_secret system call to create "secret" memory areas
Mike Rapoport
8
-1
/
+309
2021-07-08
set_memory: allow querying whether set_direct_map_*() is actually enabled
Mike Rapoport
8
-16
/
+43
2021-07-08
riscv/Kconfig: make direct map manipulation options depend on MMU
Mike Rapoport
1
-2
/
+2
2021-07-08
mmap: make mlock_future_check() global
Mike Rapoport
2
-3
/
+5
2021-07-08
mm/slub: use stackdepot to save stack trace in objects
Oliver Glitta
2
-30
/
+50
2021-07-08
hexagon: select ARCH_WANT_LD_ORPHAN_WARN
Nathan Chancellor
1
-0
/
+1
2021-07-08
hexagon: use common DISCARDS macro
Nathan Chancellor
1
-6
/
+1
2021-07-08
hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script
Nathan Chancellor
1
-0
/
+2
[next]