Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f7a0c78669ee79443a91ea89652766c1be8d9e04
f7a0c78
x86: Cleanup irq_domain ops
by Thomas Gleixner
· 10 years ago
ab76085
x86,ioapic: Cleanup irq_trigger/polarity()
by Thomas Gleixner
· 10 years ago
335efdf
x86, ioapic: Use proper defines for the entry fields
by Thomas Gleixner
· 10 years ago
46176f3
x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi()
by Jiang Liu
· 10 years ago
4399b14
x86/irq: Refine the way to calculate NR_IRQS
by Jiang Liu
· 10 years ago
7f3262e
x86/irq: Move private data in struct irq_cfg into dedicated data structure
by Jiang Liu
· 10 years ago
c6c2002
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
by Jiang Liu
· 10 years ago
68f9f44
x86/irq: Remove function apic_set_affinity()
by Jiang Liu
· 10 years ago
f970510
x86/irq: Make functions only used in vector.c static
by Jiang Liu
· 10 years ago
a2cbbb4
x86/irq: Remove unused alloc_irq_and_cfg_at()
by Jiang Liu
· 10 years ago
1f93464
x86/irq: Remove sis apic bug workaround
by Thomas Gleixner
· 10 years ago
0be275e
x86/irq: Use cached IOAPIC entry instead of reading from hardware
by Jiang Liu
· 10 years ago
154d9e5
x86/irq: Clean up io_apic.h
by Jiang Liu
· 10 years ago
ca1b886
x86: Remove more unmodified io_apic_ops
by Thomas Gleixner
· 10 years ago
9a93d47
x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modify
by Jiang Liu
· 10 years ago
50a6ad8
x86/irq: Remove struct io_apic_irq_attr
by Jiang Liu
· 10 years ago
4467715
x86/irq: Move irq_cfg.irq_2_pin into io_apic.c
by Jiang Liu
· 10 years ago
9c72496
irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
by Jiang Liu
· 10 years ago
099c5c0
irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
by Jiang Liu
· 10 years ago
bac4f90
x86/irq: Remove irq_cfg.irq_remapped
by Jiang Liu
· 10 years ago
4c77c98
irq_remapping: Clean up unused interfaces
by Jiang Liu
· 10 years ago
494b897
irq_remapping/amd: Clean up unsued code
by Jiang Liu
· 10 years ago
3c6e567
irq_remapping/vt-d: Clean up unsued code
by Jiang Liu
· 10 years ago
9880534
irq_remapping: Clean up unsued code to support IOAPIC
by Jiang Liu
· 10 years ago
3dd786e
x86/irq: Clean up unused forward declarations in x86_init.h
by Jiang Liu
· 10 years ago
baac169
x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQ
by Jiang Liu
· 10 years ago
ad66e1e
x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces
by Jiang Liu
· 10 years ago
aa5cb97
x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces
by Jiang Liu
· 10 years ago
35d50d8
x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces
by Jiang Liu
· 10 years ago
84bea5c
x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces
by Jiang Liu
· 10 years ago
b75e818
x86/irq: Remove unused struct mp_pin_info
by Jiang Liu
· 10 years ago
5ad274d
x86/irq: Remove unused old IOAPIC irqdomain interfaces
by Jiang Liu
· 10 years ago
d32932d
x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces
by Jiang Liu
· 10 years ago
96ed44b
x86/irq: Introduce helper functions to support hierarchical irqdomains for IOAPIC
by Jiang Liu
· 10 years ago
a44174e
x86/irq: Simplify the way to print IOAPIC entry
by Jiang Liu
· 10 years ago
1331532
x86/irq: Refine the way to allocate irq_cfg for legacy IRQs
by Jiang Liu
· 10 years ago
49c7e60
x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICs
by Jiang Liu
· 10 years ago
c4d05a2
x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomains
by Jiang Liu
· 10 years ago
4e69d7e
x86/irq: Remove unused pre_init_apic_IRQ0()
by Jiang Liu
· 10 years ago
b041581
x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()
by Jiang Liu
· 10 years ago
6648d1b
x86/intel-mid: Delay initialization of APB timer
by Thomas Gleixner
· 10 years ago
0cddfc7
irq_remapping: Remove unused function irq_remapping_print_chip()
by Jiang Liu
· 10 years ago
e390d89
x86/irq: Simplify MSI/DMAR/HPET implementation by using common code
by Jiang Liu
· 10 years ago
62ac178
x86/irq: Implement irq_chip.irq_write_msi_msg for MSI/DMAR/HPET irq_chips
by Jiang Liu
· 10 years ago
90d84fe
x86/MSI: Replace msi_update_msg() with irq_chip_compose_msi_msg()
by Jiang Liu
· 10 years ago
68682a2
x86/MSI: Simplify the way to deal with remapped MSI interrupts
by Jiang Liu
· 10 years ago
81dabe2
x86/irq: Normalize x86 irq_chip name
by Jiang Liu
· 10 years ago
43fe1ab
x86/uv: Use hierarchical irqdomain to manage UV interrupts
by Jiang Liu
· 10 years ago
49e07d8
x86/htirq: Use hierarchical irqdomain to manage Hypertransport interrupts
by Jiang Liu
· 10 years ago
0921f1d
x86/irq: Use hierarchical irqdomain to manage DMAR interrupts
by Jiang Liu
· 10 years ago
34742db
iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
by Jiang Liu
· 10 years ago
b1855c7
x86/MSI: Clean up unused MSI related code and interfaces
by Jiang Liu
· 10 years ago
7a53a12
irq_remapping: Clean up unused MSI related code
by Jiang Liu
· 10 years ago
3c3d4f9
irq_remapping/amd: Clean up unused MSI related code
by Jiang Liu
· 10 years ago
2b43817
irq_remapping/vt-d: Clean up unused MSI related code
by Jiang Liu
· 10 years ago
80aa283
x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ
by Jiang Liu
· 10 years ago
52f518a
x86/MSI: Use hierarchical irqdomains to manage MSI interrupts
by Jiang Liu
· 10 years ago
3cb96f0
x86/hpet: Enhance HPET IRQ to support hierarchical irqdomains
by Jiang Liu
· 10 years ago
7c71d30
irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomains
by Jiang Liu
· 10 years ago
b106ee6
irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains
by Jiang Liu
· 10 years ago
8dedf4c
irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain
by Jiang Liu
· 10 years ago
947045a
irq_remapping: Introduce new interfaces to support hierarchical irqdomains
by Jiang Liu
· 10 years ago
a62b32c
x86/dmar: Use new irqdomain interfaces to allocate/free IRQ
by Jiang Liu
· 10 years ago
af87bae
x86/htirq: Use new irqdomain interfaces to allocate/free IRQ
by Jiang Liu
· 10 years ago
331dd19
x86/uv: Use new irqdomain interfaces to allocate/free IRQ
by Jiang Liu
· 10 years ago
4c8f996
x86/MSI: Use new irqdomain interfaces to allocate/free IRQ
by Jiang Liu
· 10 years ago
bd8eb63
x86/hpet: Use new irqdomain interfaces to allocate/free IRQ
by Jiang Liu
· 10 years ago
b5dc8e6
x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectors
by Jiang Liu
· 10 years ago
5f0052f
x86/irq: Save destination CPU ID in irq_cfg
by Jiang Liu
· 10 years ago
646da63
Merge tag 'remoteproc-4.1-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc
by Linus Torvalds
· 10 years ago
8f49309
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
b153f1d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
bf2ae5d
Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 10 years ago
14aa024
Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
79319a0
Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
b19a42e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
5ca08a8
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 10 years ago
f4d03bd
smp: don't use 16-bit words for atomic accesses
by Linus Torvalds
· 10 years ago
6b75b54
Merge omapdss topic branch for fbdev 4.1
by Tomi Valkeinen
· 10 years ago
aa977f6
omapdss: extend pm notifier to handle hibernation
by Grygorii Strashko
· 10 years ago
34260a7
OMAPDSS: Correct video ports description file path in DT binding doc
by Javier Martinez Canillas
· 10 years ago
cb17a4a
OMAPDSS: disable VT switch
by Tomi Valkeinen
· 10 years ago
2c33ce0
Merge Linus master into drm-next
by Dave Airlie
· 10 years ago
cec32a4
media-bus: Fixup RGB444_1X12, RGB565_1X16, and YUV8_1X24 media bus format
by Philipp Zabel
· 10 years ago
09d5160
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 10 years ago
6162e4b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
17974c05
hexdump: avoid warning in test function
by Linus Torvalds
· 10 years ago
8b01fc8
fs: take i_mutex during prepare_binprm for set[ug]id executables
by Jann Horn
· 10 years ago
5224b96
smp: Fix error case handling in smp_call_function_*()
by Linus Torvalds
· 10 years ago
e4afa12
cpumask: remove __first_cpu / __next_cpu
by Rusty Russell
· 10 years ago
64fb1d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
dba94f2
Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 10 years ago
ccb3018
Merge branch 'iommu-generic-allocator'
by David S. Miller
· 10 years ago
2f0c0fd
iommu-common: Fix PARISC compile-time warnings
by Sowmini Varadhan
· 10 years ago
0ae53ed
sparc: Make LDC use common iommu poll management functions
by Sowmini Varadhan
· 10 years ago
bb620c3
sparc: Make sparc64 use scalable lib/iommu-common.c functions
by Sowmini Varadhan
· 10 years ago
ff7d37a
Break up monolithic iommu table/lock into finer graularity pools and lock
by Sowmini Varadhan
· 10 years ago
c12f048
sparc: Revert generic IOMMU allocator.
by David S. Miller
· 10 years ago
e9257f5
tools/power turbostat: correct dumped pkg-cstate-limit value
by Len Brown
· 10 years ago
Next »