index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
18
-45
/
+116
2021-12-12
Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+13
2021-12-11
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-12-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+23
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
1
-1
/
+13
2021-12-10
Increase default MLOCK_LIMIT to 8 MiB
Drew DeVault
1
-3
/
+10
2021-12-10
Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2021-12-10
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+27
2021-12-09
percpu_ref: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2021-12-09
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-32
/
+38
2021-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+5
2021-12-09
aio: fix use-after-free due to missing POLLFREE handling
Eric Biggers
1
-1
/
+1
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+26
2021-12-09
bus: mhi: core: Add support for forced PM resume
Loic Poulain
1
-0
/
+13
2021-12-09
genirq/msi: Handle PCI/MSI allocation fail in core code
Thomas Gleixner
1
-4
/
+1
2021-12-09
PCI/MSI: Make pci_msi_domain_check_cap() static
Thomas Gleixner
1
-2
/
+0
2021-12-09
PCI/MSI: Move msi_lock to struct pci_dev
Thomas Gleixner
2
-2
/
+1
2021-12-09
PCI/MSI: Sanitize MSI-X table map handling
Thomas Gleixner
1
-0
/
+1
2021-12-09
PCI/MSI: Split out irqdomain code
Thomas Gleixner
1
-11
/
+0
2021-12-09
PCI/MSI: Make arch_restore_msi_irqs() less horrible.
Thomas Gleixner
1
-4
/
+3
2021-12-09
genirq/msi, treewide: Use a named struct for PCI/MSI attributes
Thomas Gleixner
1
-43
/
+41
2021-12-09
PCI/MSI: Remove msi_desc_to_pci_sysdata()
Thomas Gleixner
1
-5
/
+0
2021-12-09
PCI/MSI: Make pci_msi_domain_write_msg() static
Thomas Gleixner
1
-1
/
+0
2021-12-09
genirq/msi: Fixup includes
Thomas Gleixner
1
-1
/
+1
2021-12-09
genirq/msi: Remove unused domain callbacks
Thomas Gleixner
1
-7
/
+4
2021-12-09
genirq/msi: Guard sysfs code
Thomas Gleixner
1
-0
/
+10
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+3
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-23
/
+15
2021-12-08
PM: runtime: Fix pm_runtime_active() kerneldoc comment
Rafael J. Wysocki
1
-1
/
+1
2021-12-07
net: phy: Remove unnecessary indentation in the comments of phy_device
Yanteng Si
1
-5
/
+6
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
1
-3
/
+3
2021-12-06
Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+8
[next]