index
:
kernel/linux.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
include/linux/list.h: add a macro to test if entry is pointing to the head
Andy Shevchenko
1
-10
/
+19
2020-10-16
lib/idr.c: document that ida_simple_{get,remove}() are deprecated
Stephen Boyd
1
-0
/
+4
2020-10-16
lib/idr.c: document calling context for IDA APIs mustn't use locks
Stephen Boyd
1
-3
/
+6
2020-10-16
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
7
-152
/
+164
2020-10-16
include/linux/mmzone.h: remove unused early_pfn_valid()
Mike Rapoport
1
-5
/
+0
2020-10-16
mm: use self-explanatory macros rather than "2"
Yu Zhao
2
-5
/
+9
2020-10-16
mm: don't panic when links can't be created in sysfs
Laurent Dufour
1
-9
/
+7
2020-10-16
kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
David Hildenbrand
1
-2
/
+1
2020-10-16
mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...
David Hildenbrand
2
-0
/
+11
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-4
/
+12
2020-10-16
mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
David Hildenbrand
1
-9
/
+3
2020-10-16
kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
David Hildenbrand
1
-1
/
+3
2020-10-16
kernel/resource: make release_mem_region_adjustable() never fail
David Hildenbrand
1
-2
/
+2
2020-10-16
mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()
David Hildenbrand
2
-2
/
+3
2020-10-16
mm/page_alloc: simplify __offline_isolated_pages()
David Hildenbrand
1
-2
/
+2
2020-10-16
mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
Naoya Horiguchi
1
-0
/
+1
2020-10-16
mm,hwpoison: rework soft offline for in-use pages
Oscar Salvador
1
-5
/
+0
2020-10-16
mm,hwpoison: rework soft offline for free pages
Oscar Salvador
1
-0
/
+1
2020-10-16
mm,hwpoison: kill put_hwpoison_page
Oscar Salvador
1
-1
/
+0
2020-10-16
mm,hwpoison: unexport get_hwpoison_page and make it static
Oscar Salvador
1
-1
/
+0
2020-10-16
mm/readahead: add page_cache_sync_ra and page_cache_async_ra
Matthew Wilcox (Oracle)
1
-10
/
+54
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
1
-3
/
+2
2020-10-16
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-16
fs: do not update nr_thps for mappings which support THPs
Matthew Wilcox (Oracle)
2
-27
/
+29
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
2
-0
/
+7
2020-10-16
mm/page_owner: change split_page_owner to take a count
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-10-16
XArray: add xas_split
Matthew Wilcox (Oracle)
1
-0
/
+13
2020-10-16
XArray: add xa_get_order
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-16
PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr
Saheed O. Bolarinwa
1
-0
/
+1
2020-10-16
PM: domains: enable domain idle state accounting
Lina Iyer
1
-0
/
+2
2020-10-16
Merge branch 'dynamic_sg' into rdma.git for-next
Jason Gunthorpe
27
-47
/
+118
2020-10-16
PM: domains: Add support for PM domain on/off notifiers for genpd
Ulf Hansson
1
-0
/
+22
2020-10-16
powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do...
Zhang Rui
1
-4
/
+3
2020-10-16
cpuidle: Remove pointless stub
Daniel Lezcano
1
-5
/
+0
2020-10-16
PM / devfreq: remove a duplicated kernel-doc markup
Mauro Carvalho Chehab
1
-6
/
+1
2020-10-16
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
51
-454
/
+1598
2020-10-16
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-28
/
+59
2020-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-4
/
+4
2020-10-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+2
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
10
-766
/
+468
2020-10-16
Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+11
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-14
/
+111
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-90
/
+304
2020-10-15
Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-20
/
+57
2020-10-15
vfs: move the generic write and copy checks out of mm
Darrick J. Wong
1
-3
/
+0
2020-10-15
vfs: move the remap range helpers to remap_range.c
Darrick J. Wong
1
-3
/
+0
2020-10-15
Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-66
/
+69
2020-10-15
rtc: mt6397: Remove unused member dev
Fei Shao
1
-1
/
+0
2020-10-15
Input: sparse-keymap: add a description for @sw
Mauro Carvalho Chehab
1
-0
/
+1
2020-10-15
usb: docs: document altmode register/unregister functions
Mauro Carvalho Chehab
1
-0
/
+16
[prev]
[next]