index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-22
iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume
Joerg Roedel
1
-7
/
+0
2011-12-15
iommu/amd: Add invalidate-context call-back
Joerg Roedel
2
-0
/
+52
2011-12-15
iommu/amd: Add amd_iommu_device_info() function
Joerg Roedel
2
-0
/
+69
2011-12-15
iommu/amd: Adapt IOMMU driver to PCI register name changes
Joerg Roedel
1
-8
/
+8
2011-12-14
iommu/amd: Add invalid_ppr callback
Joerg Roedel
2
-5
/
+86
2011-12-14
iommu/amd: Implement notifiers for IOMMUv2
Joerg Roedel
2
-11
/
+178
2011-12-12
iommu/amd: Implement IO page-fault handler
Joerg Roedel
1
-8
/
+196
2011-12-12
iommu/amd: Add routines to bind/unbind a pasid
Joerg Roedel
2
-0
/
+332
2011-12-12
iommu/amd: Implement device aquisition code for IOMMUv2
Joerg Roedel
2
-1
/
+232
2011-12-12
iommu/amd: Add driver stub for AMD IOMMUv2 support
Joerg Roedel
3
-0
/
+45
2011-12-12
iommu/amd: Add stat counter for IOMMUv2 events
Joerg Roedel
1
-0
/
+17
2011-12-12
iommu/amd: Add device errata handling
Joerg Roedel
3
-3
/
+73
2011-12-12
iommu/amd: Add function to get IOMMUv2 domain for pdev
Joerg Roedel
3
-0
/
+23
2011-12-12
iommu/amd: Implement function to send PPR completions
Joerg Roedel
3
-0
/
+63
2011-12-12
iommu/amd: Implement functions to manage GCR3 table
Joerg Roedel
3
-0
/
+135
2011-12-12
iommu/amd: Implement IOMMUv2 TLB flushing routines
Joerg Roedel
3
-0
/
+140
2011-12-12
iommu/amd: Add support for IOMMUv2 domain mode
Joerg Roedel
5
-5
/
+180
2011-12-12
iommu/amd: Add amd_iommu_domain_direct_map function
Joerg Roedel
2
-2
/
+39
2011-12-12
iommu/amd: Implement notifier for PPR faults
Joerg Roedel
3
-2
/
+125
2011-12-12
iommu/amd: Put IOMMUv2 capable devices in pt_domain
Joerg Roedel
4
-16
/
+91
2011-12-12
iommu/amd: Add iommuv2 flag to struct amd_iommu
Joerg Roedel
3
-0
/
+23
2011-12-12
iommu/amd: Enable GT mode when supported by IOMMU
Joerg Roedel
2
-0
/
+10
2011-12-12
iommu/amd: Setup PPR log when supported by IOMMU
Joerg Roedel
2
-0
/
+65
2011-12-12
iommu/amd: Get the maximum number of PASIDs supported
Joerg Roedel
2
-0
/
+19
2011-12-12
iommu/amd: Convert dev_table_entry to u64
Joerg Roedel
3
-16
/
+18
2011-12-10
Linux 3.2-rc5
v3.2-rc5
Linus Torvalds
1
-1
/
+1
2011-12-09
sys_getppid: add missing rcu_dereference
Mandeep Singh Baines
1
-1
/
+1
2011-12-09
rapidio/tsi721: modify PCIe capability settings
Alexandre Bounine
2
-5
/
+17
2011-12-09
rapidio/tsi721: fix mailbox resource reporting
Alexandre Bounine
1
-2
/
+2
2011-12-09
rapidio/tsi721: switch to dma_zalloc_coherent
Alexandre Bounine
1
-13
/
+4
2011-12-09
procfs: do not overflow get_{idle,iowait}_time for nohz
Michal Hocko
1
-2
/
+2
2011-12-09
mm: vmalloc: check for page allocation failure before vmlist insertion
Mel Gorman
1
-0
/
+2
2011-12-09
mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...
Michal Hocko
1
-1
/
+7
2011-12-09
mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages
Hillf Danton
1
-1
/
+1
2011-12-09
thp: set compound tail page _count to zero
Youquan Song
2
-1
/
+2
2011-12-09
thp: add compound tail page _mapcount when mapped
Youquan Song
1
-0
/
+2
2011-12-09
printk: avoid double lock acquire
Peter Zijlstra
1
-1
/
+2
2011-12-09
memcg: update maintainers
KAMEZAWA Hiroyuki
1
-1
/
+2
2011-12-09
drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues
Jonghwan Choi
1
-1
/
+1
2011-12-09
CREDITS: update Kees's expired fingerprint and fix details
Kees Cook
1
-3
/
+6
2011-12-09
thp: reduce khugepaged freezing latency
Andrea Arcangeli
1
-12
/
+4
2011-12-09
fs/proc/meminfo.c: fix compilation error
Claudio Scordino
1
-3
/
+4
2011-12-09
vmscan: use atomic-long for shrinker batching
Konstantin Khlebnikov
4
-12
/
+10
2011-12-09
vmscan: fix initial shrinker size handling
Konstantin Khlebnikov
1
-3
/
+6
2011-12-09
MAINTAINERS: Update amd-iommu F: patterns
Joe Perches
1
-2
/
+2
2011-12-09
x86, efi: Calling __pa() with an ioremap()ed address is invalid
Matt Fleming
6
-35
/
+48
2011-12-09
cifs: check for NULL last_entry before calling cifs_save_resume_key
Jeff Layton
1
-2
/
+8
2011-12-09
cifs: attempt to freeze while looping on a receive attempt
Jeff Layton
1
-0
/
+2
2011-12-09
cifs: Fix sparse warning when calling cifs_strtoUCS
Steve French
1
-3
/
+3
2011-12-09
CIFS: Add descriptions to the brlock cache functions
Pavel Shilovsky
1
-0
/
+26
[next]