Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_sm8150
/
073b5beea735c7e1970686c94ff1f3aaac790a2a
/
kernel
073b5be
sched/numa: Remove check that skips small VMAs
by Mel Gorman
· 12 years ago
9ff1d9f
sched/numa: Check current->mm before allocating NUMA faults
by Mel Gorman
· 12 years ago
ac8e895
sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults
by Mel Gorman
· 12 years ago
e6628d5
sched/numa: Reschedule task on preferred NUMA node once selected
by Mel Gorman
· 12 years ago
7a0f308
sched/numa: Resist moving tasks towards nodes with fewer hinting faults
by Mel Gorman
· 12 years ago
3a7053b
sched/numa: Favour moving tasks towards the preferred node
by Mel Gorman
· 12 years ago
745d614
sched/numa: Update NUMA hinting faults once per scan
by Mel Gorman
· 12 years ago
688b758
sched/numa: Select a preferred node with the most numa hinting faults
by Mel Gorman
· 12 years ago
f809ca9
sched/numa: Track NUMA hinting faults on per-node basis
by Mel Gorman
· 12 years ago
f307cd1
sched/numa: Slow scan rate if no NUMA hinting faults are being recorded
by Mel Gorman
· 12 years ago
598f0ec
sched/numa: Set the scan rate proportional to the memory usage of the task being scanned
by Mel Gorman
· 12 years ago
7e8d16b
sched/numa: Initialise numa_next_scan properly
by Mel Gorman
· 12 years ago
b726b7d
Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
by Mel Gorman
· 12 years ago
9e645ab6
sched/numa: Continue PTE scanning even if migrate rate limited
by Peter Zijlstra
· 12 years ago
19a78d1
sched/numa: Mitigate chance that same task always updates PTEs
by Peter Zijlstra
· 12 years ago
c69307d
sched/numa: Fix comments
by Peter Zijlstra
· 12 years ago
37bf063
Merge tag 'v3.12-rc4' into sched/core
by Ingo Molnar
· 12 years ago
6bfa687
sched/rt: Remove redundant nr_cpus_allowed test
by Shawn Bohrer
· 12 years ago
7dee8df
Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
0d119fb
Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/urgent
by Ingo Molnar
· 12 years ago
ded7975
irq: Force hardirq exit's softirq processing on its own stack
by Frederic Weisbecker
· 12 years ago
314a8ad
pidns: fix free_pid() to handle the first fork failure
by Oleg Nesterov
· 12 years ago
4c1c7be
kernel/kmod.c: check for NULL in call_usermodehelper_exec()
by Tetsuo Handa
· 12 years ago
aab1728
PM / hibernate: Fix user space driven resume regression
by Rafael J. Wysocki
· 12 years ago
669fc2f
Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
3a126f8
kernel/params: fix handling of signed integer types
by Jean Delvare
· 12 years ago
62d08ae
Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgent
by Ingo Molnar
· 12 years ago
0c06a5d
arm: Fix build error with context tracking calls
by Frederic Weisbecker
· 12 years ago
82dfaa5
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
bdc5663
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
a233f11
sched: Prepare for per-cpu preempt_count
by Peter Zijlstra
· 12 years ago
bdb4380
sched: Extract the basic add/sub preempt_count modifiers
by Peter Zijlstra
· 12 years ago
0102874
sched: Create more preempt_count accessors
by Peter Zijlstra
· 12 years ago
f27dde8
sched: Add NEED_RESCHED to the preempt_count
by Peter Zijlstra
· 12 years ago
4a2b4b2
sched: Introduce preempt_count accessor functions
by Peter Zijlstra
· 12 years ago
ea81174
sched, idle: Fix the idle polling state logic
by Peter Zijlstra
· 12 years ago
b021fe3
sched, rcu: Make RCU use resched_cpu()
by Peter Zijlstra
· 12 years ago
4314895
sched: Micro-optimize by dropping unnecessary task_rq() calls
by Michael S. Tsirkin
· 12 years ago
e2f0b88
kernel/reboot.c: re-enable the function of variable reboot_default
by Chuansheng Liu
· 12 years ago
8ac1c8d
audit: fix endless wait in audit_log_start()
by Konstantin Khlebnikov
· 12 years ago
9809b18
watchdog: update watchdog_thresh properly
by Michal Hocko
· 12 years ago
359e6fa
watchdog: update watchdog attributes atomically
by Michal Hocko
· 12 years ago
f48627e
sched/balancing: Periodically decay max cost of idle balance
by Jason Low
· 12 years ago
9bd721c
sched/balancing: Consider max cost of idle balance per sched domain
by Jason Low
· 12 years ago
abfafa5
sched: Reduce overestimating rq->avg_idle
by Jason Low
· 12 years ago
7aff2e3
sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned
by Vladimir Davydov
· 12 years ago
40a0c68
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
7e3115e
sched/balancing: Fix cfs_rq->task_h_load calculation
by Vladimir Davydov
· 12 years ago
3029ede
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()
by Vladimir Davydov
· 12 years ago
b188555
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()
by Vladimir Davydov
· 12 years ago
fa73158
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
by Peter Zijlstra
· 12 years ago
9d2cd70
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
7e28b27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
13b62e4
sched: Fix comment for sched_info_depart
by Michael S. Tsirkin
· 12 years ago
9bf12df
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 12 years ago
0244ad0
Remove GENERIC_HARDIRQ config option
by Martin Schwidefsky
· 12 years ago
ac4de95
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 12 years ago
6072ddc
kernel: replace strict_strto*() with kstrto*()
by Jingoo Han
· 12 years ago
1a36e59
memcg: reduce function dereference
by Sha Zhengju
· 12 years ago
3af3351
memcg: avoid overflow caused by PAGE_ALIGN
by Sha Zhengju
· 12 years ago
6de5a8b
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
by Sha Zhengju
· 12 years ago
26935fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
02b9735
Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
75acebf
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
b55ee28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
c61037e
sched/fair: Fix the group_capacity computation
by Peter Zijlstra
· 12 years ago
b37d931
sched/fair: Rework and comment the group_capacity code
by Peter Zijlstra
· 12 years ago
863bffc
sched/fair: Fix group power_orig computation
by Peter Zijlstra
· 12 years ago
b72ff13
sched/fair: Reduce local_group logic
by Peter Zijlstra
· 12 years ago
6263322
sched/fair: Rewrite group_imb trigger
by Peter Zijlstra
· 12 years ago
fc84091
sched/debug: Take PID namespace into account
by Peter Zijlstra
· 12 years ago
6c9a27f
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
by Daisuke Nishimura
· 12 years ago
878b5a6
uprobes: Fix utask->depth accounting in handle_trampoline()
by Oleg Nesterov
· 12 years ago
7bd3601
timekeeping: Fix HRTICK related deadlock from ntp lock changes
by John Stultz
· 12 years ago
6723734
panic: call panic handlers before kmsg_dump
by Kees Cook
· 12 years ago
80c74f6
kexec: remove unnecessary return
by Xishi Qiu
· 12 years ago
73af963
__ptrace_may_access() should not deny sub-threads
by Mark Grondona
· 12 years ago
af96397
kprobes: allow to specify custom allocator for insn caches
by Heiko Carstens
· 12 years ago
c802d64
kprobes: unify insn caches
by Heiko Carstens
· 12 years ago
892f666
task_work: documentation
by Oleg Nesterov
· 12 years ago
205e550
task_work: minor cleanups
by Oleg Nesterov
· 12 years ago
202da40
kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().
by David Daney
· 12 years ago
e656a63
extable: skip sorting if the table is empty
by Uwe Kleine-König
· 12 years ago
bff2dc4
smp.h: move !SMP version of on_each_cpu() out-of-line
by David Daney
· 12 years ago
081192b
up.c: use local_irq_{save,restore}() in smp_call_function_single.
by David Daney
· 12 years ago
fa68820
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
by David Daney
· 12 years ago
c14c338
kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAK
by Will Deacon
· 12 years ago
60c3236
kernel/smp.c: free related resources when failure occurs in hotplug_cfd()
by Chen Gang
· 12 years ago
54a33b1b
kernel/modsign_pubkey.c: fix init const for module signing code
by Andi Kleen
· 12 years ago
3ddc5b4
kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()
by Mathieu Desnoyers
· 12 years ago
86cdb46
mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable
by Naoya Horiguchi
· 12 years ago
c33bc31
mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages
by Xishi Qiu
· 12 years ago
ef0855d
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
by Oleg Nesterov
· 12 years ago
40a0d32
fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks
by Oleg Nesterov
· 12 years ago
5167246
pidns: kill the unnecessary CLONE_NEWPID in copy_process()
by Oleg Nesterov
· 12 years ago
e79f525
pidns: fix vfork() after unshare(CLONE_NEWPID)
by Oleg Nesterov
· 12 years ago
d008d52
perf: Fix up MMAP2 buffer space reservation
by Arnaldo Carvalho de Melo
· 12 years ago
3942c07
fs: bump inode and dentry counters to long
by Glauber Costa
· 12 years ago
85fb0a1
Merge branch 'acpi-hotplug'
by Rafael J. Wysocki
· 12 years ago
b05430f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
Next »