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-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2
-2
/
+2
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
1
-2
/
+2
2020-10-16
powerpc/mm: move setting pte specific flags to pfn_pte
Aneesh Kumar K.V
3
-16
/
+9
2020-10-16
powerpc/mm: add DEBUG_VM WARN for pmd_clear
Aneesh Kumar K.V
1
-0
/
+14
2020-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
88
-391
/
+256
2020-10-15
Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-0
/
+51
2020-10-15
Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-0
/
+49
2020-10-14
powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...
Jason A. Donenfeld
1
-1
/
+0
2020-10-14
Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-13
/
+13
2020-10-14
Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-0
/
+50
2020-10-14
Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
3
-0
/
+24
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
7
-1394
/
+103
2020-10-14
Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-3
/
+25
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
67
-450
/
+3986
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-92
/
+25
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
49
-466
/
+317
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
5
-5
/
+5
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-1
/
+1
2020-10-13
x86/setup: simplify reserve_crashkernel()
Mike Rapoport
1
-26
/
+14
2020-10-13
x86/setup: simplify initrd relocation and reservation
Mike Rapoport
1
-13
/
+3
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
24
-202
/
+189
2020-10-13
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
7
-41
/
+29
2020-10-13
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
2
-8
/
+4
2020-10-13
memblock: make memblock_debug and related functionality private
Mike Rapoport
1
-2
/
+2
2020-10-13
mircoblaze: drop unneeded NUMA and sparsemem initializations
Mike Rapoport
1
-13
/
+1
2020-10-13
riscv: drop unneeded node initialization
Mike Rapoport
1
-9
/
+0
2020-10-13
h8300, nds32, openrisc: simplify detection of memory extents
Mike Rapoport
3
-18
/
+7
2020-10-13
arm64: numa: simplify dummy_numa_init()
Mike Rapoport
1
-8
/
+5
2020-10-13
arm, xtensa: simplify initialization of high memory pages
Mike Rapoport
2
-85
/
+18
2020-10-13
KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
Mike Rapoport
1
-10
/
+2
2020-10-13
mm: account PMD tables like PTE tables
Matthew Wilcox
1
-0
/
+1
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-0
/
+1
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
1
-6
/
+7
2020-10-13
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
1
-1
/
+0
2020-10-13
efi/fake_mem: arrange for a resource entry per efi_fake_mem instance
Dan Williams
1
-1
/
+15
2020-10-13
x86/numa: add 'nohmat' option
Dan Williams
1
-0
/
+2
2020-10-13
x86/numa: cleanup configuration dependent command-line options
Dan Williams
4
-9
/
+12
2020-10-13
Partially revert "ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 o...
Nick Desaulniers
1
-1
/
+1
2020-10-13
Revert "arm64: vdso: Fix compilation with clang older than 8"
Nick Desaulniers
1
-7
/
+0
2020-10-13
Revert "arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support"
Nick Desaulniers
1
-2
/
+0
2020-10-13
Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-216
/
+33
2020-10-13
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-25
/
+18
2020-10-13
Merge tag 'x86_urgent_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+1
2020-10-13
x86/platform/uv: Remove unused variable in UV5 NMI handler
Mike Travis
1
-3
/
+0
2020-10-13
x86/traps: Fix #DE Oops message regression
Thomas Gleixner
1
-1
/
+1
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
20
-118
/
+131
2020-10-13
Merge branch 'acpi-numa'
Rafael J. Wysocki
3
-0
/
+24
[next]