Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
37e7b5f1535dddaace865b25df34a2d049a3a66f
/
kernel
fb0a685
kernel/fork.c: fix a few coding style issues
by Daniel Rebelo de Oliveira
· 13 years ago
778d3b0
cpusets: randomize node rotor used in cpuset_mem_spread_node()
by Michal Hocko
· 13 years ago
45b583b
Merge 'akpm' patch series
by Linus Torvalds
· 13 years ago
626a031
kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n
by Stephen Boyd
· 13 years ago
c5f4175
notifiers: sys: move reboot notifiers into reboot.h
by Amerigo Wang
· 13 years ago
ae891a1
devres: fix possible use after free
by Maxin B John
· 13 years ago
2efaca9
mm/futex: fix futex writes on archs with SW tracking of dirty & young
by Benjamin Herrenschmidt
· 13 years ago
154dd78
Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
096a705
Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
fcda12e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 13 years ago
5fabc48
Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
88bfa32
module: add /sys/module/<name>/uevent files
by Kay Sievers
· 13 years ago
4befb02
module: change attr callbacks to take struct module_kobject
by Kay Sievers
· 13 years ago
74e08fc
modules: add default loader hook implementations
by Jonas Bonn
· 13 years ago
81c7413
param: fix return value handling in param_set_*
by Satoru Moriya
· 14 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
dc43d9f
Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
112ec46
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
bdc7ccf
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
4d4abdc
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
0342cbc
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
391d627
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
75b56ec
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
431bf99
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 13 years ago
5a791ea
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 13 years ago
8209f53
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
by Linus Torvalds
· 13 years ago
951cc93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
0f31714
sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair
by Lin Ming
· 13 years ago
033b114
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
f5caadb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 13 years ago
efbe2ee
lockdep: Fix lockdep_no_validate against IRQ states
by Peter Zijlstra
· 13 years ago
9985c20
perf: Remove perf_event_attr::type check
by Lin Ming
· 13 years ago
2bd2d6f
sched: Replace use of entity_key()
by Stephan Baerwolf
· 13 years ago
acb5a9b
sched: Separate group-scheduling code more clearly
by Jan H. Schönherr
· 13 years ago
26a148e
sched: Reorder root_domain to remove 64 bit alignment padding
by Richard Kennedy
· 13 years ago
99bc524
sched: Do not attempt to destroy uninitialized rt_bandwidth
by Bianca Lutz
· 13 years ago
045176d
sched: Remove unused function cpu_cfs_rq()
by Jan Schoenherr
· 13 years ago
5f817d6
sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'
by Jan Schoenherr
· 13 years ago
9763b67
sched, cgroup: Optimize load_balance_fair()
by Peter Zijlstra
· 13 years ago
9598c82
sched: Don't update shares twice on on_rq parent
by Paul Turner
· 13 years ago
9bbd737
sched: update correct entity's runtime in check_preempt_wakeup()
by Paul Turner
· 13 years ago
994bf1c
Merge branch 'linus' into sched/core
by Ingo Molnar
· 13 years ago
8a35241
ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction
by Oleg Nesterov
· 13 years ago
40bcea7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 13 years ago
492f73a
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
11b80f4
rw_semaphore: remove up/down_read_non_owner
by Christoph Hellwig
· 14 years ago
cf6ace1
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
cbaa515
time: Fix stupid KERN_WARN compile issue
by John Stultz
· 13 years ago
a95cded
sysctl,rcu: Convert call_rcu(free_head) to kfree
by Paul E. McKenney
· 14 years ago
3b097c4
audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
d1e9ae4
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent
by Ingo Molnar
· 13 years ago
a841796
signal: align __lock_task_sighand() irq disabling and RCU
by Paul E. McKenney
· 13 years ago
ec433f0
softirq,rcu: Inform RCU of irq_exit() activity
by Peter Zijlstra
· 13 years ago
c5d753a
sched: Add irq_{enter,exit}() to scheduler_ipi()
by Peter Zijlstra
· 13 years ago
10f39bb
rcu: protect __rcu_read_unlock() against scheduler-using irq handlers
by Paul E. McKenney
· 13 years ago
d110235
sched: Avoid creating superfluous NUMA domains on non-NUMA systems
by Peter Zijlstra
· 13 years ago
e3589f6
sched: Allow for overlapping sched_domain spans
by Peter Zijlstra
· 13 years ago
9c3f75c
sched: Break out cpu_power from the sched_group structure
by Peter Zijlstra
· 13 years ago
6657719
make sure that nsproxy_cache is initialized early enough
by Al Viro
· 13 years ago
3bfa784
kill file_permission() completely
by Al Viro
· 14 years ago
be0e1e2
rcu: Streamline code produced by __rcu_read_unlock()
by Paul E. McKenney
· 14 years ago
7765be2
rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special
by Paul E. McKenney
· 13 years ago
131906b
rcu: decrease rcu_report_exp_rnp coupling with scheduler
by Paul E. McKenney
· 13 years ago
e78e8f2
kernel: prevent unnecessary rebuilding due to config_data.gz
by Peter Foley
· 13 years ago
f701e5b
connector: add an event for monitoring process tracers
by Vladimir Zapolskiy
· 13 years ago
dcace06
ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()
by Oleg Nesterov
· 13 years ago
961c467
has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/
by Oleg Nesterov
· 13 years ago
ba1389d
Merge branch 'pm-domains' into for-linus
by Rafael J. Wysocki
· 13 years ago
f0c077a
PM: Improve error code of pm_notifier_call_chain()
by Akinobu Mita
· 13 years ago
a5e4fd8
PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem
by Kevin Hilman
· 14 years ago
3b5fe85
PM / Suspend: Add .suspend_again() callback to suspend_ops
by MyungJoo Ham
· 14 years ago
7f6878a
tracing/kprobe: Update symbol reference when loading module
by Masami Hiramatsu
· 13 years ago
6142431
tracing/kprobes: Support module init function probing
by Masami Hiramatsu
· 13 years ago
bc81d48
kprobes: Return -ENOENT if probe point doesn't exist
by Masami Hiramatsu
· 13 years ago
1538f88
tracing/kprobes: Merge trace probe enable/disable functions
by Masami Hiramatsu
· 13 years ago
df8d6fe
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu
by Linus Torvalds
· 13 years ago
c64be78
sched: Fix 32bit race
by Peter Zijlstra
· 13 years ago
f7bc8b6
ftrace: Fix regression where ftrace breaks when modules are loaded
by Steven Rostedt
· 13 years ago
7143f16
tracing/kprobes: Rename probe_* to trace_probe_*
by Masami Hiramatsu
· 13 years ago
f912987
perf, x86: P4 PMU - Introduce event alias feature
by Cyrill Gorcunov
· 13 years ago
4a9bd3f
tracing: Have dynamic size event stack traces
by Steven Rostedt
· 13 years ago
095c0aa
sched: adjust scheduler cpu power for stolen time
by Glauber Costa
· 13 years ago
e6e6685
KVM guest: Steal time accounting
by Glauber Costa
· 13 years ago
c9aaa89
KVM: Steal time implementation
by Glauber Costa
· 13 years ago
6331c28
ftrace: Fix dynamic selftest failure on some archs
by Steven Rostedt
· 13 years ago
072126f
ftrace: Update filter when tracing enabled in set_ftrace_filter()
by Steven Rostedt
· 13 years ago
41fb61c
ftrace: Balance records when updating the hash
by Steven Rostedt
· 13 years ago
b0d3041
rcu: Prevent RCU callbacks from executing before scheduler initialized
by Paul E. McKenney
· 13 years ago
d93a881
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
1dda606
KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
by Alexander Graf
· 14 years ago
4aede84
fixlet: Remove fs_excl from struct task.
by Justin TerAvest
· 13 years ago
2dc98fd
doc: Konfig: Documentation/power/{pm => apm-acpi}.txt
by Michael Witten
· 13 years ago
b7e9c22
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 13 years ago
732375c
plist: Remove the need to supply locks to plist heads
by Dima Zavin
· 13 years ago
4376cac
ftrace: Do not disable interrupts for modules in mcount update
by Steven Rostedt
· 14 years ago
e4a3f54
tracing: Still trace filtered irq functions when irq trace is disabled
by Steven Rostedt
· 14 years ago
31cb852
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 13 years ago
27a3b73
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
Next »