summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap2022-09-051-0/+1
* audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui2022-09-051-0/+1
* tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-251-2/+2
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-5/+16
* tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-251-0/+1
* kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-251-1/+2
* profiling: fix shift too large makes kernel panicChen Zhongjin2022-08-251-0/+7
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-251-6/+9
* PM: hibernate: defer device probing when resuming from hibernationTetsuo Handa2022-08-251-1/+12
* bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()Ovidiu Panait2022-08-251-0/+1
* bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* 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
* swiotlb: skip swiotlb_bounce when orig_addr is zeroLiu Shixin2022-07-021-1/+2
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-34/+0
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+15
* random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-251-0/+11
* random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
* 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
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-06-141-0/+3
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-141-1/+1
* ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-06-141-3/+2
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-5/+8
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-05-251-1/+2
* 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: Synchronize interrupt thread startupThomas Pfaff2022-05-123-10/+33
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-04-271-1/+8
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-04-152-7/+19
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-04-153-28/+57
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-152-4/+20
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-151-2/+2
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-151-2/+4
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-151-0/+3
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-151-10/+0
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-151-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-151-1/+1
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-151-15/+32
* cpuset: Fix unsafe lock order between cpuset lock and cpuslockZhang Qiao2022-03-231-2/+6
* sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2022-03-231-1/+1
* sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2022-03-231-51/+48
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+8
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-03-021-6/+46
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2