summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-06-09ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko
2023-06-05fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge
2023-06-05power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede
2023-06-05cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev
2023-05-30power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-30lib/string_helpers: Introduce string_upper() and string_lower() helpersVadim Pasternak
2023-05-30sched: Fix KCSAN noinstr violationJosh Poimboeuf
2023-05-30firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois
2023-05-30net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-30linux/dim: Do nothing if no time delta between samplesRoy Novich
2023-05-30driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei
2023-05-17PM: domains: Restore comment indentation for generic_pm_domain.child_linksGeert Uytterhoeven
2023-05-17printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-05-17nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker
2023-05-17mailbox: zynqmp: Fix typo in IPI documentationTanmay Shah
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-05-17PM: domains: Fix up terminology with parent/childKees Cook
2023-05-17linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap
2023-05-17genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song
2023-05-17netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal
2023-05-17nvme: handle the persistent internal error AERMichael Kelley
2023-05-17debugfs: regset32: Add Runtime PM supportGeert Uytterhoeven
2023-04-26netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2023-04-20ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger
2023-04-05net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2023-04-05dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2023-04-05nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-03-22tracing: Make tracepoint lockdep check actually test somethingSteven Rostedt (Google)
2023-03-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-17PCI: Add SolidRun vendor IDAlvaro Karsz
2023-03-17irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou
2023-03-11ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2023-03-11uaccess: Add minimum bounds check on kernel buffer sizeKees Cook
2023-03-11treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2023-03-11genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen