summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-07-25workqueue: Refactor worker ID formatting and make wq_worker_comm() use full I...Tejun Heo
2024-07-18sched/deadline: Fix task_struct reference leakWander Lairson Costa
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-07-18bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi
2024-07-18bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi
2024-07-18bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires
2024-07-18bpf: make timer data struct more genericBenjamin Tissoires
2024-07-18bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-11swap: yield device immediatelyChristian Brauner
2024-07-11dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin
2024-07-11mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng
2024-07-11vhost_task: Handle SIGKILL by flushing work and exitingMike Christie
2024-07-11locking/mutex: Introduce devm_mutex_init()George Stark
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang
2024-07-05cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen
2024-07-05bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05bpf: Fix may_goto with negative offset.Alexei Starovoitov
2024-07-05bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-05bpf: Fix the corner case with may_goto and jump to the 1st insn.Alexei Starovoitov
2024-07-05bpf: Fix remap of arena.Alexei Starovoitov
2024-07-05bpf: Add missed var_off setting in coerce_subreg_to_size_sx()Yonghong Song
2024-07-05bpf: Add missed var_off setting in set_sext32_default_val()Yonghong Song
2024-06-27kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-06-27ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-06-27kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-06-27gcov: add support for GCC 14Peter Oberparleiter
2024-06-27bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-06-27cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long
2024-06-27clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter
2024-06-27bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov
2024-06-27rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-06-27rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-06-27rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-06-27padata: Disable BH when taking works lock on MT pathHerbert Xu
2024-06-21zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov
2024-06-21kheaders: explicitly define file modes for archived headersMatthias Maennich
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-06-21bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang
2024-06-16bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko
2024-06-16genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()dicken.ding
2024-06-16kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson
2024-06-16kdb: Merge identical case statements in kdb_read()Daniel Thompson
2024-06-16kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson
2024-06-16kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson