Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5ba204a1817ba95a7b24dbe8ef2c7ddd4cea886e
5ba204a
iommu/amd: Reevaluate vector configuration on activate()
by Thomas Gleixner
· 7 years ago
d491bdf
iommu/vt-d: Reevaluate vector configuration on activate()
by Thomas Gleixner
· 7 years ago
2a85386
x86/apic/msi: Force reactivation of interrupts at startup time
by Thomas Gleixner
· 7 years ago
ba224fe
x86/vector: Untangle internal state from irq_cfg
by Thomas Gleixner
· 7 years ago
ba80164
x86/vector: Compile SMP only code conditionally
by Thomas Gleixner
· 7 years ago
baab1e8
x86/apic: Remove unused callbacks
by Thomas Gleixner
· 7 years ago
69cde00
x86/vector: Use matrix allocator for vector assignment
by Thomas Gleixner
· 7 years ago
8d1e3dc
x86/vector: Add tracepoints for vector management
by Thomas Gleixner
· 7 years ago
8ed4f3e
x86/smpboot: Set online before setting up vectors
by Thomas Gleixner
· 7 years ago
65d7ed5
x86/vector: Add vector domain debugfs support
by Thomas Gleixner
· 7 years ago
0fa115d
x86/irq/vector: Initialize matrix allocator
by Thomas Gleixner
· 7 years ago
9f9e3bb
x86/apic: Add replacement for cpu_mask_to_apicid()
by Thomas Gleixner
· 7 years ago
99a1482
x86/vector: Move helper functions around
by Thomas Gleixner
· 7 years ago
258d86e
x86/vector: Remove pointless pointer checks
by Thomas Gleixner
· 7 years ago
4ef76eb
x86/apic: Get rid of the legacy irq data storage
by Thomas Gleixner
· 7 years ago
3534be0
x86/ioapic: Mark legacy vectors at reallocation time
by Thomas Gleixner
· 7 years ago
dccfe31
x86/vector: Simplify vector move cleanup
by Thomas Gleixner
· 7 years ago
029c6e1
x86/vector: Store the single CPU targets in apic data
by Thomas Gleixner
· 7 years ago
86ba655
x86/vector: Cleanup variable names
by Thomas Gleixner
· 7 years ago
f0cc6cc
x86/vector: Simplify the CPU hotplug vector update
by Thomas Gleixner
· 7 years ago
ef9e56d
x86/ioapic: Remove obsolete post hotplug update
by Thomas Gleixner
· 7 years ago
fdba46f
x86/apic: Get rid of multi CPU affinity
by Thomas Gleixner
· 7 years ago
7854f82
x86/vector: Rename used_vectors to system_vectors
by Thomas Gleixner
· 7 years ago
c1d1ee9
x86/apic: Get rid of apic->target_cpus
by Thomas Gleixner
· 7 years ago
023a611
x86/apic/x2apic: Simplify cluster management
by Thomas Gleixner
· 7 years ago
72f48a3
x86/apic: Reorganize struct apic
by Thomas Gleixner
· 7 years ago
83a1052
x86/apic: Move common APIC callbacks
by Thomas Gleixner
· 7 years ago
6406350
x86/apic: Sanitize 32/64bit APIC callbacks
by Thomas Gleixner
· 7 years ago
1da9177
x86/apic: Move APIC noop specific functions
by Thomas Gleixner
· 7 years ago
0801bba
x86/apic: Move probe32 specific APIC functions
by Thomas Gleixner
· 7 years ago
57e0aa4
x86/apic: Sanitize return value of check_apicid_used()
by Thomas Gleixner
· 7 years ago
727657e
x86/apic: Sanitize return value of apic.set_apic_id()
by Thomas Gleixner
· 7 years ago
981c2ea
x86/apic: Deinline x2apic functions
by Thomas Gleixner
· 7 years ago
e4ae4c8
Merge branch 'irq/core' into x86/apic
by Thomas Gleixner
· 7 years ago
ec0f7cd
genirq/matrix: Add tracepoints
by Thomas Gleixner
· 7 years ago
2f75d9e
genirq: Implement bitmap matrix allocator
by Thomas Gleixner
· 7 years ago
22d0b12
genirq/irqdomain: Add force reactivation flag to irq domains
by Thomas Gleixner
· 7 years ago
42e1cc2
genirq/irqdomain: Propagate early activation
by Thomas Gleixner
· 7 years ago
bb9b428
genirq/irqdomain: Allow irq_domain_activate_irq() to fail
by Thomas Gleixner
· 7 years ago
7249164
genirq/irqdomain: Update irq_domain_ops.activate() signature
by Thomas Gleixner
· 7 years ago
c942cee
genirq: Separate activation and startup
by Thomas Gleixner
· 7 years ago
239306f
genirq: Set managed shut down flag at init
by Thomas Gleixner
· 7 years ago
457f6d3
genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHY
by Thomas Gleixner
· 7 years ago
c3e7239
irqdomain/debugfs: Provide domain specific debug callback
by Thomas Gleixner
· 7 years ago
07557cc
genirq/msi: Capture device name for debugfs
by Thomas Gleixner
· 7 years ago
e0b4779
genirq/debugfs: Show debug information for all irq descriptors
by Thomas Gleixner
· 7 years ago
2827a41
genirq: Check __free_irq() return value for NULL
by Alexandru Moise
· 7 years ago
ae41a2a
x86/apic: Use lapic_is_integrated() consistently
by Dou Liyang
· 7 years ago
e3cccbc
x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()
by Dou Liyang
· 7 years ago
b371ae0
x86/apic: Remove init_bsp_APIC()
by Dou Liyang
· 7 years ago
935356c
x86/apic: Initialize interrupt mode after timer init
by Dou Liyang
· 7 years ago
34fba3e
x86/init: Add intr_mode_init to x86_init_ops
by Dou Liyang
· 7 years ago
ca7c607
x86/ioapic: Refactor the delay logic in timer_irq_works()
by Dou Liyang
· 7 years ago
0c75913
x86/apic: Unify interrupt mode setup for UP system
by Dou Liyang
· 7 years ago
4f45ed9
x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
by Dou Liyang
· 7 years ago
3e730da
x86/apic: Unify interrupt mode setup for SMP-capable system
by Dou Liyang
· 7 years ago
4b1244b
x86/apic: Move logical APIC ID away from apic_bsp_setup()
by Dou Liyang
· 7 years ago
a2510d1
x86/apic: Split local APIC timer setup from the APIC setup
by Dou Liyang
· 7 years ago
4b1669e
x86/apic: Prepare for unifying the interrupt delivery modes setup
by Dou Liyang
· 7 years ago
0114a8e
x86/apic: Construct a selector for the interrupt delivery mode
by Dou Liyang
· 7 years ago
e19b205
Linux 4.14-rc2
by Linus Torvalds
· 7 years ago
6e7f253
Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 7 years ago
a141fd5
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
16528a3
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
43d368a
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a430643
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a302824
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
1436ab0
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
fb154e0
tpm: ibmvtpm: simplify crq initialization and document crq format
by Michal Suchanek
· 8 years ago
9f3fc7b
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
by Hamza Attak
· 7 years ago
5d0e4d7
Documentation: tpm: add powered-while-suspended binding documentation
by Enric Balletbo i Serra
· 7 years ago
e1ec650
tpm: tpm_crb: constify acpi_device_id.
by Arvind Yadav
· 7 years ago
c2a9c4b
tpm: vtpm: constify vio_device_id
by Arvind Yadav
· 7 years ago
ab5348c
security: fix description of values returned by cap_inode_need_killpriv
by Stefan Berger
· 7 years ago
cd4175b1
Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 7 years ago
ded8503
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
71aa60f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
79444df
Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
by Linus Torvalds
· 7 years ago
f5caf62
x86/asm: Fix inline asm call constraints for Clang
by Josh Poimboeuf
· 7 years ago
0d0970e
objtool: Handle another GCC stack pointer adjustment bug
by Josh Poimboeuf
· 7 years ago
c65da8e
Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
4e683f4
Merge branch 'net-fix-reuseaddr-regression'
by David S. Miller
· 7 years ago
fbed24b
inet: fix improper empty comparison
by Josef Bacik
· 7 years ago
7a56673
net: use inet6_rcv_saddr to compare sockets
by Josef Bacik
· 7 years ago
cbb2fb5
net: set tb->fast_sk_family
by Josef Bacik
· 7 years ago
581fe0e
net: orphan frags on stand-alone ptype in dev_queue_xmit_nit
by Willem de Bruijn
· 7 years ago
6876eb3
Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
d32e5f4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 7 years ago
c0a3a64
Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
69c902f5
Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
b03fcfa
Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
b9b95da
MAINTAINERS: update git tree locations for ieee802154 subsystem
by Stefan Schmidt
· 7 years ago
1013e76
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
by Steve French
· 7 years ago
e2577d2
Merge tag 'pci-v4.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
9ae0b37
Merge tag 'iommu-fixes-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 7 years ago
d21b8ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 7 years ago
4d9af76
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
6e70e26
SMB3: handle new statx fields
by Steve French
· 7 years ago
c17c020
arch: remove unused *_segments() macros/functions
by Tobias Klauser
· 7 years ago
672d0e4
Merge branches 'acpi-pmic', 'acpi-bus', 'acpi-wdat' and 'acpi-properties'
by Rafael J. Wysocki
· 7 years ago
Next »