summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* revert "softirq: Add support for triggering softirq work on softirqs"Christoph Hellwig2015-05-171-131/+0
* ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-05-061-1/+5
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-05-061-0/+20
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-061-6/+5
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-293-4/+4
* console: Fix console name size mismatchPeter Hurley2015-04-191-1/+3
* perf: Fix irq_work 'tail' recursionPeter Zijlstra2015-04-131-0/+10
* workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo2015-03-261-4/+52
* PM / QoS: remove duplicate call to pm_qos_update_targetMichael Scott2015-03-181-6/+0
* ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz2015-03-061-3/+7
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-03-061-1/+1
* tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla2015-03-061-1/+1
* smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-02-111-0/+2
* workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo2015-02-051-26/+13
* time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin2015-01-291-0/+7
* time: settimeofday: Validate the values of tv from userSasha Levin2015-01-291-0/+4
* perf: Fix events installation during moving groupJiri Olsa2015-01-161-2/+2
* exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2015-01-081-0/+2
* userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman2015-01-081-0/+5
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-082-0/+86
* userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman2015-01-081-8/+6
* userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman2015-01-081-2/+4
* userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman2015-01-081-1/+1
* userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman2015-01-081-5/+0
* userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2015-01-082-1/+17
* userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman2015-01-081-1/+3
* groups: Consolidate the setgroups permission checksEric W. Biederman2015-01-082-2/+9
* uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-12-061-1/+0
* perf: Handle compat ioctlPawel Moll2014-11-211-1/+21
* audit: keep inode pinnedMiklos Szeredi2014-11-211-0/+1
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2014-11-141-0/+1
* PM / Sleep: fix recovery during resuming from hibernationImre Deak2014-11-141-1/+7
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-141-1/+39
* freezer: Do not freeze tasks killed by OOM killerCong Wang2014-11-141-0/+3
* modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava2014-11-141-0/+2
* tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent2014-11-141-4/+4
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-091-24/+30
* ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-091-1/+1
* perf: fix perf bug in fork()Peter Zijlstra2014-10-092-3/+6
* introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-10-052-0/+8
* kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2014-10-051-8/+7
* PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki2014-10-054-37/+36
* PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki2014-10-054-27/+30
* perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-10-051-0/+10
* alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-10-051-2/+8
* alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-10-051-2/+4
* kcmp: fix standard comparison bugRasmus Villemoes2014-10-051-3/+4
* trace: Fix epoll hang when we race with new entriesJosef Bacik2014-10-051-1/+15
* ring-buffer: Up rb_iter_peek() loop count to 3Steven Rostedt (Red Hat)2014-09-171-6/+8
* ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)2014-09-171-11/+6