summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-17iomap: mark the iomap argument to iomap_inline_data_valid constChristoph Hellwig1-1/+1
2021-08-17iomap: mark the iomap argument to iomap_inline_data constChristoph Hellwig1-1/+1
2021-08-17iomap: mark the iomap argument to iomap_sector constChristoph Hellwig1-2/+1
2021-08-17iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+2
2021-08-17af_unix: Add unix_stream_proto for sockmapJiang Wang1-2/+6
2021-08-17Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-0/+2
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2-3/+16
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko4-4/+26
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko3-0/+8
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2-77/+107
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2-25/+38
2021-08-17ethtool: add two link extended substates of bad signal integrityGuangbin Huang1-0/+2
2021-08-16Merge tag 'renesas-arm-dt-for-v5.15-tag2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+1
2021-08-16notifier: Remove atomic_notifier_call_chain_robust()Valentin Schneider1-2/+0
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-2/+2
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig1-0/+12
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak1-0/+1
2021-08-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-4/+19
2021-08-16dt-bindings: power: supply: smb347-charger: Document USB VBUS regulatorDmitry Osipenko1-0/+4
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz1-0/+1
2021-08-16tracing: Fix a typo in tracepoint.hHuang Shijie1-1/+1
2021-08-16ACPICA: Update version to 20210730Bob Moore1-1/+1
2021-08-16ACPICA: Add method name "_DIS" For use with aslmethod.cBob Moore1-0/+1
2021-08-16ACPICA: iASL: Fix for WPBT table with no command-line argumentsBob Moore1-0/+4
2021-08-16ACPICA: Headers: Add new DBG2 Serial Port SubtypesMarcin Wojtas1-1/+14
2021-08-16ACPICA: Macros should not use a trailing semicolonBob Moore1-1/+1
2021-08-16ACPICA: iASL: Add support for the AEST table (data compiler)Bob Moore2-0/+171
2021-08-16drm/ttm: Include pagemap.h from ttm_tt.hJason Ekstrand1-0/+1
2021-08-16drm/ttm: ttm_bo_device is now ttm_deviceJason Ekstrand1-1/+1
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-0/+2
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean1-4/+15
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean1-2/+0
2021-08-16Merge 5.14-rc6 into usb-nextGreg Kroah-Hartman14-13/+33
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman14-13/+33
2021-08-16Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie11-113/+79
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+5
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven1-1/+0
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven1-2/+0
2021-08-15bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima1-1/+2
2021-08-15Merge tag 'iio-for-5.15a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-16/+17
2021-08-15remove the lightnvm subsystemChristoph Hellwig2-921/+0
2021-08-14thermal: Spelling s/scallbacks/callbacks/Geert Uytterhoeven1-1/+1
2021-08-14thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann1-2/+3
2021-08-14net: Remove net/ipx.h and uapi/linux/ipx.h header filesCai Huoqing2-258/+0
2021-08-14net: bridge: vlan: dump mcast ctx querier stateNikolay Aleksandrov1-0/+1
2021-08-14net: bridge: mcast: dump ipv6 querier stateNikolay Aleksandrov1-0/+3
2021-08-14net: bridge: mcast: dump ipv4 querier stateNikolay Aleksandrov2-0/+11
2021-08-14devlink: Use xarray to store devlink instancesLeon Romanovsky1-1/+1
2021-08-14devlink: Count struct devlink consumersLeon Romanovsky1-0/+2
2021-08-14bitops/non-atomic: make @nr unsigned to avoid any DIVVineet Gupta1-7/+7