summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+2
2023-10-05virtchnl: Add header dependenciesIvan Vecera1-0/+4
2023-10-05logic_pio: Remove logic_outb(), _outw(), outl() duplicate declarationsJohn Sanpe1-3/+0
2023-10-05PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau1-0/+1
2023-10-05eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-0/+1
2023-10-05io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi1-2/+0
2023-10-05iio: improve doc for available_scan_maskMatti Vaittinen1-1/+3
2023-10-05resource: Constify resource crosscheck APIsAndy Shevchenko1-6/+6
2023-10-05kernfs: sysfs: support custom llseek method for sysfs entriesValentine Sinitsyn2-0/+3
2023-10-05comedi: Annotate struct comedi_lrange with __counted_byChristophe JAILLET1-1/+1
2023-10-05comedi: comedi_8255: Conditionally remove I/O port supportIan Abbott1-0/+11
2023-10-05comedi: comedi_8255: Rework subdevice initialization functionsIan Abbott1-6/+7
2023-10-05comedi: comedi_8254: Conditionally remove I/O port supportIan Abbott1-0/+13
2023-10-05comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()Ian Abbott1-8/+8
2023-10-05comedi: comedi_8254: Use a call-back function for register accessIan Abbott1-4/+18
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki1-4/+0
2023-10-05thermal: core: Add function to walk trips under zone lockRafael J. Wysocki1-0/+3
2023-10-05device property: Replace custom implementation of COUNT_ARGS()Andy Shevchenko1-1/+2
2023-10-05device property: Clarify usage scope of some struct fwnode_handle membersAndy Shevchenko1-0/+2
2023-10-05crypto: pkcs7 - remove md4 md5 x.509 supportDimitri John Ledkov1-8/+0
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian1-2/+16
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu1-0/+7
2023-10-05devres: rename the first parameter of devm_add_action(_or_reset)Masahiro Yamada1-4/+4
2023-10-05dma-buf: add dma_fence_timestamp helperChristian König1-0/+19
2023-10-05locking/seqlock: Fix typo in commentpangzizhen001@208suo.com1-1/+1
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng1-1/+1
2023-10-05mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia1-1/+0
2023-10-05USB: dma: remove unused function prototypeRandy Li1-16/+0
2023-10-05f2fs: Support Block Size == Page SizeDaniel Rosenberg1-28/+41
2023-10-05Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-0/+1
2023-10-05eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2-16/+15
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker4-5/+8
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksFrederic Weisbecker1-2/+9
2023-10-04IPsec packet offload support in multiport RoCE devicesLeon Romanovsky25-87/+116
2023-10-04crash_core.c: remove unneeded functionsBaoquan He1-4/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He2-4/+8
2023-10-04crash_core: add generic function to do reservationBaoquan He1-0/+28
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He1-0/+6
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+2
2023-10-04minmax: fix header inclusionsAndy Shevchenko1-1/+2
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko1-23/+3
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-0/+1
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang1-0/+15
2023-10-04kill task_struct->thread_groupOleg Nesterov1-1/+0
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov1-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov1-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov1-0/+11
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers3-11/+1
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park1-2/+15
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif1-0/+9