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
2020-12-15
arch, mm: make kernel_page_present() always available
Mike Rapoport
6
-6
/
+34
2020-12-15
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
11
-23
/
+19
2020-12-15
m68k: deprecate DISCONTIGMEM
Mike Rapoport
1
-1
/
+25
2020-12-15
m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
Mike Rapoport
5
-9
/
+10
2020-12-15
m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
Mike Rapoport
4
-6
/
+6
2020-12-15
arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
Mike Rapoport
3
-11
/
+41
2020-12-15
arm, arm64: move free_unused_memmap() to generic mm
Mike Rapoport
5
-152
/
+5
2020-12-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
8
-13
/
+2
2020-12-15
ia64: make SPARSEMEM default and disable DISCONTIGMEM
Mike Rapoport
1
-3
/
+3
2020-12-15
ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
Mike Rapoport
4
-44
/
+22
2020-12-15
ia64: split virtual map initialization out of paging_init()
Mike Rapoport
2
-31
/
+40
2020-12-15
ia64: discontig: paging_init(): remove local max_pfn calculation
Mike Rapoport
1
-4
/
+1
2020-12-15
ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
Mike Rapoport
2
-4
/
+0
2020-12-15
ia64: remove custom __early_pfn_to_nid()
Mike Rapoport
2
-33
/
+0
2020-12-15
alpha: switch from DISCONTIGMEM to SPARSEMEM
Mike Rapoport
6
-22
/
+38
2020-12-15
mm: forbid splitting special mappings
Dmitry Safonov
5
-76
/
+4
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
1
-1
/
+1
2020-12-15
sparc: fix handling of page table constructor failure
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-12-15
x86: mremap speedup - Enable HAVE_MOVE_PUD
Kalesh Singh
1
-0
/
+1
2020-12-15
arm64: mremap speedup - enable HAVE_MOVE_PUD
Kalesh Singh
2
-0
/
+2
2020-12-15
mm: speedup mremap on 1GB or larger regions
Kalesh Singh
1
-0
/
+7
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-3
/
+3
2020-12-15
mm/gup: prevent gup_fast from racing with COW during fork
Jason Gunthorpe
1
-0
/
+1
2020-12-15
mm/gup_benchmark: rename to mm/gup_test
John Hubbard
2
-2
/
+2
2020-12-15
arch/Kconfig: fix spelling mistakes
Colin Ian King
1
-4
/
+4
2020-12-13
Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-24
/
+52
2020-12-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-16
/
+55
2020-12-12
Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2020-12-12
x86/kprobes: Fix optprobe to detect INT3 padding correctly
Masami Hiramatsu
1
-2
/
+20
2020-12-11
KVM: mmu: Fix SPTE encoding of MMIO generation upper half
Maciej S. Szmigiero
2
-9
/
+20
2020-12-10
RISC-V: Define get_cycles64() regardless of M-mode
Palmer Dabbelt
1
-2
/
+2
2020-12-10
Merge tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-1
/
+10
2020-12-10
x86/apic/vector: Fix ordering in vector assignment
Thomas Gleixner
1
-10
/
+14
2020-12-10
x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled
Xiaochen Shen
1
-4
/
+2
2020-12-10
Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-3
/
+31
2020-12-10
x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP
Arvind Sankar
2
-2
/
+3
2020-12-09
Merge tag 'arm-soc-fixes-v5.10-4b' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-22
/
+18
2020-12-09
ARM: dts: mmp2-olpc-xo-1-75: clear the warnings when make dtbs
Zhen Lei
1
-2
/
+1
2020-12-09
x86/membarrier: Get rid of a dubious optimization
Andy Lutomirski
2
-6
/
+13
2020-12-09
Merge tag 'sunxi-fixes-for-5.10-3' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2
-2
/
+2
2020-12-08
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2020-12-08
[regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changes
Al Viro
1
-1
/
+1
2020-12-08
powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
Christophe Leroy
2
-1
/
+10
2020-12-07
ARM: keystone: remove SECTION_SIZE_BITS/MAX_PHYSMEM_BITS
Arnd Bergmann
1
-3
/
+0
2020-12-07
Merge tag 'imx-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Arnd Bergmann
3
-3
/
+2
2020-12-07
Merge tag 'sunxi-fixes-for-5.10-2' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
7
-12
/
+13
2020-12-06
Merge tag 'usb-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2020-12-06
Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-15
/
+43
2020-12-06
Merge tag 'perf-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
[next]