summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-15sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang1-0/+2
2017-07-15sysctl: don't print negative flag for proc_douintvecLiping Zhang1-0/+1
2017-07-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-13/+8
2017-07-05sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming1-2/+2
2017-07-05kernel/panic.c: add missing \nJiri Slaby1-1/+1
2017-07-05sysctl: enable strict writesKees Cook1-1/+1
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-13/+34
2017-06-29signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-06-26alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-06-26genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-06-14perf/core: Drop kernel samples even though :u is specifiedJin Yao1-0/+21
2017-06-14cpuset: consider dying css as offlineTejun Heo1-2/+2
2017-06-14stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay1-1/+1
2017-06-14ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-7/+13
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2-1/+6
2017-05-25genirq: Fix chained interrupt data orderingThomas Gleixner1-1/+1
2017-05-25sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2-1/+21
2017-05-25sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov1-5/+4
2017-05-25pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai1-2/+6
2017-05-25pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman1-1/+1
2017-05-20padata: free correct variableJason A. Donenfeld1-1/+1
2017-04-30perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+53
2017-04-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+9
2017-04-27ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2-4/+8
2017-04-12ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-04-12ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-04-08padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2017-03-31sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2-4/+2
2017-03-26perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-03-26kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen1-6/+9
2017-03-22futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-03-22futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-12Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers1-0/+4
2017-02-23printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-23futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-02-09perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-02-01sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-01-19jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+7
2017-01-19mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams1-0/+4
2017-01-12tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-0/+3
2017-01-12stable-fixup: hotplug: fix unused function warningArnd Bergmann1-4/+5
2017-01-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2017-01-06kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2017-01-06kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov1-1/+0
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+14