index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
timerqueue.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-14
PCI: pciehp: replace unconditional sleep with config space access check
Yinghai Lu
1
-15
/
+34
2012-02-14
PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device
Yinghai Lu
2
-17
/
+33
2012-02-14
PCI: make sriov work with hotplug remove
Yinghai Lu
1
-1
/
+9
2012-02-14
PCI: remove add_to_failed_list()
Yinghai Lu
1
-10
/
+4
2012-02-14
PCI: add debug print out for add_size
Yinghai Lu
1
-6
/
+18
2012-02-14
PCI: make free_list() into a function
Yinghai Lu
1
-17
/
+19
2012-02-14
PCI: Rename dev_res_x to add_res or fail_res
Yinghai Lu
1
-55
/
+55
2012-02-14
PCI: Merge pci_dev_resource_x and pci_dev_resource
Yinghai Lu
1
-21
/
+15
2012-02-14
PCI: Replace resource_list with generic list
Yinghai Lu
1
-192
/
+182
2012-02-14
PCI: Move struct resource_list to setup-bus.c
Yinghai Lu
2
-6
/
+6
2012-02-14
PCI: Move pdev_sort_resources() to setup-bus.c
Yinghai Lu
3
-48
/
+46
2012-02-14
PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy
Yinghai Lu
1
-18
/
+28
2012-02-14
PCI: Make pci_rescan_bus handle add_list
Yinghai Lu
2
-32
/
+39
2012-02-14
PCI: Make rescan bus increase bridge resource size if needed
Yinghai Lu
3
-1
/
+30
2012-02-14
PCI: Use add_list in pcie hotplug path.
Yinghai Lu
1
-6
/
+12
2012-02-14
PCI: try to assign required+option size first
Yinghai Lu
1
-1
/
+82
2012-02-14
PCI: Move get_res_add_size() function
Yinghai Lu
1
-14
/
+15
2012-02-14
PCI: Make add_to_list() return status
Yinghai Lu
1
-2
/
+4
2012-02-14
PCI : Calculate right add_size
Yinghai Lu
2
-4
/
+5
2012-02-14
PCI: Fix typo in setup-res.c
Masanari Iida
1
-1
/
+1
2012-02-14
x86/PCI: don't fall back to defaults if _CRS has no apertures
Bjorn Helgaas
1
-1
/
+6
2012-02-14
xen/pciback: Support pci_reset_function, aka FLR or D3 support.
Konrad Rzeszutek Wilk
2
-3
/
+39
2012-02-14
PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.
Konrad Rzeszutek Wilk
2
-0
/
+26
2012-02-14
PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmap
Julia Lawall
1
-2
/
+4
2012-02-14
PCI: Can continually add funcs after adding func0
Amos Kong
1
-16
/
+13
2012-02-14
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list
Myron Stowe
3
-5
/
+24
2012-02-14
x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values
Myron Stowe
2
-0
/
+80
2012-02-14
PCI: Fix starting basis for resource requests
Myron Stowe
1
-5
/
+9
2012-02-10
PCI: Fix pci cardbus removal
Yinghai Lu
1
-6
/
+22
2012-02-10
PCI: set pci sriov page size before reading SRIOV BAR
Vaidyanathan Srinivasan
1
-2
/
+1
2012-02-10
PCI: workaround hard-wired bus number V2
Yinghai Lu
1
-0
/
+5
2012-01-27
gma500: Fix suspend/resume functions
Ryan Mallon
1
-4
/
+4
2012-01-27
drm/exynos: fixed pm feature for fimd module.
Inki Dae
1
-50
/
+59
2012-01-27
MAINTAINERS: added maintainer entry for Exynos DRM Driver.
Inki Dae
1
-0
/
+3
2012-01-27
drm/exynos: fixed build dependency for DRM_EXYNOS_FIMD
Inki Dae
1
-1
/
+1
2012-01-27
drm/exynos: fix build dependency for DRM_EXYNOS_HDMI
Seung-Woo Kim
1
-1
/
+1
2012-01-27
drm/exynos: use release_mem_region instead of release_resource
Seung-Woo Kim
1
-4
/
+4
2012-01-26
agp: fix scratch page cleanup
Michal Kubecek
1
-6
/
+6
2012-01-26
ALSA: hda - Fix silent output on Haier W18 laptop
Takashi Iwai
1
-0
/
+1
2012-01-26
x86/microcode_amd: Add support for CPU family specific container files
Andreas Herrmann
1
-2
/
+22
2012-01-26
x86/amd: Add missing feature flag for fam15h models 10h-1fh processors
Andreas Herrmann
1
-0
/
+1
2012-01-26
x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()
Jesper Juhl
1
-0
/
+2
2012-01-26
x86/numachip: Drop unnecessary conflict with EDAC
Daniel J Blueman
1
-1
/
+0
2012-01-26
x86/uv: Fix uninitialized spinlocks
Cliff Wickman
2
-1
/
+3
2012-01-26
x86/uv: Fix uv_gpa_to_soc_phys_ram() shift
Russ Anderson
1
-2
/
+2
2012-01-26
eCryptfs: move misleading function comments
Li Wang
1
-4
/
+4
2012-01-25
eCryptfs: Fix oops when printing debug info in extent crypto functions
Tyler Hicks
1
-40
/
+0
2012-01-25
eCryptfs: Remove unused ecryptfs_read()
Tyler Hicks
1
-73
/
+0
2012-01-25
eCryptfs: Check inode changes in setattr
Tyler Hicks
1
-12
/
+36
2012-01-25
eCryptfs: Make truncate path killable
Tyler Hicks
1
-5
/
+14
[next]