Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
693525e3bea25cf2ee6cf2b862ba7c148e891df2
/
kernel
693525e
sched: Ensure the migration task doesn't go away during use
by Peter Zijlstra
· 16 years ago
8f48894
sched: Add debug check to task_of()
by Peter Zijlstra
· 16 years ago
00aec93
sched: Fully integrate cpus_active_map and root-domain code
by Gregory Haskins
· 15 years ago
3f029d3
sched: Enhance the pre/post scheduling logic
by Gregory Haskins
· 15 years ago
c3a2ae3
sched: Add new prio to cpupri before removing old prio
by Steven Rostedt
· 15 years ago
da19ab5
sched: Check for pushing rt tasks after all scheduling
by Steven Rostedt
· 15 years ago
e709715
sched: Optimize unused cgroup configuration
by Peter Zijlstra
· 16 years ago
a500427
sched: Fix cgroup smp fairness
by Peter Zijlstra
· 15 years ago
8e9ed8b
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 15 years ago
07903af
sched: Fix race in cpupri introduced by cpumask_var changes
by Gregory Haskins
· 15 years ago
e414314
sched: Fix latencytop and sleep profiling vs group scheduling
by Peter Zijlstra
· 16 years ago
b592972
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
ec30c5f
kprobes: Use kernel_text_address() for checking probe address
by Masami Hiramatsu
· 15 years ago
b62f495
profile: suppress warning about large allocations when profile=1 is specified
by Mel Gorman
· 15 years ago
8870326
cgroup avoid permanent sleep at rmdir
by KAMEZAWA Hiroyuki
· 15 years ago
096b7fe
cgroups: fix pid namespace bug
by Li Zefan
· 15 years ago
11c7da4
kexec: fix omitting offset in extended crashkernel syntax
by Hidetoshi Seto
· 15 years ago
933b787
mm: copy over oom_adj value at fork time
by Rik van Riel
· 15 years ago
9ae2602
update the comment in kthread_stop()
by Oleg Nesterov
· 16 years ago
6560dc1
module: use MODULE_SYMBOL_PREFIX with module_layout
by Mike Frysinger
· 16 years ago
a004cd4
sched: Fix return value of migration_init()
by Thomas Gleixner
· 16 years ago
636eace
tracing/stat: Fix seqfile memory leak
by Li Zefan
· 16 years ago
8782711
function-graph: Fix seqfile memory leak
by Li Zefan
· 16 years ago
d8cc1ab
trace_stack: Fix seqfile memory leak
by Li Zefan
· 16 years ago
61f3826
genirq: Fix UP compile failure caused by irq_thread_check_affinity
by Bruno Premont
· 16 years ago
3c33010
Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf
by Linus Torvalds
· 16 years ago
612e900
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
c57c374
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5b26776
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
356d1b5
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
0dc3d52
perf: fix stack data leak
by Arjan van de Ven
· 16 years ago
966ee4d
perf_counter: Fix throttle/unthrottle event logging
by Anton Blanchard
· 16 years ago
7f453c2
perf_counter: PERF_SAMPLE_ID and inherited counters
by Peter Zijlstra
· 16 years ago
573402d
perf_counter: Plug more stack leaks
by Peter Zijlstra
· 16 years ago
c9f73a3
perf: Fix stack data leak
by Arjan van de Ven
· 16 years ago
1d2f379
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
by Peter Zijlstra
· 16 years ago
9ba5f00
softirq: introduce tasklet_hrtimer infrastructure
by Peter Zijlstra
· 16 years ago
591d2fb
genirq: Delegate irq affinity setting to the irq thread
by Thomas Gleixner
· 16 years ago
79ef2bb
clocksource: Prevent NULL pointer dereference
by Thomas Gleixner
· 16 years ago
4841158
timer: Avoid reading uninitialized data
by Pavel Roskin
· 16 years ago
613afbf
sched: Pull up the might_sleep() check into cond_resched()
by Frederic Weisbecker
· 16 years ago
e4aafea
sched: Add a preempt count base offset to __might_sleep()
by Frederic Weisbecker
· 16 years ago
e09758f
sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()
by Frederic Weisbecker
· 16 years ago
4b21556
sched: Remove obsolete comment in __cond_resched()
by Frederic Weisbecker
· 16 years ago
e7aaaa6
sched: Drop the need_resched() loop from cond_resched()
by Frederic Weisbecker
· 16 years ago
5304d5f
Merge branch 'linus' into sched/core
by Ingo Molnar
· 16 years ago
6301cb9
sched: fix nr_uninterruptible accounting of frozen tasks really
by Thomas Gleixner
· 16 years ago
a468d38
sched: fix load average accounting vs. cpu hotplug
by Thomas Gleixner
· 16 years ago
e5d490b
profile: Suppress warning about large allocations when profile=1 is specified
by Mel Gorman
· 16 years ago
ed900c0
perf_counter: Log vfork as a fork event
by Anton Blanchard
· 16 years ago
413ee3b
perf_counter: Make sure we dont leak kernel memory to userspace
by Anton Blanchard
· 16 years ago
54fdc58
sched: Account for vruntime wrapping
by Fabio Checconi
· 16 years ago
04aef32
tracing/function: Fix the return value of ftrace_trace_onoff_callback()
by Xiao Guangrong
· 16 years ago
4b0a840
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-sched
by Linus Torvalds
· 16 years ago
62f4905
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
989fa94
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6ab5d66
tracing/function-profiler: do not free per cpu variable stat
by Steven Rostedt
· 16 years ago
d4d7d0b
perf_counter: Fix the tracepoint channel to perfcounters
by Chris Wilson
· 16 years ago
7638d53
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 16 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 16 years ago
ce2ae53
futexes: Fix infinite loop in get_futex_key() on huge page
by Sonny Rao
· 16 years ago
d07387b
sched: Fix bug in SCHED_IDLE interaction with group scheduling
by Paul Turner
· 16 years ago
ac3f482
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
d86ee48
sched: optimize cond_resched()
by Peter Zijlstra
· 16 years ago
2a6f86b
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6ff7041
hrtimer: Fix migration expiry check
by Thomas Gleixner
· 16 years ago
7e0c508
hrtimer: migration: do not check expiry time on current CPU
by Thomas Gleixner
· 16 years ago
c20b08e
sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()
by Fabio Checconi
· 16 years ago
7793527
sched: Reset sched stats on fork()
by Lucas De Marchi
· 16 years ago
a1ba4d8
sched_rt: Fix overload bug on rt group scheduling
by Peter Zijlstra
· 16 years ago
71a851b
perf_counter: Stop open coding unclone_ctx
by Peter Zijlstra
· 16 years ago
264ef8a
kmemleak: Remove alloc_bootmem annotations introduced in the past
by Catalin Marinas
· 16 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 16 years ago
b43f3cb
headers: mnt_namespace.h redux
by Alexey Dobriyan
· 16 years ago
793285f
cred_guard_mutex: do not return -EINTR to user-space
by Oleg Nesterov
· 16 years ago
5bfd756
Fix virt_to_phys() warnings
by Kevin Cernekee
· 16 years ago
e1af3ae
tracing: Fix trace_print_seq()
by Xiao Guangrong
· 16 years ago
4a2bb6f
kprobes: No need to unlock kprobe_insn_mutex
by Masami Hiramatsu
· 16 years ago
e83c2b0
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 16 years ago
55bcab4
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
df279ca
bsdacct: fix access to invalid filp in acct_on()
by Renaud Lottiaux
· 16 years ago
8bc1ad7
kernel/resource.c: fix sign extension in reserve_setup()
by Zhang Rui
· 16 years ago
57e7986
perf_counter: Provide a way to enable counters on exec
by Paul Mackerras
· 16 years ago
12de38b
kmemleak: Inform kmemleak about pid_hash
by Catalin Marinas
· 16 years ago
238a24f
tracing/fastboot: Document the need of initcall_debug
by Li Zefan
· 16 years ago
54d35f2
sched: Hide runqueues from direct reference at source code level for __raw_get_cpu_var()
by Hitoshi Mitake
· 16 years ago
348b346
Merge branch 'linus' into sched/core
by Ingo Molnar
· 16 years ago
8326e28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
187dd31
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
9b71272
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
82d5308
trace_export: Repair missed fields
by Lai Jiangshan
· 16 years ago
a32c776
tracing: Fix stack tracer sysctl handling
by Li Zefan
· 16 years ago
19d2e75
perf_counter: Complete counter swap
by Peter Zijlstra
· 16 years ago
0296e42
ftrace: Fix the output of profile
by Li Zefan
· 16 years ago
5211a24
x86: Add sysctl to allow panic on IOCK NMI error
by Kurt Garloff
· 16 years ago
e6e18ec
perf_counter: Rework the sample ABI
by Peter Zijlstra
· 16 years ago
bfbd338
perf_counter: Implement more accurate per task statistics
by Peter Zijlstra
· 16 years ago
38b200d
perf_counter: Add PERF_EVENT_READ
by Peter Zijlstra
· 16 years ago
194002b
perf_counter, x86: Add mmap counter read support
by Peter Zijlstra
· 16 years ago
7f8b4e4
perf_counter: Add scale information to the mmap control page
by Peter Zijlstra
· 16 years ago
Next »