summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-041-1/+1
|\
| * Merge tag 'iio-fixes-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-05-281-1/+1
| |\
| | * iio: fix doc for iio_gts_find_sel_by_int_timeMatti Vaittinen2023-05-131-1/+1
* | | Merge tag 'usb-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-06-042-0/+11
|\ \ \
| * | | mm: page_table_check: Ensure user pages are not slab pagesRuihan Li2023-05-291-0/+6
| * | | usb: usbfs: Enforce page requirements for mmapRuihan Li2023-05-291-0/+5
| |/ /
* | | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-021-4/+3
|\ \ \
| * | | nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-4/+3
* | | | Merge tag 'efi-fixes-for-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-013-12/+21
|\ \ \ \
| * | | | efi: Bump stub image version for macOS HVF compatibilityAkihiro Suda2023-05-281-12/+13
| * | | | efi: fix missing prototype warningsArnd Bergmann2023-05-252-0/+8
| | |_|/ | |/| |
* | | | Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-011-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-05-251-0/+1
| |\ \ \ \
| | * | | | net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-05-241-0/+1
* | | | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-012-13/+3
* | | | | | Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-011-1/+1
|\ \ \ \ \ \
| * | | | | | firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-06-011-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-292-1/+3
|\ \ \ \ \ \
| * | | | | | tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-0/+1
| * | | | | | tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave2023-05-231-0/+1
| * | | | | | tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-231-1/+1
* | | | | | | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-291-6/+0
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-282-0/+15
|\ \ \ \ \ \
| * | | | | | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-022-0/+15
* | | | | | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-1/+8
|\ \ \ \ \ \ \
| * | | | | | | x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-1/+8
* | | | | | | | Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-261-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann2023-05-261-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-081-0/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | module: error out early on concurrent load of the same module fileLinus Torvalds2023-05-251-0/+6
* | | | | | | | Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-251-21/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge2023-05-171-21/+21
* | | | | | | | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-254-3/+15
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-241-2/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | bpf, sockmap: Improved check for empty queueJohn Fastabend2023-05-231-1/+0
| | * | | | | | | bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-231-1/+1
| * | | | | | | | net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-221-1/+3
| * | | | | | | | net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-191-0/+1
| * | | | | | | | tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-0/+10
* | | | | | | | | Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2023-05-251-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | power: supply: bq27xxx: Ensure power_supply_changed() is called on current si...Hans de Goede2023-05-081-0/+3
| * | | | | | | | power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede2023-05-081-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'usb-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-05-202-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman2023-05-191-0/+1
| * | | | | | | | usb: gadget: drop superfluous ':' in doc stringJó Ágila Bitsch2023-05-131-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linuxLinus Torvalds2023-05-201-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | block: remove NFL4_UFLG_MASKChristoph Hellwig2023-05-201-2/+0
| |/ / / / / / /
* | | | | | | | Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-181-2/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó2023-05-171-2/+11
| |/ / / / / /
* | | | | | | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-181-2/+0
|\ \ \ \ \ \ \