summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+3
2023-01-18efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel1-2/+2
2023-01-14efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel1-2/+0
2023-01-14netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik1-1/+1
2023-01-14filelock: new helper: vfs_inode_has_locksJeff Layton1-0/+6
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-0/+5
2023-01-14ext4: fix deadlock due to mbcache entry corruptionJan Kara1-2/+7
2023-01-14mbcache: automatically delete entries from cache on freeingJan Kara1-8/+16
2023-01-14mbcache: add functions to delete entry if unusedJan Kara1-1/+9
2023-01-14mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny1-0/+18
2023-01-14PM/devfreq: governor: Add a private governor_data for governorKant Fan1-3/+4
2023-01-14nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2023-01-14net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2023-01-14video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli1-0/+2
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-0/+5
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2023-01-14iio: adis: add '__adis_enable_irq()' implementationRamona Bolboaca1-1/+12
2023-01-14iio: adis: stylistic changesNuno Sá1-23/+25
2023-01-14iio: adis: handle devices that cannot unmask the drdy pinNuno Sá1-0/+2
2023-01-14genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-0/+4
2023-01-14net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2023-01-14eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong1-1/+1
2023-01-14debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita1-2/+17
2023-01-14libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-2/+10
2023-01-14timerqueue: Use rb_entry_safe() in timerqueue_getnext()Barnabás Pőcze1-1/+1
2023-01-14soc: qcom: apr: make code more reuseableSrinivas Kandagatla1-1/+11