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
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
1
-1
/
+1
2024-09-05
Merge tag 'ib-psy-usb-types-signed' of git://git.kernel.org/pub/scm/linux/ker...
Chanwoo Choi
1
-2
/
+1
2024-09-04
KVM: Add arch hooks for enabling/disabling virtualization
Sean Christopherson
1
-0
/
+14
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-2
/
+2
2024-09-04
namespace: introduce SB_I_NOIDMAP flag
Alexander Mikhalitsyn
1
-0
/
+1
2024-09-04
kvm: Note an RCU quiescent state on guest exit
Leonardo Bras
2
-3
/
+13
2024-09-04
ARM: 9416/1: amba: make amba_bustype constant
Kunwu Chan
1
-1
/
+1
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
1
-0
/
+2
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
1
-0
/
+40
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-0
/
+6
2024-09-04
firewire: core: add local API to queue work item to workqueue specific to iso...
Takashi Sakamoto
1
-0
/
+1
2024-09-04
firewire: core: allocate workqueue to handle isochronous contexts in card
Takashi Sakamoto
1
-0
/
+2
2024-09-04
arm64: re-order MTE VM_ flags
Joey Gouly
1
-2
/
+2
2024-09-04
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
1
-6
/
+10
2024-09-04
iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
Jason Gunthorpe
1
-0
/
+4
2024-09-03
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
1
-1
/
+0
2024-09-04
gpio: davinci: drop platform data support
Bartosz Golaszewski
1
-21
/
+0
2024-09-03
mm: migrate: add isolate_folio_to_list()
Kefeng Wang
1
-0
/
+3
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
1
-3
/
+3
2024-09-03
mm: store zero pages to be swapped out in a bitmap
Usama Arif
1
-0
/
+1
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2
-11
/
+3
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
2
-9
/
+17
2024-09-03
mm: remove page_has_private()
Matthew Wilcox (Oracle)
1
-10
/
+5
2024-09-03
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-09-03
mm: remove PageMlocked
Matthew Wilcox (Oracle)
1
-5
/
+8
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2
-9
/
+4
2024-09-03
mm: remove PageReadahead
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-09-03
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
1
-40
/
+28
2024-09-03
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
2
-5
/
+10
2024-09-03
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
1
-1
/
+0
2024-09-03
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
1
-1
/
+1
2024-09-03
err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macros
Uros Bizjak
1
-0
/
+9
2024-09-03
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
1
-0
/
+10
2024-09-03
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
1
-2
/
+2
2024-09-03
mm/hugetlb: use __GFP_COMP for gigantic folios
Yu Zhao
1
-4
/
+5
2024-09-03
mm/cma: add cma_{alloc,free}_folio()
Yu Zhao
1
-0
/
+16
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
1
-0
/
+23
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
2
-3
/
+22
2024-09-03
mm: shmem: support large folio swap out
Baolin Wang
1
-0
/
+3
2024-09-03
mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag setting
Baolin Wang
1
-2
/
+2
2024-09-03
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+7
2024-09-03
mm: numa_memblks: make several functions and variables static
Mike Rapoport (Microsoft)
1
-8
/
+0
2024-09-03
mm: numa_memblks: introduce numa_memblks_init
Mike Rapoport (Microsoft)
1
-0
/
+3
2024-09-03
mm: introduce numa_emulation
Mike Rapoport (Microsoft)
1
-0
/
+17
2024-09-03
mm: move numa_distance and related code from x86 to numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+4
2024-09-03
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
1
-0
/
+35
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-0
/
+1
[prev]
[next]