summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-07-05cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang1-4/+4
2024-07-05cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen1-0/+3
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau1-0/+2
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy2-3/+9
2024-07-05bpf: Fix may_goto with negative offset.Alexei Starovoitov1-3/+6
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann1-6/+25
2024-07-05bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov1-0/+50
2024-07-05bpf: Fix remap of arena.Alexei Starovoitov1-2/+14
2024-07-05bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song1-0/+1
2024-07-05bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song1-0/+1
2024-06-27kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds1-1/+1
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-06-27ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh1-0/+1
2024-06-27gcov: add support for GCC 14Peter Oberparleiter1-1/+3
2024-06-27bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann1-4/+10
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan2-0/+7
2024-06-27cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long3-135/+56
2024-06-27clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter1-22/+20
2024-06-27bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov1-4/+9
2024-06-27rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang1-5/+4
2024-06-27rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang1-2/+2
2024-06-27rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney1-1/+2
2024-06-27padata: Disable BH when taking works lock on MT pathHerbert Xu1-4/+4
2024-06-21zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov1-0/+1
2024-06-21kheaders: explicitly define file modes for archived headersMatthias Maennich1-1/+1
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-06-21bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang1-5/+6
2024-06-16bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko1-4/+4
2024-06-16genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding1-1/+4
2024-06-16kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson1-5/+3
2024-06-16kdb: Merge identical case statements in kdb_read()Daniel Thompson1-9/+1
2024-06-16kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson1-0/+5
2024-06-16kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson1-21/+34
2024-06-16kdb: Fix buffer overflow during tab-completeDaniel Thompson1-8/+13
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-8/+8
2024-06-12kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda1-1/+6
2024-06-12bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki1-3/+7
2024-06-12dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin1-2/+1
2024-06-12dma-mapping: benchmark: fix node id validationFedor Pchelkin1-1/+2
2024-06-12dma-mapping: benchmark: fix up kthread-related error handlingFedor Pchelkin1-6/+10
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López1-0/+4
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2024-05-30sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-05-30sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2-2/+2
2024-05-30tracing/user_events: Fix non-spaced field matchingBeau Belgrave1-1/+75
2024-05-30bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATEStanislav Fomichev1-0/+5