Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2e8b5f621dbe29425906852c6079afb6b28720cb
2e8b5f6
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
fed2451
PCI: Remove pcie_cap_has_devctl()
by Bjorn Helgaas
· 12 years ago
6d3a174
PCI: Support PCIe Capability Slot registers only for ports with slots
by Bjorn Helgaas
· 12 years ago
c8b303d
PCI: Remove PCIe Capability version checks
by Bjorn Helgaas
· 12 years ago
d3694d4
PCI: Allow PCIe Capability link-related register access for switches
by Bjorn Helgaas
· 12 years ago
bd6fb76
PCI: Add offsets of PCIe capability registers
by Bjorn Helgaas
· 12 years ago
c0b4b38
PCI: Tidy bitmasks and spacing of PCIe capability definitions
by Bjorn Helgaas
· 12 years ago
1b121c2
PCI: Remove obsolete comment reference to pci_pcie_cap2()
by Bjorn Helgaas
· 12 years ago
fbf501c
PCI: Clarify PCI_EXP_TYPE_PCI_BRIDGE comment
by Bjorn Helgaas
· 12 years ago
d2ab1fa
PCI: Rename PCIe capability definitions to follow convention
by Bjorn Helgaas
· 12 years ago
07f2daa
Merge branch 'pci/yijing-mps-v8' into next
by Bjorn Helgaas
· 12 years ago
1193725
Merge branch 'pci/yinghai-assign-unassigned-v6' into next
by Bjorn Helgaas
· 12 years ago
5895af7
PCI: Warn if unsafe MPS settings detected
by Yijing Wang
· 12 years ago
3315472
PCI: Fix MPS peer-to-peer DMA comment syntax
by Jon Mason
· 12 years ago
808e34e
PCI: Disable decoding for BAR sizing only when it was actually enabled
by Zoltan Kiss
· 12 years ago
da27f4b
PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=n
by Bjorn Helgaas
· 12 years ago
699c198
PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality
by Sebastian Ott
· 12 years ago
d4aa68f
PCI: Don't restrict MPS for slots below Root Ports
by Yijing Wang
· 12 years ago
c299694
PCI: Simplify MPS test for Downstream Port
by Bjorn Helgaas
· 12 years ago
f675771
PCI: Remove unnecessary check for pcie_get_mps() failure
by Yijing Wang
· 12 years ago
a58674f
PCI: Simplify pcie_bus_configure_settings() interface
by Bjorn Helgaas
· 12 years ago
2c25e34
PCI: Drop "PCI-E" prefix from Max Payload Size message
by Bjorn Helgaas
· 12 years ago
7d8c4a2
Merge branch 'pci/aw-reset-v5' into next
by Bjorn Helgaas
· 12 years ago
9a3d2b9
PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()
by Alex Williamson
· 12 years ago
1b95ce8
PCI: Remove aer_do_secondary_bus_reset()
by Alex Williamson
· 12 years ago
de0c548
PCI: Tune secondary bus reset timing
by Alex Williamson
· 12 years ago
a6cbaad
PCI: Wake-up devices before saving config space for reset
by Alex Williamson
· 12 years ago
090a3c5
PCI: Add pci_reset_slot() and pci_reset_bus()
by Alex Williamson
· 12 years ago
77cb985
PCI: Split out pci_dev lock/unlock and save/restore
by Alex Williamson
· 12 years ago
608c388
PCI: Add slot reset option to pci_dev_reset()
by Alex Williamson
· 12 years ago
2e35afa
PCI: pciehp: Add reset_slot() method
by Alex Williamson
· 12 years ago
5c32b35
PCI: Add hotplug_slot_ops.reset_slot()
by Alex Williamson
· 12 years ago
63ef418
Merge branch 'pci/vipul-chelsio-reset-v2' into next
by Bjorn Helgaas
· 12 years ago
4d708ab
PCI: Use pci_wait_for_pending_transaction() instead of for loop
by Casey Leedom
· 12 years ago
8903b9e
bnx2x: Use pci_wait_for_pending_transaction() instead of for loop
by Casey Leedom
· 12 years ago
2c6217e
PCI: Chelsio quirk: Enable Bus Master during Function-Level Reset
by Casey Leedom
· 12 years ago
3775a20
PCI: Add pci_wait_for_pending_transaction()
by Casey Leedom
· 12 years ago
df99d6a
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
4b1ced8
PCI: exynos: Split into Synopsys part and Exynos part
by Jingoo Han
· 12 years ago
5477a33
PCI: mvebu: Make Marvell PCIe driver depend on OF
by Thomas Petazzoni
· 12 years ago
64e8674
PCI: Add pci_reset_bridge_secondary_bus()
by Alex Williamson
· 12 years ago
e3ec221
Merge branch 'pci/wei-resource-cleanups' into next
by Bjorn Helgaas
· 12 years ago
f48fbf9
PCI: mvebu: Convert to use devm_ioremap_resource
by Tushar Behera
· 12 years ago
2d1d667
PCI: Align bridge I/O windows as required by downstream devices & bridges
by Bjorn Helgaas
· 12 years ago
11251a8
PCI: Fix types in pbus_size_io()
by Wei Yang
· 12 years ago
496f70c
PCI: Add comments for pbus_size_mem() parameters
by Wei Yang
· 12 years ago
f2a230b
PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()
by Wei Yang
· 12 years ago
cbe2bb4
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 12 years ago
28fa60a
Merge branch 'pci/aw-acs-fixes-v2' into next
by Bjorn Helgaas
· 12 years ago
ce1be10
PCI: Fix comment typo for pci_add_cap_save_buffer()
by Yijing Wang
· 12 years ago
652d110
PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devices
by Stefan Assmann
· 12 years ago
19b6984
PCI: Update NumVFs register when disabling SR-IOV
by Yijing Wang
· 12 years ago
07f9b61
x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero
by ethan.zhao
· 12 years ago
3977203
PCI: Assign resources for hot-added host bridge more aggressively
by Yinghai Lu
· 12 years ago
ff35147
PCI: Move resource reallocation code to non-__init
by Yinghai Lu
· 12 years ago
928bea9
PCI: Delay enabling bridges until they're needed
by Yinghai Lu
· 12 years ago
55ed83a
PCI: Assign resources on a per-bus basis
by Yinghai Lu
· 12 years ago
967260c
PCI: Enable unassigned resource reallocation on per-bus basis
by Yinghai Lu
· 12 years ago
fa216bf
PCI: Turn on reallocation for unassigned resources with host bridge offset
by Yinghai Lu
· 12 years ago
223d96f
PCI: Look for unassigned resources on per-bus basis
by Yinghai Lu
· 12 years ago
61e83cd
PCI: Drop temporary variable in pci_assign_unassigned_resources()
by Yinghai Lu
· 12 years ago
15b100d
PCI: Claim ACS support for AMD southbridge devices
by Alex Williamson
· 12 years ago
83db7e0
PCI: Differentiate ACS controllable from enabled
by Alex Williamson
· 12 years ago
0a67119
PCI: Check all ACS features for multifunction downstream ports
by Alex Williamson
· 12 years ago
56039e6
PCI: Convert class code to use dev_groups
by Greg Kroah-Hartman
· 12 years ago
24336a6
frv/PCI: Mark pcibios_fixup_bus() as non-init
by Bjorn Helgaas
· 12 years ago
7cc24e1
x86/pci/mrst: Cleanup checkpatch.pl warnings
by Valentina Manea
· 12 years ago
d47af0b
PCI: Rename "PCI Express support" kconfig title
by Ezequiel Garcia
· 12 years ago
ddc191f
PCI: Fix comment typo in iov.c
by Jonghwan Choi
· 12 years ago
3b2f64d
Linux 3.11-rc2
by Linus Torvalds
· 12 years ago
ea45ea7
Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
90db76e
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
dda5690
ext3: fix a BUG when opening a file with O_TMPFILE flag
by Zheng Liu
· 12 years ago
e94bd34
ext4: fix a BUG when opening a file with O_TMPFILE flag
by Zheng Liu
· 12 years ago
f6a0d9d
Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 12 years ago
36231d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
19bf1c2
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
3be542d
Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
90290c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next
by Linus Torvalds
· 12 years ago
24924a2
vfs: constify dentry parameter in d_count()
by Peng Tao
· 12 years ago
acfec9a
livelock avoidance in sget()
by Al Viro
· 12 years ago
ba57ea6
allow O_TMPFILE to work with O_WRONLY
by Al Viro
· 12 years ago
d471ce5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 12 years ago
1b05018
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
89d0abe
Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
by Linus Torvalds
· 12 years ago
89a8c59
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
115930c
Btrfs: fix wrong write offset when replacing a device
by Stefan Behrens
· 12 years ago
d29a9f6
Btrfs: re-add root to dead root list if we stop dropping it
by Josef Bacik
· 12 years ago
fec386a
Btrfs: fix lock leak when resuming snapshot deletion
by Josef Bacik
· 12 years ago
3c8f242
Btrfs: update drop progress before stopping snapshot dropping
by Josef Bacik
· 12 years ago
b8a33fc
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 years ago
b7356ab
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
ff70130
arm64: use common reboot infrastructure
by Marc Zyngier
· 12 years ago
db6f410
arm64: mm: don't treat user cache maintenance faults as writes
by Will Deacon
· 12 years ago
c783c28
arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()
by Chen Gang
· 12 years ago
53ae3ac
arm64: Only enable local interrupts after the CPU is marked online
by Catalin Marinas
· 12 years ago
f1b7001
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
by Markos Chandras
· 12 years ago
9e82d45
um: remove dead code
by Richard Weinberger
· 12 years ago
9a8c135
um: siginfo cleanup
by Richard Weinberger
· 12 years ago
ab2bb14
MIPS: Octeon: Fix DT pruning bug with pip ports
by Faidon Liambotis
· 12 years ago
Next »