summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh1-2/+2
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+1
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld1-5/+5
2022-05-30random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-7/+7
2022-05-30random: remove extern from functions in headerJason A. Donenfeld1-43/+28
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-9/+7
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-05-30random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld1-7/+3
2022-05-30random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2-0/+7
2022-05-30random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2-2/+2
2022-05-30random: remove useless header commentJason A. Donenfeld1-5/+1
2022-05-30random: make more consistent use of integer typesJason A. Donenfeld2-6/+6
2022-05-25lockdown: also lock down previous kgdb useDaniel Thompson1-0/+2
2022-05-25net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-25libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov1-0/+3
2022-05-25audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth1-1/+1
2022-05-25rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-0/+2
2022-05-25kernel/resource: Introduce request_mem_region_muxed()Terry Bowman1-0/+2
2022-05-18SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust1-0/+1
2022-05-18block: Do not call folio_next() on an unreferenced folioMatthew Wilcox (Oracle)1-1/+4
2022-05-18net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-12net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min1-0/+1
2022-05-09mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi1-4/+2
2022-05-09hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1
2022-04-27fs: fix acl translationChristian Brauner1-0/+4
2022-04-27oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache1-0/+1
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2022-04-27memcg: sync flush only if periodic flush is delayedShakeel Butt1-0/+5
2022-04-27etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-04-20mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver1-0/+24
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-04-20static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy1-3/+17
2022-04-20vfio/pci: Fix vf_token mechanism when device-specific VF drivers are usedJason Gunthorpe1-0/+2
2022-04-13static_call: Don't make __static_call_return0 staticChristophe Leroy1-4/+1
2022-04-13mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-04-13gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel1-0/+9
2022-04-13NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust1-1/+1
2022-04-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown1-4/+4
2022-04-13vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson1-0/+9
2022-04-13ref_tracker: implement use-after-free detectionEric Dumazet1-0/+2
2022-04-13ipv6: make mc_forwarding atomicEric Dumazet1-1/+1
2022-04-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman1-0/+2
2022-04-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman2-3/+3
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-9/+9
2022-04-08net: add skb_set_end_offset() helperEric Dumazet1-0/+10
2022-04-08Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-8/+0
2022-04-08XArray: Include bitmap.h from xarray.hMatthew Wilcox (Oracle)1-0/+1