Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
541c237c0923f567c9c4cabb8a81635baadc713f
/
kernel
0b0585c
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
b028161
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
f317ff9
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
3045f94
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
2d722f6
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
f0bb4c0
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
a4883ef
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
ab3d681
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
0c46d68
Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
3e42dee
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
fc76a25
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
bcd7351
Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 12 years ago
2fd1b48
Merge tag 'v3.10' into sched/core
by Ingo Molnar
· 12 years ago
c7ba828
cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy
by Tejun Heo
· 12 years ago
706b23b
Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation
by Mathieu Desnoyers
· 12 years ago
a75930c
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
d2e0847
softirq: Use _RET_IP_
by Davidlohr Bueso
· 12 years ago
333bb86
sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask
by Alex Shi
· 12 years ago
ccc414f
genirq: Add the generic chip to the genirq docbook
by Thomas Gleixner
· 12 years ago
d55f0cc
genirq: generic-chip: Export some irq_gc_ functions
by Fabio Estevam
· 12 years ago
2779db8
genirq: Fix can_request_irq() for IRQs without an action
by Ben Hutchings
· 12 years ago
add332a
sched/debug: Fix formatting of /proc/<PID>/sched
by Kamalesh Babulal
· 12 years ago
0ce6cba
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
by Tejun Heo
· 12 years ago
e2bd416
cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
by Tejun Heo
· 12 years ago
0fc576d
sched/fair: Fix typo describing flags in enqueue_entity
by Kamalesh Babulal
· 12 years ago
939fd73
sched/debug: Add load-tracking statistics to task
by Kamalesh Babulal
· 12 years ago
a9dc5d0
sched: Change get_rq_runnable_load() to static and inline
by Alex Shi
· 12 years ago
a9cef46
sched/tg: Remove tg.load_weight
by Alex Shi
· 12 years ago
2509940
sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t
by Alex Shi
· 12 years ago
bf5b986
sched/tg: Use 'unsigned long' for load variable in task group
by Alex Shi
· 12 years ago
72a4cf2
sched: Change cfs_rq load avg to unsigned long
by Alex Shi
· 12 years ago
a003a25
sched: Consider runnable load average in move_tasks()
by Alex Shi
· 12 years ago
b92486c
sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task
by Alex Shi
· 12 years ago
83dfd52
sched: Update cpu load after task_tick
by Alex Shi
· 12 years ago
282cf49
sched: Fix sleep time double accounting in enqueue entity
by Alex Shi
· 12 years ago
a75cdaa
sched: Set an initial value of runnable avg for new forked task
by Alex Shi
· 12 years ago
fa6bdde
sched: Move a few runnable tg variables into CONFIG_SMP
by Alex Shi
· 12 years ago
141965c
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"
by Alex Shi
· 12 years ago
54faf77
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
a4ea1cc
cgroup: always use RCU accessors for protected accesses
by Tejun Heo
· 12 years ago
a8ad805
cgroup: fix RCU accesses around task->cgroups
by Tejun Heo
· 12 years ago
eb178d0
cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()
by Tejun Heo
· 12 years ago
1672d04
cgroup: fix cgroupfs_root early destruction path
by Tejun Heo
· 12 years ago
2301002
mutex: Add w/w mutex slowpath debugging
by Daniel Vetter
· 12 years ago
040a0a3
mutex: Add support for wound/wait style locks
by Maarten Lankhorst
· 12 years ago
a41b56e
arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or not
by Maarten Lankhorst
· 12 years ago
ca02c21
Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras
by Ingo Molnar
· 12 years ago
88c8004
futex: Use freezable blocking call
by Colin Cross
· 12 years ago
13d60f4
futex: Take hugepages into account when generating futex_key
by Zhang Yi
· 12 years ago
fc76df7
cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
by Tejun Heo
· 12 years ago
30159ec
cgroup: implement for_each_[builtin_]subsys()
by Tejun Heo
· 12 years ago
82fe9b0
cgroup: move init_css_set initialization inside cgroup_mutex
by Tejun Heo
· 12 years ago
fbab62c5
irqdomain: Use irq_get_trigger_type() to get IRQ flags
by Javier Martinez Canillas
· 12 years ago
5549c49
cgroup: s/for_each_subsys()/for_each_root_subsys()/
by Tejun Heo
· 12 years ago
b326f9d
cgroup: clean up find_css_set() and friends
by Tejun Heo
· 12 years ago
a8a648c
cgroup: remove cgroup->actual_subsys_mask
by Tejun Heo
· 12 years ago
9871bf9
cgroup: prefix global variables with "cgroup_"
by Tejun Heo
· 12 years ago
b5aef68
Merge 3.10-rc7 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
6fff831
genirq: Irqchip: document gcflags arg of irq_alloc_domain_generic_chips
by James Hogan
· 12 years ago
14c63f1
perf: Drop sample rate when sampling is too slow
by Dave Hansen
· 12 years ago
f71194a
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
ea8deb8
tick: Fix tick_broadcast_pending_mask not cleared
by Daniel Lezcano
· 12 years ago
a3d5c34
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
86c7667
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
805e318
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
4db88eb
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
bde9603
hw_breakpoint: Introduce "struct bp_cpuinfo"
by Oleg Nesterov
· 12 years ago
e12cbc1
hw_breakpoint: Simplify *register_wide_hw_breakpoint()
by Oleg Nesterov
· 12 years ago
1c10adb
hw_breakpoint: Introduce cpumask_of_bp()
by Oleg Nesterov
· 12 years ago
7ab71f3
hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths
by Oleg Nesterov
· 12 years ago
e1ebe86
hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
by Oleg Nesterov
· 12 years ago
f070a4d
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
c790b0a
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
by Oleg Nesterov
· 12 years ago
8b4d801
hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
by Oleg Nesterov
· 12 years ago
d908e1e
Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras
by Ingo Molnar
· 12 years ago
b1fe998
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 12 years ago
be7002e
sched: Don't mix use of typedef ctl_table and struct ctl_table
by Joe Perches
· 12 years ago
94c95ba
sched: Remove WARN_ON(!sd) from init_sched_groups_power()
by Viresh Kumar
· 12 years ago
cd08e92
sched: Fix memory leakage in build_sched_groups()
by Viresh Kumar
· 12 years ago
0936629
sched: Use cached value of span instead of calling sched_domain_span()
by Viresh Kumar
· 12 years ago
27723a6
sched: Create for_each_sd_topology()
by Viresh Kumar
· 12 years ago
c75e012
sched: Don't set sd->child to NULL when it is already NULL
by Viresh Kumar
· 12 years ago
1c63216
sched: Don't initialize alloc_state in build_sched_domains()
by Viresh Kumar
· 12 years ago
22da956
sched: Optimize build_sched_domains() for saving first SD node for a cpu
by Viresh Kumar
· 12 years ago
4a850cb
sched: Remove unused params of build_sched_domain()
by Viresh Kumar
· 12 years ago
0a0fca9
sched: Rename sched.c as sched/core.c in comments and Documentation
by Viresh Kumar
· 12 years ago
8404c90
sched: Femove the useless declaration in kernel/sched/fair.c
by Michael Wang
· 12 years ago
22b958d
sched: Refine the code in unthrottle_cfs_rq()
by Michael Wang
· 12 years ago
e23ee74
sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list
by Kirill Tkhai
· 12 years ago
d81344c
Merge branch 'sched/urgent' into sched/core
by Ingo Molnar
· 12 years ago
29bb9e5
tracing/context-tracking: Add preempt_schedule_context() for tracing
by Steven Rostedt
· 12 years ago
873b4c6
sched: Fix clear NOHZ_BALANCE_KICK
by Vincent Guittot
· 12 years ago
03d8e80
perf: Add const qualifier to perf_pmu_register's 'name' arg
by Mischa Jonker
· 12 years ago
e712209
perf: Fix hypervisor branch sampling permission check
by Stephane Eranian
· 12 years ago
eff2108
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 12 years ago
9bb5d40
perf: Fix mmap() accounting hole
by Peter Zijlstra
· 12 years ago
03c78cb
cgroup: rename cont to cgrp
by Li Zefan
· 12 years ago
00356bd
cgroup: clean up cgroup_serial_nr_cursor
by Tejun Heo
· 12 years ago
e8c82d2
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
by Li Zefan
· 12 years ago
794611a
cgroup: make serial_nr_cursor available throughout cgroup.c
by Li Zefan
· 12 years ago
Next »