summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-08-261-2/+15
* uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-261-1/+1
* 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: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-08-212-7/+7
* 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/PM: Always unlock IRQ descriptor in rearm_wake_irq()Guenter Roeck2020-08-211-2/+6
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-1/+5
* seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-08-191-0/+9
* sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-08-191-5/+16
* blktrace: fix debugfs use after freeLuis Chamberlain2020-08-191-6/+12
* 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
* perf/core: Fix endless multiplex timerPeter Zijlstra2020-08-111-6/+14
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-08-071-2/+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
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* 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-2/+14
* 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-12/+19
* 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
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-163-9/+14
* sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-07-161-1/+1
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-07-091-1/+1
* 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
* kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu2020-06-301-1/+2
* 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
* bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-301-20/+33
* devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-301-4/+6
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-241-0/+24
* kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-241-1/+2
* tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi2020-06-241-2/+2
* tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-242-2/+2
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-241-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-241-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-241-3/+6