summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-13Input: allocate keycode for Display refresh rate toggleGergo Koteles
2024-04-13SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo
2024-04-13objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf
2024-04-13driver core: Introduce device_link_wait_removal()Herve Codina
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-13vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-13x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-04-13Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley
2024-04-13soc: fsl: qbman: Add CGR update functionSean Anderson
2024-04-13nfs: fix UAF in direct writesJosef Bacik
2024-04-13phy: tegra: xusb: Add API to retrieve the port number of phyWayne Chang
2024-04-13mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-04-13PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas
2024-04-13PCI: Cache PCIe Device Capabilities registerAmey Narkhede
2024-04-13PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley
2024-04-13block: introduce zone_write_granularity limitDamien Le Moal
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner
2024-03-26rcu: add a helper to report consolidated flavor QSYan Zhai
2024-03-26scsi: fc: Update formal FPIN descriptor definitionsShyam Sundar
2024-03-26remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier
2024-03-26drm: Don't treat 0 as -1 in drm_fixp2int_ceilHarry Wentland
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2024-03-26net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2024-03-26PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26block: add a new set_read_only methodChristoph Hellwig
2024-03-26fs/select: rework stack allocation hack for clangArnd Bergmann
2024-03-26RDMA/mlx5: Fix fortify source warning while accessing Eth segmentLeon Romanovsky
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao
2024-03-26rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran
2024-03-15Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran
2024-03-15lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2024-03-15bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-15tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni
2024-03-01task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter