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
2021-12-17
crypto: ccp - Add SEV_INIT_EX support
David Rientjes
1
-0
/
+21
2021-12-17
dmaengine: remove slave_id config field
Arnd Bergmann
1
-4
/
+0
2021-12-17
dmaengine: xilinx_dpdma: stop using slave_id field
Arnd Bergmann
1
-0
/
+11
2021-12-17
dmaengine: qcom-adm: stop abusing slave_id config
Arnd Bergmann
1
-0
/
+12
2021-12-17
ASoC: dai_dma: remove slave_id field
Arnd Bergmann
1
-2
/
+0
2021-12-17
Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/dr...
Dave Airlie
1
-0
/
+9
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-0
/
+3
2021-12-17
dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains
Adam Ford
1
-0
/
+5
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-0
/
+7
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-15
/
+75
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-8
/
+10
2021-12-16
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
3
-57
/
+72
2021-12-16
add includes masked by cgroup -> bpf dependency
Jakub Kicinski
1
-0
/
+1
2021-12-16
of/fdt: Rework early_init_dt_scan_memory() to call directly
Rob Herring
1
-2
/
+1
2021-12-16
of/fdt: Rework early_init_dt_scan_root() to call directly
Rob Herring
1
-2
/
+1
2021-12-16
of/fdt: Rework early_init_dt_scan_chosen() to call directly
Rob Herring
1
-2
/
+1
2021-12-16
genirq/msi: Convert storage to xarray
Thomas Gleixner
1
-7
/
+6
2021-12-16
genirq/msi: Simplify sysfs handling
Thomas Gleixner
1
-11
/
+12
2021-12-16
genirq/msi: Add abuse prevention comment to msi header
Thomas Gleixner
1
-0
/
+14
2021-12-16
genirq/msi: Mop up old interfaces
Thomas Gleixner
1
-15
/
+0
2021-12-16
genirq/msi: Make interrupt allocation less convoluted
Thomas Gleixner
1
-6
/
+0
2021-12-16
soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
Thomas Gleixner
1
-1
/
+0
2021-12-16
genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
Thomas Gleixner
1
-0
/
+17
2021-12-16
genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
Thomas Gleixner
1
-0
/
+2
2021-12-16
genirq/msi: Provide a set of advanced MSI accessors and iterators
Thomas Gleixner
1
-0
/
+33
2021-12-16
genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
Thomas Gleixner
1
-0
/
+3
2021-12-16
genirq/msi: Add mutex for MSI list protection
Thomas Gleixner
1
-0
/
+5
2021-12-16
genirq/msi: Move descriptor list to struct msi_device_data
Thomas Gleixner
2
-5
/
+3
2021-12-16
soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
Thomas Gleixner
1
-1
/
+0
2021-12-16
bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
Thomas Gleixner
1
-2
/
+2
2021-12-16
genirq/msi: Provide interface to retrieve Linux interrupt number
Thomas Gleixner
1
-0
/
+2
2021-12-16
PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
Thomas Gleixner
1
-0
/
+2
2021-12-16
PCI/MSI: Use msi_desc::msi_index
Thomas Gleixner
1
-2
/
+0
2021-12-16
soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index
Thomas Gleixner
1
-14
/
+2
2021-12-16
bus: fsl-mc-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-10
/
+0
2021-12-16
platform-msi: Use msi_desc::msi_index
Thomas Gleixner
1
-10
/
+0
2021-12-16
genirq/msi: Consolidate MSI descriptor data
Thomas Gleixner
1
-0
/
+2
2021-12-16
platform-msi: Store platform private data pointer in msi_device_data
Thomas Gleixner
1
-2
/
+2
2021-12-16
platform-msi: Rename functions and clarify comments
Thomas Gleixner
1
-4
/
+4
2021-12-16
genirq/msi: Remove the original sysfs interfaces
Thomas Gleixner
1
-15
/
+3
2021-12-16
PCI/MSI: Let the irq code handle sysfs groups
Thomas Gleixner
1
-1
/
+0
2021-12-16
genirq/msi: Provide msi_device_populate/destroy_sysfs()
Thomas Gleixner
1
-0
/
+4
2021-12-16
PCI/MSI: Decouple MSI[-X] disable from pcim_release()
Thomas Gleixner
1
-1
/
+2
2021-12-16
device: Add device:: Msi_data pointer and struct msi_device_data
Thomas Gleixner
2
-0
/
+23
2021-12-16
device: Move MSI related data into a struct
Thomas Gleixner
1
-6
/
+14
2021-12-16
rtc: mc146818-lib: extract mc146818_avoid_UIP
Mateusz Jończyk
1
-0
/
+3
2021-12-16
rtc: mc146818-lib: fix RTC presence check
Mateusz Jończyk
1
-0
/
+1
2021-12-16
iomap: Add iomap_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-12-16
block: Add bio_for_each_folio_all()
Matthew Wilcox (Oracle)
1
-1
/
+52
2021-12-16
block: Add bio_add_folio()
Matthew Wilcox (Oracle)
1
-1
/
+2
[prev]
[next]