summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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: 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-06-21fsnotify: make allow_dups a property of the groupAmir Goldstein
2024-06-21fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2024-06-21exit: Implement kthread_exitEric W. Biederman
2024-06-21fsnotify: clarify contract for create event hooksAmir Goldstein
2024-06-21sysctl: introduce new proc handler proc_doboolJia He
2024-06-21kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski
2024-06-21kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski
2024-06-21fanotify: configurable limits via sysfsAmir Goldstein
2024-06-21fs: add file and path permissions helpersChristian Brauner
2024-06-21kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig
2024-06-21kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig
2024-06-21module: use RCU to synchronize find_moduleChristoph Hellwig
2024-06-21module: unexport find_module and module_mutexChristoph Hellwig
2024-06-21kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman
2024-06-21file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2024-06-21bpf: In bpf_task_fd_query use fget_taskEric W. Biederman
2024-06-21kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman
2024-06-21exec: Simplify unshare_filesEric W. Biederman
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-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2024-06-16sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu
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-05-02Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant
2024-05-02kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian
2024-05-02x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=nSean Christopherson
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-04-13panic: Flush kernel log buffer at the endJohn Ogness