aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-11dt-bindings: leds: Add missing references to common LED schemaRob Herring3-21/+7
2022-12-11dt-bindings: leds: intel,lgm: Add missing 'led-gpios' propertyRob Herring1-2/+5
2022-12-11of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-11rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni1-1/+1
2022-12-11Linux 6.1Linus Torvalds1-1/+1
2022-12-11rtc: rx6110: fix warning with !OFAlexandre Belloni1-1/+1
2022-12-11MAINTAINERS: mark I3C DRIVER FOR SYNOPSYS DESIGNWARE orphanAlexandre Belloni1-2/+1
2022-12-11i3c: export SETDASA methodJack Chen4-0/+42
2022-12-11i3c: Correct the macro module_i3c_i2c_driverNaveen Krishna Chatradhi1-1/+2
2022-12-11rtc: rk808: reduce 'struct rk808' usageSebastian Reichel1-27/+20
2022-12-11Merge tag 'iommu-fix-v6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2022-12-11nfsd: rework refcounting in filecacheJeff Layton2-180/+189
2022-12-11ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-14/+6
2022-12-11ksmbd: Fix resource leak in smb2_lock()Marios Makassikis1-0/+4
2022-12-11ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng1-3/+5
2022-12-11ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva3-9/+9
2022-12-11ksmbd: use F_SETLK when unlocking a fileJeff Layton1-2/+2
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon3-5/+14
2022-12-11IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-12-11kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada1-0/+1
2022-12-11kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGSMasahiro Yamada1-1/+2
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe1-1/+1
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds7-19/+29
2022-12-10dt-bindings: rtc: convert rtc-meson.txt to dt-schemaNeil Armstrong2-35/+62
2022-12-10ipvs: run_estimation should control the kthread tasksJulian Anastasov4-6/+35
2022-12-10ipvs: add est_cpulist and est_nice sysctl varsJulian Anastasov4-4/+229
2022-12-10ipvs: use kthreads for stats estimationJulian Anastasov3-100/+990
2022-12-10ipvs: use u64_stats_t for the per-cpu countersJulian Anastasov4-35/+35
2022-12-10ipvs: use common functions for stats allocationJulian Anastasov2-41/+60
2022-12-10ipvs: add rcu protection to statsJulian Anastasov3-25/+57
2022-12-10rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui1-4/+4
2022-12-10rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui1-0/+1
2022-12-10Merge branch 'stricter register ID checking in regsafe()'Alexei Starovoitov6-27/+324
2022-12-10selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman1-0/+75
2022-12-10selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi1-0/+39
2022-12-10bpf: use check_ids() for active_lock comparisonEduard Zingerman1-3/+13
2022-12-10selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman1-0/+82
2022-12-10bpf: states_equal() must build idmap for all function framesEduard Zingerman2-3/+4
2022-12-10selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman2-0/+103
2022-12-10bpf: regsafe() must not skip check_ids()Eduard Zingerman1-21/+8
2022-12-10fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1
2022-12-10Documentation/osnoise: Add osnoise/options documentationDaniel Bristot de Oliveira1-2/+18
2022-12-10tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira1-5/+43
2022-12-10tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira1-1/+5
2022-12-10Documentation/osnoise: Escape underscore of NO_ prefixBagas Sanjaya1-1/+1
2022-12-10tracing: Fix some checker warningsDavid Howells4-5/+8
2022-12-10tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira1-2/+2
2022-12-10tracing: remove unnecessary trace_trigger ifdefRoss Zwisler1-6/+0
2022-12-10ring-buffer: Handle resize in early boot upSteven Rostedt1-7/+25