aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-06mm/kasan: Convert to struct folio and struct slabGravatar Matthew Wilcox (Oracle) 1-4/+5
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabGravatar Vlastimil Babka 1-48/+0
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsGravatar Vlastimil Babka 2-17/+17
2022-01-06mm/slub: Finish struct page to struct slab conversionGravatar Vlastimil Babka 1-1/+1
2022-01-06mm/slub: Convert most struct page to struct slab by spatchGravatar Vlastimil Babka 1-3/+3
2022-01-06mm: Convert check_heap_object() to use struct slabGravatar Matthew Wilcox (Oracle) 1-8/+0
2022-01-06mm: Split slab into its own typeGravatar Matthew Wilcox (Oracle) 1-5/+5
2022-01-06mm/slub: Make object_err() staticGravatar Vlastimil Babka 1-3/+0
2021-12-20mm: add virt_to_folio() and folio_address()Gravatar Vlastimil Babka 1-0/+12
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-8/+10
2021-12-14mptcp: add missing documented NL paramsGravatar Matthieu Baerts 1-8/+10
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+13
2021-12-11Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-12-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+23
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-1/+13
2021-12-10Increase default MLOCK_LIMIT to 8 MiBGravatar Drew DeVault 1-3/+10
2021-12-10Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+27
2021-12-09percpu_ref: Replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+1
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 9-32/+38
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-0/+5
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingGravatar Eric Biggers 1-1/+1
2021-12-09wait: add wake_up_pollfree()Gravatar Eric Biggers 1-0/+26
2021-12-09bus: mhi: core: Add support for forced PM resumeGravatar Loic Poulain 1-0/+13
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar Jakub Kicinski 1-3/+3
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 5-23/+15
2021-12-08PM: runtime: Fix pm_runtime_active() kerneldoc commentGravatar Rafael J. Wysocki 1-1/+1
2021-12-07net: phy: Remove unnecessary indentation in the comments of phy_deviceGravatar Yanteng Si 1-5/+6
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutGravatar Eric Dumazet 1-3/+3
2021-12-06Merge tag 'regulator-fix-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+8
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+3
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyGravatar Jakub Kicinski 3-2/+2
2021-12-03bonding: make tx_rebalance_counter an atomicGravatar Eric Dumazet 1-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Gravatar Eric Dumazet 1-0/+13
2021-12-02Merge tag 'drm-fixes-2021-12-03-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+7
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLGravatar Kumar Kartikeya Dwivedi 1-4/+10
2021-12-03Merge tag 'drm-misc-fixes-2021-12-02' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+7
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 10-29/+62
2021-12-02Merge tag 'trace-v5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGravatar Greg Kroah-Hartman 1-0/+5
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullGravatar Frederic Weisbecker 1-2/+3
2021-12-02Fix Comment of ETH_P_802_3_MINGravatar Xiayu Zhang 1-1/+1
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tGravatar Eric Dumazet 2-2/+2
2021-12-01net: avoid uninit-value from tcp_conn_requestGravatar Eric Dumazet 2-3/+16
2021-12-01net: annotate data-races on txq->xmit_lock_ownerGravatar Eric Dumazet 1-6/+13
2021-12-01kprobes: Limit max data_size of the kretprobe instancesGravatar Masami Hiramatsu 1-0/+2
2021-12-01Merge tag 'sound-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+1
2021-11-30net/mlx5: Fix access to a non-supported registerGravatar Aya Levin 1-1/+4
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Gravatar Sebastian Andrzej Siewior 2-17/+2
2021-11-29siphash: use _unaligned version by defaultGravatar Arnd Bergmann 1-10/+4