summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo
2017-08-11signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles
2017-08-11workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-27Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-21kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski
2017-07-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-07-05sysctl: enable strict writesKees Cook
2017-06-29signal: Only reschedule timers on signals timers have sentEric W. Biederman
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-26genirq: Release resources in __setup_irq() error pathHeiner Kallweit
2017-06-14perf/core: Drop kernel samples even though :u is specifiedJin Yao
2017-06-14stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-06-07Revert "stackprotector: Increase the per-task stack canary's random range fro...Greg Kroah-Hartman
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-25stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-25pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-05-20sched: panic on corrupted stack endJann Horn
2017-05-20perf: Fix race in swevent hashPeter Zijlstra
2017-05-20perf: Fix event->ctx lockingPeter Zijlstra
2017-05-20padata: free correct variableJason A. Donenfeld
2017-05-08perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-04-30kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-04-30ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-04-30tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-22ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-04-22perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-04-22ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-04-22ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-04-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-04-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-04-18padata: avoid race in reorderingJason A. Donenfeld
2017-01-15fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-12-23cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-10-05genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee
2016-10-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov
2016-08-22module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-22Fix broken audit tests for exec arg lenLinus Torvalds
2016-08-22audit: Fix check of return value of strnlen_user()Jan Kara
2016-08-07posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-12pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau