summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-02-14pmdomain: core: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2024-02-14PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson1-0/+38
2024-02-14firmware/sysfb: Update screen_info for relocated EFI framebuffersThomas Zimmermann1-0/+16
2024-02-14firmware/sysfb: Set firmware-framebuffer parent deviceThomas Zimmermann1-2/+4
2024-02-14video: Provide screen_info_get_pci_dev() to find screen_info's PCI deviceThomas Zimmermann1-0/+10
2024-02-14video: Add helpers for decoding screen_infoThomas Zimmermann1-0/+100
2024-02-14soc: qcom: apr: make aprbus constRicardo B. Marliere1-1/+1
2024-02-14veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-0/+2
2024-02-14xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi1-0/+2
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-1/+1
2024-02-14bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko1-9/+8
2024-02-14bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine1-1/+2
2024-02-14bpf: Create argument information for nullable arguments.Kui-Feng Lee2-0/+23
2024-02-14bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee1-0/+4
2024-02-14bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee1-0/+1
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-9/+12
2024-02-13nvme: implement support for relaxed effectsKeith Busch1-0/+1
2024-02-13powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui1-0/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-3/+4
2024-02-13block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig1-1/+2
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig1-0/+1
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig1-0/+23
2024-02-13block: move max_{open,active}_zones to struct queue_limitsChristoph Hellwig1-6/+6
2024-02-13HID: protect hid_device::bpf by CONFIG_HID_BPFJiri Slaby (SUSE)1-2/+2
2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+4
2024-02-12thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui1-1/+1
2024-02-12PM: runtime: Add pm_runtime_put_autosuspend() replacementSakari Ailus1-0/+12
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-15/+3
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi2-0/+2
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-1/+1
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2024-02-12filelock: always define for_each_file_lock()Jeff Layton1-5/+3
2024-02-12fs: add FS_IOC_GETFSSYSFSPATHKent Overstreet1-0/+43
2024-02-12coresight: Add helper for setting csdev->modeJames Clark1-0/+16
2024-02-12coresight: Add a helper for getting csdev->modeJames Clark1-0/+5
2024-02-12coresight: Add helper for atomically taking the deviceJames Clark1-0/+11
2024-02-12coresight: Remove unused stubsJames Clark1-79/+0
2024-02-12coresight: Remove atomic type from refcntJames Clark1-3/+10
2024-02-12coresight: Move all sysfs code to sysfs fileJames Clark1-4/+4
2024-02-12coresight: Remove the 'enable' field.James Clark1-2/+0
2024-02-12coresight: Move mode to struct coresight_deviceJames Clark1-0/+6
2024-02-12coresight: Make language around "activated" sinks consistentJames Clark1-6/+8
2024-02-12coresight: make coresight_bustype constGreg Kroah-Hartman1-1/+1
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-5/+5
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet1-2/+2
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2024-02-12gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski1-1/+2