summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-05-17nvme: handle the persistent internal error AERMichael Kelley1-0/+4
2023-05-17mailbox: zynqmp: Fix typo in IPI documentationTanmay Shah1-1/+1
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-0/+2
2023-05-17blk-crypto: make blk_crypto_evict_key() return voidEric Biggers1-2/+2
2023-05-17posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner1-6/+11
2023-04-26netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal1-2/+2
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-0/+1
2023-04-20kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider1-1/+1
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+2
2023-04-20ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping1-1/+1
2023-04-05nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander1-2/+3
2023-04-05net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-3/+19
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones1-0/+3
2023-03-22fs: use consistent setgid checks in is_sxid()Christian Brauner1-1/+1
2023-03-22attr: use consistent sgid stripping checksAmir Goldstein1-1/+1
2023-03-22fs: add mode_strip_sgid() helperYang Xu1-0/+1
2023-03-22tracing: Make tracepoint lockdep check actually test somethingSteven Rostedt (Google)1-9/+6
2023-03-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher1-1/+4
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-2/+4
2023-03-17PCI: Add SolidRun vendor IDAlvaro Karsz1-0/+2
2023-03-17irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui1-1/+1
2023-03-17irq: Fix typos in commentsIngo Molnar2-3/+3
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou1-0/+2
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+1
2023-03-11bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportSouradeep Chowdhury1-1/+1
2023-03-11ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu1-2/+4
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-0/+1
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-0/+1
2023-03-11uaccess: Add minimum bounds check on kernel buffer sizeKees Cook1-0/+4
2023-03-11rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checksPaul E. McKenney1-1/+8
2023-03-11linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada1-0/+2
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+2
2023-03-11rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-0/+2
2023-03-11genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei1-1/+1
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-0/+4
2023-02-25random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld1-3/+3
2023-02-22hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4
2023-02-22nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)1-2/+0
2023-02-22net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov1-0/+1
2023-02-15mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-3/+3
2023-02-15nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-1/+3
2023-02-15mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-0/+13
2023-02-15bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki1-0/+12
2023-02-01units: Add SI metric prefix definitionsAndy Shevchenko1-0/+16
2023-02-01units: Add Watt unitsDaniel Lezcano1-0/+4
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook1-0/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-0/+1
2023-02-01kernel/panic: move panic sysctls to its own filetangmeng1-6/+0
2023-02-01sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+3
2023-02-01clk: Provide new devm_clk helpers for prepared and enabled clocksUwe Kleine-König1-0/+109