summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-07-27bpf: Fix overrunning reservations in ringbufDaniel Borkmann
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman
2024-07-18dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin
2024-07-18ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-07-18mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng
2024-07-18locking/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-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-07-05perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-07-05kheaders: explicitly define file modes for archived headersMatthias Maennich
2024-07-05Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-07-05kcov: don't lose track of remote references during softirqsAleksandr Nogikh
2024-07-05gcov: add support for GCC 14Peter Oberparleiter
2024-07-05tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-07-05rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-07-05rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-07-05rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-07-05padata: Disable BH when taking works lock on MT pathHerbert Xu
2024-07-05zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov
2024-07-05tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-07-05cma: factor out minimum alignment requirementDavid Hildenbrand
2024-07-05ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra
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
2024-06-16kdb: Fix buffer overflow during tab-completeDaniel Thompson
2024-06-16genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-16bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki
2024-06-16dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin
2024-06-16dma-mapping: benchmark: fix node id validationFedor Pchelkin
2024-06-16sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-16sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-06-16softirq: Fix suspicious RCU usage in __do_softirq()Zqiang
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2024-05-17bpf: Fix a verifier verbose messageAnton Protopopov
2024-05-02bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson
2024-04-27Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant
2024-04-27kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-04-27bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2024-04-27bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2024-04-27bpf: Generally fix helper register offset checkDaniel Borkmann
2024-04-27bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann