index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
33
-322
/
+270
*
mm: migrate: remove unused mode argument
Keith Busch
2019-07-18
6
-10
/
+8
*
mm/sparsemem: cleanup 'section number' data types
Dan Williams
2019-07-18
2
-9
/
+9
*
libnvdimm/pfn: stop padding pmem namespaces to section alignment
Dan Williams
2019-07-18
3
-78
/
+16
*
libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields
Dan Williams
2019-07-18
3
-4
/
+17
*
mm/devm_memremap_pages: enable sub-section remap
Dan Williams
2019-07-18
1
-34
/
+23
*
mm: document ZONE_DEVICE memory-model implications
Dan Williams
2019-07-18
1
-0
/
+40
*
mm/sparsemem: support sub-section hotplug
Dan Williams
2019-07-18
4
-96
/
+141
*
mm/sparsemem: prepare for sub-section ranges
Dan Williams
2019-07-18
3
-54
/
+81
*
mm: kill is_dev_zone() helper
Dan Williams
2019-07-18
2
-13
/
+1
*
mm/hotplug: kill is_dev_zone() usage in __remove_pages()
Dan Williams
2019-07-18
1
-3
/
+1
*
mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()
Dan Williams
2019-07-18
4
-33
/
+46
*
mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removal
Dan Williams
2019-07-18
1
-25
/
+12
*
mm/sparsemem: add helpers track active portions of a section at boot
Dan Williams
2019-07-18
3
-3
/
+75
*
mm/sparsemem: introduce a SECTION_IS_EARLY flag
Dan Williams
2019-07-18
2
-12
/
+16
*
mm/sparsemem: introduce struct mem_section_usage
Dan Williams
2019-07-18
4
-53
/
+76
*
drivers/base/memory.c: get rid of find_memory_block_hinted()
David Hildenbrand
2019-07-18
2
-28
/
+14
*
mm/memory_hotplug: move and simplify walk_memory_blocks()
David Hildenbrand
2019-07-18
4
-57
/
+45
*
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
2019-07-18
5
-41
/
+32
*
mm: make register_mem_sect_under_node() static
David Hildenbrand
2019-07-18
2
-8
/
+2
*
drivers/base/memory: use "unsigned long" for block ids
David Hildenbrand
2019-07-18
1
-11
/
+11
*
mm: section numbers use the type "unsigned long"
David Hildenbrand
2019-07-18
3
-22
/
+21
*
resource: avoid unnecessary lookups in find_next_iomem_res()
Nadav Amit
2019-07-18
1
-7
/
+22
*
resource: fix locking in find_next_iomem_res()
Nadav Amit
2019-07-18
1
-10
/
+10
*
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
2019-07-18
4
-5
/
+14
*
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
2019-07-18
4
-31
/
+41
*
mm/sparse.c: set section nid for hot-add memory
Wei Yang
2019-07-18
1
-0
/
+1
*
mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
David Hildenbrand
2019-07-18
3
-4
/
+4
*
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
2019-07-18
2
-16
/
+7
*
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2019-07-18
5
-31
/
+30
*
mm/memory_hotplug: drop MHP_MEMBLOCK_API
David Hildenbrand
2019-07-18
2
-14
/
+3
*
mm/memory_hotplug: create memory block devices after arch_add_memory()
David Hildenbrand
2019-07-18
3
-36
/
+63
*
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
2019-07-18
12
-28
/
+0
*
drivers/base/memory: pass a block_id to init_memory_block()
David Hildenbrand
2019-07-18
1
-16
/
+11
*
arm64/mm: add temporary arch_remove_memory() implementation
David Hildenbrand
2019-07-18
1
-0
/
+19
*
s390x/mm: implement arch_remove_memory()
David Hildenbrand
2019-07-18
1
-6
/
+7
*
s390x/mm: fail when an altmap is used for arch_add_memory()
David Hildenbrand
2019-07-18
1
-0
/
+3
*
mm/memory_hotplug: simplify and fix check_hotplug_memory_range()
David Hildenbrand
2019-07-18
1
-8
/
+3
*
Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-18
10
-27
/
+62
|
\
|
*
ALSA: hda - Don't resume forcibly i915 HDMI/DP codec
Takashi Iwai
2019-07-16
3
-3
/
+13
|
*
ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
Takashi Iwai
2019-07-16
1
-5
/
+19
|
*
ALSA: hda/hdmi - Remove duplicated define
Takashi Iwai
2019-07-16
1
-1
/
+0
|
*
ALSA: seq: Break too long mutex context in the write loop
Takashi Iwai
2019-07-16
1
-1
/
+10
|
*
ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
Hui Wang
2019-07-16
1
-0
/
+5
|
*
ALSA: rme9652: Unneeded variable: "result".
Hariprasad Kelam
2019-07-15
1
-2
/
+1
|
*
ALSA: emu10k1: Remove unneeded variable "change"
Hariprasad Kelam
2019-07-15
1
-2
/
+1
|
*
ALSA: au88x0: Remove unneeded variable: "changed"
Hariprasad Kelam
2019-07-15
1
-8
/
+7
|
*
ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platform
Kailang Yang
2019-07-15
1
-1
/
+4
|
*
ALSA: ps3: Remove Unneeded variable: "ret"
Hariprasad Kelam
2019-07-10
1
-2
/
+1
|
*
ALSA: lx6464es: Remove unneeded variable err
Hariprasad Kelam
2019-07-10
1
-2
/
+1
[next]