summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-2/+12
2022-07-04mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin1-1/+18
2022-07-04mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+21
2022-07-04mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-0/+10
2022-07-04mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park1-0/+6
2022-07-04mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin1-4/+8
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-3/+3
2022-07-04mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-2/+6
2022-07-04mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi1-2/+2
2022-07-04Documentation: highmem: use literal block for code example in highmem.h commentBagas Sanjaya1-9/+9
2022-07-04lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds1-1/+0
2022-07-03sparse: introduce conditional lock acquire function attributeLinus Torvalds2-3/+5
2022-07-03Merge tag 'linux-can-next-for-5.20-20220703' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+2
2022-07-03can: netlink: dump bitrate 0 if can_priv::bittiming.bitrate is -1UDario Binacchi1-0/+2
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi1-2/+6
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-0/+30
2022-07-02platform/surface: aggregator: Move device registry helper functions to core m...Maximilian Luz1-0/+52
2022-07-02platform/surface: aggregator: Add helper macros for requests with argument an...Maximilian Luz2-0/+161
2022-07-02panic: Taint kernel if tests are runDavid Gow1-1/+2
2022-07-01Merge tag 'pm-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+5
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki1-3/+2
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2-2/+5
2022-07-01fanotify: introduce FAN_MARK_IGNOREAmir Goldstein1-1/+4
2022-07-01fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-4/+5
2022-07-01fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-6/+83
2022-07-01firmware: Hold a reference for of_find_compatible_node()Liang He1-2/+6
2022-07-01uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker1-2/+4
2022-07-01wifi: ieee80211: s1g action frames are not robustPeter Chiu1-0/+1
2022-07-01misc: rtsx_usb: use separate command and response buffersShuah Khan1-1/+0
2022-07-01misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan1-1/+0
2022-07-01time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-0/+3
2022-07-01bitmap: don't assume compiler evaluates small mem*() builtins callsAlexander Lobakin1-3/+19
2022-07-01bitops: let optimize out non-atomic bitops on compile-time constantsAlexander Lobakin1-1/+17
2022-07-01bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin1-1/+17
2022-07-01bitops: define const_*() versions of the non-atomicsAlexander Lobakin1-0/+1
2022-07-01bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-0/+17
2022-07-01Merge tag 'drm-fixes-2022-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+17
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-64/+51
2022-07-01Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-5/+17
2022-07-01Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+7
2022-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2022-06-30Merge tag 'fsnotify_for_v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2022-06-30vfio: Split migration ops from main device opsYishai Hadas1-10/+20
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+5
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park1-1/+1
2022-06-30spi: spi.c: Fix comment styleDavid Jander1-41/+41
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang1-0/+2
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+6
2022-06-30iosys-map: Add per-word writeLucas De Marchi1-9/+29
2022-06-30iosys-map: Add per-word readLucas De Marchi1-9/+33