index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...
Linus Torvalds
4
-5
/
+20
2023-02-03
efi: Drop minimum EFI version check at boot
Ard Biesheuvel
1
-2
/
+1
2023-02-03
block: add a bvec_set_virt helper
Christoph Hellwig
1
-0
/
+12
2023-02-03
block: add a bvec_set_folio helper
Christoph Hellwig
1
-0
/
+13
2023-02-03
block: factor out a bvec_set_page helper
Christoph Hellwig
1
-0
/
+15
2023-02-03
blk-cgroup: move the cgroup information to struct gendisk
Christoph Hellwig
1
-6
/
+6
2023-02-03
blk-cgroup: store a gendisk to throttle in struct task_struct
Christoph Hellwig
1
-1
/
+1
2023-02-03
Merge tag 'v6.2-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2
-0
/
+146
2023-02-03
livepatch,x86: Clear relocation targets on a module removal
Song Liu
1
-0
/
+17
2023-02-03
iommu/vt-d: Support cpumask for IOMMU perfmon
Kan Liang
1
-0
/
+1
2023-02-03
iommu/vt-d: Support size of the register set in DRHD
Kan Liang
1
-0
/
+1
2023-02-03
iommu/vt-d: Remove include/linux/intel-svm.h
Lu Baolu
1
-16
/
+0
2023-02-03
Merge tag 'ib-leds-led_get-v6.3' into HEAD
Hans de Goede
1
-0
/
+21
2023-02-02
kexec: introduce sysctl parameters kexec_load_limit_*
Ricardo Ribalda
1
-1
/
+1
2023-02-02
kexec: factor out kexec_load_permitted
Ricardo Ribalda
1
-1
/
+2
2023-02-02
util_macros.h: add missing inclusion
Andy Shevchenko
1
-0
/
+2
2023-02-02
include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()
Manfred Spraul
1
-2
/
+4
2023-02-02
error-injection: remove EI_ETYPE_NONE
Masami Hiramatsu (Google)
1
-1
/
+2
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-02
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2
-0
/
+30
2023-02-02
block: remove ->rw_page
Christoph Hellwig
1
-5
/
+7
2023-02-02
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2
-0
/
+33
2023-02-02
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
2
-28
/
+2
2023-02-02
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
1
-3
/
+3
2023-02-02
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
2
-1
/
+39
2023-02-02
swap_state: update shadow_nodes for anonymous page
Yang Yang
1
-1
/
+2
2023-02-02
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-02
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
1
-0
/
+2
2023-02-02
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-02
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-02-02
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
1
-17
/
+16
2023-02-02
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
2
-18
/
+0
2023-02-02
filemap: add filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-0
/
+2
2023-02-02
pagemap: add filemap_grab_folio()
Vishal Moola (Oracle)
1
-0
/
+20
2023-02-02
mm: fix khugepaged with shmem_enabled=advise
David Stevens
1
-8
/
+2
2023-02-02
mm: discard __GFP_ATOMIC
NeilBrown
1
-8
/
+4
2023-02-02
mm/page_ext: do not allocate space for page_ext->flags if not needed
Pasha Tatashin
1
-0
/
+18
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-29
/
+0
2023-02-02
mm: pagevec: add folio_batch_reinit()
Lorenzo Stoakes
1
-0
/
+5
2023-02-02
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
1
-2
/
+2
2023-02-02
mm: remove the hugetlb field from struct page
Sidhartha Kumar
1
-12
/
+0
2023-02-02
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-02
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
1
-8
/
+0
2023-02-02
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
2
-11
/
+12
2023-02-02
doc: correct struct folio kernel-doc
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-02-02
mm: remove 'First tail page' members from struct page
Matthew Wilcox (Oracle)
1
-18
/
+0
2023-02-02
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-02-02
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
1
-22
/
+27
2023-02-02
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
1
-2
/
+11
2023-02-02
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2
-28
/
+3
[prev]
[next]