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
2011-10-31
mm: vmscan: do not writeback filesystem pages in direct reclaim
Mel Gorman
1
-0
/
+1
2011-10-31
mm: add comments to explain mm_struct fields
Christoph Lameter
1
-2
/
+9
2011-10-31
mm: distinguish between mlocked and pinned pages
Christoph Lameter
1
-1
/
+1
2011-10-31
oom: fix race while temporarily setting current's oom_score_adj
David Rientjes
1
-0
/
+1
2011-10-31
oom: remove oom_disable_count
David Rientjes
1
-3
/
+0
2011-10-31
mm: zone_reclaim: make isolate_lru_page() filter-aware
Minchan Kim
1
-0
/
+2
2011-10-31
mm: compaction: make isolate_lru_page() filter-aware
Minchan Kim
1
-0
/
+2
2011-10-31
mm: change isolate mode from #define to bitwise type
Minchan Kim
3
-7
/
+11
2011-10-31
Cross Memory Attach
Christopher Yeoh
3
-4
/
+19
2011-10-31
include/linux/dmar.h: forward-declare struct acpi_dmar_header
Andrew Morton
1
-0
/
+2
2011-10-31
irq: don't put module.h into irq.h for tracking irqgen modules.
Paul Gortmaker
2
-20
/
+13
2011-10-31
include: replace linux/module.h with "struct module" wherever possible
Paul Gortmaker
15
-15
/
+23
2011-10-31
include: convert various register fcns to macros to avoid include chaining
Paul Gortmaker
11
-58
/
+57
2011-10-31
crypto.h: remove unused crypto_tfm_alg_modname() inline
Paul Gortmaker
1
-6
/
+0
2011-10-31
uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
Paul Gortmaker
1
-0
/
+1
2011-10-31
pm_runtime.h: explicitly requires notifier.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h
Paul Gortmaker
1
-0
/
+2
2011-10-31
miscdevice.h: fix up implicit use of lists and types
Paul Gortmaker
1
-0
/
+2
2011-10-31
stop_machine.h: fix implicit use of smp.h for smp_processor_id
Paul Gortmaker
1
-0
/
+1
2011-10-31
of: fix implicit use of errno.h in include/linux/of.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
of_platform.h: delete needless include <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
miscdevice.h: delete unnecessary inclusion of module.h
Paul Gortmaker
1
-1
/
+0
2011-10-31
device_cgroup.h: delete needless include <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
sysdev.h: dont include <linux/module.h> for no reason
Paul Gortmaker
1
-1
/
+0
2011-10-31
vermagic: delete unused include of <linux/module.h>
Paul Gortmaker
1
-1
/
+0
2011-10-31
regulator: Fix implicit use of notifier.h by driver.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
3
-0
/
+12
2011-10-31
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-26
/
+72
2011-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+3
2011-10-31
dm log userspace: add log device dependency
Jonathan E Brassow
1
-5
/
+13
2011-10-31
dm table: add immutable feature
Alasdair G Kergon
2
-2
/
+9
2011-10-31
dm table: add always writeable feature
Alasdair G Kergon
1
-0
/
+7
2011-10-31
dm table: add singleton feature
Alasdair G Kergon
1
-4
/
+10
2011-10-31
dm kcopyd: add dm_kcopyd_zero to zero an area
Mikulas Patocka
1
-0
/
+4
2011-10-31
dm: use local printk ratelimit
Namhyung Kim
1
-4
/
+13
2011-10-31
PCI: Fix compile errors with PCI_ATS and !PCI_IOV
Joerg Roedel
2
-4
/
+4
2011-10-31
edac: Move edac main structs to include/linux/edac.h
Mauro Carvalho Chehab
1
-0
/
+350
2011-10-31
nfs4: serialize layoutcommit
Peng Tao
1
-0
/
+1
2011-10-31
module.h: relocate MODULE_PARM_DESC into moduleparam.h
Paul Gortmaker
2
-5
/
+5
2011-10-31
module.h: split out the EXPORT_SYMBOL into export.h
Paul Gortmaker
2
-67
/
+90
2011-10-31
Merge branch 'dt/gic' into next/dt
Arnd Bergmann
6
-13
/
+172
2011-10-31
Merge branch 'omap/dt' into next/dt
Arnd Bergmann
1
-0
/
+18
2011-10-31
irq: support domains with non-zero hwirq base
Rob Herring
1
-1
/
+15
2011-10-31
of/irq: introduce of_irq_init
Rob Herring
1
-0
/
+3
2011-10-31
[SCSI] mv_sas: OCZ RevoDrive3 & zDrive R4 support
Robin H. Johnson
1
-0
/
+2
2011-10-30
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+17
2011-10-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2
-10
/
+72
2011-10-30
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-17
/
+21
2011-10-30
Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
1
-72
/
+20
2011-10-31
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2
-7
/
+28
[prev]
[next]