summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* net: bpf: reject invalid shiftsRabin Vincent2016-02-151-0/+10
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-02-151-11/+11
* printk: do cond_resched() between lines while outputting to consolesTejun Heo2016-02-092-3/+35
* kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2016-02-091-1/+4
* panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov2016-02-091-0/+10
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-02-091-2/+2
* futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner2016-02-021-0/+5
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-02-021-2/+1
* Revert "workqueue: make sure delayed work run in local cpu"Sasha Levin2016-01-251-4/+4
* audit: create private file name copies when auditing inodesPaul Moore2015-12-031-9/+40
* audit: correctly record file names with different path name typesPaul Moore2015-12-031-4/+10
* sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-12-021-0/+8
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-11-151-2/+6
* workqueue: make sure delayed work run in local cpuShaohua Li2015-11-131-4/+4
* genirq: Fix race in register_irq_proc()Ben Hutchings2015-10-271-2/+17
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-10-271-11/+14
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-272-7/+8
* sched: access local runqueue directly in single_task_runningDominik Dingel2015-10-271-4/+11
* time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-10-271-1/+1
* unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman2015-10-071-10/+18
* cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy2015-09-171-1/+1
* perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-09-151-20/+55
* perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-09-151-2/+10
* kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky2015-08-271-1/+1
* genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner2015-08-271-5/+13
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-271-2/+2
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-271-1/+2
* security_syslog() should be called once onlyVasily Averin2015-08-041-7/+4
* tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2015-08-042-7/+11
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-08-041-1/+3
* perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov2015-07-131-7/+7
* tracing: Have filter check for balanced opsSteven Rostedt2015-07-131-2/+7
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-07-051-0/+6
* PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-07-051-1/+1
* rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-07-031-0/+5
* genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-07-031-2/+2
* ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long2015-07-031-1/+1
* ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-07-031-1/+5
* sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman2015-06-221-1/+3
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-06-102-17/+21
* module: Call module notifier on failure after complete_formation()Steven Rostedt2015-06-091-0/+3
* ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-06-091-6/+8
* ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-06-091-2/+2
* bpf: fix 64-bit divideAlexei Starovoitov2015-05-171-6/+6
* ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann2015-05-171-1/+4
* tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-05-171-2/+6
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-05-171-0/+20
* ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt2015-05-171-6/+5
* bpf: fix verifier memory corruptionAlexei Starovoitov2015-04-271-1/+2
* timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-04-241-2/+9