summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-14locking/seqlock: Propagate 'const' pointers within read-only methods, remove ...Ingo Molnar1-7/+19
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian1-0/+13
2023-10-14Input: Annotate struct ff_device with __counted_byKees Cook1-1/+1
2023-10-14Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+1
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-6/+4
2023-10-14clk: linux/clk-provider.h: fix kernel-doc warnings and typosRandy Dunlap1-7/+8
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen2-7/+22
2023-10-13scsi: target: core: Unexport target_queue_submission()Mike Christie1-1/+0
2023-10-13scsi: target: Allow userspace to request direct submissionsMike Christie1-0/+1
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie1-2/+1
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie1-2/+0
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie2-0/+18
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie1-2/+2
2023-10-13bpf: Avoid unnecessary audit log for CPU security mitigationsYafang Shao1-2/+2
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski3-5/+70
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-1/+1
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta1-0/+6
2023-10-13crypto: skcipher - Remove obsolete skcipher_alg helpersHerbert Xu2-66/+1
2023-10-13crypto: skcipher - Add crypto_spawn_skcipher_alg_commonHerbert Xu1-0/+6
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca1-10/+4
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca1-1/+2
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca1-1/+1
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca1-1/+1
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen1-6/+2
2023-10-13pwm: Drop pwm_[sg]et_chip_data()Uwe Kleine-König1-14/+0
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-4/+6
2023-10-13gpiolib: provide gpio_device_get_base()Bartosz Golaszewski1-0/+3
2023-10-13gpiolib: provide gpiod_to_gpio_device()Bartosz Golaszewski1-0/+1
2023-10-13gpiolib: provide gpio_device_to_device()Bartosz Golaszewski1-0/+2
2023-10-13thunderbolt: Fix typo in enum tb_link_width kernel-docMika Westerberg1-1/+1
2023-10-13Merge tag 'drm-fixes-2023-10-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+19
2023-10-13Merge tag 'drm-misc-fixes-2023-10-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+19
2023-10-13Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-10/+30
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-7/+4
2023-10-12locking/seqlock: Change __seqprop() to return the function pointerOleg Nesterov1-10/+10
2023-10-12locking/seqlock: Simplify SEQCOUNT_LOCKNAME()Oleg Nesterov1-10/+8
2023-10-12drm/nouveau: exec: fix ioctl kernel-doc warningRandy Dunlap1-2/+2
2023-10-12drm/i915: Add new DG2 PCI IDsShekhar Chauhan1-1/+5
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra1-0/+1
2023-10-12cgroup: Fix incorrect css_set_rwsem reference in commentWaiman Long1-1/+1
2023-10-12KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2Marc Zyngier1-0/+7
2023-10-12fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein1-0/+2
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov1-0/+9
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov1-0/+12
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov2-1/+11
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba1-5/+2
2023-10-12btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn1-0/+76
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn1-0/+1
2023-10-12btrfs: add raid stripe tree definitionsJohannes Thumshirn1-0/+29