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
2020-04-03
docs: cgroup-v1: Document the cpuset_v2_mode mount option
Waiman Long
1
-2
/
+6
2020-04-03
Revert "cpuset: Make cpuset hotplug synchronous"
Tejun Heo
2
-19
/
+14
2020-03-16
cgroupfs: Support user xattrs
Daniel Xu
1
-1
/
+2
2020-03-12
cgroup: Restructure release_agent_path handling
Tejun Heo
1
-17
/
+17
2020-03-12
Merge branch 'for-5.6-fixes' into for-5.7
Tejun Heo
2
-4
/
+4
2020-03-04
cgroup1: don't call release_agent when it is ""
Tycho Andersen
1
-1
/
+1
2020-03-04
cgroup: fix psi_show() crash on 32bit ino archs
Qian Cai
1
-3
/
+3
2020-02-12
clone3: allow spawning processes into cgroups
Christian Brauner
3
-31
/
+188
2020-02-12
cgroup: add cgroup_may_write() helper
Christian Brauner
1
-7
/
+17
2020-02-12
cgroup: refactor fork helpers
Christian Brauner
2
-23
/
+27
2020-02-12
cgroup: add cgroup_get_from_file() helper
Christian Brauner
1
-11
/
+19
2020-02-12
cgroup: unify attach permission checking
Christian Brauner
1
-14
/
+25
2020-02-12
cpuset: Make cpuset hotplug synchronous
Prateek Sood
2
-14
/
+19
2020-02-12
cgroup.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-1
/
+2
2020-02-12
cgroup: Clean up css_set task traversal
Michal Koutný
1
-33
/
+28
2020-02-12
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
1
-7
/
+16
2020-02-12
cgroup: cgroup_procs_next should increase position index
Vasily Averin
1
-3
/
+7
2020-02-12
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
1
-0
/
+1
2020-02-11
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-142
/
+87
2020-02-10
tracing: Consolidate trace() functions
Tom Zanussi
1
-134
/
+86
2020-02-10
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
1
-14
/
+6
2020-02-10
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
1
-0
/
+1
2020-02-10
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+8
2020-02-10
tracing/kprobe: Fix uninitialized variable bug
Gustavo A. R. Silva
1
-1
/
+1
2020-02-09
Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-2
/
+3
2020-02-09
Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-1
/
+5
2020-02-09
Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+3
2020-02-09
Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+13
2020-02-09
Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+9
2020-02-09
Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2020-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-9
/
+6
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-40
/
+23
2020-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-9
/
+6
2020-02-07
genirq: Clarify that irq wake state is orthogonal to enable/disable
Stephen Boyd
1
-0
/
+7
2020-02-07
cgroup1: switch to use of errorfc() et.al.
Al Viro
1
-12
/
+12
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
4
-23
/
+11
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
3
-3
/
+0
2020-02-07
get rid of cg_invalf()
Al Viro
1
-14
/
+12
2020-02-07
smp/up: Make smp_call_function_single() match SMP semantics
Paul E. McKenney
1
-1
/
+2
2020-02-06
Merge tag 'kgdb-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-13
/
+15
2020-02-06
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...
Daniel Thompson
1
-13
/
+15
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
36
-747
/
+3342
2020-02-05
ftrace: Protect ftrace_graph_hash with ftrace_sync
Steven Rostedt (VMware)
2
-2
/
+11
2020-02-05
ftrace: Add comment to why rcu_dereference_sched() is open coded
Steven Rostedt (VMware)
1
-0
/
+10
2020-02-05
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
Amol Grover
2
-3
/
+7
2020-02-05
tracing: Annotate ftrace_graph_hash pointer with __rcu
Amol Grover
2
-4
/
+7
2020-02-05
Merge branch 'linus' into perf/urgent, to synchronize with upstream
Ingo Molnar
73
-1649
/
+4294
2020-02-05
Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-6
/
+6
2020-02-05
kallsyms: fix type of kallsyms_token_table[]
Masahiro Yamada
1
-2
/
+3
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
8
-89
/
+87
[next]