summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei2023-03-111-1/+1
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-251-0/+4
* random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld2023-02-251-3/+3
* hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz2023-02-221-1/+4
* net: phy: add macros for PHYID matchingHeiner Kallweit2023-02-221-0/+4
* mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2023-02-221-0/+13
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-061-0/+1
* 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
* 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
* 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
* 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
* 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
* once: fix section mismatch on clang buildsGreg Kroah-Hartman2022-11-011-1/+1
* 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-261-1/+1
* serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-281-0/+17
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+6
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+2
* usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-09-151-0/+5
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-151-2/+4
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn2022-09-051-2/+5
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-051-4/+0
* kernel/sched: Remove dl_boosted flag commentHui Su2022-09-051-4/+0
* sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2022-09-051-1/+9
* watchdog: export lockup_detector_reconfigureLaurent Dufour2022-08-251-0/+2
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-1/+27
* mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2022-08-251-1/+0