index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
deal with races in /proc/*/{syscall,stack,personality}
Al Viro
2011-03-23
1
-19
/
+50
*
proc: enable writing to /proc/pid/mem
Stephen Wilson
2011-03-23
1
-5
/
+0
*
proc: make check_mem_permission() return an mm_struct on success
Stephen Wilson
2011-03-23
1
-24
/
+34
*
proc: hold cred_guard_mutex in check_mem_permission()
Stephen Wilson
2011-03-23
1
-4
/
+22
*
proc: disable mem_write after exec
Stephen Wilson
2011-03-23
1
-0
/
+4
*
mm: implement access_remote_vm
Stephen Wilson
2011-03-23
2
-0
/
+18
*
mm: factor out main logic of access_process_vm
Stephen Wilson
2011-03-23
1
-10
/
+25
*
mm: use mm_struct to resolve gate vma's in __get_user_pages
Stephen Wilson
2011-03-23
1
-7
/
+11
*
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
Stephen Wilson
2011-03-23
9
-15
/
+15
*
mm: arch: make in_gate_area take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
7
-10
/
+10
*
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
10
-20
/
+23
*
x86: mark associated mm when running a task in 32 bit compatibility mode
Stephen Wilson
2011-03-23
2
-0
/
+9
*
x86: add context tag to mark mm when running a task in 32-bit compatibility mode
Stephen Wilson
2011-03-23
1
-0
/
+6
*
auxv: require the target to be tracable (or yourself)
Al Viro
2011-03-23
1
-3
/
+3
*
close race in /proc/*/environ
Al Viro
2011-03-23
1
-6
/
+4
*
report errors in /proc/*/*map* sanely
Al Viro
2011-03-23
3
-11
/
+13
*
pagemap: close races with suid execve
Al Viro
2011-03-23
2
-7
/
+4
*
make sessionid permissions in /proc/*/task/* match those in /proc/*
Al Viro
2011-03-23
1
-1
/
+1
*
fix leaks in path_lookupat()
Al Viro
2011-03-23
1
-2
/
+5
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2011-03-21
15
-941
/
+1237
|
\
|
*
kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by default
Michal Marek
2011-03-21
1
-1
/
+0
|
*
Merge branch 'genksyms-enum' into kbuild/kbuild
Michal Marek
2011-03-17
8
-863
/
+988
|
|
\
|
|
*
genksyms: Regenerate lexer and parser
Michal Marek
2011-03-17
3
-512
/
+661
|
|
*
genksyms: Track changes to enum constants
Michal Marek
2011-03-17
4
-13
/
+127
|
|
*
genksyms: simplify usage of find_symbol()
Michal Marek
2011-03-17
4
-9
/
+9
|
|
*
genksyms: Add helpers for building string lists
Michal Marek
2011-03-17
1
-32
/
+38
|
|
*
genksyms: Simplify printing of symbol types
Michal Marek
2011-03-17
1
-16
/
+27
|
|
*
genksyms: Simplify lexer
Michal Marek
2011-03-17
2
-138
/
+123
|
|
*
genksyms: Do not paste the bison header file to lex.c
Michal Marek
2011-03-17
2
-147
/
+7
|
*
|
modpost: fix trailing comma
Randy Dunlap
2011-03-17
1
-8
/
+15
|
*
|
KBuild: silence "'scripts/unifdef' is up to date."
Mike Waychison
2011-03-17
2
-1
/
+6
|
*
|
kbuild: Add extra gcc checks
Borislav Petkov
2011-03-09
3
-1
/
+44
|
*
|
kbuild: reenable section mismatch analysis
Uwe Kleine-König
2011-02-24
1
-4
/
+0
|
*
|
unifdef: update to upstream version 2.5
Tony Finch
2011-01-22
1
-63
/
+184
|
|
/
*
|
Reduce sequential pointer derefs in scsi_error.c and reduce size as well
Jesper Juhl
2011-03-21
1
-45
/
+49
*
|
matroxfb: remove incorrect Matrox G200eV support
Gary Hade
2011-03-21
1
-9
/
+0
*
|
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2011-03-21
46
-1079
/
+947
|
\
\
|
*
|
xfs: don't name variables "panic"
Alex Elder
2011-03-11
1
-4
/
+4
|
*
|
xfs: factor agf counter updates into a helper
Christoph Hellwig
2011-03-09
1
-61
/
+68
|
*
|
xfs: clean up the xfs_alloc_compute_aligned calling convention
Christoph Hellwig
2011-03-09
1
-16
/
+13
|
*
|
xfs: kill support/debug.[ch]
Dave Chinner
2011-03-07
7
-86
/
+40
|
*
|
xfs: Convert remaining cmn_err() callers to new API
Dave Chinner
2011-03-07
20
-238
/
+169
|
*
|
xfs: convert the quota debug prints to new API
Dave Chinner
2011-03-07
1
-15
/
+12
|
*
|
xfs: rename xfs_cmn_err_fsblock_zero()
Dave Chinner
2011-03-07
1
-5
/
+5
|
*
|
xfs: convert xfs_fs_cmn_err to new error logging API
Dave Chinner
2011-03-07
13
-85
/
+53
|
*
|
xfs: kill xfs_fs_mount_cmn_err() macro
Dave Chinner
2011-03-07
2
-35
/
+43
|
*
|
xfs: kill xfs_fs_repair_cmn_err() macro
Dave Chinner
2011-03-07
4
-29
/
+19
|
*
|
xfs: convert xfs_cmn_err to xfs_alert_tag
Dave Chinner
2011-03-07
9
-74
/
+36
|
*
|
xfs: Convert xlog_warn to new logging interface
Dave Chinner
2011-03-07
6
-189
/
+177
|
*
|
xfs: Convert linux-2.6/ files to new logging interface
Dave Chinner
2011-03-07
6
-90
/
+76
[next]