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
2012-02-21
rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections
Paul E. McKenney
2
-0
/
+4
2012-02-21
rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()
Paul E. McKenney
3
-12
/
+46
2012-02-21
rcu: Remove redundant check for rcu_head misalignment
Paul E. McKenney
1
-1
/
+0
2012-02-21
PTR_ERR should be called before its argument is cleared.
Julia Lawall
1
-1
/
+4
2012-02-21
rcu: Trace only after NULL-pointer check
Paul E. McKenney
1
-2
/
+2
2012-02-21
rcu: Call out dangers of expedited RCU primitives
Paul E. McKenney
3
-22
/
+47
2012-02-21
rcu: Rework detection of use of RCU by offline CPUs
Paul E. McKenney
4
-51
/
+71
2012-02-21
lockdep: Add CPU-idle/offline warning to lockdep-RCU splat
Paul E. McKenney
1
-1
/
+7
2012-02-21
rcu: No interrupt disabling for rcu_prepare_for_idle()
Paul E. McKenney
1
-17
/
+1
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
-99
/
+90
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-13
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
1
-1
/
+2
2012-02-14
module: make module param bint handle nul value
Dave Young
1
-1
/
+2
2012-02-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+9
2012-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+14
2012-02-10
relay: prevent integer overflow in relay_open()
Dan Carpenter
1
-2
/
+8
2012-02-07
perf: Fix double start/stop in x86_pmu_start()
Stephane Eranian
1
-5
/
+14
2012-02-07
block: strip out locking optimization in put_io_context()
Tejun Heo
1
-1
/
+1
2012-02-04
Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-6
/
+31
2012-02-04
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2
-4
/
+27
2012-02-03
kprobes: fix a memory leak in function pre_handler_kretprobe()
Jiang Liu
1
-1
/
+5
2012-02-02
Fix race in process_vm_rw_core
Christopher Yeoh
1
-0
/
+20
2012-02-02
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...
Linus Torvalds
6
-56
/
+124
2012-02-01
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
Srivatsa S. Bhat
1
-2
/
+4
2012-01-29
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2
-0
/
+28
2012-01-27
sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW
Chanho Min
1
-0
/
+5
2012-01-27
perf: Fix broken interrupt rate throttling
Stephane Eranian
1
-38
/
+66
2012-01-27
sched: Fix ancient race in do_exit()
Yasunori Goto
1
-0
/
+16
2012-01-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+1
[next]