summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-28bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-05-28bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12
2021-05-28bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann1-7/+11
2021-05-26kcsan: Fix debugfs initcall return typeArnd Bergmann1-1/+2
2021-05-26locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang4-11/+17
2021-05-26locking/lockdep: Correct calling tracepointsLeo Yan1-2/+2
2021-05-26ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov1-1/+17
2021-05-19alarmtimer: Check RTC features instead of opsAlexandre Belloni1-1/+1
2021-05-19sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy1-1/+1
2021-05-19kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand1-1/+1
2021-05-19kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand1-1/+1
2021-05-19kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai1-1/+3
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-19swiotlb: Fix the type of indexClaire Chang1-1/+2
2021-05-19watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek1-11/+6
2021-05-19watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek1-12/+2
2021-05-19watchdog/softlockup: report the overall time of softlockupsPetr Mladek1-12/+28
2021-05-19watchdog: explicitly update timestamp when reporting softlockupPetr Mladek1-0/+3
2021-05-19watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek1-4/+4
2021-05-14smp: Fix smp_call_function_single_async prototypeArnd Bergmann2-11/+11
2021-05-14bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko1-13/+8
2021-05-14bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo1-0/+3
2021-05-14bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann1-13/+9
2021-05-14bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann1-5/+3
2021-05-14kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra3-8/+29
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-05-14rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou1-1/+0
2021-05-14printk: limit second loop of syslog_print_allJohn Ogness1-1/+8
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-05-12tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)1-14/+30
2021-05-12tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-05-12kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2-2/+8
2021-05-12futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner1-2/+2
2021-05-12Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner1-2/+1
2021-05-12rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker1-2/+5
2021-05-12kcsan, debugfs: Move debugfs file creation out of early initMarco Elver3-8/+3
2021-05-12sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy1-2/+3
2021-05-12sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-05-12perf: Rework perf_event_exit_event()Peter Zijlstra1-63/+79
2021-05-12sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-05-12sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel1-7/+40
2021-05-12kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)1-1/+1
2021-05-12sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song1-30/+61
2021-05-12sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-05-12sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-05-12genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov1-1/+3
2021-05-12posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-05-12ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-05-07perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6