index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-29
perf: make events stream always parsable
Adrian Hunter
1
-1
/
+10
2013-08-29
cgroup: fix rmdir EBUSY regression in 3.11
Hugh Dickins
1
-1
/
+18
2013-08-29
workqueue: cond_resched() after processing each work item
Tejun Heo
1
-0
/
+9
2013-08-29
Merge branch 'linus' into perf/core
Ingo Molnar
11
-65
/
+146
2013-08-29
padata - Register hotcpu notifier after initialization
Richard Weinberger
1
-6
/
+6
2013-08-29
padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...
Chen Gang
1
-16
/
+4
2013-08-28
timer_list: correct the iterator for timer_list
Nathan Zimmer
1
-17
/
+24
2013-08-27
cgroup: fix cgroup_css() invocation in css_from_id()
Tejun Heo
1
-1
/
+1
2013-08-27
Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children
Andy Lutomirski
3
-17
/
+19
2013-08-26
userns: Better restrictions on when proc and sysfs can be mounted
Eric W. Biederman
2
-4
/
+0
2013-08-26
kernel/nsproxy.c: Improving a snippet of code.
Raphael S.Carvalho
1
-1
/
+2
2013-08-27
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-2
/
+2
2013-08-27
Merge branch 'acpi-processor'
Rafael J. Wysocki
1
-6
/
+3
2013-08-26
cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...
Tejun Heo
1
-13
/
+5
2013-08-26
cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup
Tejun Heo
1
-14
/
+12
2013-08-26
cgroup: implement CFTYPE_NO_PREFIX
Tejun Heo
1
-1
/
+2
2013-08-26
cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys
Tejun Heo
1
-47
/
+43
2013-08-26
cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
Tejun Heo
2
-17
/
+11
2013-08-23
workqueue: convert bus code to use dev_groups
Greg Kroah-Hartman
1
-12
/
+15
2013-08-23
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+9
2013-08-22
tracing: Make tracing_cpumask available for all instances
Alexander Z Lam
2
-17
/
+21
2013-08-21
tracing: Kill the !CONFIG_MODULES code in trace_events.c
Oleg Nesterov
1
-12
/
+6
2013-08-21
tracing: Don't pass file_operations array to event_create_dir()
Oleg Nesterov
1
-34
/
+12
2013-08-21
tracing: Kill trace_create_file_ops() and friends
Oleg Nesterov
1
-144
/
+9
2013-08-21
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
1
-5
/
+5
2013-08-21
workqueue: Fix manage_workers() RETURNS description
Libin
1
-2
/
+5
2013-08-21
workqueue: Comment correction in file header
Libin
1
-3
/
+4
2013-08-21
cpuset: fix a regression in validating config change
Li Zefan
1
-5
/
+9
2013-08-20
rcu: Simplify _rcu_barrier() processing
Paul E. McKenney
1
-2
/
+13
2013-08-20
rcu: Make rcutorture emit online failures if verbose
Paul E. McKenney
1
-1
/
+7
2013-08-20
rcu: Remove unused variable from rcu_torture_writer()
Paul E. McKenney
1
-2
/
+0
2013-08-20
rcu: Sort rcutorture module parameters
Paul E. McKenney
1
-52
/
+49
2013-08-20
rcu: Increase rcutorture test coverage
Paul E. McKenney
1
-163
/
+63
2013-08-20
rcu: Add duplicate-callback tests to rcutorture
Paul E. McKenney
1
-0
/
+61
2013-08-20
workqueue: fix some scripts/kernel-doc warnings
Yacine Belkadi
1
-41
/
+66
2013-08-20
kernel/params.c: use scnprintf() instead of sprintf()
Chen Gang
1
-3
/
+4
2013-08-20
kernel/module.c: use scnprintf() instead of sprintf()
Chen Gang
1
-1
/
+1
2013-08-20
module: Add NOARG flag for ops with param_set_bool_enable_only() set function
Steven Rostedt
1
-0
/
+1
2013-08-20
module: Add flag to allow mod params to have no arguments
Steven Rostedt
1
-2
/
+4
2013-08-20
module: fix sprintf format specifier in param_get_byte()
Christoph Jaeger
1
-1
/
+1
2013-08-19
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-4
/
+3
2013-08-19
kernel: fix new kernel-doc warning in wait.c
Randy Dunlap
1
-2
/
+1
2013-08-19
cgroup: fix cgroup_write_event_control()
Tejun Heo
1
-4
/
+21
2013-08-19
cgroup: fix subsystem file accesses on the root cgroup
Tejun Heo
1
-14
/
+10
2013-08-19
cgroup: change cgroup_from_id() to css_from_id()
Li Zefan
1
-0
/
+22
2013-08-19
generic-ipi/locking: Fix misleading smp_call_function_any() description
Xie XiuQi
1
-2
/
+0
2013-08-18
nohz_full: Add full-system-idle arguments to API
Paul E. McKenney
1
-7
/
+18
2013-08-18
nohz_full: Add full-system idle states and variables
Paul E. McKenney
1
-0
/
+17
2013-08-18
nohz_full: Add per-CPU idle-state tracking
Paul E. McKenney
3
-0
/
+85
2013-08-18
nohz_full: Add rcu_dyntick data for scalable detection of all-idle state
Paul E. McKenney
3
-0
/
+33
[prev]
[next]