Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
d9ae18ca4010af4d87d2ec3fc0fa6ddfa8c37bde
/
kernel
ed86b47
sigtimedwait: use freezable blocking call
by Colin Cross
· 13 years ago
437993e
nanosleep: use freezable blocking call
by Colin Cross
· 13 years ago
943ea4a
futex: use freezable blocking call
by Colin Cross
· 13 years ago
202605c
freezer: skip waking up tasks with PF_FREEZER_SKIP set
by Colin Cross
· 13 years ago
f284f77
freezer: shorten freezer sleep time using exponential backoff
by Colin Cross
· 13 years ago
ffe773f
lockdep: remove task argument from debug_check_no_locks_held
by Colin Cross
· 13 years ago
8d43d95
HACK: ARM: disable sleeping while atomic warning in do_signal
by Colin Cross
· 13 years ago
dde448d
Merge tag 'v3.4.10' into cm-10.1
by Ethan Chen
· 13 years ago
ac4f619
Merge tag 'AU_LINUX_ANDROID_JB_2.5.04.02.02.040.375' into HEAD
by Ethan Chen
· 13 years ago
92f4f8b
perf: Treat attr.config as u64 in perf_swevent_init()
by Tommi Rantala
· 13 years ago
12bc403
timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
by Tirupathi Reddy
· 13 years ago
d8ed9cf
signal: always clear sa_restorer on execve
by Kees Cook
· 13 years ago
b7824c6
hrtimer: Don't reinitialize a cpu_base's lock on CPU_UP
by Michael Bohan
· 13 years ago
4966c78
input: synaptics_i2c_rmi4: Add TS support
by Shantanu Jain
· 13 years ago
ae8fd09
input: touchscreen: synaptics v1.1
by Alexandra Chin
· 13 years ago
5531350
first commit
by Alexandra Chin
· 13 years ago
da445f9
android/lowmemorykiller: Ignore tasks with freed mm
by Liam Mark
· 13 years ago
e140bab
coresight: abort coresight tracing on kernel panic
by Pratik Patel
· 13 years ago
502f0d8
coresight: have trace_printk only log the actual data to STM
by Pushkar Joshi
· 13 years ago
ddec663
coresight: Have trace_marker only log the actual data
by Pushkar Joshi
· 13 years ago
05c0e5d
coresight: don't directly log printk to STM
by Pratik Patel
· 13 years ago
43c81de
trace: cpu_freq_switch: Add profiler for CPU frequency switch times
by Matt Wagantall
· 13 years ago
d448aba
sched: add sysctl for controlling task migrations on wake
by Steve Muckle
· 13 years ago
7f69b07
Merge remote-tracking branch 'remotes/quic/partner-android/android-msm-mako-3.4-wip' into mybranch
by Anh Nguyen
· 13 years ago
62720dc
timers: Fix endless looping between cascade() and internal_add_timer()
by Devin Kim
· 13 years ago
82bf5d3
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active
by Devin Kim
· 13 years ago
ff96cd2
sched: add PF_WAKE_UP_IDLE.
by Steve Muckle
· 13 years ago
827173a
use clamp_t in UNAME26 fix
by Kees Cook
· 13 years ago
cebdc12
kernel/sys.c: fix stack memory content leak via UNAME26
by Kees Cook
· 13 years ago
fe9a0d0
sched_avg: add run queue averaging.
by Jeff Ohlstein
· 14 years ago
cf13495
printk: Defer CPU_ONLINE console flushing
by Ajay Dudani
· 13 years ago
21d7afe
Merge commit '406a0a8400fd2d1d5b68c993e191f4c05a8c23a9' into android-msm-mako-3.4-wip
by Iliyan Malchev
· 13 years ago
26665db
random: remove rand_initialize_irq()
by Theodore Ts'o
· 13 years ago
0110bbf
random: make 'add_interrupt_randomness()' do something sane
by Theodore Ts'o
· 14 years ago
8e1e6b6
coresight: enable stm logging for ftrace events and printk
by Pratik Patel
· 14 years ago
b3f9576
futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
by Darren Hart
· 13 years ago
47b6ff7
futex: Fix bug in WARN_ON for NULL q.pi_state
by Darren Hart
· 13 years ago
d48c1ba
futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
by Darren Hart
· 13 years ago
27cd8f5
posix_types.h: Cleanup stale __NFDBITS and related definitions
by Josh Boyer
· 13 years ago
d3b4254
workqueue: perform cpu down operations from low priority cpu_notifier()
by Tejun Heo
· 13 years ago
d3dd392
ftrace: Disable function tracing during suspend/resume and hibernation, again
by Srivatsa S. Bhat
· 14 years ago
0f0df2f
Merge branch 'caf' into android-msm-mako-3.4-wip
by Brian Muramatsu
· 13 years ago
fd25080
ntp: Fix STA_INS/DEL clearing bug
by John Stultz
· 13 years ago
a2cd6ea
trace: Modify timer_start and irq_handler_entry trace events.
by Badhri Jagan Sridharan
· 13 years ago
3cdeda1
timekeeping: Add missing update call in timekeeping_resume()
by Thomas Gleixner
· 13 years ago
6321a0a
hrtimer: Update hrtimer base offsets each hrtimer_interrupt
by John Stultz
· 13 years ago
765bdc4
timekeeping: Provide hrtimer update function
by Thomas Gleixner
· 13 years ago
dd3cded
hrtimers: Move lock held region in hrtimer_interrupt()
by Thomas Gleixner
· 13 years ago
7d1f071
timekeeping: Maintain ktime_t based offsets for hrtimers
by Thomas Gleixner
· 13 years ago
2e947d4
timekeeping: Fix leapsecond triggered load spike issue
by John Stultz
· 13 years ago
5e5006e
hrtimer: Provide clock_was_set_delayed()
by John Stultz
· 13 years ago
7490d0a
sched/nohz: Rewrite and fix load-avg computation -- again
by Peter Zijlstra
· 14 years ago
9feb87d
tick-sched: recalculate sleep length each time it is requested
by Jeff Ohlstein
· 13 years ago
2c07f25
splice: fix racy pipe->buffers uses
by Eric Dumazet
· 14 years ago
4943d9c
tracing: change CPU ring buffer state from tracing_cpumask
by Vaibhav Nagarnaik
· 14 years ago
21017fa
mm: correctly synchronize rss-counters at exit/exec
by Konstantin Khlebnikov
· 14 years ago
0004ba4
Merge remote-tracking branch 'coreaurora.org/msm-3.4' into android-msm-mako-3.4-wip
by Iliyan Malchev
· 14 years ago
b849941
mako: debug: porting lge crash handler
by Jaeseong GIM
· 14 years ago
dd58afe
panic: Fix a possible deadlock in panic()
by Vikram Mulukutla
· 14 years ago
bb6b30f
irqdomain: Port system to new API
by Michael Bohan
· 14 years ago
c17f648b6
ntp: Correct TAI offset during leap second
by Richard Cochran
· 14 years ago
d64cbbc
kdump: Execute kmsg_dump(KMSG_DUMP_PANIC) after smp_send_stop()
by Seiji Aguchi
· 14 years ago
3993b24
tracing: Have tracing_off() actually turn tracing off
by Steven Rostedt
· 14 years ago
8997b22
sched: Fix the relax_domain_level boot parameter
by Dimitri Sivanich
· 14 years ago
d913c02
timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond
by John Stultz
· 14 years ago
3876c72
mm/fork: fix overflow in vma length when copying mmap on clone
by Siddhesh Poyarekar
· 14 years ago
f066380
Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.130' into msm-3.4
by Steve Muckle
· 14 years ago
f132c6c
Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4
by Steve Muckle
· 14 years ago
8c880ff
power: main: Add conditional compilation for touch nodes
by Amar Singhal
· 14 years ago
24312d3
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active
by Tejun Heo
· 14 years ago
23016de
PM / Suspend: Print wall time at suspend entry and exit
by Todd Poynor
· 14 years ago
5500e4f
Merge commit 'v3.4' into android-3.4
by Colin Cross
· 14 years ago
73937f5
block: ioctl support for sanitize in eMMC 4.5
by Maya Erez
· 14 years ago
5459bf8
debug: add parameters to prevent entering debug mode on errors
by Colin Cross
· 14 years ago
2eec7c9
sched/rt: fix SCHED_RR across cgroups
by Colin Cross
· 14 years ago
31ae983
Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
3911ff3
genirq: export handle_edge_irq() and irq_to_desc()
by Jiri Kosina
· 14 years ago
ec0b571
Merge commit 'v3.4-rc7' into android-3.4
by Colin Cross
· 14 years ago
5e2bf01
namespaces, pid_ns: fix leakage on fork() failure
by Mike Galbraith
· 14 years ago
9b63776
tracing: Do not enable function event with enable
by Steven Rostedt
· 14 years ago
b7dafa0
compat: Fix RT signal mask corruption via sigprocmask
by Jan Kiszka
· 14 years ago
30b4e9e
sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list assumption
by Igor Mammedov
· 14 years ago
aadf030
Merge commit 'v3.4-rc5' into android-3.4
by Colin Cross
· 14 years ago
6cfdd02
Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 14 years ago
78e97a4
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
daae677
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
06fc5d3
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
f607245
Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 14 years ago
724b6da
perf: Fix perf_event_for_each() to use sibling
by Michael Ellerman
· 14 years ago
fb2cf2c
sched: Fix OOPS when build_sched_domains() percpu allocation fails
by he, bo
· 14 years ago
eb95308
sched: Fix more load-balancing fallout
by Peter Zijlstra
· 14 years ago
c716ef5
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent
by Ingo Molnar
· 14 years ago
4d8cd7e
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent
by Ingo Molnar
· 14 years ago
f8262d4
PM / Hibernate: fix the number of pages used for hibernate/thaw buffering
by Bojan Smojver
· 14 years ago
364da7c
vsprintf: Fix %ps on non symbols when using kallsyms
by Stephen Boyd
· 14 years ago
9f3045e
irq: hide debug macros so they don't collide with others.
by Paul Gortmaker
· 14 years ago
ab2965e
Merge commit 'v3.4-rc3' into android-3.4
by Colin Cross
· 14 years ago
db4c75c
tracing: Fix stacktrace of latency tracers (irqsoff and friends)
by Steven Rostedt
· 14 years ago
a6371f8
tick: Fix the spurious broadcast timer ticks after resume
by Suresh Siddha
· 14 years ago
b9a6a23
tick: Ensure that the broadcast device is initialized
by Thomas Gleixner
· 14 years ago
Next »