index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
vdso.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
1
-1
/
+0
|
\
|
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+0
*
|
powerpc: Random little legacy iSeries removal tidy ups
Stephen Rothwell
2012-03-28
1
-2
/
+2
*
|
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
2012-03-23
1
-8
/
+2
|
/
*
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
2011-10-31
1
-1
/
+0
*
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
Stephen Wilson
2011-03-23
1
-1
/
+1
*
mm: arch: make in_gate_area take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
1
-1
/
+1
*
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
1
-1
/
+1
*
powerpc: Use is_32bit_task() helper to test 32-bit binary
Denis Kirjanov
2010-09-02
1
-3
/
+3
*
lmb: rename to memblock
Yinghai Lu
2010-07-14
1
-2
/
+2
*
tree-wide: fix a very frequent spelling mistake
Dirk Hohndel
2009-11-09
1
-1
/
+1
*
powerpc: Align vDSO base address
Andreas Schwab
2009-10-27
1
-1
/
+10
*
powerpc/perf_counter: Fix vdso detection
Anton Blanchard
2009-09-24
1
-4
/
+10
*
Use macros for .data.page_aligned section.
Tim Abbott
2009-09-21
1
-1
/
+2
*
powerpc: Move 64bit VDSO to improve context switch performance
Anton Blanchard
2009-08-20
1
-1
/
+6
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...
Linus Torvalds
2008-12-28
1
-0
/
+10
|
\
|
*
powerpc/mm: Introduce MMU features
Benjamin Herrenschmidt
2008-12-21
1
-0
/
+10
*
|
[S390] arch_setup_additional_pages arguments
Martin Schwidefsky
2008-12-25
1
-2
/
+1
|
/
*
powerpc: Remove use of CONFIG_PPC_MERGE
Kumar Gala
2008-08-04
1
-2
/
+0
*
powerpc: Fixup lwsync at runtime
Kumar Gala
2008-07-03
1
-0
/
+10
*
Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIP
Linus Torvalds
2008-06-20
1
-1
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6
Paul Mackerras
2008-02-26
1
-1
/
+2
|
\
|
*
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
David S. Miller
2008-02-13
1
-1
/
+2
*
|
[POWERPC] vdso_do_func_patch{32,64}() must be __init
Adrian Bunk
2008-02-14
1
-6
/
+6
|
/
*
[POWERPC] vdso: Fixes for cache block sizes
Olof Johansson
2007-11-20
1
-0
/
+11
*
[POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented
Wolfgang Denk
2007-10-11
1
-0
/
+2
*
[POWERPC] Don't expose clock vDSO functions when CPU has no timebase
Benjamin Herrenschmidt
2007-09-19
1
-0
/
+12
*
[POWERPC] Fix VDSO compile warning
Segher Boessenkool
2007-06-14
1
-1
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[POWERPC] Fix vDSO page count calculation
Benjamin Herrenschmidt
2007-02-13
1
-11
/
+23
*
[PATCH] powerpc vDSO: use install_special_mapping
Roland McGrath
2007-02-09
1
-77
/
+27
*
[PATCH] powerpc vDSO: use VM_ALWAYSDUMP
Roland McGrath
2007-01-26
1
-0
/
+7
*
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
1
-1
/
+1
*
[POWERPC] Support feature fixups in vdso's
Benjamin Herrenschmidt
2006-10-25
1
-0
/
+43
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] powerpc vdso updates
Benjamin Herrenschmidt
2006-06-09
1
-21
/
+36
*
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
Benjamin Herrenschmidt
2006-03-28
1
-1
/
+8
*
Merge ../linux-2.6
Paul Mackerras
2006-03-09
1
-2
/
+2
|
\
|
*
[PATCH] Add mm->task_size and fix powerpc vdso
Benjamin Herrenschmidt
2006-02-28
1
-2
/
+2
*
|
[PATCH] powerpc: trivial: modify comments to refer to new location of files
Jon Mason
2006-02-10
1
-2
/
+0
|
/
*
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
2005-11-28
1
-4
/
+2
*
[PATCH] unpaged: VM_UNPAGED
Hugh Dickins
2005-11-22
1
-2
/
+1
*
[PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel
Benjamin Herrenschmidt
2005-11-11
1
-0
/
+746