summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-0/+1
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2023-02-061-0/+3
* Revert "ext4: generalize extents status tree search functions"Greg Kroah-Hartman2023-01-241-2/+2
* Revert "ext4: fix reserved cluster accounting at delayed write time"Greg Kroah-Hartman2023-01-241-35/+0
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2023-01-181-0/+35
* ext4: generalize extents status tree search functionsEric Whitney2023-01-181-2/+2
* quota: Factor out setup of quota inodeJan Kara2023-01-181-0/+2
* SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2023-01-181-0/+5
* ext4: fix deadlock due to mbcache entry corruptionJan Kara2023-01-181-2/+7
* mbcache: automatically delete entries from cache on freeingJan Kara2023-01-181-8/+16
* mbcache: add functions to delete entry if unusedJan Kara2023-01-181-1/+9
* media: dvbdev: fix build warning due to commentsLin Ma2023-01-181-1/+2
* media: dvbdev: adopts refcnt to avoid UAFLin Ma2023-01-181-14/+17
* mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2023-01-181-0/+1
* include/uapi/linux/swab: Fix potentially missing __always_inlineMatt Redfearn2023-01-181-1/+1
* ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENTBaisong Zhong2023-01-181-4/+4
* net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells2023-01-181-0/+2
* eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong2023-01-181-1/+1
* debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2023-01-181-2/+17
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2023-01-181-2/+10
* timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze2023-01-181-1/+1
* can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher2023-01-181-1/+1
* mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2023-01-181-0/+6
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-0/+1
* mm: Fix '.data.once' orphan section warningNathan Chancellor2022-12-081-1/+1
* audit: fix undefined behavior in bit shift for AUDIT_BITGaosheng Cui2022-12-081-1/+1
* vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor2022-11-251-1/+1
* capabilities: fix undefined behavior in bit shift for CAP_TO_MASKGaosheng Cui2022-11-251-1/+1
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-11-231-0/+2
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2022-11-232-1/+7
* x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner2022-11-231-3/+1
* Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"Suleiman Souhlal2022-11-231-6/+0
* linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada2022-11-101-7/+10
* efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-11-101-1/+1
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-103-4/+3
* media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'Hans Verkuil2022-11-031-1/+2
* once: fix section mismatch on clang buildsGreg Kroah-Hartman2022-11-011-1/+1
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-261-1/+1
* net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring2022-10-261-3/+9
* iommu/iova: Fix module config properlyRobin Murphy2022-10-261-1/+1
* ata: fix ata_id_has_dipm()Niklas Cassel2022-10-261-11/+4
* ata: fix ata_id_has_ncq_autosense()Niklas Cassel2022-10-261-2/+4
* ata: fix ata_id_has_devslp()Niklas Cassel2022-10-261-1/+4
* ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()Niklas Cassel2022-10-261-4/+9
* dyndbg: fix module.dyndbg handlingJim Cromie2022-10-261-1/+1
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-0/+28
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-262-2/+5
* scsi: stex: Properly zero out the passthrough command structureLinus Torvalds2022-10-261-1/+1
* net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-10-261-0/+37
* serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-281-0/+17