aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Coresight: Add coresight dummy driverGravatar Hao Zhang 1-0/+1
2023-06-05coresight: Fix CTI module refcount leak by making it a helper deviceGravatar James Clark 1-27/+2
2023-06-05coresight: Enable and disable helper devices adjacent to the pathGravatar James Clark 1-1/+10
2023-06-05coresight: Make refcount a property of the connectionGravatar James Clark 1-5/+9
2023-06-05coresight: Store in-connections as well as out-connectionsGravatar James Clark 1-0/+26
2023-06-05coresight: Store pointers to connections rather than an array of themGravatar James Clark 1-2/+3
2023-06-05coresight: Dynamically add connectionsGravatar James Clark 1-1/+7
2023-06-05coresight: Rename connection members to make the direction explicitGravatar James Clark 1-9/+9
2023-06-05coresight: Rename nr_outports to nr_outconnsGravatar James Clark 1-5/+5
2023-06-05coresight: Change name of pdata->connsGravatar James Clark 1-2/+2
2023-06-05coresight: Use enum type for cs_mode wherever possibleGravatar James Clark 1-3/+10
2023-05-30devres: Provide krealloc_arrayGravatar James Clark 1-0/+11
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-0/+15
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+8
2023-05-26Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-05-26Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Gravatar Arnd Bergmann 1-0/+1
2023-05-25module: error out early on concurrent load of the same module fileGravatar Linus Torvalds 1-0/+6
2023-05-25Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-21/+21
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-3/+15
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Gravatar Linus Torvalds 1-0/+4
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-2/+1
2023-05-24x86/pci/xen: populate MSI sysfs entriesGravatar Maximilian Heyne 1-1/+8
2023-05-23bpf, sockmap: Improved check for empty queueGravatar John Fastabend 1-1/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workGravatar John Fastabend 1-1/+1
2023-05-22net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEGravatar Yevgeny Kliteynik 1-1/+3
2023-05-20Merge tag 'usb-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-1/+2
2023-05-20Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+0
2023-05-20block: remove NFL4_UFLG_MASKGravatar Christoph Hellwig 1-2/+0
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesGravatar Taehee Yoo 1-0/+1
2023-05-19driver core: class: properly reference count class_dev_iter()Gravatar Greg Kroah-Hartman 1-0/+1
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeGravatar Jakub Kicinski 1-0/+10
2023-05-18Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-2/+11
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-2/+0
2023-05-17mdio_bus: unhide mdio_bus_init prototypeGravatar Arnd Bergmann 1-2/+0
2023-05-17mm: shrinkers: fix race condition on debugfs cleanupGravatar Joan Bruguera Micó 1-2/+11
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-2/+2
2023-05-17Merge tag 'tpmdd-v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-0/+1
2023-05-17tracing: make ftrace_likely_update() declaration visibleGravatar Arnd Bergmann 1-3/+2
2023-05-17fs: fix undefined behavior in bit shift for SB_NOUSERGravatar Hao Ge 1-21/+21
2023-05-16tpm: Prevent hwrng from activating during resumeGravatar Jarkko Sakkinen 1-0/+1
2023-05-14SUNRPC: always free ctxt when freeing deferred requestGravatar NeilBrown 2-2/+2
2023-05-14Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2023-05-13usb: gadget: drop superfluous ':' in doc stringGravatar Jó Ágila Bitsch 1-1/+1
2023-05-12Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-5/+5
2023-05-11Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-1/+19
2023-05-10net: add vlan_get_protocol_and_depth() helperGravatar Eric Dumazet 1-0/+17
2023-05-09io_uring: make io_uring_sqe_cmd() unconditionally availableGravatar Jens Axboe 1-5/+5
2023-05-09linux/dim: Do nothing if no time delta between samplesGravatar Roy Novich 1-1/+2
2023-05-08firmware: arm_ffa: Fix FFA device names for logical partitionsGravatar Sudeep Holla 1-0/+1
2023-05-08power: supply: bq27xxx: Ensure power_supply_changed() is called on current si...Gravatar Hans de Goede 1-0/+3