index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
rcu: Move synchronize_sched_expedited() to rcutree.c
Paul E. McKenney
2
-116
/
+117
2012-02-21
rcu: Check for illegal use of RCU from offlined CPUs
Paul E. McKenney
3
-0
/
+35
2012-02-21
rcu: Add CPU-stall capability to rcutorture
Paul E. McKenney
1
-0
/
+66
2012-02-21
rcutorture: Permit holding off CPU-hotplug operations during boot
Paul E. McKenney
1
-2
/
+10
2012-02-21
rcu: Print scheduling-clock information on RCU CPU stall-warning messages
Paul E. McKenney
3
-14
/
+180
2012-02-21
rcu: Set RCU CPU stall times via sysfs
Paul E. McKenney
2
-11
/
+26
2012-02-21
rcu: Remove #ifdef CONFIG_SMP from TREE_RCU
Paul E. McKenney
2
-31
/
+0
2012-02-21
rcu: Check for idle-loop entry while in RCU read-side critical section
Paul E. McKenney
1
-0
/
+11
2012-02-21
rcu: Clean up straggling rcu_preempt_needs_cpu() name
Paul E. McKenney
3
-6
/
+6
2012-02-21
rcu: Simplify unboosting checks
Paul E. McKenney
1
-4
/
+6
2012-02-21
rcu: Inform RCU of irq_exit() activity
Paul E. McKenney
1
-1
/
+1
2012-02-21
rcu: Prevent RCU callbacks from executing before scheduler initialized
Paul E. McKenney
1
-3
/
+12
2012-02-21
rcu: Streamline code produced by __rcu_read_unlock()
Paul E. McKenney
1
-1
/
+1
2012-02-21
rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers
Paul E. McKenney
1
-8
/
+35
2012-02-21
rcu: Remove single-rcu_node optimization in rcu_start_gp()
Paul E. McKenney
1
-18
/
+0
2012-02-21
rcu: Don't make callbacks go through second full grace period
Paul E. McKenney
1
-6
/
+46
2012-02-21
rcu: Check for callback invocation from offline CPUs
Paul E. McKenney
1
-0
/
+1
2012-02-21
rcu: Limit lazy-callback duration
Paul E. McKenney
1
-1
/
+11
2012-02-21
rcu: Make rcutorture flag online/offline failures
Paul E. McKenney
1
-0
/
+4
2012-02-21
rcu: Simplify offline processing
Paul E. McKenney
3
-97
/
+88
2012-02-21
rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
Paul E. McKenney
6
-22
/
+105
2012-02-21
rcu: Add diagnostic for misaligned rcu_head structures
Paul E. McKenney
1
-0
/
+1
2012-02-21
rcu: Add lockdep-RCU checks for simple self-deadlock
Paul E. McKenney
5
-0
/
+27
2012-02-21
ftrace, perf: Add filter support for function trace event
Jiri Olsa
4
-9
/
+168
2012-02-21
ftrace: Allow to specify filter field type for ftrace events
Jiri Olsa
4
-47
/
+82
2012-02-21
ftrace, perf: Add support to use function tracepoint in perf
Jiri Olsa
4
-2
/
+106
2012-02-21
ftrace: Add FTRACE_ENTRY_REG macro to allow event registration
Jiri Olsa
2
-2
/
+20
2012-02-21
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
4
-1
/
+11
2012-02-21
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
4
-49
/
+97
2012-02-21
ftrace: Add enable/disable ftrace_ops control interface
Jiri Olsa
2
-7
/
+106
2012-02-21
tracing: Don't use p->len field to determine output in __print_*() functions
Steven Rostedt
1
-3
/
+3
2012-02-20
tracing: Don't print an extra separator of flags
Andrey Vagin
1
-2
/
+4
2012-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2012-02-20
compat: Add helper functions to read/write struct timeval, timespec
H. Peter Anvin
1
-8
/
+60
2012-02-19
Replace the fd_sets in struct fdtable with an array of unsigned longs
David Howells
1
-1
/
+1
2012-02-17
PM / Hibernate: print physical addresses consistently with other parts of kernel
Bjorn Helgaas
1
-3
/
+4
2012-02-17
PM / Sleep: Drop suspend_stats_update()
Rafael J. Wysocki
1
-6
/
+12
2012-02-17
PM / Sleep: Make enter_state() in kernel/power/suspend.c static
Rafael J. Wysocki
3
-8
/
+4
2012-02-17
PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.c
Rafael J. Wysocki
1
-29
/
+27
2012-02-17
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Ingo Molnar
7
-16
/
+31
2012-02-17
uprobes/core: Clean up, refactor and improve the code
Ingo Molnar
1
-92
/
+127
2012-02-17
uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints
Srikar Dronamraju
2
-0
/
+977
2012-02-16
irq_domain: constify irq_domain_ops
Grant Likely
1
-16
/
+15
2012-02-16
irq_domain: Create common xlate functions that device drivers can use
Grant Likely
1
-10
/
+55
2012-02-16
irq_domain: Remove irq_domain_add_simple()
Grant Likely
1
-8
/
+2
2012-02-16
irq_domain: Remove 'new' irq_domain in favour of the ppc one
Grant Likely
1
-146
/
+13
2012-02-16
irq_domain: Add support for base irq and hwirq in legacy mappings
Grant Likely
1
-32
/
+64
2012-02-16
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
1
-68
/
+128
2012-02-16
irq_domain: Remove references to old irq_host names
Grant Likely
1
-111
/
+108
2012-02-16
irq_domain: remove NO_IRQ from irq domain code
Grant Likely
1
-19
/
+19
[prev]
[next]