summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever1-1/+10
2026-01-29prctl: add arch-agnostic prctl()s for indirect branch trackingDeepak Gupta1-0/+4
2026-01-29Merge tag 'mtk-soc-for-v6.20' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2-0/+112
2026-01-29Merge tag 'apple-soc-drivers-6.20' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+7
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-2/+12
2026-01-29slab: add sheaves to most cachesVlastimil Babka1-6/+0
2026-01-29wait: Introduce io_wait_event_killable()Remi Pommarel1-0/+15
2026-01-29regmap: reg_default_cb for flat cache defaultsMark Brown1-0/+14
2026-01-29of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel paramOreoluwa Babatunde1-0/+9
2026-01-29cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker1-0/+2
2026-01-28vdpa: document set_group_asid thread safetyEugenio Pérez1-1/+3
2026-01-28vduse: return internal vq group struct as map tokenEugenio Pérez1-3/+3
2026-01-28compiler-context-analysis: Remove __assume_ctx_lock from initializersMarco Elver9-16/+2
2026-01-28compiler-context-analysis: Introduce scoped init guardsMarco Elver7-7/+35
2026-01-28cleanup: Make __DEFINE_LOCK_GUARD handle commas in initializersMarco Elver1-4/+4
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa1-1/+1
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-2/+5
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa1-0/+6
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa1-0/+6
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa1-0/+7
2026-01-28ftrace: Export some of hash related functionsJiri Olsa1-0/+9
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-1/+0
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton2-1/+2
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton1-0/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-3/+5
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton1-1/+2
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-1/+3
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den2-0/+27
2026-01-28PCI: endpoint: Add dynamic_inbound_mapping EPC featureKoichiro Den1-0/+5
2026-01-28iomap: add a flag to bounce buffer direct I/OChristoph Hellwig1-0/+9
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig1-0/+26
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig1-0/+3
2026-01-28block: add a BIO_MAX_SIZE constant and use itChristoph Hellwig1-1/+2
2026-01-28Merge branch 'platform-drivers-x86-asus-kbd' into for-nextIlpo Järvinen2-50/+28
2026-01-28platform/x86: asus-wmi: add keyboard brightness event handlerAntheas Kapenekakis1-0/+13
2026-01-28platform/x86: asus-wmi: remove unused keyboard backlight quirkAntheas Kapenekakis1-50/+0
2026-01-28platform/x86: asus-wmi: Add support for multiple kbd led handlersAntheas Kapenekakis1-0/+15
2026-01-28spi: aspeed: Improve handling of shared SPIMark Brown7-16/+57
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino3-3/+82
2026-01-28seqlock: fix scoped_seqlock_read kernel-docRandy Dunlap1-9/+8
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie49-78/+205
2026-01-28bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet2-0/+15
2026-01-28net: stmmac: don't pass ioaddr to fix_soc_reset() methodRussell King (Oracle)1-1/+1
2026-01-28ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert toMark Brown7-16/+57
2026-01-28PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen1-1/+5
2026-01-28resource: Mark res given to resource_assigned() as constIlpo Järvinen1-1/+1
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe1-0/+2
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe1-0/+9
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-2/+66
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-0/+2