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
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* 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/+4
* cpuset: Fix incorrect memory_pressure control file mappingWaiman Long2017-09-071-0/+1
* gcov: support GCC 7.1Martin Liska2017-09-022-1/+9
* gcov: add support for gcc version >= 6Florian Meier2017-09-021-1/+1
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-301-0/+4
* pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-241-7/+4
* audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-08-241-5/+7
* cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin2017-08-161-0/+1
* 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
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-08-111-0/+10
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2017-08-062-14/+0
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2017-08-061-2/+11
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* 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: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-211-1/+1
* bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-07-211-0/+5
* sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang2017-07-151-0/+2
* 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