summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-09perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-04-09module: Clean up ro/nx after early module load failuresAndy Lutomirski1-0/+5
2015-04-09module: set nx before marking module MODULE_STATE_COMING.Rusty Russell1-15/+17
2015-04-09hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua1-0/+6
2015-04-09ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-04-09cpuset: Fix cpuset sched_relax_domain_levelJason Low1-3/+0
2015-04-09workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo1-4/+52
2015-04-09console: Fix console name size mismatchPeter Hurley2-1/+2
2015-03-01kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-03-01tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-02-09smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2015-02-08workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-29/+13
2015-01-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro3-4/+4
2015-01-29time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin1-0/+7
2015-01-29time: settimeofday: Validate the values of tv from userSasha Levin1-0/+4
2015-01-26genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+81
2015-01-26tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2015-01-26perf: Fix events installation during moving groupJiri Olsa1-2/+2
2015-01-07exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2015-01-07audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs1-0/+10
2015-01-07userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman1-0/+5
2015-01-07userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2-0/+86
2015-01-07userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman1-8/+6
2015-01-07userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman1-2/+4
2015-01-07userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman1-1/+1
2015-01-07userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman1-5/+0
2015-01-07userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2-1/+17
2015-01-07userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2015-01-07groups: Consolidate the setgroups permission checksEric W. Biederman2-2/+9
2015-01-07audit: change decimal constant to macro for invalid uidRichard Guy Briggs1-1/+1
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-19rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar1-2/+2
2014-11-19rcu: Make callers awaken grace-period kthreadPaul E. McKenney1-1/+17
2014-11-19audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-11-13posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-11-13PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-11-13OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-11-13freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-11-13modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava1-0/+2
2014-11-13tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-31perf: Handle compat ioctlPawel Moll1-1/+22
2014-10-13jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-24/+30
2014-10-13ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-13perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-13PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-10-13PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-10-13perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-10-13alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-10-13alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-10-13alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+11