summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-252-3/+3
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-251-1/+1
* gpiolib: Fix scope-based gpio_device refcountingLukas Wunner2024-01-251-1/+1
* net: add more sanity check in virtio_net_hdr_to_skb()Eric Dumazet2024-01-251-2/+7
* bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam2024-01-251-2/+14
* bus: mhi: ep: Use slab allocator where applicableManivannan Sadhasivam2024-01-251-0/+3
* iio: adc: ad9467: fix scale settingNuno Sa2024-01-251-0/+4
* PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()Andy Shevchenko2024-01-251-6/+6
* srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior2024-01-252-1/+7
* rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney2024-01-251-3/+3
* block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)2024-01-251-3/+6
* clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hwThéo Lebrun2024-01-251-2/+2
* virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2024-01-251-0/+1
* bpf: Defer the free of inner map when necessaryHou Tao2024-01-251-1/+6
* bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao2024-01-251-1/+5
* crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2024-01-251-1/+7
* crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2024-01-251-0/+12
* Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-041-1/+0
|\
| * net: phy: linux/phy.h: fix Excess kernel-doc description warningRandy Dunlap2024-01-021-1/+0
* | locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight2023-12-301-5/+0
* | Merge tag 'block-6.7-2023-12-29' of git://git.kernel.dk/linuxLinus Torvalds2023-12-291-1/+1
|\ \
| * | block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig2023-12-261-1/+1
* | | Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-12-281-1/+5
|\ \ \
| * | | linux/export: Ensure natural alignment of kcrctab arrayHelge Deller2023-12-291-0/+1
| * | | linux/export: Fix alignment for 64-bit ksymtab entriesHelge Deller2023-12-231-1/+4
* | | | Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-232-4/+2
|\ \ \ \
| * | | | Revert "iio: hid-sensor-als: Add light color temperature support"Srinivas Pandruvada2023-12-191-1/+0
| * | | | Revert "iio: hid-sensor-als: Add light chromaticity support"Srinivas Pandruvada2023-12-191-3/+0
| * | | | driver core: Add a guard() definition for the device_lock()Dan Williams2023-12-151-0/+2
* | | | | Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-211-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells2023-12-211-0/+1
* | | | | Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-212-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2023-12-211-0/+4
| |\ \ \ \
| | * | | | bpf: Add missing BPF_LINK_TYPE invocationsJiri Olsa2023-12-151-0/+4
| * | | | | Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-12-141-1/+2
| |\ \ \ \ \
| | * | | | | wifi: ieee80211: don't require protected vendor action framesJohannes Berg2023-12-121-1/+2
* | | | | | | Merge tag 'pci-v6.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-12-151-0/+3
|\ \ \ \ \ \ \
| * | | | | | | PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold2023-12-111-0/+3
* | | | | | | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-50/+0
* | | | | | | | cred: switch to using atomic_long_tJens Axboe2023-12-151-4/+4
* | | | | | | | Merge tag 'io_uring-6.7-2023-12-15' of git://git.kernel.dk/linuxLinus Torvalds2023-12-151-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe2023-12-131-0/+3
* | | | | | | | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-154-28/+39
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-121-4/+4
| * | | | | | | | mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-121-13/+17
| * | | | | | | | mm/mglru: fix underprotected page cacheYu Zhao2023-12-121-9/+14
| * | | | | | | | mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2023-12-121-0/+2
| * | | | | | | | mm: fix VMA heap bounds checkingKefeng Wang2023-12-121-4/+4
| * | | | | | | | Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0615-47/+79
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge tag 'net-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-141-1/+8
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |