aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-01-22Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2015-01-21Merge remote-tracking branch 'lsk/v3.10/topic/hrtimer' into linux-linaro-lskMark Brown
2015-01-21tick: Fixup more fallout from hrtimer broadcast modev3.10/topic/hrtimerPreeti U Murthy
2015-01-21time: Fixup fallout from recent clockevent/tick changesThomas Gleixner
2015-01-21tick: Introduce hrtimer based broadcastPreeti U Murthy
2015-01-21time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2015-01-21clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner
2015-01-21clockevents: Get rid of the notifier chainThomas Gleixner
2015-01-16Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2015-01-16Merge tag 'v3.10.65' into linux-linaro-lskMark Brown
2015-01-16perf: Fix events installation during moving groupJiri Olsa
2015-01-08Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2015-01-08Merge tag 'v3.10.64' into linux-linaro-lskMark Brown
2015-01-08exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2015-01-08userns: Allow setting gid_maps without privilege when setgroups is disabledEric W. Biederman
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2015-01-08userns: Rename id_map_mutex to userns_state_mutexEric W. Biederman
2015-01-08userns: Only allow the creator of the userns unprivileged mappingsEric W. Biederman
2015-01-08userns: Check euid no fsuid when establishing an unprivileged uid mappingEric W. Biederman
2015-01-08userns: Don't allow unprivileged creation of gid mappingsEric W. Biederman
2015-01-08userns: Don't allow setgroups until a gid mapping has been setablishedEric W. Biederman
2015-01-08userns: Document what the invariant required for safe unprivileged mappings.Eric W. Biederman
2015-01-08groups: Consolidate the setgroups permission checksEric W. Biederman
2014-12-13Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtlsk-v3.10-rt-14.12Mark Brown
2014-12-13Merge remote-tracking branch 'lsk/v3.10/topic/genpd' into linux-linaro-lsklsk-v3.10-14.12Mark Brown
2014-12-12PM / Domains: Add generic OF-based PM domain look-upv3.10/topic/genpdTomasz Figa
2014-12-08Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2014-12-08Merge tag 'v3.10.62' into linux-linaro-lskMark Brown
2014-12-06uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-21Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2014-11-21Merge tag 'v3.10.61' into linux-linaro-lskMark Brown
2014-11-21perf: Handle compat ioctlPawel Moll
2014-11-21audit: keep inode pinnedMiklos Szeredi
2014-11-14Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2014-11-14Merge tag 'v3.10.60' into linux-linaro-lskMark Brown
2014-11-14posix-timers: Fix stack info leak in timer_create()Mathias Krause
2014-11-14PM / Sleep: fix recovery during resuming from hibernationImre Deak
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-11-14freezer: Do not freeze tasks killed by OOM killerCong Wang
2014-11-14modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava
2014-11-14tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent
2014-10-10Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2014-10-10Merge tag 'v3.10.57' into linux-linaro-lskMark Brown
2014-10-09jiffies: Fix timeval conversion to jiffiesAndrew Hunter
2014-10-09ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)
2014-10-09perf: fix perf bug in fork()Peter Zijlstra
2014-10-06Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-rtMark Brown
2014-10-06Merge tag 'v3.10.56' into linux-linaro-lskMark Brown
2014-10-05introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-10-05kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov