summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+0
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-2/+3
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds3-3/+28
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-04-24Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+34
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-36/+113
2023-04-24Merge tag 'kcsan.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+26
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1637/+2
2023-04-24Merge tag 'selinux-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-30/+0
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-17/+40
2023-04-24Merge branches 'pm-core', 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki1-0/+8
2023-04-24Merge branch 'pm-cpufreq'Rafael J. Wysocki2-0/+3
2023-04-24Merge branches 'acpi-bus', 'acpi-video' and 'acpi-misc'Rafael J. Wysocki1-2/+4
2023-04-24linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-04-24platform/chrome: Replace fake flexible arrays with flexible-array memberGustavo A. R. Silva1-1/+1
2023-04-24ksmbd: fix racy issue from using ->d_parent and ->d_nameNamjae Jeon1-0/+6
2023-04-24Merge tag 'pull-lock_rename_child' of git://git.kernel.org/pub/scm/linux/kern...Steve French1-0/+3
2023-04-24serdev: Add method to assert break signal over tty UART portNeeraj Sanjay Kale1-0/+6
2023-04-24serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPNeeraj Sanjay Kale1-2/+2
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-0/+21
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-2/+10
2023-04-23net: vlan: don't adjust MAC header in __vlan_insert_inner_tag() unless setVladimir Oltean1-1/+2
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-0/+3
2023-04-22bpf: fix link failure with NETFILTER=y INET=nFlorian Westphal1-1/+1
2023-04-22Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-1/+2
2023-04-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-29/+89
2023-04-22netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal1-1/+0
2023-04-22hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()Hugh Dickins1-0/+17
2023-04-22mm: add new KSM process and sysfs knobsStefan Roesch1-0/+5
2023-04-22mm: add new api to enable ksm per processStefan Roesch2-2/+20
2023-04-22mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+0
2023-04-22fs/buffer: add folio_create_empty_buffers helperPankaj Raghav1-0/+2
2023-04-22buffer: add folio_alloc_buffers() helperPankaj Raghav1-0/+2
2023-04-22fs/buffer: add folio_set_bh helperPankaj Raghav1-0/+2
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal1-0/+3
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal1-0/+4
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal1-0/+1
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)1-6/+0
2023-04-21fs.h: Add TRACE_IOCB_STRINGS for use in trace pointsRitesh Harjani (IBM)1-0/+14
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2-6/+18
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-23/+54
2023-04-21spi: Add TPM HW flow flagKrishna Yarlagadda1-3/+13
2023-04-21posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner1-6/+11
2023-04-21Merge branch irq/gic-6.4 into irq/irqchip-nextMarc Zyngier2-6/+18
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers3-8/+82
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra27-33/+148
2023-04-21pds_core: publish events to the clientsShannon Nelson1-0/+2
2023-04-21pds_core: add the aux client APIShannon Nelson2-0/+8
2023-04-21pds_core: add auxiliary_bus devicesShannon Nelson2-0/+15
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson1-0/+19