index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-15
rcu: Move RCU-related source code to kernel/rcu directory
Paul E. McKenney
15
-62
/
+105
2013-10-15
Merge branch 'idle.2013.09.25a' into HEAD
Paul E. McKenney
9
-36
/
+72
2013-10-15
Merge branch 'gp.2013.09.25a' into HEAD
Paul E. McKenney
4
-29
/
+144
2013-10-15
Merge branches 'doc.2013.09.25b' and 'fixes.2013.09.23b' into HEAD
Paul E. McKenney
7
-51
/
+119
2013-09-25
rcu: Fix occurrence of "the the" in checklist.txt
Michael Opdenacker
1
-2
/
+2
2013-09-25
kthread: Add pointer to vmstat-avoidance patch
Paul E. McKenney
1
-6
/
+11
2013-09-25
rcu: Update stall-warning documentation
Paul E. McKenney
1
-7
/
+15
2013-09-25
rcu: Consistent rcu_is_watching() naming
Paul E. McKenney
7
-38
/
+46
2013-09-25
rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()
Paul E. McKenney
1
-1
/
+1
2013-09-25
rcu: Is it safe to enter an RCU read-side critical section?
Paul E. McKenney
5
-6
/
+30
2013-09-25
rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacks
Paul E. McKenney
1
-0
/
+2
2013-09-25
rcu: Throttle rcu_try_advance_all_cbs() execution
Paul E. McKenney
2
-3
/
+11
2013-09-25
rcu: Remove redundant code from rcu_cleanup_after_idle()
Paul E. McKenney
1
-8
/
+2
2013-09-23
rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU mask
Kirill Tkhai
1
-1
/
+6
2013-09-23
rcu: Avoid sparse warnings in rcu_nocb_wake trace event
Paul E. McKenney
2
-6
/
+6
2013-09-23
rcu: Track rcu_nocb_kthread()'s sleeping and awakening
Paul E. McKenney
2
-1
/
+18
2013-09-23
rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events
Paul E. McKenney
1
-2
/
+4
2013-09-23
rcu: Add tracing for rcuo no-CBs CPU wakeup handshake
Paul E. McKenney
2
-1
/
+50
2013-09-23
rcu: Add tracing of normal (non-NOCB) grace-period requests
Paul E. McKenney
2
-1
/
+8
2013-09-23
rcu: Add tracing to rcu_gp_kthread()
Paul E. McKenney
2
-9
/
+37
2013-09-23
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
Paul E. McKenney
1
-1
/
+1
2013-09-23
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
Paul E. McKenney
1
-3
/
+8
2013-09-23
rcu: Improve grace-period start logic
Paul E. McKenney
1
-5
/
+12
2013-09-23
rcu: Have rcutiny tracepoints use tracepoint_string()
Paul E. McKenney
3
-14
/
+17
2013-09-23
rcu: Reject memory-order-induced stall-warning false positives
Paul E. McKenney
1
-5
/
+40
2013-09-23
rcu: Micro-optimize rcu_cpu_has_callbacks()
Paul E. McKenney
1
-4
/
+7
2013-09-23
rcu: Silence unused-variable warnings
Paul E. McKenney
1
-2
/
+4
2013-09-23
rcu: Replace __get_cpu_var() uses
Christoph Lameter
2
-18
/
+18
2013-09-23
rcu: Make list_splice_init_rcu() account for RCU readers
Paul E. McKenney
1
-2
/
+21
2013-09-23
rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()
Paul E. McKenney
1
-1
/
+1
2013-09-23
rcu: Convert local functions to static
Paul E. McKenney
2
-3
/
+3
2013-09-20
rcu: Use proper cpp macro for ->gp_flags
Paul E. McKenney
1
-1
/
+1
2013-09-20
mm: Place preemption point in do_mlockall() loop
Paul E. McKenney
1
-0
/
+1
2013-09-16
Linux 3.12-rc1
Linus Torvalds
1
-3
/
+3
2013-09-16
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
8
-128
/
+164
2013-09-16
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2
-36
/
+21
2013-09-16
Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubi
Linus Torvalds
2
-4
/
+4
2013-09-16
Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-3
/
+4
2013-09-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
7
-8
/
+50
2013-09-15
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Linus Torvalds
13
-114
/
+66
2013-09-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
37
-678
/
+1718
2013-09-15
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
8
-371
/
+216
2013-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-6
/
+32
2013-09-15
vfs: fix typo in comment in recent dentry work
Linus Torvalds
1
-1
/
+1
2013-09-15
partitions/efi: loosen check fot pmbr size in lba
Davidlohr Bueso
1
-2
/
+6
2013-09-13
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-4
/
+12
2013-09-13
vfs: fix dentry LRU list handling and nr_dentry_unused accounting
Linus Torvalds
1
-27
/
+101
2013-09-13
cifs: update cifs.txt and remove some outdated infos
Björn Jacke
1
-31
/
+11
2013-09-13
cifs: Avoid calling unlock_page() twice in cifs_readpage() when using fscache
Sachin Prabhu
1
-3
/
+7
2013-09-13
cifs: Do not take a reference to the page in cifs_readpage_worker()
Sachin Prabhu
1
-2
/
+3
[next]