index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
wait.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-26
jump_label: Check entries limit in __jump_label_update
Jiri Olsa
1
-5
/
+13
2011-05-26
ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARM
Rabin Vincent
1
-0
/
+8
2011-05-26
scripts/tags.sh: Add magic for trace-events for etags too
Steven Rostedt
1
-1
/
+3
2011-05-26
scripts/tags.sh: Fix ctags for DEFINE_EVENT()
Steven Rostedt
1
-1
/
+1
2011-05-26
x86/ftrace: Fix compiler warning in ftrace.c
Rakib Mullick
1
-6
/
+6
2011-05-26
maccess,probe_kernel: Make write/read src const void *
Steven Rostedt
4
-12
/
+12
2011-05-24
watchdog: Fix non-standard prototype of get_softlockup_thresh()
Ingo Molnar
1
-7
/
+4
2011-05-24
perf tools: Fix sample type size calculation in 32 bits archs
Frederic Weisbecker
1
-1
/
+1
2011-05-23
perf tools: Fix sample size bit operations
Frederic Weisbecker
1
-16
/
+16
2011-05-23
perf tools: Fix ommitted mmap data update on remap
Frederic Weisbecker
1
-13
/
+26
2011-05-23
watchdog: Change the default timeout and configure nmi watchdog period based ...
Mandeep Singh Baines
3
-7
/
+18
2011-05-23
watchdog: Disable watchdog when thresh is zero
Mandeep Singh Baines
4
-23
/
+20
2011-05-23
watchdog: Only disable/enable watchdog if neccessary
Mandeep Singh Baines
1
-8
/
+12
2011-05-23
watchdog: Fix rounding bug in get_sample_period()
Mandeep Singh Baines
1
-1
/
+1
2011-05-22
perf tools: Propagate event parse error handling
Frederic Weisbecker
4
-11
/
+33
2011-05-22
perf tools: Robustify dynamic sample content fetch
Frederic Weisbecker
1
-0
/
+26
2011-05-22
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
7
-5
/
+41
2011-05-22
perf tools: Move evlist sample helpers to evlist area
Frederic Weisbecker
4
-33
/
+34
2011-05-22
perf tools: Remove junk code in mmap size handling
Frederic Weisbecker
1
-3
/
+0
2011-05-22
perf tools: Check we are able to read the event size on mmap
Frederic Weisbecker
1
-0
/
+7
2011-05-20
extable, core_kernel_data(): Make sure all archs define _sdata
Steven Rostedt
7
-1
/
+20
2011-05-20
selinux: avoid unnecessary avc cache stat hit count
Linus Torvalds
3
-9
/
+11
2011-05-20
selinux: de-crapify avc cache stat code generation
Linus Torvalds
1
-5
/
+1
2011-05-20
signal.h need a definition of struct task_struct
Stephen Rothwell
1
-0
/
+2
2011-05-20
core_kernel_data(): Fix architectures that do not define _sdata
Ingo Molnar
1
-1
/
+1
2011-05-20
[CPUFREQ] Move x86 drivers to drivers/cpufreq/
Dave Jones
29
-36
/
+37
2011-05-19
Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"
Paul E. McKenney
5
-73
/
+102
2011-05-19
list: remove prefetching from regular list iterators
Linus Torvalds
2
-18
/
+14
2011-05-19
hlist: remove software prefetching in hlist iterators
Linus Torvalds
2
-10
/
+9
2011-05-19
kmemleak: Initialise kmemleak after debug_objects_mem_init()
Catalin Marinas
1
-1
/
+1
2011-05-19
kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAK
Catalin Marinas
1
-1
/
+1
2011-05-19
kmemleak: Do not return a pointer to an object that kmemleak did not get
Catalin Marinas
1
-2
/
+5
2011-05-19
input/atari: Fix mouse movement and button mapping
Geert Uytterhoeven
1
-4
/
+4
2011-05-19
input/atari: Fix atarimouse init
Michael Schmitz
2
-4
/
+6
2011-05-19
input/atari: Use the correct mouse interrupt hook
Michael Schmitz
3
-8
/
+3
2011-05-19
m68k/atari: Do not use "/" in interrupt names
Geert Uytterhoeven
4
-4
/
+4
2011-05-19
m68k: unistd - Comment out definitions for unimplemented syscalls
Geert Uytterhoeven
1
-22
/
+24
2011-05-19
m68k: Really wire up sys_pselect6 and sys_ppoll
Geert Uytterhoeven
1
-2
/
+2
2011-05-19
m68k: Merge mmu and non-mmu versions of sys_call_table
Geert Uytterhoeven
3
-445
/
+96
2011-05-19
MAINTAINERS: Roman Zippel has been MIA for several years.
Geert Uytterhoeven
1
-5
/
+4
2011-05-19
m68k: bitops - Never step beyond the end of the bitmap
Geert Uytterhoeven
1
-26
/
+55
2011-05-19
m68k: bitops - offset == ((long)p - (long)vaddr) * 8
Geert Uytterhoeven
1
-4
/
+2
2011-05-19
drivers/xen/sys-hypervisor: Cleanup code/data sections definitions
Daniel Kiper
1
-1
/
+1
2011-05-19
arch/x86/xen/smp: Cleanup code/data sections definitions
Daniel Kiper
1
-4
/
+4
2011-05-19
arch/x86/xen/time: Cleanup code/data sections definitions
Daniel Kiper
1
-4
/
+4
2011-05-19
arch/x86/xen/xen-ops: Cleanup code/data sections definitions
Daniel Kiper
1
-1
/
+1
2011-05-19
arch/x86/xen/mmu: Cleanup code/data sections definitions
Daniel Kiper
1
-17
/
+17
2011-05-19
x86: Don't unmask disabled irqs when migrating them
Tian, Kevin
1
-1
/
+2
2011-05-19
x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs()
Tian, Kevin
1
-1
/
+1
2011-05-19
perf stat: Add more cache-miss percentage printouts
Ingo Molnar
1
-2
/
+136
[next]