summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-191-1/+1
* kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-191-1/+1
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-191-1/+3
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-191-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-191-1/+1
* swiotlb: Fix the type of indexClaire Chang2021-05-191-1/+2
* watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek2021-05-191-11/+6
* watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek2021-05-191-12/+2
* watchdog: explicitly update timestamp when reporting softlockupPetr Mladek2021-05-191-0/+3
* watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek2021-05-191-4/+4
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-143-12/+12
* bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko2021-05-141-13/+8
* bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo2021-05-141-0/+3
* bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann2021-05-141-13/+9
* bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-05-141-5/+3
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-141-13/+29
* rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou2021-05-141-1/+0
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-05-142-2/+8
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-111-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-111-26/+15
* kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-112-2/+8
* futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner2021-05-111-2/+2
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-111-2/+1
* kcsan, debugfs: Move debugfs file creation out of early initMarco Elver2021-05-113-8/+3
* sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-05-111-2/+3
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-05-112-1/+14
* perf: Rework perf_event_exit_event()Peter Zijlstra2021-05-111-63/+79
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-111-0/+4
* kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)2021-05-111-1/+1
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-05-111-3/+12
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-05-111-1/+3
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-05-111-2/+2
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-111-1/+4
* perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek2021-05-071-6/+6
* swiotlb: respect min_align_maskJianxiong Gao2021-05-071-10/+31
* swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleJianxiong Gao2021-05-071-1/+0
* swiotlb: refactor swiotlb_tbl_map_singleJianxiong Gao2021-05-071-90/+89
* swiotlb: clean up swiotlb_tbl_unmap_singleJianxiong Gao2021-05-071-20/+21
* swiotlb: factor out a nr_slots helperJianxiong Gao2021-05-071-4/+9
* swiotlb: factor out an io_tlb_offset helperJianxiong Gao2021-05-071-7/+13
* swiotlb: add a IO_TLB_SIZE defineJianxiong Gao2021-05-071-6/+6
* capabilities: require CAP_SETFCAP to map uid 0Serge E. Hallyn2021-05-071-3/+62
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-071-10/+17
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-071-8/+4
* locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi2021-04-281-3/+4
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-281-29/+44
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-281-16/+33
* bpf: Allow variable-offset stack accessAndrei Matei2021-04-281-146/+511
* bpf: Permits pointers on stack for helper callsYonghong Song2021-04-281-1/+2
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-211-6/+11