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
2022-03-15
hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
Shameer Kolothum
1
-0
/
+5
2022-03-15
hisi_acc_qm: Move VF PCI device IDs to common header
Shameer Kolothum
1
-0
/
+3
2022-03-15
crypto: hisilicon/qm: Move few definitions to common header
Longfang Liu
1
-0
/
+38
2022-03-15
crypto: hisilicon/qm: Move the QM header to include/linux
Shameer Kolothum
1
-0
/
+441
2022-03-15
usb: early: xhci-dbc: Remove duplicate keep parsing
Peter Zijlstra
1
-1
/
+1
2022-03-15
NFSD: prevent integer overflow on 32 bit systems
Dan Carpenter
1
-0
/
+2
2022-03-15
bpf, sockmap: Fix memleak in sk_psock_queue_msg
Wang Yufen
1
-9
/
+4
2022-03-15
mm: Convert swap_set_page_dirty() to swap_dirty_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()
Matthew Wilcox (Oracle)
1
-3
/
+5
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-15
fs: Remove aops->launder_page
Matthew Wilcox (Oracle)
1
-4
/
+1
2022-03-15
fs: Add aops->launder_folio
Matthew Wilcox (Oracle)
1
-1
/
+4
2022-03-15
fs: Remove aops->invalidatepage
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-03-15
nfs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-15
ext4: Convert invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
3
-17
/
+35
2022-03-15
fs: Remove noop_invalidatepage()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-03-15
iomap: Remove iomap_invalidatepage()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-03-15
fs: Add invalidate_folio() aops method
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-15
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
2
-3
/
+1
2022-03-15
Merge branch 'x86/cpu' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+3
2022-03-15
Merge branch 'x86/pasid' into x86/core, to resolve conflicts
Ingo Molnar
4
-11
/
+41
2022-03-15
mac80211: MBSSID beacon handling in AP mode
Lorenzo Bianconi
1
-0
/
+2
2022-03-15
x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
Peter Zijlstra
2
-7
/
+16
2022-03-15
x86: Mark __invalid_creds() __noreturn
Peter Zijlstra
1
-1
/
+1
2022-03-15
exit: Mark do_group_exit() __noreturn
Peter Zijlstra
1
-1
/
+1
2022-03-15
x86/ibt: Ensure module init/exit points have references
Peter Zijlstra
1
-1
/
+10
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
1
-1
/
+2
2022-03-15
x86/ibt: Add ANNOTATE_NOENDBR
Peter Zijlstra
1
-0
/
+16
2022-03-15
static_call: Avoid building empty .static_call_sites
Peter Zijlstra
1
-0
/
+4
2022-03-15
Merge branch 'arm64/for-next/linkage'
Peter Zijlstra
1
-31
/
+36
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
41
-109
/
+241
2022-03-15
Merge branch 'sched/fast-headers' into sched/core
Ingo Molnar
34
-0
/
+36
2022-03-15
scsi: libiscsi: Teardown iscsi_cls_conn gracefully
Wenchao Hao
1
-1
/
+0
2022-03-15
scsi: libiscsi: Add iscsi_cls_conn to sysfs after initialization
Wenchao Hao
1
-2
/
+0
2022-03-15
scsi: iscsi: Add helper functions to manage iscsi_cls_conn
Wenchao Hao
1
-0
/
+4
2022-03-14
Input: extract ChromeOS vivaldi physmap show function
Stephen Boyd
1
-0
/
+27
2022-03-14
scsi: target: Add iscsi/cpus_allowed_list in configfs
Mingzhe Zou
1
-25
/
+6
2022-03-14
scsi: hisi_sas: Use libsas internal abort support
John Garry
1
-0
/
+2
2022-03-14
scsi: libsas: Add sas_execute_internal_abort_dev()
John Garry
1
-0
/
+8
2022-03-14
scsi: libsas: Add sas_execute_internal_abort_single()
John Garry
2
-0
/
+16
2022-03-14
Merge tag 'v5.17-rc8' into next
Dmitry Torokhov
50
-122
/
+261
2022-03-15
dt-bindings: pinctrl: mt8186: add pinctrl file and binding document
Guodong Liu
1
-0
/
+1174
2022-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-1
/
+0
2022-03-14
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
1
-1
/
+2
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
3
-6
/
+4
2022-03-14
buffer: Add folio_buffers()
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-14
fs: read_mapping_page() should take a struct file argument
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-14
Merge branch 'for-next/spectre-bhb' into for-next/core
Will Deacon
1
-0
/
+5
2022-03-14
Merge branch 'for-next/perf' into for-next/core
Will Deacon
3
-0
/
+5
[prev]
[next]