index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-140
/
+155
2009-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Linus Torvalds
7
-90
/
+672
2009-01-03
Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-6
/
+4
2009-01-03
x86: setup_per_cpu_areas() cleanup
Cyrill Gorcunov
1
-17
/
+8
2009-01-03
cpumask: use alloc_cpumask_var_node where appropriate
Mike Travis
2
-5
/
+6
2009-01-03
cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
Rusty Russell
3
-12
/
+48
2009-01-03
x86: use cpumask_var_t in acpi/boot.c
Rusty Russell
1
-7
/
+22
2009-01-03
x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids
Mike Travis
12
-79
/
+26
2009-01-03
x86: enable cpus display of kernel_max and offlined cpus
Mike Travis
1
-0
/
+2
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
148
-4041
/
+4560
2009-01-03
AMD IOMMU: remove now unnecessary #ifdefs
Joerg Roedel
1
-11
/
+0
2009-01-03
Merge branches 'iommu/api' and 'iommu/amd' into for-linus
Joerg Roedel
4
-87
/
+676
2009-01-03
AMD IOMMU: prealloc_protection_domains should be static
Jaswinder Singh Rajput
1
-1
/
+1
2009-01-03
AMD IOMMU: add statistics about total number of map requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add statistics about allocated io memory
Joerg Roedel
1
-0
/
+6
2009-01-03
AMD IOMMU: add stats counter for domain tlb flushes
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for single iommu domain tlb flushes
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for cross-page request
Joerg Roedel
1
-0
/
+5
2009-01-03
AMD IOMMU: add stats counter for free_coherent requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for alloc_coherent requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for unmap_sg requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for map_sg requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for unmap_single requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for map_single requests
Joerg Roedel
1
-0
/
+4
2009-01-03
AMD IOMMU: add stats counter for completion wait events
Joerg Roedel
1
-0
/
+6
2009-01-03
AMD IOMMU: add init code for statistic collection
Joerg Roedel
2
-0
/
+39
2009-01-03
AMD IOMMU: add necessary header defines for stats counting
Joerg Roedel
1
-0
/
+26
2009-01-03
AMD IOMMU: add Kconfig entry for statistic collection code
Joerg Roedel
1
-0
/
+10
2009-01-03
AMD IOMMU: use dev_name in iommu_enable function
Joerg Roedel
1
-6
/
+2
2009-01-03
AMD IOMMU: use calc_devid in prealloc_protection_domains
Joerg Roedel
1
-1
/
+1
2009-01-03
AMD IOMMU: convert amd_iommu_isolate to bool
Joerg Roedel
2
-4
/
+5
2009-01-03
AMD IOMMU: convert iommu->need_sync to bool
Joerg Roedel
2
-3
/
+3
2009-01-03
AMD IOMMU: use dev_name instead of self-build print_devid
Joerg Roedel
2
-14
/
+1
2009-01-03
AMD IOMMU: allocate a new protection for hotplugged devices
Joerg Roedel
1
-0
/
+17
2009-01-03
AMD IOMMU: add a domain flag for default domains
Joerg Roedel
2
-0
/
+3
2009-01-03
AMD IOMMU: register functions for the IOMMU API
Joerg Roedel
1
-0
/
+18
2009-01-03
AMD IOMMU: add domain address lookup function for IOMMU API
Joerg Roedel
1
-0
/
+31
2009-01-03
AMD IOMMU: add domain unmap function for IOMMU API
Joerg Roedel
1
-0
/
+41
2009-01-03
AMD IOMMU: add domain map function for IOMMU API
Joerg Roedel
1
-0
/
+29
2009-01-03
AMD IOMMU: add device attach function for IOMMU API
Joerg Roedel
1
-0
/
+35
2009-01-03
AMD IOMMU: add device detach function for IOMMU API
Joerg Roedel
1
-0
/
+26
2009-01-03
AMD IOMMU: add domain destroy function for IOMMU API
Joerg Roedel
1
-0
/
+21
2009-01-03
AMD IOMMU: add domain init function for IOMMU API
Joerg Roedel
1
-0
/
+30
2009-01-03
AMD IOMMU: add domain cleanup helper function
Joerg Roedel
1
-0
/
+28
2009-01-03
AMD IOMMU: add device notifier callback
Joerg Roedel
1
-2
/
+60
2009-01-03
AMD IOMMU: add device detach helper functions
Joerg Roedel
1
-0
/
+39
2009-01-03
AMD IOMMU: rename set_device_domain function
Joerg Roedel
1
-5
/
+5
2009-01-03
AMD IOMMU: add device reference counting for protection domains
Joerg Roedel
2
-1
/
+3
2009-01-03
AMD IOMMU: add checks for dma_ops domain to dma_ops functions
Joerg Roedel
1
-6
/
+35
2009-01-03
AMD IOMMU: add protection domain flags
Joerg Roedel
2
-5
/
+10
[next]