index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-15
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
6
-117
/
+128
2016-03-14
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-140
/
+271
2016-03-14
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-664
/
+1046
2016-03-14
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-26
/
+38
2016-03-14
Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2016-03-14
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-133
/
+204
2016-03-14
Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-51
/
+72
2016-03-10
locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait()
Davidlohr Bueso
1
-2
/
+1
2016-03-10
locking/csd_lock: Explicitly inline csd_lock*() helpers
Davidlohr Bueso
1
-3
/
+3
2016-03-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
4
-21
/
+33
2016-03-09
memremap: check pfn validity before passing to pfn_to_page()
Ard Biesheuvel
1
-2
/
+2
2016-03-09
sched/kasan: remove stale KASAN poison after hotplug
Mark Rutland
1
-0
/
+3
2016-03-09
mm: fix mixed zone detection in devm_memremap_pages
Dan Williams
1
-5
/
+6
2016-03-09
list: kill list_force_poison()
Dan Williams
1
-2
/
+7
2016-03-08
futex: Replace barrier() in unqueue_me() with READ_ONCE()
Jianyu Zhan
1
-2
/
+6
2016-03-08
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
8
-140
/
+271
2016-03-08
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-03-08
sched/deadline: Remove dl_new from struct sched_dl_entity
Luca Abeni
2
-23
/
+13
2016-03-08
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
1
-4
/
+3
2016-03-04
Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+15
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2
-12
/
+15
2016-03-04
Merge tag 'v4.5-rc6' into core/resources, to resolve conflict
Ingo Molnar
31
-954
/
+1255
2016-03-02
sched-clock: Migrate to use new tick dependency mask model
Frederic Weisbecker
2
-19
/
+5
2016-03-02
posix-cpu-timers: Migrate to use new tick dependency mask model
Frederic Weisbecker
2
-47
/
+12
2016-03-02
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
3
-34
/
+53
2016-03-02
sched: Account rr tasks
Frederic Weisbecker
2
-0
/
+17
2016-03-02
perf: Migrate perf to use new tick dependency mask model
Frederic Weisbecker
2
-24
/
+49
2016-03-02
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
1
-9
/
+9
2016-03-02
nohz: New tick dependency mask
Frederic Weisbecker
2
-7
/
+144
2016-02-29
tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:
Taeung Song
1
-7
/
+9
2016-02-29
locking/lockdep: Detect chain_key collisions
Ingo Molnar
1
-8
/
+51
2016-02-29
locking/lockdep: Prevent chain_key collisions
Alfredo Alvarez Fernandez
1
-8
/
+6
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2016-02-29
locking/pvqspinlock: Enable slowpath locking count tracking
Waiman Long
2
-0
/
+8
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
1
-4
/
+3
2016-02-29
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...
Waiman Long
2
-20
/
+9
2016-02-29
locking/mcs: Fix mcs_spin_lock() ordering
Peter Zijlstra
1
-1
/
+7
2016-02-29
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
Ingo Molnar
8
-173
/
+261
2016-02-29
sched/deadline: Remove superfluous call to switched_to_dl()
Peter Zijlstra
1
-2
/
+1
2016-02-29
sched/debug: Fix preempt_disable_ip recording for preempt_disable()
Sebastian Andrzej Siewior
2
-14
/
+4
2016-02-29
sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity
Rik van Riel
1
-16
/
+23
2016-02-29
time, acct: Drop irq save & restore from __acct_update_integrals()
Rik van Riel
1
-5
/
+4
2016-02-29
acct, time: Change indentation in __acct_update_integrals()
Rik van Riel
1
-25
/
+26
2016-02-29
sched, time: Remove non-power-of-two divides from __acct_update_integrals()
Rik van Riel
1
-10
/
+16
2016-02-29
sched/rt: Kick RT bandwidth timer immediately on start up
Steven Rostedt
1
-1
/
+9
2016-02-29
sched/debug: Add deadline scheduler bandwidth ratio to /proc/sched_debug
Steven Rostedt (Red Hat)
1
-0
/
+9
2016-02-29
sched/debug: Move sched_domain_sysctl to debug.c
Steven Rostedt (Red Hat)
3
-178
/
+186
2016-02-29
sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.c
Steven Rostedt (Red Hat)
2
-133
/
+131
2016-02-29
sched/rt: Fix PI handling vs. sched_setscheduler()
Peter Zijlstra
3
-50
/
+111
2016-02-29
sched/core: Remove duplicated sched_group_set_shares() prototype
Dongsheng Yang
1
-1
/
+0
[next]