aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2016-01-083-19/+100
* cgroup: improve old cgroup handling in cgroup_attach_proc()faux1232016-01-081-24/+42
* cgroups: more safe tasklist locking in cgroup_attach_procBen Blum2016-01-081-3/+3
* cgroup: always lock threadgroup during migrationTejun Heo2016-01-081-20/+18
* threadgroup: extend threadgroup_lock() to cover exit and execfaux1232016-01-081-4/+12
* threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2016-01-082-10/+10
* cgroup: change locking order in attach_task_by_pid()faux1232016-01-081-12/+10
* block: strip out locking optimization in put_io_context()faux1232016-01-081-1/+1
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2016-01-081-1/+1
* block: make ioc get/put interface more conventional and fix race on alloctionfaux1232016-01-081-3/+5
* fixlet: Remove fs_excl from struct task.Justin TerAvest2016-01-082-2/+0
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2016-01-051-4/+4
* tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon2016-01-051-0/+4
* cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Devin Kim2015-04-111-1/+0
* oom: remove oom_disable_countDavid Rientjes2015-01-152-11/+1
* add extra free kbytes tunableRik van Riel2014-11-291-0/+9
* Power: Add guard condition for maximum wakeup reasonsRuchi Kandoi2014-11-261-0/+7
* prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.Ruchi Kandoi2014-11-261-0/+3
* prctl: adds PR_SET_TIMERSLACK_PID for setting timer slack of an arbitrary thr...Ruchi Kandoi2014-11-261-0/+19
* Power: Changes the permission to read only for sysfs fileRuchi Kandoi2014-11-261-3/+2
* POWER: fix compile warnings in log_wakeup_reasonRuchi Kandoi2014-11-261-3/+4
* Power: add an API to log wakeup reasonsRuchi Kandoi2014-11-262-0/+134
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-2624-129/+317
|\
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-052-4/+7
| * perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-011-3/+6
| * perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-6/+6
| * cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
| * futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-1/+2
| * tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-08-111-3/+7
| * perf: Fix event group context moveJiri Olsa2013-08-111-2/+18
| * sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-08-111-1/+1
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-08-041-0/+3
| * hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-281-15/+13
| * tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-281-4/+14
| * perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-281-1/+14
| * perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-281-1/+10
| * perf: Clone child context from parent context pmuJiri Olsa2013-07-281-1/+1
| * tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-07-281-1/+9
| * tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-281-1/+9
| * timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-211-3/+5
| * genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-211-3/+3
| * hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-031-2/+2
| * ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt2013-06-131-13/+13
| * tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-06-131-5/+5
| * usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-191-0/+5
| * tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-191-1/+1
| * timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-191-1/+1
| * kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-05-111-1/+1
| * tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-112-34/+26