index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
arc4.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-14
sh: Bump the earlytimer probe devices up.
Paul Mundt
1
-2
/
+7
2009-06-14
sh: Use generic sched_clock().
Paul Mundt
1
-5
/
+0
2009-06-14
sh: Bump the earlytimer bits back to time_init().
Paul Mundt
1
-11
/
+6
2009-06-14
cpumask: Use accessors for cpu_*_mask: sh
Rusty Russell
2
-6
/
+5
2009-06-14
cpumask: use mm_cpumask() wrapper: sh
Rusty Russell
1
-2
/
+2
2009-06-14
cpumask: arch_send_call_function_ipi_mask: sh
Rusty Russell
2
-3
/
+4
2009-06-14
cpumask: remove the now-obsoleted pcibus_to_cpumask(): sh
Rusty Russell
1
-3
/
+0
2009-06-14
sh: pci: remove duplicated #include's
Huang Weiyi
2
-2
/
+0
2009-06-12
sh: intc: alloc_bootmem() -> kzalloc() conversion.
Paul Mundt
1
-7
/
+6
2009-06-12
sh: Wire up sys_perf_counter_open.
Paul Mundt
4
-2
/
+6
2009-06-11
slow_work_thread() should do the exclusive wait
Oleg Nesterov
1
-2
/
+2
2009-06-11
sh: Fix dynamic ftrace's NOP action.
Matt Fleming
1
-29
/
+29
2009-06-11
vgacon: use slab allocator instead of the bootmem allocator
Pekka Enberg
1
-3
/
+2
2009-06-11
irq: use kcalloc() instead of the bootmem allocator
Pekka Enberg
1
-1
/
+1
2009-06-11
sched: use slab in cpupri_init()
Pekka Enberg
2
-4
/
+6
2009-06-11
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
Pekka Enberg
1
-4
/
+4
2009-06-11
memcg: don't use bootmem allocator in setup code
Yinghai Lu
1
-4
/
+8
2009-06-11
irq/cpumask: make memoryless node zero happy
Yinghai Lu
2
-6
/
+9
2009-06-11
x86: remove some alloc_bootmem_cpumask_var calling
Yinghai Lu
5
-29
/
+12
2009-06-11
vt: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-6
/
+2
2009-06-11
sched: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-12
/
+8
2009-06-11
init: introduce mm_init()
Pekka Enberg
1
-6
/
+11
2009-06-11
vmalloc: use kzalloc() instead of alloc_bootmem()
Pekka Enberg
2
-3
/
+2
2009-06-11
slab: setup allocators earlier in the boot sequence
Pekka Enberg
3
-61
/
+77
2009-06-11
bootmem: fix slab fallback on numa
Pekka Enberg
1
-0
/
+9
2009-06-11
bootmem: use slab if bootmem is no longer available
Pekka Enberg
1
-0
/
+3
2009-06-11
kmemleak: Add the corresponding MAINTAINERS entry
Catalin Marinas
1
-0
/
+6
2009-06-11
kmemleak: Simple testing module for kmemleak
Catalin Marinas
3
-0
/
+122
2009-06-11
kmemleak: Enable the building of the memory leak detector
Catalin Marinas
2
-0
/
+23
2009-06-11
kmemleak: Remove some of the kmemleak false positives
Catalin Marinas
3
-0
/
+18
2009-06-11
kmemleak: Add modules support
Catalin Marinas
1
-0
/
+56
2009-06-11
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
Catalin Marinas
1
-0
/
+11
2009-06-11
kmemleak: Add the vmalloc memory allocation/freeing hooks
Catalin Marinas
1
-3
/
+27
2009-06-11
kmemleak: Add the slub memory allocation/freeing hooks
Catalin Marinas
1
-1
/
+4
2009-06-11
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
1
-0
/
+7
2009-06-11
kmemleak: Add the slab memory allocation/freeing hooks
Catalin Marinas
2
-2
/
+32
2009-06-11
kmemleak: Add documentation on the memory leak detector
Catalin Marinas
2
-0
/
+146
2009-06-11
kmemleak: Add the base support
Catalin Marinas
3
-1
/
+1597
2009-06-11
MN10300: Add utrace/tracehooks support
David Howells
7
-239
/
+257
2009-06-11
MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler
David Howells
1
-18
/
+0
2009-06-11
FRV: Implement new-style ptrace
David Howells
7
-164
/
+367
2009-06-11
FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue
David Howells
1
-1
/
+0
2009-06-11
FRV: Implement TIF_NOTIFY_RESUME
David Howells
2
-5
/
+10
2009-06-11
FRV: Remove in-kernel strace code
David Howells
1
-379
/
+0
2009-06-11
FRV: BUG to BUG_ON changes
Stoyan Gaydarov
4
-17
/
+8
2009-06-11
FRV: bitops: Change the bitmap index from int to unsigned long
Justin Chen
1
-14
/
+15
2009-06-11
perf_counter: Turn off by default
Ingo Molnar
1
-1
/
+0
2009-06-11
perf_counter: Add counter->id to the throttle event
Peter Zijlstra
2
-1
/
+4
2009-06-11
perf_counter: Better align code
Ingo Molnar
1
-80
/
+85
2009-06-11
perf_counter: Rename L2 to LL cache
Peter Zijlstra
8
-14
/
+14
[next]