summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Revert "workqueue: make sure delayed work run in local cpu"Sasha Levin1-4/+4
2015-12-03audit: create private file name copies when auditing inodesPaul Moore1-9/+40
2015-12-03audit: correctly record file names with different path name typesPaul Moore1-4/+10
2015-12-02sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-11-15module: Fix locking in symbol_put_addr()Peter Zijlstra1-2/+6
2015-11-13workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-10-27genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-10-27sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall1-11/+14
2015-10-27sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-27sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-10-27time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-10-07unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman1-10/+18
2015-09-17cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-09-15perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-09-15perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-27kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-1/+1
2015-08-27genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-08-27signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-08-27signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-04security_syslog() should be called once onlyVasily Averin1-7/+4
2015-08-04tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)2-7/+11
2015-08-04tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-07-13perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov1-7/+7
2015-07-13tracing: Have filter check for balanced opsSteven Rostedt1-2/+7
2015-07-05tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-07-05PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai1-1/+1
2015-07-03rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney1-0/+5
2015-07-03genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin1-2/+2
2015-07-03ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long1-1/+1
2015-07-03ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens1-1/+5
2015-06-22sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman1-1/+3
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2-17/+21
2015-06-09module: Call module notifier on failure after complete_formation()Steven Rostedt1-0/+3
2015-06-09ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+8
2015-06-09ktime: Optimize ktime_divns for constant divisorsNicolas Pitre1-2/+2
2015-05-17bpf: fix 64-bit divideAlexei Starovoitov1-6/+6
2015-05-17ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+4
2015-05-17tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent1-2/+6
2015-05-17ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-05-17ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt1-6/+5
2015-04-27bpf: fix verifier memory corruptionAlexei Starovoitov1-1/+2
2015-04-24timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy1-2/+9
2015-04-24Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions"Rafael J. Wysocki1-20/+1
2015-04-24sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-04-16perf: Fix irq_work 'tail' recursionPeter Zijlstra1-0/+10
2015-04-16sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra1-0/+61
2015-03-28cpuset: Fix cpuset sched_relax_domain_levelJason Low1-3/+0
2015-03-28cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li1-2/+2
2015-03-28cpuset: initialize effective masks when clone_children is enabledZefan Li1-0/+2
2015-03-28workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo1-4/+52