| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | tracing: Have event_trace_init() called by trace_init_tracefs() | Steven Rostedt (VMware) | 2018-05-29 | 3 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | tracing: Add __find_event_file() to find event files without restrictions | Steven Rostedt (VMware) | 2018-05-29 | 2 | -5/+20 | |
| | * | | | | | | | | | | | | | | | | | | | tracing: Do not reference event data in post call triggers | Steven Rostedt (VMware) | 2018-05-29 | 2 | -6/+4 | |
| | * | | | | | | | | | | | | | | | | | | | tracepoints: Fix the descriptions of tracepoint_probe_register{_prio} | Lee, Chun-Yi | 2018-05-28 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-06 | 6 | -95/+182 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | audit: Fix wrong task in comparison of session ID | Ondrej Mosnáček | 2018-05-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: use existing session info function | Richard Guy Briggs | 2018-05-18 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: normalize loginuid read access | Richard Guy Briggs | 2018-05-17 | 1 | -9/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: use new audit_context access funciton for seccomp_actions_logged | Richard Guy Briggs | 2018-05-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: use inline function to set audit context | Richard Guy Briggs | 2018-05-14 | 2 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: use inline function to get audit context | Richard Guy Briggs | 2018-05-14 | 3 | -39/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: convert sessionid unset to a macro | Richard Guy Briggs | 2018-05-14 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | seccomp: Don't special case audited processes when logging | Tyler Hicks | 2018-05-08 | 2 | -11/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | seccomp: Audit attempts to modify the actions_logged sysctl | Tyler Hicks | 2018-05-08 | 2 | -9/+69 | |
| | * | | | | | | | | | | | | | | | | | | | | seccomp: Configurable separator for the actions_logged string | Tyler Hicks | 2018-05-08 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | seccomp: Separate read and write code for actions_logged sysctl | Tyler Hicks | 2018-05-08 | 1 | -22/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: allow not equal op for audit by executable | Ondrej Mosnáček | 2018-04-24 | 2 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | audit: add syscall information to FEATURE_CHANGE records | Richard Guy Briggs | 2018-04-20 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-06-06 | 2 | -14/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | printk: drop in_nmi check from printk_safe_flush_on_panic() | Sergey Senozhatsky | 2018-06-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | printk: fix possible reuse of va_list variable | Tetsuo Handa | 2018-05-16 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | printk: wake up klogd in vprintk_emit | Sergey Senozhatsky | 2018-04-25 | 1 | -12/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2018-06-05 | 2 | -48/+94 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: move function definitions within CONFIG_SMP block | Mathieu Malaterre | 2018-05-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: Make sure struct worker is accessible for wq_worker_comm() | Tejun Heo | 2018-05-21 | 1 | -24/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} | Tejun Heo | 2018-05-18 | 1 | -0/+39 | |
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: Set worker->desc to workqueue name by default | Tejun Heo | 2018-05-18 | 2 | -12/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: Make worker_attach/detach_pool() update worker->pool | Tejun Heo | 2018-05-18 | 2 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex | Tejun Heo | 2018-05-18 | 1 | -21/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2018-06-05 | 6 | -395/+512 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: css_set_lock should nest inside tasklist_lock | Tejun Heo | 2018-05-23 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | rdmacg: Convert to use match_string() helper | Andy Shevchenko | 2018-05-07 | 1 | -19/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Make cgroup_rstat_updated() ready for root cgroup usage | Tejun Heo | 2018-04-26 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Add memory barriers to plug cgroup_rstat_updated() race window | Tejun Heo | 2018-04-26 | 1 | -3/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Add cgroup_subsys->css_rstat_flush() | Tejun Heo | 2018-04-26 | 2 | -1/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Replace cgroup_rstat_mutex with a spinlock | Tejun Heo | 2018-04-26 | 1 | -13/+45 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Factor out and expose cgroup_rstat_*() interface functions | Tejun Heo | 2018-04-26 | 2 | -13/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Reorganize kernel/cgroup/rstat.c | Tejun Heo | 2018-04-26 | 2 | -89/+95 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Distinguish base resource stat implementation from rstat | Tejun Heo | 2018-04-26 | 3 | -37/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Rename stat to rstat | Tejun Heo | 2018-04-26 | 3 | -101/+103 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.c | Tejun Heo | 2018-04-26 | 2 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Limit event generation frequency | Tejun Heo | 2018-04-26 | 1 | -2/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | cgroup: Explicitly remove core interface files | Tejun Heo | 2018-04-26 | 1 | -13/+22 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-06-05 | 7 | -95/+210 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs' | Rafael J. Wysocki | 2018-06-04 | 4 | -11/+30 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | | | | | PM / hibernate: Fix oops at snapshot_write() | Tetsuo Handa | 2018-05-27 | 1 | -0/+5 | |
| | | | | * | | | | | | | | | | | | | | | | | | | PM / wakeup: Make s2idle_lock a RAW_SPINLOCK | Sebastian Andrzej Siewior | 2018-05-27 | 1 | -7/+7 | |
| | | | | * | | | | | | | | | | | | | | | | | | | PM / s2idle: Make s2idle_wait_head swait based | Sebastian Andrzej Siewior | 2018-05-27 | 1 | -4/+5 | |
| | | | | * | | | | | | | | | | | | | | | | | | | PM / suspend: Prevent might sleep splats | Thomas Gleixner | 2018-05-27 | 3 | -0/+13 | |
| | | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle' | Rafael J. Wysocki | 2018-06-04 | 1 | -83/+179 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | ||||||
