summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow reads from uninit stackEduard Zingerman2024-07-181-1/+10
* ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-07-181-2/+3
* mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-181-0/+2
* syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-07-051-1/+1
* perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-07-051-0/+13
* kheaders: explicitly define file modes for archived headersMatthias Maennich2024-07-051-1/+1
* Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada2024-07-051-6/+3
* tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson2024-07-051-0/+1
* kcov: don't lose track of remote references during softirqsAleksandr Nogikh2024-07-051-0/+1
* gcov: add support for GCC 14Peter Oberparleiter2024-07-051-1/+3
* tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)2024-07-051-2/+2
* rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang2024-07-051-5/+4
* rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney2024-07-051-1/+2
* padata: Disable BH when taking works lock on MT pathHerbert Xu2024-07-051-4/+4
* zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov2024-07-051-0/+1
* tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov2024-07-051-28/+14
* fsnotify: make allow_dups a property of the groupAmir Goldstein2024-06-211-2/+2
* fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2024-06-213-3/+4
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2024-06-211-1/+1
* exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2024-06-211-3/+3
* exit: Implement kthread_exitEric W. Biederman2024-06-211-4/+19
* fsnotify: clarify contract for create event hooksAmir Goldstein2024-06-212-4/+2
* sysctl: introduce new proc handler proc_doboolJia He2024-06-211-0/+42
* kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski2024-06-211-4/+7
* kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski2024-06-211-1/+3
* fanotify: configurable limits via sysfsAmir Goldstein2024-06-212-1/+15
* fs: add file and path permissions helpersChristian Brauner2024-06-212-2/+2
* kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2024-06-212-0/+4
* kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig2024-06-213-12/+9
* module: use RCU to synchronize find_moduleChristoph Hellwig2024-06-213-5/+5
* module: unexport find_module and module_mutexChristoph Hellwig2024-06-211-2/+0
* kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman2024-06-211-7/+2
* file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2024-06-212-2/+2
* bpf: In bpf_task_fd_query use fget_taskEric W. Biederman2024-06-211-17/+3
* kcmp: In kcmp_epoll_target use fget_taskEric W. Biederman2024-06-211-16/+4
* exec: Simplify unshare_filesEric W. Biederman2024-06-211-6/+6
* kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson2024-06-161-5/+3
* kdb: Merge identical case statements in kdb_read()Daniel Thompson2024-06-161-9/+1
* kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson2024-06-161-0/+5
* kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson2024-06-161-21/+34
* kdb: Fix buffer overflow during tab-completeDaniel Thompson2024-06-161-8/+13
* genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang2024-06-161-8/+8
* bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki2024-06-161-3/+7
* params: lift param_set_uint_minmax to common codeSagi Grimberg2024-06-161-0/+18
* sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-06-162-2/+2
* ring-buffer: Fix a race between readers and resize checksPetr Pavlu2024-06-161-0/+9
* bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-05-021-1/+1
* cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson2024-05-021-2/+2
* tracing: Show size of requested perf bufferRobin H. Johnson2024-05-021-1/+2
* Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant2024-05-021-4/+2