summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-29
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-29
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-26
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-26
* genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-26
* perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-14
* cpuset: consider dying css as offlineTejun Heo2017-06-14
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-06-14
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-06-14
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-25
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-25
* sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2017-05-25
* sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2017-05-25
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-25
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-25
* padata: free correct variableJason A. Donenfeld2017-05-20
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-04-30
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-30
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-27
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-27
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-21
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-21
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-12
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-12
* padata: avoid race in reorderingJason A. Donenfeld2017-04-08
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-31
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-26
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2017-03-26
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-22
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-22
* Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers2017-03-12
* printk: use rcuidle console tracepointSergey Senozhatsky2017-02-23
* futex: Move futex_init() to core_initcallYang Yang2017-02-23
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-09
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-02-01
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-19
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-19
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-12
* stable-fixup: hotplug: fix unused function warningArnd Bergmann2017-01-12
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-09
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-09
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-06
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2017-01-06
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-06
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-06
* mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2017-01-06
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2016-12-15
* locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-15
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-15
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-12-08