summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* kprobes: fix kill kprobe which has been marked as goneMuchun Song2020-09-261-1/+8
* gcov: add support for GCC 10.1Peter Oberparleiter2020-09-172-2/+3
* gcov: Disable gcov build with GCC 10Leon Romanovsky2020-09-171-0/+1
* genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner2020-09-031-0/+7
* locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-09-031-1/+1
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-08-261-2/+15
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* module: Correctly truncate sysfs sections outputKees Cook2020-08-211-3/+19
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-211-0/+7
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-191-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-08-191-9/+14
* cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang2020-08-191-0/+2
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+8
* bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-08-051-3/+9
* tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2020-08-051-2/+4
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-07-223-10/+40
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-221-2/+35
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
* timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-221-3/+14
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-11/+18
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-14/+18
* kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-161-2/+2
* module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-161-3/+3
* module: Refactor section attr into bin attributeKees Cook2020-07-161-21/+24
* kernel: module: Use struct_size() helperGustavo A. R. Silva2020-07-161-2/+1
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-163-9/+14
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-301-1/+1
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-301-0/+1
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-251-0/+24
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-251-1/+2
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-251-3/+6
* kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson2020-06-221-2/+2
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-222-3/+20
* exit: Move preemption fixup up, move blocking operations downJann Horn2020-06-221-9/+16
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-06-223-11/+9
* audit: fix a net reference leak in audit_send_reply()Paul Moore2020-06-221-21/+29