Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dd59f6c76b265ed2ff18b497d6105a9511b1feb1
/
kernel
eca9dfc
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
aac3d39
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
10e5453
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
3cd312c
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b4c30aa
fix more leaks in audit_tree.c tag_chunk()
by Al Viro
· 15 years ago
6f5d511
fix braindamage in audit_tree.c untag_chunk()
by Al Viro
· 15 years ago
55db493b
Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
efc8e7f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 15 years ago
dcc7cd0
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 15 years ago
6485536
printk: fix new kernel-doc warnings
by Randy Dunlap
· 15 years ago
9cd80bb
do_wait() optimization: do not place sub-threads on task_struct->children list
by Oleg Nesterov
· 15 years ago
3e26120
kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-non-negative.patch
by WANG Cong
· 15 years ago
5a865c0
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 15 years ago
077614e
sched: Fix broken assertion
by Peter Zijlstra
· 15 years ago
5d27c23
perf events: Dont report side-band events on each cpu for per-task-per-cpu events
by Peter Zijlstra
· 15 years ago
61c1917
perf events, x86/stacktrace: Make stack walking optional
by Frederic Weisbecker
· 15 years ago
234da7b
sched: Teach might_sleep() about preemptible RCU
by Frederic Weisbecker
· 15 years ago
6f3cf44
kprobe-tracer: Check new event/group name
by Masami Hiramatsu
· 15 years ago
416eb39
sched: Make warning less noisy
by Ingo Molnar
· 15 years ago
62ac127
cpumask: avoid dereferencing struct cpumask
by Rusty Russell
· 15 years ago
f6325e3
cpumask: use cpu_online in kernel/perf_event.c
by Rusty Russell
· 15 years ago
cf1e367
timers: Remove duplicate setting of new_base in __mod_timer()
by Simon Horman
· 15 years ago
6e14154
NOMMU: Optimise away the {dac_,}mmap_min_addr tests
by David Howells
· 15 years ago
61cf693
[sysctl] Fix breakage on systems with older glibc
by Andi Kleen
· 15 years ago
8aedf8a
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
da184a8
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
74f3ae7
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
60d9aa7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
738d2be
sched: Simplify set_task_cpu()
by Peter Zijlstra
· 15 years ago
88ec22d
sched: Remove the cfs_rq dependency from set_task_cpu()
by Peter Zijlstra
· 15 years ago
efbbd05
sched: Add pre and post wakeup hooks
by Peter Zijlstra
· 15 years ago
881232b
sched: Move kthread_bind() back to kthread.c
by Peter Zijlstra
· 15 years ago
5da9a0f
sched: Fix select_task_rq() vs hotplug issues
by Peter Zijlstra
· 15 years ago
3802290
sched: Fix sched_exec() balancing
by Peter Zijlstra
· 15 years ago
e291200
sched: Ensure set_task_cpu() is never called on blocked tasks
by Peter Zijlstra
· 15 years ago
06b83b5
sched: Use TASK_WAKING for fork wakups
by Peter Zijlstra
· 15 years ago
e4f4288
sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
by Peter Zijlstra
· 15 years ago
e6c8fba
sched: Fix task_hot() test order
by Peter Zijlstra
· 15 years ago
9ee349a
sched: Fix set_cpu_active() in cpu_down()
by Xiaotian Feng
· 15 years ago
ee1156c
Merge branch 'linus' into sched/urgent
by Ingo Molnar
· 15 years ago
f4c4176
perf events: Allow per-task-per-cpu counters
by Peter Zijlstra
· 15 years ago
06a7f71
kexec: premit reduction of the reserved memory size
by Amerigo Wang
· 15 years ago
417e315
pid: reduce code size by using a pointer to iterate over array
by André Goddard Rosa
· 15 years ago
7be6d99
pid: tighten pidmap spinlock critical section by removing kfree()
by André Goddard Rosa
· 15 years ago
1be5396
signals: check ->group_stop_count after tracehook_get_signal()
by Oleg Nesterov
· 15 years ago
ad09750
signals: kill force_sig_specific()
by Oleg Nesterov
· 15 years ago
7486e5d
signals: cosmetic, collect_signal: use SI_USER
by Oleg Nesterov
· 15 years ago
dd34200
signals: send_signal: use si_fromuser() to detect from_ancestor_ns
by Oleg Nesterov
· 15 years ago
614c517
signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()
by Oleg Nesterov
· 15 years ago
6580807
ptrace: copy_process() should disable stepping
by Oleg Nesterov
· 15 years ago
569b846
memcg: coalesce uncharge during unmap/truncate
by KAMEZAWA Hiroyuki
· 15 years ago
28dfef8
const: constify remaining pipe_buf_operations
by Alexey Dobriyan
· 15 years ago
f065f41
timecompare: fix half-Y2K38 problem in timecompare_update while calculating offset
by Barry Song
· 15 years ago
f13c12c
perf_events: Fix perf_event_attr layout
by Peter Zijlstra
· 15 years ago
8f0ddf9
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
5ada918
vt: introduce and use vt_kmsg_redirect() function
by Bernhard Walle
· 15 years ago
dfc6a73
kernel/sys.c: fix "warning: do-while statement is not a compound statement" noise
by H Hartley Sweeten
· 15 years ago
c0f68c2
generic-ipi: cleanup for generic_smp_call_function_interrupt()
by Xiao Guangrong
· 15 years ago
70da234
'sysctl_max_map_count' should be non-negative
by Amerigo Wang
· 15 years ago
06808b0
hugetlb: derive huge pages nodes allowed from task mempolicy
by Lee Schermerhorn
· 15 years ago
4b731d5
bsdacct: fix uid/gid misreporting
by Alexey Dobriyan
· 15 years ago
0f624e7
perf_event: Fix incorrect range check on cpu number
by Paul Mackerras
· 15 years ago
b9f8fcd
sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
by David Miller
· 15 years ago
e36c545
tracing: Fix return of trace_dump_stack()
by Steven Rostedt
· 15 years ago
d4703ae
module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
by Rusty Russell
· 15 years ago
b5f91da
clockevents: Convert to raw_spinlock
by Thomas Gleixner
· 15 years ago
d192c47
clockevents: Make tick_device_lock static
by Thomas Gleixner
· 15 years ago
e625cce1
perf_event: Convert to raw_spinlock
by Thomas Gleixner
· 15 years ago
ecb49d1
hrtimers: Convert to raw_spinlocks
by Thomas Gleixner
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
9f5a562
smp: Convert smplocks to raw_spinlocks
by Thomas Gleixner
· 15 years ago
d209d74
rtmutes: Convert rtmutex.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
1d61548
sched: Convert pi_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
fe84122
sched: Convert cpupri lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
0986b11
sched: Convert rt_runtime_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
05fa785
sched: Convert rq->lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
a267245
plist: Make plist debugging raw_spinlock aware
by Thomas Gleixner
· 15 years ago
9c1721a
locking: Cleanup the name space completely
by Thomas Gleixner
· 15 years ago
9828ea9
locking: Further name space cleanups
by Thomas Gleixner
· 15 years ago
c2f21ce
locking: Implement new raw_spinlock
by Thomas Gleixner
· 15 years ago
0199c4e
locking: Convert __raw_spin* functions to arch_spin*
by Thomas Gleixner
· 15 years ago
edc35bd
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
by Thomas Gleixner
· 15 years ago
445c895
locking: Convert raw_spinlock to arch_spinlock
by Thomas Gleixner
· 15 years ago
b7b40ad
locking: Reorder functions in spinlock.c
by Thomas Gleixner
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
0087aab
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent
by Ingo Molnar
· 15 years ago
1a551ae
sched: Use rcu in sched_get_rr_param()
by Thomas Gleixner
· 15 years ago
23f5d14
sched: Use rcu in sched_get/set_affinity()
by Thomas Gleixner
· 15 years ago
5fe85be
sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()
by Thomas Gleixner
· 15 years ago
cc0104e
Merge branch 'linus' into tracing/urgent
by Ingo Molnar
· 15 years ago
16620e0
ksym_tracer: Fix bad cast
by Li Zefan
· 15 years ago
472bbe0
tracing/power: Remove two exports
by Li Zefan
· 15 years ago
e00bf2e
tracing: Change event->profile_count to be int type
by Li Zefan
· 15 years ago
8d18eaa
tracing: Simplify trace_option_write()
by Li Zefan
· 15 years ago
2cbafd6
tracing: Remove useless trace option
by Li Zefan
· 15 years ago
13f16d2
tracing: Use seq file for trace_clock
by Li Zefan
· 15 years ago
fdb372e
tracing: Use seq file for trace_options
by Li Zefan
· 15 years ago
91baf62
function-graph: Allow writing the same val to set_graph_function
by Li Zefan
· 15 years ago
313254a
ftrace: Call trace_parser_clear() properly
by Li Zefan
· 15 years ago
Next »