index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-04
mfd: twl4030 regulator bug fixes
David Brownell
1
-1
/
+0
2009-01-04
mfd: twl4030: create some regulator devices
David Brownell
1
-0
/
+47
2009-01-04
mfd: twl4030: cleanup symbols and OMAP dependency
David Brownell
1
-31
/
+0
2009-01-04
power_supply: Add battery health reporting for WM8350
Mark Brown
1
-0
/
+7
2009-01-04
power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
Mark Brown
1
-0
/
+1
2009-01-04
mfd: Refactor WM8350 chip identification
Mark Brown
1
-0
/
+6
2009-01-04
mfd: Switch WM8350 revision detection to a feature based model
Mark Brown
2
-2
/
+2
2009-01-04
power_supply: Add support for WM8350 PMU
Mark Brown
2
-1
/
+48
2009-01-04
mfd: allow reading entire register banks on twl4030
David Brownell
1
-2
/
+2
2009-01-04
mfd: Add AUXADC support for WM8350
Mark Brown
2
-0
/
+10
2009-01-04
mfd: Add WM8350 revision H support
Mark Brown
1
-0
/
+1
2009-01-04
intel-iommu: fix build error with INTR_REMAP=y and DMAR=n
Ingo Molnar
1
-0
/
+8
2009-01-06
ext4: Remove code to create the journal inode
Theodore Ts'o
1
-1
/
+0
2009-01-04
HID: avoid sparse warning in HID_COMPAT_LOAD_DRIVER
Hannes Eder
1
-0
/
+2
2009-01-04
HID: add dynids facility
Jiri Slaby
1
-0
/
+5
2009-01-04
HID: move usbhid flags to usbhid.h
Jiri Slaby
1
-9
/
+0
2009-01-04
HID: add phys and name ioctls to hidraw
Jiri Kosina
1
-0
/
+2
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-173
/
+153
2009-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Linus Torvalds
5
-168
/
+138
2009-01-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2
-26
/
+52
2009-01-03
sparseirq: move set/get_timer_rand_state back to .c
Yinghai Lu
1
-50
/
+0
2009-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
3
-1
/
+18
2009-01-03
Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2
-6
/
+8
2009-01-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Mike Travis
130
-1070
/
+3166
2009-01-03
add releasepage hooks to block devices which can be used by file systems
Theodore Ts'o
1
-0
/
+2
2009-01-03
VT-d: remove now unused intel_iommu_found function
Joerg Roedel
1
-9
/
+0
2009-01-03
VT-d: adapt domain iova_to_phys function for IOMMU API
Joerg Roedel
1
-2
/
+0
2009-01-03
VT-d: adapt domain map and unmap functions for IOMMU API
Joerg Roedel
1
-4
/
+0
2009-01-03
VT-d: adapt device attach and detach functions for IOMMU API
Joerg Roedel
1
-4
/
+0
2009-01-03
VT-d: adapt domain init and destroy functions for IOMMU API
Joerg Roedel
1
-2
/
+0
2009-01-03
KVM: change KVM to use IOMMU API
Joerg Roedel
1
-3
/
+3
2009-01-03
introcude linux/iommu.h for an iommu api
Joerg Roedel
1
-0
/
+112
2009-01-03
Deassign device in kvm_free_assgined_device
Weidong Han
1
-0
/
+1
2009-01-03
KVM: support device deassignment
Weidong Han
1
-0
/
+8
2009-01-03
KVM: use the new intel iommu APIs
Weidong Han
1
-5
/
+10
2009-01-03
Change intel iommu APIs of virtual machine domain
Weidong Han
1
-9
/
+11
2009-01-03
calculate agaw for each iommu
Weidong Han
2
-0
/
+2
2009-01-03
intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.h
Mark McLoughlin
1
-7
/
+0
2009-01-03
intel-iommu: kill off duplicate def of dmar_disabled
Mark McLoughlin
1
-1
/
+0
2009-01-03
intel-iommu: move struct device_domain_info out of dma_remapping.h
Mark McLoughlin
1
-10
/
+0
2009-01-03
intel-iommu: move struct dmar_domain def out dma_remapping.h
Mark McLoughlin
1
-20
/
+2
2009-01-03
intel-iommu: move DMA PTE defs out of dma_remapping.h
Mark McLoughlin
1
-22
/
+0
2009-01-03
intel-iommu: move context entry defs out from dma_remapping.h
Mark McLoughlin
1
-38
/
+0
2009-01-03
intel-iommu: move root entry defs from dma_remapping.h
Mark McLoughlin
1
-33
/
+1
2009-01-03
intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.c
Mark McLoughlin
1
-5
/
+0
2009-01-03
intel-iommu: make init_dmars() static
Mark McLoughlin
1
-1
/
+0
2009-01-03
intel-iommu: remove some unused struct intel_iommu fields
Mark McLoughlin
1
-5
/
+0
2009-01-02
Disallow gcc versions 3.{0,1}
Ingo Molnar
1
-0
/
+4
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-61
/
+146
2009-01-02
Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+27
[prev]
[next]