summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-08-13blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-13blktrace: fix debugfs use after freeLuis Chamberlain
2020-08-13blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain
2020-08-13blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-08-13blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-08-13module: Correctly truncate sysfs sections outputKees Cook
2020-08-13genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-08-13genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner
2020-08-13genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-08-13sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-08-13sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-08-13timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-08-13timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-08-13cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-08-03kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook
2020-08-03module: Do not expose section addresses to non-CAP_SYSLOGKees Cook
2020-08-03module: Refactor section attr into bin attributeKees Cook
2020-08-03kallsyms: Refactor kallsyms_show_value() to take credKees Cook
2020-08-03random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-24kgdb: Avoid suspicious RCU usage warningDouglas Anderson
2020-07-24sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-07-16ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-07-16tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-07-16blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-07-16kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu
2020-07-16sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-07-16sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-07-13kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-07-13kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu
2020-07-13blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-07-13blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-07-13blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-07-11kernel/cpu_pm: Fix uninitted local in cpu_pmDouglas Anderson
2020-07-11bpf: Fix map permissions checkAnton Protopopov
2020-07-11sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-07-11sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-07-11exit: Move preemption fixup up, move blocking operations downJann Horn
2020-07-11audit: fix a net reference leak in audit_list_rules_send()Paul Moore
2020-07-11audit: fix a net reference leak in audit_send_reply()Paul Moore
2020-07-11kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson
2020-07-11kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson
2020-07-11sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-07-07perf: Add cond_resched() to task_function_call()Barret Rhoden
2020-07-07sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-06-24locking/lockdep: Clean up #ifdef checksArnd Bergmann
2020-06-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell
2020-06-24locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann
2020-06-24locking/lockdep: Consolidate lock usage bit initializationYuyang Du
2020-06-24timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2020-06-24genirq/timings: Fix timings buffer inspectionDaniel Lezcano