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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-23
anonfd: split interface into file creation and install
Davide Libenzi
2
-0
/
+9
2009-09-23
BUILD_BUG_ON(): fix it and a couple of bogus uses of it
Jan Beulich
4
-6
/
+9
2009-09-23
printk_once(): use bool for boolean flag
Roland Dreier
1
-2
/
+2
2009-09-23
proc connector: add event for process becoming session leader
Scott James Remnant
1
-0
/
+10
2009-09-23
seq_file: constify seq_operations
James Morris
1
-1
/
+1
2009-09-23
generic-ipi: make struct call_function_data lockless
Xiao Guangrong
1
-0
/
+12
2009-09-23
Move magic numbers into magic.h
Nick Black
1
-0
/
+5
2009-09-23
printk: add printk_delay to make messages readable for some scenarios
Dave Young
1
-0
/
+2
2009-09-23
include/linux/kmemcheck.h: fix a trillion warnings
Andrew Morton
1
-1
/
+3
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...
Linus Torvalds
1
-1
/
+4
2009-09-22
Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
13
-105
/
+200
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
9
-10
/
+9
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+3
2009-09-22
pnp: add a shutdown method to pnp drivers
David Härdeman
1
-0
/
+1
2009-09-22
lis3: add free-fall/wakeup function via platform_data
Daniel Mack
1
-0
/
+9
2009-09-22
lis3: fix typo
Daniel Mack
1
-1
/
+1
2009-09-22
flex_array: introduce DEFINE_FLEX_ARRAY
David Rientjes
1
-4
/
+26
2009-09-22
flex_array: add flex_array_shrink function
David Rientjes
1
-0
/
+1
2009-09-22
flex_array: poison free elements
David Rientjes
1
-0
/
+3
2009-09-22
flex_array: add flex_array_clear function
David Rientjes
1
-0
/
+1
2009-09-22
cpuidle: fix the menu governor to boost IO performance
Arjan van de Ven
1
-0
/
+4
2009-09-22
mm: move use_mm/unuse_mm from aio.c to mm/
Michael S. Tsirkin
1
-0
/
+9
2009-09-22
hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
Eric B Munson
1
-0
/
+7
2009-09-22
mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
Arnd Bergmann
1
-0
/
+1
2009-09-22
hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...
Eric B Munson
1
-2
/
+10
2009-09-22
tmpfs: depend on shmem
Hugh Dickins
1
-10
/
+1
2009-09-22
mm: FOLL flags for GUP flags
Hugh Dickins
1
-0
/
+1
2009-09-22
mm: follow_hugetlb_page flags
Hugh Dickins
1
-1
/
+3
2009-09-22
mm: FOLL_DUMP replace FOLL_ANON
Hugh Dickins
1
-1
/
+1
2009-09-22
mm: add get_dump_page
Hugh Dickins
1
-0
/
+1
2009-09-22
page-allocator: split per-cpu list into one-list-per-migrate-type
Mel Gorman
1
-1
/
+4
2009-09-22
oom: move oom_adj value from task_struct to signal_struct
KOSAKI Motohiro
1
-1
/
+2
2009-09-22
mm: do batched scans for mem_cgroup
Wu Fengguang
1
-1
/
+5
2009-09-22
oom: move oom_killer_enable()/oom_killer_disable to where they belong
Alexey Dobriyan
2
-12
/
+11
2009-09-22
mm: also use alloc_large_system_hash() for the PID hash table
Jan Beulich
1
-3
/
+2
2009-09-22
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
1
-0
/
+1
2009-09-22
mm: return boolean from page_has_private()
Johannes Weiner
1
-5
/
+8
2009-09-22
mm: return boolean from page_is_file_cache()
Johannes Weiner
1
-6
/
+2
2009-09-22
mm: introduce page_lru_base_type()
Johannes Weiner
1
-4
/
+19
2009-09-22
mm: remove broken 'kzalloc' mempool
Sage Weil
1
-8
/
+2
2009-09-22
tracing, page-allocator: add trace event for page traffic related to the budd...
Mel Gorman
1
-0
/
+51
2009-09-22
tracing, page-allocator: add trace events for anti-fragmentation falling back...
Mel Gorman
1
-0
/
+38
2009-09-22
tracing, page-allocator: add trace events for page allocation and page freeing
Mel Gorman
1
-0
/
+74
2009-09-22
page-allocator: remove dead function free_cold_page()
Mel Gorman
1
-1
/
+0
2009-09-22
ksm: unmerge is an origin of OOMs
Hugh Dickins
1
-1
/
+1
2009-09-22
ksm: clean up obsolete references
Hugh Dickins
1
-20
/
+0
2009-09-22
ksm: fix deadlock with munlock in exit_mmap
Andrea Arcangeli
1
-7
/
+4
2009-09-22
ksm: fix oom deadlock
Hugh Dickins
1
-4
/
+27
2009-09-22
ksm: identify PageKsm pages
Hugh Dickins
1
-0
/
+29
2009-09-22
ksm: no debug in page_dup_rmap()
Hugh Dickins
1
-5
/
+1
[next]