summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede2023-05-301-0/+1
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-05-301-0/+5
* sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-05-301-1/+1
* printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa2023-05-171-0/+19
* tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen2023-05-171-0/+2
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-171-2/+1
* linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap2023-05-171-1/+1
* ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping2023-04-201-1/+1
* HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones2023-03-221-0/+3
* sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher2023-03-221-1/+4
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-2/+4
* PCI: Add SolidRun vendor IDAlvaro Karsz2023-03-171-0/+2
* ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-03-111-2/+4
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-03-111-0/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-03-111-0/+1
* genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei2023-03-111-1/+1
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2023-03-111-0/+24
* 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
* 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
* SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2023-01-181-0/+5
* eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong2023-01-181-1/+1
* 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
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2023-01-181-0/+28
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-0/+1
* perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2022-12-081-0/+2
* linux/bits.h: make BIT(), GENMASK(), and friends available in assemblyMasahiro Yamada2022-11-101-7/+10
* linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2022-11-101-0/+9
* efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-11-101-1/+1
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-11-011-0/+2
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2022-11-011-0/+6
* x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner2022-11-011-3/+1
* Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"Suraj Jitindar Singh2022-11-011-6/+0
* 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
* 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
* fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-151-0/+11
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+2
* platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko2022-09-151-2/+4