summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-221-2/+17
* unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-10-011-10/+18
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-09-131-2/+10
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-161-2/+2
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-161-1/+2
* genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-08-101-5/+13
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-032-7/+11
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-08-031-0/+6
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-031-1/+3
* __ptrace_may_access() should not deny sub-threadsMark Grondona2015-07-031-1/+1
* tracing: Have filter check for balanced opsSteven Rostedt2015-06-291-2/+7
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-06-221-1/+1
* 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