summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-14modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-43/+69
2016-04-14kernel/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-06sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-03-24perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-03-24perf: Cure event->pending_disable racePeter Zijlstra1-3/+3
2016-03-24perf: Do not double freePeter Zijlstra1-1/+6
2016-03-08tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-03-04bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-03-04workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-03-04workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan1-7/+20
2016-03-04workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan1-84/+115
2016-03-04Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-02-23cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-02-15seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2016-02-04prctl: take mmap sem for writing to protect against othersMateusz Guzik1-10/+10
2016-02-04printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35
2016-02-04kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov1-1/+4
2016-02-04panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2016-02-01posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-01futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner1-0/+5
2016-02-01time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2016-01-31net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2015-12-15bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-11-10module: Fix locking in symbol_put_addr()Peter Zijlstra1-2/+6
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-3/+3
2015-10-27workqueue: make sure delayed work run in local cpuShaohua Li1-4/+4
2015-10-23genirq: Fix race in register_irq_proc()Ben Hutchings1-2/+17
2015-10-23sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall1-11/+14
2015-10-23sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2-7/+8
2015-10-23sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-10-23perf: Fix AUX buffer refcountingPeter Zijlstra3-10/+35
2015-10-23time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz1-1/+1
2015-09-29unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman1-10/+18
2015-09-21fs: create and use seq_show_option for escapingKees Cook1-3/+4
2015-09-21sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-09-13genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko1-0/+17
2015-09-13genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko1-1/+1
2015-09-13cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy1-1/+1
2015-09-13perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra1-20/+55
2015-09-13perf: Fix double-free of the AUX bufferBen Hutchings1-4/+6
2015-09-13perf: Fix running time accountingPeter Zijlstra1-2/+2
2015-09-13perf: Fix fasync handling on inherited eventsPeter Zijlstra1-2/+10
2015-08-17signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+2
2015-08-17signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-3/+6
2015-08-10ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)1-18/+34
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner1-5/+13
2015-08-03security_syslog() should be called once onlyVasily Averin1-7/+4
2015-08-03PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai1-1/+1