summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-11smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2015-02-05workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-29/+13
2015-01-29mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-10/+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-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner3-1/+81
2015-01-27tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2015-01-16perf: Fix events installation during moving groupJiri Olsa1-2/+2
2015-01-16sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni1-18/+1
2015-01-16sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+3
2015-01-08exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov1-0/+2
2015-01-08audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs1-0/+10
2015-01-08userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman1-0/+5
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2-0/+86
2015-01-08userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman1-8/+6
2015-01-08userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman1-2/+4
2015-01-08userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman1-1/+1
2015-01-08userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman1-5/+0
2015-01-08userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman2-1/+17
2015-01-08userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman1-1/+3
2015-01-08groups: Consolidate the setgroups permission checksEric W. Biederman2-2/+9
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-21perf: Handle compat ioctlPawel Moll1-1/+22
2014-11-21rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar1-2/+2
2014-11-21rcu: Make callers awaken grace-period kthreadPaul E. McKenney1-1/+17
2014-11-21audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-11-21audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs1-1/+1
2014-11-21audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1
2014-11-14sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-11-14posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-11-14PM / Sleep: fix recovery during resuming from hibernationImre Deak1-1/+7
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-1/+39
2014-11-14freezer: Do not freeze tasks killed by OOM killerCong Wang1-0/+3
2014-11-14modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava1-0/+2
2014-11-14sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-11-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-10-30futex: Ensure get_futex_key_refs() always implies a barrierCatalin Marinas1-0/+2
2014-10-09mm: per-thread vma cachingDavidlohr Bueso2-4/+17
2014-10-09mm: optimize put_mems_allowed() usageMel Gorman1-1/+1
2014-10-09jiffies: Fix timeval conversion to jiffiesAndrew Hunter1-24/+30
2014-10-09ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)1-1/+1
2014-10-09perf: fix perf bug in fork()Peter Zijlstra2-3/+6
2014-10-05PM / sleep: Use valid_state() for platform-dependent sleep states onlyRafael J. Wysocki4-37/+36
2014-10-05PM / sleep: Add state field to pm_states[] entriesRafael J. Wysocki4-27/+30
2014-10-05perf: Fix a race condition in perf_remove_from_context()Cong Wang1-0/+10
2014-10-05alarmtimer: Lock k_itimer during timer callbackRichard Larocque1-2/+8
2014-10-05alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque1-2/+4
2014-10-05alarmtimer: Return relative times in timer_gettimeRichard Larocque1-7/+11
2014-10-05kcmp: fix standard comparison bugRasmus Villemoes1-3/+4
2014-10-05futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1