aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23nvme: fix the CRIMS and CRWMS definitions to match the specJoel Granados1-2/+2
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+5
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko1-2/+0
2022-06-22agp/intel: Rename intel-gtt symbolsLucas De Marchi1-12/+12
2022-06-22pwm: Drop unused forward declaration from pwm.hUwe Kleine-König1-2/+0
2022-06-22pwm: Reorder header file to get rid of struct pwm_capture forward declarationUwe Kleine-König1-11/+10
2022-06-22pwm: Drop support for legacy driversUwe Kleine-König1-12/+0
2022-06-22ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König1-1/+1
2022-06-22af_unix: Remove unix_table_locks.Kuniyuki Iwashima1-1/+0
2022-06-22af_unix: Put a socket into a per-netns hash table.Kuniyuki Iwashima1-1/+0
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima2-0/+8
2022-06-22af_unix: Include the whole hash table size in UNIX_HASH_SIZE.Kuniyuki Iwashima1-3/+4
2022-06-22swiotlb: remove the unused swiotlb_force declarationDongli Zhang1-1/+0
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+40
2022-06-21scsi: trace: Print driver_tag and scheduler_tag in SCSI traceChangyuan Lyu1-11/+24
2022-06-21scsi: libiscsi: Improve conn_send_pdu APIMike Christie1-3/+0
2022-06-21scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie1-1/+1
2022-06-21scsi: iscsi: Add recv workqueue helpersMike Christie1-0/+4
2022-06-21scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-21scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+1
2022-06-21context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/exit()Frederic Weisbecker1-6/+6
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney1-0/+1
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpmDuoming Zhou2-8/+7
2022-06-21Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+3
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+1
2022-06-21drm/dp: Add wait_hpd_asserted() callback to struct drm_dp_auxDouglas Anderson1-0/+30
2022-06-21drm: Config orientation property if panel provides itHsin-Yi Wang1-0/+14
2022-06-21drm/panel: Add an API to allow drm to set orientation from panelHsin-Yi Wang2-0/+13
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells1-0/+3
2022-06-21usb: typec: mux: Add CONFIG guards for functionsPrashant Malani1-6/+38
2022-06-21ASoC: core: Add new SOC_DOUBLE_SX_TLV macroCharles Keepax1-0/+12
2022-06-21raw: complete rcu conversionEric Dumazet1-2/+2
2022-06-21net: warn if mac header was not setEric Dumazet1-5/+7
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman2-0/+15
2022-06-20drm: Drop drm_connector.h from drm_crtc.hVille Syrjälä1-1/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-1/+0
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-1/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-1/+0
2022-06-20media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combinerLiu Ying1-1/+5
2022-06-20ACPI: bus: Introduce acpi_dev_for_each_child_reverse()Rafael J. Wysocki1-0/+3
2022-06-20ACPI: glue: Introduce acpi_find_child_by_adr()Rafael J. Wysocki1-0/+2
2022-06-20context_tracking: Remove unused context_tracking_in_user()Frederic Weisbecker1-5/+0
2022-06-20rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney2-3/+10
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney1-0/+2
2022-06-20rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney2-8/+11
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney1-0/+1
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann644-5235/+23577
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang3-4/+6
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+2