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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
12
-8
/
+104
2020-04-03
Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-21
/
+90
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-158
/
+1195
2020-04-03
Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+0
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+2
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
6
-14
/
+37
2020-04-03
Revert "cpuset: Make cpuset hotplug synchronous"
Tejun Heo
1
-0
/
+3
2020-04-02
Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+9
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
19
-74
/
+361
2020-04-02
Merge tag 'mtd/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
5
-300
/
+189
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-48
/
+41
2020-04-02
Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2
-7
/
+10
2020-04-02
Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
23
-72
/
+302
2020-04-02
Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2
-57
/
+10
2020-04-02
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
1
-1
/
+7
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-33
/
+88
2020-04-02
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2020-04-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
21
-167
/
+609
2020-04-02
Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2020-04-02
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
4
-10
/
+64
2020-04-02
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-0
/
+2
2020-04-02
Merge branch 'pci/resource'
Bjorn Helgaas
1
-1
/
+1
2020-04-02
Merge branch 'pci/hotplug'
Bjorn Helgaas
1
-0
/
+2
2020-04-02
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-1
/
+1
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
7
-13
/
+20
2020-04-02
misc: pci_endpoint_test: Add ioctl to clear IRQ
Kishon Vijay Abraham I
1
-0
/
+1
2020-04-02
PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
Kishon Vijay Abraham I
1
-0
/
+15
2020-04-02
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
1
-2
/
+4
2020-04-02
tools: PCI: Add 'd' command line option to support DMA
Kishon Vijay Abraham I
1
-0
/
+7
2020-04-02
include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP
Matthew Wilcox (Oracle)
1
-1
/
+5
2020-04-02
mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS
Christophe Leroy
1
-11
/
+8
2020-04-02
hugetlb_cgroup: add accounting for shared mappings
Mina Almasry
2
-0
/
+46
2020-04-02
hugetlb_cgroup: add reservation accounting for private mappings
Mina Almasry
2
-3
/
+48
2020-04-02
hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
Mina Almasry
1
-18
/
+105
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation counter
Mina Almasry
1
-2
/
+2
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2
-0
/
+13
2020-04-02
mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()
Li Xinhai
1
-28
/
+1
2020-04-02
kasan: detect negative size in memory operation function
Walter Wu
1
-1
/
+1
2020-04-02
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
1
-2
/
+2
2020-04-02
mm/mremap: add MREMAP_DONTUNMAP to mremap()
Brian Geffon
1
-2
/
+3
2020-04-02
mm: mmap: add trace point of vm_unmapped_area
Jaewon Kim
1
-0
/
+48
2020-04-02
mmap: remove inline of vm_unmapped_area
Jaewon Kim
1
-20
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-0
/
+37
2020-04-02
mm: introduce FAULT_FLAG_INTERRUPTIBLE
Peter Xu
1
-11
/
+28
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-0
/
+7
2020-04-02
mm: return faster for non-fatal signals in user mode faults
Peter Xu
1
-1
/
+2
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
1
-0
/
+15
2020-04-02
mm: add pagemap.h to the fine documentation
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
2
-3
/
+15
2020-04-02
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
1
-0
/
+11
[next]