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
2022-07-19
mfd: tc6387xb: Drop disable callback that is never called
Uwe Kleine-König
1
-1
/
+0
2022-07-19
mfd: t7l66xb: Drop platform disable callback
Uwe Kleine-König
1
-1
/
+0
2022-07-19
mfd: max77714: Update Luca Ceresoli's e-mail address
Luca Ceresoli
1
-1
/
+1
2022-07-19
Merge branches 'ib-mfd-acpi-for-rafael-5.20', 'ib-mfd-edac-i2c-leds-pinctrl-p...
Lee Jones
3
-2
/
+29
2022-07-19
gpiolib: of: support bias pull disable
Nuno Sá
1
-0
/
+1
2022-07-19
gpiolib: add support for bias pull disable
Nuno Sá
1
-0
/
+1
2022-07-19
gpio: ucb1400: Remove platform setup and teardown support
Uwe Kleine-König
1
-2
/
+0
2022-07-19
gpio: twl4030: Drop platform teardown callback
Uwe Kleine-König
1
-2
/
+0
2022-07-19
gpiolib: devres: Get rid of unused devm_gpio_free()
Andy Shevchenko
1
-6
/
+0
2022-07-19
dma-iommu: add iommu_dma_opt_mapping_size()
John Garry
1
-0
/
+2
2022-07-19
dma-mapping: add dma_opt_mapping_size()
John Garry
2
-0
/
+6
2022-07-18
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
1
-3
/
+5
2022-07-18
mm: fix missing wake-up event for FSDAX pages
Muchun Song
1
-5
/
+9
2022-07-18
Merge 5.19-rc7 into usb-next
Greg Kroah-Hartman
28
-38
/
+97
2022-07-18
iio: cros: Register FIFO callback after sensor is registered
Gwendal Grignou
1
-2
/
+5
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
1
-8
/
+1
2022-07-18
net: stmmac: switch to use interrupt for hw crosstimestamping
Wong Vee Khee
1
-0
/
+1
2022-07-18
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
1
-5
/
+1
2022-07-18
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
1
-5
/
+0
2022-07-17
cpumask: update cpumask_next_wrap() signature
Sander Vanheule
1
-1
/
+1
2022-07-17
cpumask: Fix invalid uniprocessor mask assumption
Sander Vanheule
1
-80
/
+19
2022-07-17
cpumask: add UP optimised for_each_*_cpu versions
Sander Vanheule
1
-0
/
+7
2022-07-17
kfifo: fix kfifo_to_user() return type
Dan Carpenter
1
-1
/
+1
2022-07-17
compiler-gcc.h: remove ancient workaround for gcc PR 58670
Uros Bizjak
1
-11
/
+0
2022-07-17
net, lib/once: remove {net_}get_random_once_wait macro
wuchi
2
-4
/
+0
2022-07-17
writeback: cleanup bdi_sched_wait()
Xiu Jianfeng
1
-6
/
+0
2022-07-17
mm, hugetlb: skip irrelevant nodes in show_free_areas()
Gang Li
1
-2
/
+2
2022-07-17
mm/huge_memory: fix comment of page_deferred_list
Miaohe Lin
1
-2
/
+2
2022-07-17
mm/huge_memory: check pmd_present first in is_huge_zero_pmd
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-3
/
+0
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-1
/
+1
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+28
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-07-17
mm/page_alloc: protect PCP lists with a spinlock
Mel Gorman
1
-0
/
+1
2022-07-17
mm/page_alloc: use only one PCP list for THP-sized allocations
Mel Gorman
1
-4
/
+7
2022-07-17
mm/page_alloc: add page->buddy_list and page->pcp_list
Mel Gorman
1
-0
/
+5
2022-07-17
hugetlb: do not update address in huge_pmd_unshare
Mike Kravetz
1
-2
/
+2
2022-07-17
hugetlb: skip to end of PT page mapping when pte not present
Mike Kravetz
1
-0
/
+1
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2
-14
/
+8
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-55
/
+2
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2
-8
/
+10
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2
-14
/
+11
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
2
-4
/
+16
2022-07-17
fsdax: set a CoW flag when associate reflink mappings
Shiyang Ruan
1
-0
/
+6
2022-07-17
mm: introduce mf_dax_kill_procs() for fsdax case
Shiyang Ruan
1
-0
/
+2
2022-07-17
fsdax: introduce dax_lock_mapping_entry()
Shiyang Ruan
1
-0
/
+15
2022-07-17
pagemap,pmem: introduce ->memory_failure()
Shiyang Ruan
1
-0
/
+12
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
1
-8
/
+25
2022-07-17
mm: add device coherent vma selection for memory migration
Alex Sierra
1
-0
/
+1
2022-07-17
mm: add zone device coherent type memory support
Alex Sierra
2
-1
/
+23
[prev]
[next]