summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-06-141-9/+5
* ftrace: Clean up hash direct_functions on register failuresSong Liu2022-06-091-3/+2
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-06-091-34/+0
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-06-091-0/+3
* sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-06-093-8/+8
* scftorture: Fix distribution of short handler delaysPaul E. McKenney2022-06-091-2/+3
* bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang2022-06-091-1/+0
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-091-1/+1
* rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney2022-06-091-0/+1
* rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah2022-06-091-0/+3
* ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-06-091-3/+2
* 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
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-05-301-1/+1
* lockdown: also lock down previous kgdb useDaniel Thompson2022-05-302-3/+83
* module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu2022-05-251-6/+11
* module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOADJessica Yu2022-05-251-5/+4
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-3/+8
* Revert "swiotlb: fix info leak with DMA_FROM_DEVICE"Sasha Levin2022-05-251-2/+1
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-181-2/+5
* rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker2022-05-121-13/+13
* rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker2022-05-121-12/+16
* genirq: Synchronize interrupt thread startupThomas Pfaff2022-05-123-10/+33
* 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
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-04-271-1/+8
* 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
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-132-4/+20
* bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-04-081-32/+24
* watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-081-0/+1
* locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-04-083-15/+56
* kdb: Fix the putarea helper functionDaniel Thompson2022-04-081-1/+1
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* livepatch: Fix build failure on 32 bits processorsChristophe Leroy2022-04-081-2/+2
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-081-2/+4
* 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
* rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()Eric Dumazet2022-04-081-0/+9
* sched/core: Export pelt_thermal_tpQais Yousef2022-04-081-0/+1
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-081-10/+0
* watch_queue: Actually free the watchDavid Howells2022-04-081-0/+1
* watch_queue: Fix NULL dereference in error cleanupDavid Howells2022-04-081-1/+1