index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-10-31
7
-56
/
+99
|
\
|
*
sched/dl: Fix preemption checks
Kirill Tkhai
2014-10-28
1
-3
/
+7
|
*
sched: Update comments for CLONE_NEWNS
Chen Hanxiao
2014-10-28
1
-1
/
+1
|
*
sched: stop the unbound recursion in preempt_schedule_context()
Oleg Nesterov
2014-10-28
3
-40
/
+42
|
*
sched/fair: Fix division by zero sysctl_numa_balancing_scan_size
Kirill Tkhai
2014-10-28
2
-3
/
+5
|
*
sched/fair: Care divide error in update_task_scan_period()
Yasuaki Ishimatsu
2014-10-28
1
-1
/
+1
|
*
sched/numa: Fix unsafe get_task_struct() in task_numa_assign()
Kirill Tkhai
2014-10-28
1
-2
/
+12
|
*
sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()
Juri Lelli
2014-10-28
1
-5
/
+13
|
*
sched/deadline: Don't replenish from a !SCHED_DEADLINE entity
Juri Lelli
2014-10-28
1
-1
/
+12
|
*
sched: Fix race between task_group and sched_task_group
Kirill Tkhai
2014-10-28
1
-0
/
+6
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-31
19
-279
/
+158
|
\
\
|
*
\
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2014-10-30
7
-48
/
+131
|
|
\
\
|
|
*
|
perf probe: Trivial typo fix for --demangle
Masami Hiramatsu
2014-10-29
1
-1
/
+1
|
|
*
|
perf tools: Fix report -F dso_from for data without branch info
Jiri Olsa
2014-10-29
1
-2
/
+8
|
|
*
|
perf tools: Fix report -F dso_to for data without branch info
Jiri Olsa
2014-10-29
1
-2
/
+8
|
|
*
|
perf tools: Fix report -F symbol_from for data without branch info
Jiri Olsa
2014-10-29
1
-3
/
+13
|
|
*
|
perf tools: Fix report -F symbol_to for data without branch info
Jiri Olsa
2014-10-29
1
-5
/
+14
|
|
*
|
perf tools: Fix report -F mispredict for data without branch info
Jiri Olsa
2014-10-29
1
-8
/
+12
|
|
*
|
perf tools: Fix report -F in_tx for data without branch info
Jiri Olsa
2014-10-29
1
-3
/
+10
|
|
*
|
perf tools: Fix report -F abort for data without branch info
Jiri Olsa
2014-10-29
1
-3
/
+11
|
|
*
|
perf tools: Make CPUINFO_PROC an array to support different kernel versions
Wang Nan
2014-10-29
2
-21
/
+36
|
|
*
|
perf callchain: Use global caching provided by libunwind
Namhyung Kim
2014-10-29
3
-0
/
+18
|
|
/
/
|
*
|
perf/x86/intel: Revert incomplete and undocumented Broadwell client support
Ingo Molnar
2014-10-29
3
-181
/
+2
|
*
|
perf/x86: Fix compile warnings for intel_uncore
Peter Zijlstra
2014-10-28
2
-2
/
+9
|
*
|
perf: Fix typos in sample code in the perf_event.h header
Andy Lutomirski
2014-10-28
1
-7
/
+7
|
*
|
perf: Fix and clean up initialization of pmu::event_idx
Peter Zijlstra
2014-10-28
5
-39
/
+1
|
*
|
perf: Fix bogus kernel printk
Peter Zijlstra (Intel)
2014-10-28
1
-2
/
+3
|
*
|
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2014-10-24
1
-0
/
+5
|
|
\
\
|
|
*
|
perf diff: Add missing hists__init() call at tool start
Kan Liang
2014-10-22
1
-0
/
+5
*
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2014-10-31
1
-15
/
+21
|
\
\
\
\
|
*
|
|
|
futex: Fix a race condition between REQUEUE_PI and task death
Brian Silverman
2014-10-26
1
-11
/
+11
|
*
|
|
|
futex: Mention key referencing differences between shared and private futexes
Davidlohr Bueso
2014-10-26
1
-4
/
+10
|
|
/
/
/
*
|
|
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-31
7
-17
/
+66
|
\
\
\
\
|
*
\
\
\
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2014-10-30
5
-15
/
+66
|
|
\
\
\
\
|
|
*
|
|
|
rcu: Make rcu_barrier() understand about missing rcuo kthreads
Paul E. McKenney
2014-10-28
4
-14
/
+53
|
|
*
|
|
|
rcu: More on deadlock between CPU hotplug and expedited grace periods
Paul E. McKenney
2014-10-23
1
-1
/
+13
|
|
|
/
/
/
|
*
|
|
/
compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompiles
Steven Noonan
2014-10-28
2
-2
/
+0
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-31
3
-4
/
+5
|
\
\
\
\
|
*
|
|
|
ARM/ARM64: arch-timer: fix arch_timer_probed logic
Marc Zyngier
2014-10-26
1
-3
/
+3
|
*
|
|
|
clockevents: Prevent shift out of bounds
Thomas Gleixner
2014-10-25
1
-1
/
+1
|
*
|
|
|
posix-timers: Fix stack info leak in timer_create()
Mathias Krause
2014-10-25
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-31
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
2014-10-31
1
-4
/
+4
*
|
|
|
|
Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
Linus Torvalds
2014-10-31
13
-20
/
+33
|
\
\
\
\
\
|
*
|
|
|
|
Documentation/SubmittingPatches: Reported-by tags and permission
Dan Carpenter
2014-10-29
1
-6
/
+4
|
*
|
|
|
|
Documentation: remove outdated references to the linux-next wiki
Jim Davis
2014-10-28
3
-9
/
+0
|
*
|
|
|
|
Documentation: Restrict TSC test code to x86
Alexander Graf
2014-10-28
1
-1
/
+1
|
*
|
|
|
|
doc: kernel-parameters.txt: Add ide-generic.probe-mask
Maciej W. Rozycki
2014-10-27
1
-0
/
+12
|
*
|
|
|
|
vdso: don't require 64-bit math in standalone test
Jeff Mahoney
2014-10-25
1
-1
/
+1
|
*
|
|
|
|
Documentation: Add CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF case
Masanari Iida
2014-10-24
1
-0
/
+4
[next]