index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2011-05-19
8
-4
/
+401
|
\
|
*
irq: Export functions to allow modular irq drivers
Jonathan Cameron
2011-05-18
2
-0
/
+5
|
*
genirq: Uninline and sanity check generic_handle_irq()
Thomas Gleixner
2011-05-18
1
-0
/
+15
|
*
genirq: Remove pointless ifdefs
Thomas Gleixner
2011-05-18
1
-3
/
+1
|
*
genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIP
Thomas Gleixner
2011-05-02
2
-1
/
+5
|
*
genirq: Add chip suspend and resume callbacks
Thomas Gleixner
2011-04-23
1
-0
/
+93
|
*
genirq: Implement a generic interrupt chip
Thomas Gleixner
2011-04-23
2
-0
/
+262
|
*
genirq: Support per-IRQ thread disabling.
Paul Mundt
2011-04-23
4
-1
/
+21
*
|
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-05-19
2
-12
/
+196
|
\
\
|
*
|
watchdog, hung_task_timeout: Add Kconfig configurable default
Jeff Mahoney
2011-04-28
1
-1
/
+1
|
*
|
lockdep: Remove cmpxchg to update nr_chain_hlocks
Steven Rostedt
2011-04-22
1
-10
/
+4
|
*
|
lockdep: Print a nicer description for simple irq lock inversions
Steven Rostedt
2011-04-22
1
-0
/
+20
|
*
|
lockdep: Replace "Bad BFS generated tree" message with something less cryptic
Steven Rostedt
2011-04-22
1
-1
/
+1
|
*
|
lockdep: Print a nicer description for irq inversion bugs
Steven Rostedt
2011-04-22
1
-5
/
+29
|
*
|
lockdep: Print a nicer description for simple deadlocks
Steven Rostedt
2011-04-22
1
-0
/
+21
|
*
|
lockdep: Print a nicer description for normal deadlocks
Steven Rostedt
2011-04-22
1
-0
/
+55
|
*
|
lockdep: Print a nicer description for irq lock inversions
Steven Rostedt
2011-04-22
1
-0
/
+70
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2011-05-19
10
-63
/
+85
|
\
\
\
|
*
|
|
PM: Allow drivers to allocate memory from .prepare() callbacks safely
Rafael J. Wysocki
2011-05-17
1
-4
/
+13
|
*
|
|
PM: Remove CONFIG_PM_VERBOSE
Rafael J. Wysocki
2011-05-17
1
-6
/
+0
|
*
|
|
Merge branch 'power-domains' into for-linus
Rafael J. Wysocki
2011-05-17
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Rafael J. Wysocki
2011-04-30
1
-0
/
+4
|
*
|
|
|
Merge branch 'syscore' into for-linus
Rafael J. Wysocki
2011-05-17
4
-34
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
PM: Remove sysdev suspend, resume and shutdown operations
Rafael J. Wysocki
2011-05-11
4
-34
/
+4
|
*
|
|
|
|
Revert "PM / Hibernate: Reduce autotuned default image size"
Rafael J. Wysocki
2011-05-17
1
-4
/
+4
|
*
|
|
|
|
PM / Hibernate: Add sysfs knob to control size of memory for drivers
Rafael J. Wysocki
2011-05-17
4
-5
/
+48
|
*
|
|
|
|
kmod: always provide usermodehelper_disable()
Kay Sievers
2011-05-17
1
-7
/
+0
|
*
|
|
|
|
PM: Print a warning if firmware is requested when tasks are frozen
Rafael J. Wysocki
2011-05-17
1
-0
/
+9
|
*
|
|
|
|
Freezer: Use SMP barriers
Mike Frysinger
2011-05-17
1
-2
/
+2
|
*
|
|
|
|
PM / Suspend: Do not ignore error codes returned by suspend_enter()
MyungJoo Ham
2011-05-17
1
-1
/
+1
*
|
|
|
|
|
params.c: Use new strtobool function to process boolean inputs
Jonathan Cameron
2011-05-19
1
-10
/
+4
*
|
|
|
|
|
module: Use binary search in lookup_symbol()
Alessio Igor Bogani
2011-05-19
1
-5
/
+2
*
|
|
|
|
|
module: Use the binary search for symbols resolution
Alessio Igor Bogani
2011-05-19
1
-5
/
+16
*
|
|
|
|
|
module: each_symbol_section instead of each_symbol
Rusty Russell
2011-05-19
1
-15
/
+27
*
|
|
|
|
|
module: split unset_section_ro_nx function.
Jan Glauber
2011-05-19
1
-22
/
+23
*
|
|
|
|
|
module: undo module RONX protection correctly.
Jan Glauber
2011-05-19
1
-12
/
+13
*
|
|
|
|
|
module: zero mod->init_ro_size after init is freed.
Jan Glauber
2011-05-19
1
-0
/
+1
*
|
|
|
|
|
minor ANSI prototype sparse fix
Daniel J Blueman
2011-05-19
1
-2
/
+2
*
|
|
|
|
|
module: deal with alignment issues in built-in module versions
Dmitry Torokhov
2011-05-19
1
-3
/
+6
*
|
|
|
|
|
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-05-17
2
-3
/
+13
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tick: Clear broadcast active bit when switching to oneshot
Thomas Gleixner
2011-05-16
1
-1
/
+11
|
*
|
|
|
|
clocksource: Install completely before selecting
john stultz
2011-05-05
1
-2
/
+2
*
|
|
|
|
|
Cache user_ns in struct cred
Serge E. Hallyn
2011-05-13
2
-6
/
+18
*
|
|
|
|
|
PM / Hibernate: Fix ioctl SNAPSHOT_S2RAM
Rafael J. Wysocki
2011-05-11
1
-0
/
+1
*
|
|
|
|
|
PM / Hibernate: Make snapshot_release() restore GFP mask
Rafael J. Wysocki
2011-05-11
1
-1
/
+3
*
|
|
|
|
|
PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctl
Rafael J. Wysocki
2011-05-11
1
-2
/
+2
*
|
|
|
|
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-05-07
2
-1
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...
Ingo Molnar
2011-05-06
1
-1
/
+1
|
|
\
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
2011-05-04
2
-1
/
+18
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
ptrace: Prepare to fix racy accesses on task breakpoints
Frederic Weisbecker
2011-04-25
2
-1
/
+18
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
[next]