index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-25
timers: Reduce future __run_timers() latency for first add to empty list
Paul E. McKenney
1
-0
/
+1
2014-02-25
timers: Reduce future __run_timers() latency for newly emptied list
Paul E. McKenney
1
-0
/
+2
2014-02-25
timers: Reduce __run_timers() latency for empty list
Paul E. McKenney
1
-0
/
+18
2014-02-25
timers: Track total number of timers in list
Paul E. McKenney
1
-0
/
+5
2014-02-09
tick: Fixup more fallout from hrtimer broadcast mode
Preeti U Murthy
2
-2
/
+5
2014-02-07
time: Fixup fallout from recent clockevent/tick changes
Thomas Gleixner
1
-1
/
+2
2014-02-07
tick: Introduce hrtimer based broadcast
Preeti U Murthy
3
-4
/
+158
2014-02-07
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
3
-8
/
+12
2014-02-07
clockevents: Adjust timer interval when frequency changes
Soren Brinkmann
1
-3
/
+6
2014-02-07
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
3
-13
/
+45
2014-02-07
timekeeping: Move clock sync work to power efficient workqueue
Shaibal Dutta
1
-2
/
+3
2014-01-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-15
/
+16
2014-01-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+5
2014-01-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-8
/
+12
2014-01-30
kernel/smp.c: remove cpumask_ipi
Roman Gushchin
1
-16
/
+1
2014-01-30
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
1
-38
/
+13
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+9
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+0
2014-01-28
sched: Make sched_class::get_rr_interval() optional
Peter Zijlstra
1
-1
/
+3
2014-01-28
sched/deadline: Add sched_dl documentation
Dario Faggioli
1
-1
/
+2
2014-01-27
softirq: use const char * const for softirq_to_name, whitespace neatening
Joe Perches
1
-16
/
+9
2014-01-27
softirq: convert printks to pr_<level>
Joe Perches
1
-2
/
+4
2014-01-27
softirq: use ffs() in __do_softirq()
Joe Perches
1
-21
/
+22
2014-01-27
kernel/kexec.c: use vscnprintf() instead of vsnprintf() in vmcoreinfo_append_...
Chen Gang
1
-1
/
+1
2014-01-27
Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+81
2014-01-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-19
/
+42
2014-01-25
hung_task: Display every hung task warning
Aaron Tomlin
2
-5
/
+9
2014-01-25
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
1
-11
/
+0
2014-01-25
sysctl: Add neg_one as a standard constraint
Aaron Tomlin
1
-0
/
+1
2014-01-25
kgdb/kdb: Fix no KDB config problem
Mike Travis
2
-4
/
+3
2014-01-25
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Ingo Molnar
3
-15
/
+16
2014-01-24
Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+4
2014-01-23
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
8
-22
/
+63
2014-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2014-01-23
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
5
-193
/
+326
2014-01-23
kdump: fix exported size of vmcoreinfo note
Vivek Goyal
1
-1
/
+1
2014-01-23
kexec: add sysctl to disable kexec_load
Kees Cook
2
-1
/
+15
2014-01-23
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
Oleg Nesterov
1
-4
/
+3
2014-01-23
kernel/sys.c: k_getrusage() can use while_each_thread()
Oleg Nesterov
1
-2
/
+1
2014-01-23
exec: kill task_struct->did_exec
Oleg Nesterov
2
-4
/
+2
2014-01-23
kernel/fork.c: remove redundant NULL check in dup_mm()
Daeseok Youn
1
-3
/
+0
2014-01-23
kernel/fork.c: fix coding style issues
Daeseok Youn
1
-2
/
+2
2014-01-23
kernel/fork.c: make dup_mm() static
DaeSeok Youn
1
-1
/
+1
2014-01-23
printk: flush conflicting continuation line
Arun KS
1
-3
/
+6
2014-01-23
numa: add a sysctl for numa_balancing
Andi Kleen
2
-1
/
+32
2014-01-23
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-01-23
sched/clock: Fixup early initialization
Peter Zijlstra
1
-12
/
+41
2014-01-23
Revert "sched: Fix sleep time double accounting in enqueue entity"
Vincent Guittot
1
-7
/
+1
2014-01-22
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-20
/
+11
2014-01-23
tracing: Fix formatting of trace README file
Steven Rostedt (Red Hat)
1
-52
/
+64
[next]