summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-04-13modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-42/+69
2016-04-13kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-04-12module: wrapper for symbol name.Rusty Russell1-11/+15
2016-04-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn5-13/+36
2016-04-12sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-03-10tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-02-15net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2016-02-15seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2016-02-09printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35
2016-02-09kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2016-02-09panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2016-02-09posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-02futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner1-0/+5
2016-02-02time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
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