summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-05-17printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa
2023-05-17tty: clean include/linux/tty.h upGreg Kroah-Hartman
2023-05-17tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman
2023-05-17tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman
2023-05-17tty: audit: move some local functions out of tty.hGreg Kroah-Hartman
2023-05-17tty: create internal tty.h fileGreg Kroah-Hartman
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-05-17RDMA/mlx5: Fix flow counter query via DEVXMark Bloch
2023-05-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan
2023-05-17linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap
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-17mailbox: zynqmp: Fix typo in IPI documentationTanmay Shah
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-05-17blk-crypto: make blk_crypto_evict_key() return voidEric Biggers
2023-05-17posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner
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-20kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet
2023-04-20ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping
2023-04-05nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander
2023-04-05net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-03-22fs: use consistent setgid checks in is_sxid()Christian Brauner
2023-03-22attr: use consistent sgid stripping checksAmir Goldstein
2023-03-22fs: add mode_strip_sgid() helperYang Xu
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-17irq: Fix typos in commentsIngo Molnar
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen
2023-03-11bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportSouradeep Chowdhury
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-11rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checksPaul E. McKenney
2023-03-11linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown
2023-03-11rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker
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
2023-02-25random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld
2023-02-22hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz
2023-02-22nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)
2023-02-22net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov