summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-06-061-1/+11
* bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi2022-06-061-0/+5
* bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang2022-06-061-1/+0
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-06-063-14/+23
* bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-06-061-0/+10
* bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang2022-06-061-6/+12
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-05-301-0/+15
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-05-301-0/+11
* lockdown: also lock down previous kgdb useDaniel Thompson2022-05-252-3/+83
* audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth2022-05-251-0/+6
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-181-2/+5
* genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()Lukas Wunner2022-05-181-1/+0
* genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-123-10/+33
* timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach2022-05-121-2/+2
* perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-273-6/+6
* sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-271-5/+5
* irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang2022-04-271-1/+1
* cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price2022-04-201-18/+18
* dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-201-1/+2
* timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-201-4/+7
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-201-1/+1
* genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-201-2/+3
* static_call: Don't make __static_call_return0 staticChristophe Leroy2022-04-133-542/+546
* sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-131-1/+1
* sched/core: Fix forceidle balancingPeter Zijlstra2022-04-133-11/+10
* perf/core: Inherit event_capsNamhyung Kim2022-04-131-0/+3
* bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-04-081-32/+24
* tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)2022-04-081-1/+61
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-4/+8
* watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-081-0/+1
* tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)2022-04-081-0/+28
* locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-04-083-15/+56
* rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney2022-04-081-2/+2
* rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusionDavid Woodhouse2022-04-082-38/+37
* kdb: Fix the putarea helper functionDaniel Thompson2022-04-081-1/+1
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-04-081-33/+8
* livepatch: Fix build failure on 32 bits processorsChristophe Leroy2022-04-081-2/+2
* bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song2022-04-081-8/+21
* bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi2022-04-081-2/+24
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-081-2/+4
* sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-04-082-16/+28
* sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-04-081-1/+2
* sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-04-081-8/+10
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-081-0/+3
* rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers2022-04-081-4/+4
* sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef2022-04-081-0/+1
* sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef2022-04-082-84/+107