summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-06-14block, loop: support partitions without scanningChristoph Hellwig
2022-06-14random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-14mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)
2022-06-14nodemask: Fix return values to be unsignedKees Cook
2022-06-14jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n buildsPeter Zijlstra
2022-06-14extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2022-06-14iio: st_sensors: Add a local lock for protecting odrMiquel Raynal
2022-06-14net/mlx5: correct ECE offset in query qp outputChangcheng Liu
2022-06-14export: fix string handling of namespace in EXPORT_SYMBOL_NSGreg Kroah-Hartman
2022-06-09fs: add two trivial lookup helpersChristian Brauner
2022-06-09nodemask.h: fix compilation error with GCC12Christophe de Dinechin
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao
2022-06-09mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami
2022-06-09tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()Laurent Vivier
2022-06-09NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia
2022-06-09mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö
2022-06-09mce: fix set_mce_nospec to always unmap the whole pageJane Chu
2022-06-09x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu
2022-06-09module.h: simplify MODULE_IMPORT_NSGreg Kroah-Hartman
2022-06-09list: fix a data-race around ep->rdllistKuniyuki Iwashima
2022-06-09gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren
2022-06-09platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck
2022-06-09rxrpc: Fix locking issueDavid Howells
2022-06-09net: macb: Fix PTP one step sync supportHarini Katakam
2022-06-09block: Fix the bio.bi_opf commentBart Van Assche
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-06-09device property: Allow error pointer to be passed to fwnode APIsAndy Shevchenko
2022-06-09efi: Add missing prototype for efi_capsule_setup_infoJan Kiszka
2022-06-09selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang
2022-06-09ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard
2022-06-09ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman
2022-06-09ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman
2022-06-09kthread: Don't allocate kthread_struct for init and umhEric W. Biederman
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld
2022-05-30random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-05-30random: remove extern from functions in headerJason A. Donenfeld
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-30random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-05-30random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-05-30random: remove useless header commentJason A. Donenfeld
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld