summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* sysctl: don't print negative flag for proc_douintvecLiping Zhang2017-07-151-0/+1
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-07-151-13/+8
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-051-2/+2
* kernel/panic.c: add missing \nJiri Slaby2017-07-051-1/+1
* sysctl: enable strict writesKees Cook2017-07-051-1/+1
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-291-13/+34
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-291-6/+14
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-261-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-261-3/+3
* genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-261-1/+3
* perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-141-0/+21
* cpuset: consider dying css as offlineTejun Heo2017-06-141-2/+2
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-06-141-1/+1
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-06-141-7/+13
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-252-1/+6
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-251-1/+1
* sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2017-05-252-1/+21
* sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2017-05-251-5/+4
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-251-2/+6
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-251-1/+1
* padata: free correct variableJason A. Donenfeld2017-05-201-1/+1
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-04-301-4/+53
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-301-0/+9
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-271-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-271-3/+5
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-211-4/+16
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-212-4/+8
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-121-4/+4
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-121-4/+10
* padata: avoid race in reorderingJason A. Donenfeld2017-04-081-2/+3
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* kernek/fork.c: allocate idle task for a CPU always on its local nodeAndi Kleen2017-03-261-6/+9
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-9/+11
* Fix: Disable sys_membarrier when nohz_full is enabledMathieu Desnoyers2017-03-121-0/+4
* printk: use rcuidle console tracepointSergey Senozhatsky2017-02-231-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-02-231-1/+1
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-02-011-0/+1
* jump_labels: API for flushing deferred jump label updatesDavid Matlack2017-01-191-0/+7
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-191-0/+4
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* stable-fixup: hotplug: fix unused function warningArnd Bergmann2017-01-121-4/+5
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-091-3/+14
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-061-2/+2
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2017-01-061-1/+0
* exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+14
* ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-062-5/+27