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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
libnvdimm/pfn: stop padding pmem namespaces to section alignment
Dan Williams
1
-0
/
+3
2019-07-18
mm/sparsemem: support sub-section hotplug
Dan Williams
1
-1
/
+1
2019-07-18
mm/sparsemem: prepare for sub-section ranges
Dan Williams
1
-2
/
+3
2019-07-18
mm: kill is_dev_zone() helper
Dan Williams
1
-12
/
+0
2019-07-18
mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()
Dan Williams
1
-2
/
+2
2019-07-18
mm/sparsemem: add helpers track active portions of a section at boot
Dan Williams
1
-1
/
+32
2019-07-18
mm/sparsemem: introduce a SECTION_IS_EARLY flag
Dan Williams
1
-1
/
+7
2019-07-18
mm/sparsemem: introduce struct mem_section_usage
Dan Williams
1
-3
/
+25
2019-07-18
drivers/base/memory.c: get rid of find_memory_block_hinted()
David Hildenbrand
1
-2
/
+0
2019-07-18
mm/memory_hotplug: move and simplify walk_memory_blocks()
David Hildenbrand
2
-2
/
+3
2019-07-18
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
1
-1
/
+1
2019-07-18
mm: make register_mem_sect_under_node() static
David Hildenbrand
1
-7
/
+0
2019-07-18
mm: section numbers use the type "unsigned long"
David Hildenbrand
1
-2
/
+2
2019-07-18
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
2
-17
/
+40
2019-07-18
mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
David Hildenbrand
1
-1
/
+1
2019-07-18
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
1
-3
/
+2
2019-07-18
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2
-5
/
+3
2019-07-18
mm/memory_hotplug: drop MHP_MEMBLOCK_API
David Hildenbrand
1
-8
/
+0
2019-07-18
mm/memory_hotplug: create memory block devices after arch_add_memory()
David Hildenbrand
1
-1
/
+1
2019-07-18
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
2
-4
/
+0
2019-07-18
Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2019-07-18
Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
3
-18
/
+199
2019-07-18
Merge tag 'acpi-5.3-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+4
2019-07-18
Merge branches 'acpi-misc' and 'acpi-video'
Rafael J. Wysocki
1
-1
/
+4
2019-07-18
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-18
/
+44
2019-07-17
Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-1
/
+1
2019-07-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2
-2
/
+13
2019-07-17
Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
1
-3
/
+58
2019-07-17
Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteproc
Linus Torvalds
2
-6
/
+28
2019-07-17
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-0
/
+162
2019-07-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
15
-25
/
+251
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
6
-54
/
+75
2019-07-17
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
1
-1
/
+1
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
26
-251
/
+303
2019-07-16
mm: add account_locked_vm utility function
Daniel Jordan
1
-0
/
+4
2019-07-16
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
2
-4
/
+4
2019-07-16
mm: clean up is_device_*_page() definitions
Robin Murphy
1
-22
/
+9
2019-07-16
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
2
-6
/
+9
2019-07-16
mm: move MAP_SYNC to asm-generic/mman-common.h
Aneesh Kumar K.V
2
-2
/
+2
2019-07-16
mm/hotplug: make remove_memory() interface usable
Pavel Tatashin
1
-2
/
+6
2019-07-16
include/linux/lz4.h: fix spelling and copy-paste errors in documentation
Tom Levy
1
-9
/
+9
2019-07-16
include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...
Drew Davenport
1
-2
/
+4
2019-07-16
kernel/pid.c: convert struct pid count to refcount_t
Joel Fernandes (Google)
1
-2
/
+3
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
3
-8
/
+11
2019-07-16
signal: reorder struct sighand_struct
Alexey Dobriyan
1
-2
/
+2
2019-07-16
ptrace: add PTRACE_GET_SYSCALL_INFO request
Elvira Khabirova
2
-3
/
+41
2019-07-16
coda: add hinting support for partial file caching
Pedro Cuadra
1
-2
/
+27
2019-07-16
coda: remove uapi/linux/coda_psdev.h
Jan Harkes
1
-10
/
+0
2019-07-16
coda: move internal defs out of include/linux/ [ver #2]
David Howells
1
-89
/
+0
2019-07-16
coda: change Coda's user api to use 64-bit time_t in timespec
Jan Harkes
1
-26
/
+7
[next]