index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-24
watchdog: Fix non-standard prototype of get_softlockup_thresh()
Ingo Molnar
1
-7
/
+4
2011-05-23
Merge commit '559fa6e76b27' into perf/urgent
Ingo Molnar
1
-4
/
+2
2011-05-23
watchdog: Change the default timeout and configure nmi watchdog period based ...
Mandeep Singh Baines
1
-4
/
+15
2011-05-23
watchdog: Disable watchdog when thresh is zero
Mandeep Singh Baines
2
-20
/
+17
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-20
extable, core_kernel_data(): Make sure all archs define _sdata
Steven Rostedt
1
-1
/
+11
2011-05-20
Merge branch 'perf/core' into perf/urgent
Ingo Molnar
1
-1
/
+1
2011-05-19
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+12
2011-05-19
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-400
/
+1333
2011-05-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-5
/
+749
2011-05-19
Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-19
/
+83
2011-05-19
Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...
Linus Torvalds
14
-1078
/
+831
2011-05-19
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
18
-682
/
+1570
2011-05-19
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-4
/
+401
2011-05-19
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-12
/
+196
2011-05-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
10
-63
/
+85
2011-05-20
core_kernel_data(): Fix architectures that do not define _sdata
Ingo Molnar
1
-1
/
+1
2011-05-19
Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"
Paul E. McKenney
4
-68
/
+90
2011-05-19
clockevents: Provide interface to reconfigure an active clock event device
Thomas Gleixner
1
-0
/
+20
2011-05-19
clockevents: Provide combined configure and register function
Thomas Gleixner
1
-0
/
+44
2011-05-19
clocksource: Get rid of the hardcoded 5 seconds sleep time limit
Thomas Gleixner
1
-19
/
+19
2011-05-19
params.c: Use new strtobool function to process boolean inputs
Jonathan Cameron
1
-10
/
+4
2011-05-19
module: Use binary search in lookup_symbol()
Alessio Igor Bogani
1
-5
/
+2
2011-05-19
module: Use the binary search for symbols resolution
Alessio Igor Bogani
1
-5
/
+16
2011-05-19
module: each_symbol_section instead of each_symbol
Rusty Russell
1
-15
/
+27
2011-05-19
module: split unset_section_ro_nx function.
Jan Glauber
1
-22
/
+23
2011-05-19
module: undo module RONX protection correctly.
Jan Glauber
1
-12
/
+13
2011-05-19
module: zero mod->init_ro_size after init is freed.
Jan Glauber
1
-0
/
+1
2011-05-19
minor ANSI prototype sparse fix
Daniel J Blueman
1
-2
/
+2
2011-05-19
module: deal with alignment issues in built-in module versions
Dmitry Torokhov
1
-3
/
+6
2011-05-18
ftrace: Add self-tests for multiple function trace users
Steven Rostedt
3
-1
/
+217
2011-05-18
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
2
-4
/
+46
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2
-7
/
+38
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
5
-38
/
+160
2011-05-18
ftrace: Free hash with call_rcu_sched()
Steven Rostedt
1
-27
/
+28
2011-05-18
ftrace: Have global_ops store the functions that are to be traced
Steven Rostedt
1
-16
/
+53
2011-05-18
ftrace: Add ops parameter to ftrace_startup/shutdown functions
Steven Rostedt
1
-14
/
+14
2011-05-18
ftrace: Add enabled_functions file
Steven Rostedt
1
-2
/
+49
2011-05-18
ftrace: Use counters to enable functions to trace
Steven Rostedt
1
-16
/
+142
2011-05-18
ftrace: Separate hash allocation and assignment
Steven Rostedt
1
-42
/
+233
2011-05-18
ftrace: Create a global_ops to hold the filter and notrace hashes
Steven Rostedt
1
-19
/
+46
2011-05-18
ftrace: Use hash instead for FTRACE_FL_FILTER
Steven Rostedt
1
-82
/
+69
2011-05-18
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions
Steven Rostedt
1
-26
/
+150
2011-05-18
irq: Export functions to allow modular irq drivers
Jonathan Cameron
2
-0
/
+5
2011-05-18
genirq: Uninline and sanity check generic_handle_irq()
Thomas Gleixner
1
-0
/
+15
2011-05-18
genirq: Remove pointless ifdefs
Thomas Gleixner
1
-3
/
+1
2011-05-17
PM: Allow drivers to allocate memory from .prepare() callbacks safely
Rafael J. Wysocki
1
-4
/
+13
2011-05-17
PM: Remove CONFIG_PM_VERBOSE
Rafael J. Wysocki
1
-6
/
+0
2011-05-17
Merge branch 'power-domains' into for-linus
Rafael J. Wysocki
1
-0
/
+4
[next]