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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup
Aneesh Kumar K.V
3
-1
/
+133
2012-07-31
hugetlb/cgroup: add the cgroup pointer to page lru
Aneesh Kumar K.V
2
-0
/
+41
2012-07-31
mm/hugetlb: add new HugeTLB cgroup
Aneesh Kumar K.V
5
-0
/
+179
2012-07-31
hugetlb: make some static variables global
Aneesh Kumar K.V
2
-5
/
+7
2012-07-31
hugetlb: add a list for tracking in-use HugeTLB pages
Aneesh Kumar K.V
2
-5
/
+8
2012-07-31
hugetlb: simplify migrate_huge_page()
Aneesh Kumar K.V
3
-57
/
+27
2012-07-31
hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...
Aneesh Kumar K.V
4
-33
/
+59
2012-07-31
hugetlb: add an inline helper for finding hstate index
Aneesh Kumar K.V
2
-9
/
+17
2012-07-31
hugetlb: don't use ERR_PTR with VM_FAULT* values
Aneesh Kumar K.V
1
-5
/
+13
2012-07-31
hugetlb: rename max_hstate to hugetlb_max_hstate
Aneesh Kumar K.V
1
-7
/
+7
2012-07-31
mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads
Wanpeng Li
9
-27
/
+40
2012-07-31
mm/buddy: cleanup on should_fail_alloc_page
Gavin Shan
1
-7
/
+7
2012-07-31
mm: account the total_vm in the vm_stat_account()
Huang Shijie
5
-9
/
+4
2012-07-31
documentation: update how page-cluster affects swap I/O
Christian Ehrhardt
1
-2
/
+10
2012-07-31
swap: allow swap readahead to be merged
Christian Ehrhardt
1
-0
/
+5
2012-07-31
memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE
Kamezawa Hiroyuki
1
-1
/
+0
2012-07-31
memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANON
Kamezawa Hiroyuki
1
-8
/
+8
2012-07-31
memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP
Kamezawa Hiroyuki
1
-5
/
+5
2012-07-31
mm: make vb_alloc() more foolproof
Jan Kara
1
-0
/
+8
2012-07-31
vmalloc: walk vmap_areas by sorted list instead of rb_next()
Hong zhi guo
1
-4
/
+4
2012-07-31
drivers/media/video/v4l2-ioctl.c: fix build
Andrew Morton
1
-2
/
+6
2012-07-31
xtensa: select generic atomic64_t support
Fengguang Wu
1
-0
/
+1
2012-07-31
fault-injection: fix failcmd.sh warning
Akinobu Mita
1
-1
/
+1
2012-07-31
Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6
Linus Torvalds
23
-57
/
+789
2012-07-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
26
-385
/
+2228
2012-07-31
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
7
-55
/
+121
2012-07-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
18
-105
/
+104
2012-07-31
ipv4: Properly purge netdev references on uncached routes.
David S. Miller
4
-4
/
+69
2012-07-31
ipv4: Cache routes in nexthop exception entries.
David S. Miller
3
-64
/
+79
2012-07-31
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
27
-237
/
+368
2012-07-31
ipv4: percpu nh_rth_output cache
Eric Dumazet
3
-7
/
+34
2012-07-31
ipv4: Restore old dst_free() behavior.
Eric Dumazet
7
-50
/
+50
2012-07-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
25
-898
/
+1351
2012-07-31
[media] radio-tea5777: use library for 64bits div
Mauro Carvalho Chehab
1
-3
/
+5
2012-07-31
nfs: explicitly reject LOCK_MAND flock() requests
Jeff Layton
1
-0
/
+9
2012-07-31
nfs: increase number of permitted callback connections.
NeilBrown
1
-0
/
+4
2012-07-31
vfio: Add PCI device driver
Alex Williamson
9
-0
/
+3259
2012-07-31
vfio: Type1 IOMMU implementation
Alex Williamson
5
-1
/
+821
2012-07-31
vfio: Add documentation
Alex Williamson
1
-0
/
+314
2012-07-31
vfio: VFIO core
Alex Williamson
8
-0
/
+1801
2012-07-31
thermal: Constify 'type' argument for the registration routine
Anton Vorontsov
2
-2
/
+2
2012-07-31
Merge with upstream to accommodate with thermal changes
Anton Vorontsov
1031
-5431
/
+8782
2012-07-31
Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengine
Russell King
11
-785
/
+614
2012-07-31
ARM: 7481/1: OMAP2+: omap2plus_defconfig: enable OMAP DMA engine
Javier Martinez Canillas
1
-0
/
+2
2012-07-31
ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...
Kevin Hilman
1
-0
/
+2
2012-07-31
Add feature removal of old OMAP private DMA implementation
Russell King
1
-0
/
+11
2012-07-31
mtd: omap2: remove private DMA API implementation
Russell King
1
-110
/
+26
2012-07-31
mtd: omap2: add DMA engine support
Russell King
1
-1
/
+91
2012-07-31
spi: omap2-mcspi: remove private DMA API implementation
Russell King
1
-99
/
+5
2012-07-31
spi: omap2-mcspi: add DMA engine support
Russell King
1
-31
/
+150
[prev]
[next]