summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-211-3/+9
* scsi: tracing: Fix compile error in trace_array calls when TRACING is disabledArun Easi2022-10-211-2/+34
* bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-10-212-1/+7
* fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook2022-10-211-1/+2
* linux/export: use inline assembler to populate symbol CRCsMasahiro Yamada2022-10-211-2/+4
* iommu/iova: Fix module config properlyRobin Murphy2022-10-211-1/+1
* serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-10-211-0/+1
* eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-10-212-2/+2
* block: Fix the enum blk_eh_timer_return documentationBart Van Assche2022-10-211-2/+9
* ata: fix ata_id_has_dipm()Niklas Cassel2022-10-211-11/+4
* ata: fix ata_id_has_ncq_autosense()Niklas Cassel2022-10-211-2/+4
* ata: fix ata_id_has_devslp()Niklas Cassel2022-10-211-1/+4
* ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel2022-10-211-4/+9
* dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2022-10-211-9/+0
* dyndbg: fix module.dyndbg handlingJim Cromie2022-10-211-1/+1
* iio: Use per-device lockdep class for mlockVincent Whitchurch2022-10-211-0/+2
* RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-10-211-0/+1
* dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1Chanho Park2022-10-211-28/+28
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-211-0/+28
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-212-2/+5
* bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-10-211-2/+5
* bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi2022-10-211-0/+11
* SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever2022-10-211-1/+1
* SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever2022-10-211-3/+14
* blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-10-212-2/+2
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-10-211-0/+1
* ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-10-211-1/+1
* fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-10-211-4/+5
* hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-10-211-0/+3
* serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki2022-10-211-1/+2
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-10-211-1/+0
* mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageBaolin Wang2022-10-211-4/+4
* mmc: core: Add SD card quirk for broken discardAvri Altman2022-10-211-0/+1
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-211-0/+2
* scsi: stex: Properly zero out the passthrough command structureLinus Torvalds2022-10-151-1/+1
* xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-10-121-1/+1
* Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-291-0/+2
|\
| * tun: support not enabling carrier in TUNSETIFFPatrick Rohr2022-09-231-0/+2
* | Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-09-291-2/+2
|\ \
| * | ata: libata-sata: Fix device queue depth controlDamien Le Moal2022-09-281-2/+2
* | | Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt2022-09-281-45/+0
* | | Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-09-261-0/+5
|\ \ \
| * | | mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-0/+5
* | | | Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-09-241-0/+17
|\ \ \ \
| * | | | serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-071-0/+17
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-231-2/+1
|\ \ \ \ \
| * | | | | vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon2022-09-231-2/+1
* | | | | | Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-231-2/+3
|\ \ \ \ \ \
| * | | | | | drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld2022-09-221-2/+3
* | | | | | | Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-222-17/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |