index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
cast6.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-01
m68k: split ret_from_fork(), simplify kernel_thread()
Al Viro
4
-62
/
+36
2012-10-01
m68k: always set stack frame format for ColdFire on thread start
Greg Ungerer
1
-11
/
+12
2012-10-01
powerpc: switch to generic sys_execve()/kernel_execve()
Al Viro
8
-51
/
+21
2012-10-01
powerpc: split ret_from_fork
Al Viro
8
-84
/
+43
2012-10-01
s390: convert to generic kernel_execve()
Al Viro
3
-49
/
+13
2012-10-01
s390: switch to generic kernel_thread()
Al Viro
3
-40
/
+34
2012-10-01
s390: fold kernel_thread_helper() into ret_from_fork()
Al Viro
3
-16
/
+28
2012-10-01
s390: fold execve_tail() into start_thread(), convert to generic sys_execve()
Al Viro
9
-61
/
+5
2012-10-01
um: switch to generic kernel_thread()
Al Viro
3
-16
/
+4
2012-10-01
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
17
-158
/
+34
2012-10-01
x86: split ret_from_fork
Al Viro
7
-85
/
+67
2012-10-01
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
3
-19
/
+14
2012-10-01
alpha: switch to generic kernel_thread()
Al Viro
5
-72
/
+31
2012-10-01
alpha: switch to generic sys_execve()
Al Viro
3
-30
/
+1
2012-10-01
arm: get rid of execve wrapper, switch to generic execve() implementation
Al Viro
4
-26
/
+2
2012-10-01
arm: optimized current_pt_regs()
Al Viro
1
-0
/
+5
2012-10-01
arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
3
-42
/
+13
2012-10-01
arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]
Al Viro
4
-67
/
+26
2012-10-01
generic sys_execve()
Al Viro
2
-6
/
+40
2012-09-30
generic kernel_execve()
Al Viro
2
-0
/
+27
2012-09-30
new helper: current_pt_regs()
Al Viro
1
-0
/
+4
2012-09-30
preparation for generic kernel_thread()
Al Viro
3
-1
/
+18
2012-09-20
um: kill thread->forking
Al Viro
7
-66
/
+29
2012-09-20
um: let signal_delivered() do SIGTRAP on singlestepping into handler
Al Viro
2
-7
/
+5
2012-09-20
um: don't leak floating point state and segment registers on execve()
Al Viro
1
-0
/
+1
2012-09-20
um: take cleaning singlestep to start_thread()
Al Viro
1
-19
/
+5
2012-09-20
don't bother exporting kernel_execve()
Al Viro
3
-3
/
+0
2012-09-20
the only place that needs to include asm/exec.h is linux/binfmts.h
Al Viro
5
-4
/
+1
2012-09-20
get rid of generic instances of asm/exec.h
Al Viro
36
-195
/
+22
2012-09-20
x86: get rid of TIF_IRET hackery
Al Viro
5
-17
/
+8
2012-09-19
cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU
Tejun Heo
1
-29
/
+34
2012-09-19
workqueue: reimplement work_on_cpu() using system_wq
Tejun Heo
1
-17
/
+8
2012-09-19
md: make sure metadata is updated when spares are activated or removed.
NeilBrown
1
-1
/
+5
2012-09-19
md/raid5: fix calculate of 'degraded' when a replacement becomes active.
NeilBrown
1
-0
/
+4
2012-09-19
Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...
NeilBrown
1
-1
/
+1
2012-09-18
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2
-2
/
+4
2012-09-18
cciss: fix handling of protocol error
Stephen M. Cameron
1
-0
/
+1
2012-09-18
blk: add an upper sanity check on partition adding
Alan Cox
1
-1
/
+1
2012-09-18
sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.
Al Viro
2
-2
/
+2
2012-09-18
sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path
Laurent Pinchart
1
-1
/
+2
2012-09-18
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
1
-2
/
+10
2012-09-18
memory hotplug: fix section info double registration bug
qiuxishi
1
-6
/
+10
2012-09-18
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
1
-1
/
+1
2012-09-18
drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe
Kevin Hilman
1
-0
/
+5
2012-09-18
compiler.h: add __visible
Andi Kleen
2
-0
/
+11
2012-09-18
pid-namespace: limit value of ns_last_pid to (0, max_pid)
Andrew Vagin
1
-1
/
+5
2012-09-18
include/net/sock.h: squelch compiler warning in sk_rmem_schedule()
Chuck Lever
1
-1
/
+1
2012-09-18
slub: consider pfmemalloc_match() in get_partial_node()
Joonsoo Kim
1
-5
/
+10
2012-09-18
slab: fix starting index for finding another object
Joonsoo Kim
1
-1
/
+1
2012-09-18
slab: do ClearSlabPfmemalloc() for all pages of slab
Mel Gorman
1
-2
/
+2
[next]