aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-05-25PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse
2016-05-25suspend: simplify block I/O handlingChristoph Hellwig
2016-05-10futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-04-18watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-04-13modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-04-13kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-04-11module: wrapper for symbol name.Rusty Russell
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-04-06sched: Fix crash in sched_init_numa()Raghavendra K T
2016-03-24perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-03-24perf: Cure event->pending_disable racePeter Zijlstra
2016-03-24perf: Do not double freePeter Zijlstra
2016-03-07tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-03-04bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann
2016-03-04workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo
2016-03-04workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan
2016-03-04workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan
2016-03-04Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo
2016-02-23cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-02-15seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn
2016-02-03prctl: take mmap sem for writing to protect against othersMateusz Guzik
2016-02-03printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-02-03kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov
2016-02-03panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2016-02-01posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-01futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2016-02-01time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2016-01-31net: bpf: reject invalid shiftsRabin Vincent
2015-12-14bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
2015-11-09module: Fix locking in symbol_put_addr()Peter Zijlstra
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-27workqueue: make sure delayed work run in local cpuShaohua Li
2015-10-22genirq: Fix race in register_irq_proc()Ben Hutchings
2015-10-22sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-10-22sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-22sched: access local runqueue directly in single_task_runningDominik Dingel
2015-10-22perf: Fix AUX buffer refcountingPeter Zijlstra
2015-10-22time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-09-29unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-09-21sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-09-13genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko
2015-09-13genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko
2015-09-13cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy
2015-09-13perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-09-13perf: Fix double-free of the AUX bufferBen Hutchings