summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-271-1/+2
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-271-0/+1
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-271-21/+0
* tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2017-07-211-1/+1
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-211-1/+1
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-07-151-13/+8
* sysctl: enable strict writesKees Cook2017-07-051-1/+1
* 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
* 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
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-06-141-1/+1
* Revert "stackprotector: Increase the per-task stack canary's random range fro...Greg Kroah-Hartman2017-06-071-1/+1
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-252-1/+6
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-251-1/+1
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-251-1/+1
* sched: panic on corrupted stack endJann Horn2017-05-201-1/+2
* perf: Fix race in swevent hashPeter Zijlstra2017-05-201-19/+1
* perf: Fix event->ctx lockingPeter Zijlstra2017-05-201-37/+207
* padata: free correct variableJason A. Donenfeld2017-05-201-1/+1
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-05-081-2/+13
* kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2017-04-301-0/+8
* perf: Avoid horrible stack usagePeter Zijlstra (Intel)2017-04-306-13/+26
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-301-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-301-3/+5
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-221-4/+4
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-04-221-2/+3
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-221-4/+10
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-221-4/+16
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-04-181-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-04-181-9/+11
* padata: avoid race in reorderingJason A. Donenfeld2017-04-181-2/+3
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-151-3/+14
* cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park2016-12-231-3/+14
* genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2016-10-051-10/+10
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-10-051-0/+22
* cpuset: make sure new tasks conform to the current config of the cpusetZefan Li2016-09-121-0/+15
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-08-311-2/+7
* uprobes: Fix the memcg accountingOleg Nesterov2016-08-311-2/+3
* module: Invalidate signatures on force-loaded modulesBen Hutchings2016-08-221-4/+9
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-221-168/+164
* Fix broken audit tests for exec arg lenLinus Torvalds2016-08-221-2/+1
* audit: Fix check of return value of strnlen_user()Jan Kara2016-08-221-1/+1
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-071-0/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-07-121-0/+14
* bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2016-07-121-1/+0
* futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso2016-07-121-1/+1
* tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)2016-07-121-1/+6