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-06-09
cpuset: let hotplug propagation work wait for task attaching
Li Zefan
1
-12
/
+17
2013-06-05
cpuset: re-structure update_cpumask() a bit
Li Zefan
1
-3
/
+4
2013-06-05
cpuset: remove cpuset_test_cpumask()
Li Zefan
1
-18
/
+1
2013-06-05
cpuset: remove unnecessary variable in cpuset_attach()
Li Zefan
1
-4
/
+2
2013-06-05
cpuset: cleanup guarantee_online_{cpus|mems}()
Li Zefan
1
-22
/
+7
2013-06-05
cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
Li Zefan
1
-2
/
+1
2013-06-05
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
1
-23
/
+24
2013-06-05
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
1
-1
/
+2
2013-06-05
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
1
-0
/
+1
2013-05-24
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
1
-6
/
+19
2013-05-24
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
1
-0
/
+62
2013-05-24
cgroup: make cgroup_is_removed() static
Tejun Heo
1
-1
/
+1
2013-05-24
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
1
-10
/
+8
2013-05-24
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-6
/
+3
2013-05-14
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
1
-0
/
+32
2013-05-14
cgroup: make hierarchy_id use cyclic idr
Tejun Heo
1
-20
/
+8
2013-05-14
cgroup: drop hierarchy_id_lock
Tejun Heo
1
-6
/
+17
2013-05-14
cgroup: refactor hierarchy_id handling
Tejun Heo
1
-21
/
+35
2013-05-14
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
1
-4
/
+5
2013-05-11
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-108
/
+363
2013-05-11
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
4
-783
/
+656
2013-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+3
2013-05-10
Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6
Linus Torvalds
1
-1
/
+4
2013-05-09
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
1
-0
/
+6
2013-05-09
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
1
-36
/
+214
2013-05-09
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
1
-17
/
+16
2013-05-09
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
1
-4
/
+4
2013-05-09
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
1
-1
/
+1
2013-05-09
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
1
-1
/
+5
2013-05-09
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-05-09
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
1
-4
/
+6
2013-05-09
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
1
-12
/
+20
2013-05-09
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
1
-2
/
+10
2013-05-09
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
1
-0
/
+2
2013-05-09
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
1
-0
/
+2
2013-05-09
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
1
-27
/
+32
2013-05-09
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
1
-21
/
+52
2013-05-09
switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINE
Al Viro
1
-2
/
+2
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
1
-0
/
+1
2013-05-09
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-05-09
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
1
-2
/
+9
2013-05-09
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
1
-1
/
+4
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-0
/
+22
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2013-05-08
audit: fix message spacing printing auid
Eric Paris
1
-1
/
+1
2013-05-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
3
-0
/
+3
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
3
-0
/
+3
2013-05-07
Revert "audit: move kaudit thread start from auditd registration to kaudit init"
Eric Paris
1
-4
/
+10
2013-05-07
audit: Make testing for a valid loginuid explicit.
Eric W. Biederman
2
-3
/
+19
2013-05-06
irqdomain: Allow quiet failure mode
Benjamin Herrenschmidt
1
-3
/
+17
[next]