aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-10-01Merge commit 'v3.16' into nextGravatar James Morris 27-134/+308
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+9
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksGravatar Jan Kara 1-4/+6
2014-07-30kexec: fix build error when hugetlbfs is disabledGravatar David Rientjes 1-0/+2
2014-07-30Josh has movedGravatar Josh Triplett 1-2/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOGravatar Atsushi Kumagai 1-0/+2
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-7/+39
2014-07-24CAPABILITIES: remove undefined caps from all processesGravatar Eric Paris 2-1/+5
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 1-0/+1
2014-07-24sched_clock: Avoid corrupting hrtimer tree during suspendGravatar Stephen Boyd 1-1/+3
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockGravatar Tony Luck 2-5/+6
2014-07-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 7-45/+85
2014-07-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2014-07-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+18
2014-07-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-56/+121
2014-07-18Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+3
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCGravatar Kees Cook 1-1/+134
2014-07-18seccomp: allow mode setting across threadsGravatar Kees Cook 1-11/+25
2014-07-18seccomp: introduce writer lockingGravatar Kees Cook 2-2/+63
2014-07-18seccomp: split filter prep from check and applyGravatar Kees Cook 1-30/+67
2014-07-18sched: move no_new_privs into new atomic flagsGravatar Kees Cook 2-3/+3
2014-07-18seccomp: add "seccomp" syscallGravatar Kees Cook 2-5/+53
2014-07-18seccomp: split mode setting routinesGravatar Kees Cook 1-23/+48
2014-07-18seccomp: extract check/assign mode helpersGravatar Kees Cook 1-4/+18
2014-07-18seccomp: create internal mode-setting functionGravatar Kees Cook 1-2/+14
2014-07-18kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Gravatar Masami Hiramatsu 1-5/+9
2014-07-17Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-8/+19
2014-07-17KEYS: validate certificate trust only with builtin keysGravatar Dmitry Kasatkin 1-0/+1
2014-07-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERGravatar Davidlohr Bueso 3-3/+7
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesGravatar Peter Zijlstra 1-1/+4
2014-07-16locking/rwsem: Rename 'activity' to 'count'Gravatar Peter Zijlstra 1-14/+14
2014-07-16sched: Fix possible divide by zero in avg_atom() calculationGravatar Mateusz Guzik 1-1/+1
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Gravatar Jason Low 1-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksGravatar Jason Low 2-2/+2
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadGravatar Jason Low 4-11/+44
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Gravatar Jason Low 2-16/+16
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockGravatar Jason Low 1-5/+5
2014-07-16perf: Fix lockdep warning on process exitGravatar Peter Zijlstra 1-1/+17
2014-07-16perf: Revert ("perf: Always destroy groups on exit")Gravatar Peter Zijlstra 1-1/+13
2014-07-15ring-buffer: Fix polling on trace_pipeGravatar Martin Lau 1-4/+0
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputsGravatar zhangwei(Jovi) 1-0/+6
2014-07-15tracing: Fix graph tracer with stack tracer on other archsGravatar Steven Rostedt (Red Hat) 1-2/+2
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputsGravatar zhangwei(Jovi) 1-2/+10
2014-07-15PM / sleep: fix freeze_ops NULL pointer dereferencesGravatar Zhang Rui 1-2/+2
2014-07-15PM / sleep: Fix request_firmware() error at resumeGravatar Takashi Iwai 1-0/+1
2014-07-14tracing: instance_rmdir() leaks ftrace_event_file->filterGravatar Oleg Nesterov 1-0/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-9/+69
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteGravatar John Stultz 1-2/+18