summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-07-211-9/+11
* ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-211-1/+10
* sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-211-4/+4
* sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima2022-07-211-2/+5
* sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima2022-07-211-3/+3
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-14/+23
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-211-0/+2
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-212-6/+15
* bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann2022-07-121-49/+23
* bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann2022-07-121-17/+24
* tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-07-021-1/+0
* dma-direct: don't over-decrypt memoryRobin Murphy2022-06-221-10/+6
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-221-1/+1
* bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()Yuntao Wang2022-06-221-1/+2
* 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