summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-174/+1492
2023-01-06mm/memremap: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-01-06exportfs: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-01-06PCI/CXL: Export native CXL error reporting controlIra Weiny1-0/+1
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-15/+50
2023-01-05sched: Add helper nr_context_switches_cpu()Zhen Lei1-0/+1
2023-01-05sched: Add helper kstat_cpu_softirqs_sum()Zhen Lei1-0/+11
2023-01-05fortify: Use __builtin_dynamic_object_size() when availableKees Cook2-0/+12
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-4/+4
2023-01-05Merge branch 'icc-qdu1000' into icc-nextGeorgi Djakov1-0/+98
2023-01-05dt-bindings: interconnect: Add QDU1000/QRU1000 devicesMelody Olvera1-0/+98
2023-01-05drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov1-2/+0
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov1-0/+22
2023-01-05drm/fourcc: Document open source user waiverDaniel Vetter1-0/+12
2023-01-05firmware: xilinx: Clear IOCTL_SET_SD_TAPDELAY using PM_MMIO_WRITEMarek Vasut1-0/+4
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-24/+36
2023-01-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2023-01-05cxl/pci: Move tracepoint definitions to drivers/cxl/core/Dan Williams1-112/+0
2023-01-05workqueue: Add a new flag to spot the potential UAF errorRichard Clark1-0/+1
2023-01-05Revert "pktcdvd: remove driver."Jens Axboe2-0/+309
2023-01-05Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe1-0/+1
2023-01-05Revert "block: bio_copy_data_iter"Jens Axboe1-0/+2
2023-01-04io_uring: move 'poll_multi_queue' bool in io_ring_ctxJens Axboe1-1/+2
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter24-579/+519
2023-01-04ata: libata: move NCQ related ATA_DFLAGsNiklas Cassel1-8/+7
2023-01-04ata: libata: read the shared status for successful NCQ commands onceNiklas Cassel1-0/+2
2023-01-04ata: libata: simplify qc_fill_rtf port operation interfaceDamien Le Moal1-2/+2
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-2/+2
2023-01-04rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-0/+2
2023-01-04genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei1-1/+1
2023-01-04rcu: Add srcu_down_read() and srcu_up_read()Paul E. McKenney1-0/+45
2023-01-04srcu: Fix a misspelling in commentPingfan Liu1-1/+1
2023-01-04rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)3-10/+9
2023-01-04rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checksPaul E. McKenney1-1/+8
2023-01-04rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()Zhao Mengmeng1-1/+1
2023-01-03mac802154: Handle passive scanningMiquel Raynal2-0/+20
2023-01-03mac802154: Prepare forcing specific symbol durationMiquel Raynal1-1/+2
2023-01-03ieee802154: Introduce a helper to validate a channelMiquel Raynal1-0/+11
2023-01-03ieee802154: Define a beacon frame headerMiquel Raynal1-0/+36
2023-01-03ieee802154: Add support for user scanning requestsMiquel Raynal3-0/+86
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann1-1/+0
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann1-0/+9
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann1-0/+3
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann1-0/+3
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-2/+25
2023-01-03Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard632-6151/+20960
2023-01-02Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-1/+1
2023-01-02ceph: avoid use-after-free in ceph_fl_release_lock()Xiubo Li1-0/+3