summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-052-1/+3
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-10-051-7/+16
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-10-051-17/+7
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-271-1/+7
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-271-1/+1
* locktorture: Fix potential memory leak with rw lock testYang Shi2017-09-131-0/+6
* cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-09-071-0/+1
* mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2017-09-072-2/+8
* locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-09-021-81/+5
* gcov: support GCC 7.1Martin Liska2017-09-022-1/+9
* timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-301-9/+41
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-301-4/+7
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-301-1/+1
* fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-301-0/+1
* bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-08-301-6/+15
* bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-08-301-14/+96
* bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann2017-08-301-0/+1
* bpf: adjust verifier heuristicsDaniel Borkmann2017-08-301-1/+11
* bpf, verifier: add additional patterns to evaluate_reg_imm_aluJohn Fastabend2017-08-301-0/+62
* bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-301-4/+30
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-241-7/+4
* genirq/ipi: Fixup checks against nr_cpu_idsAlexey Dobriyan2017-08-241-2/+2
* genirq: Restore trigger settings in irq_modify_status()Marc Zyngier2017-08-241-2/+8
* audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-241-5/+7
* futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-161-2/+3
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-08-111-4/+9
* signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-08-111-2/+2
* timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-111-1/+1
* cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-111-0/+1
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-08-111-0/+10
* cgroup: fix error return value from cgroup_subtree_control()Tejun Heo2017-08-111-2/+2
* cgroup: create dfl_root files on subsys registrationTejun Heo2017-08-111-0/+4
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner2017-08-061-1/+2
* smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner2017-08-061-18/+19
* 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
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-271-1/+1
* 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
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-07-211-1/+1