summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-21fscache: Add a comment explaining how page-release optimisation worksDavid Howells
2022-01-21cachefiles: Trace active-mark failureDavid Howells
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-01-20of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle
2022-01-20of: base: make small of_parse_phandle() variants static inlineMichael Walle
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-20asm-generic: Add missing brackets for io_stop_wc macroXiongfeng Wang
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20delayacct: track delays from memory compactwangyong
2022-01-20delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang
2022-01-20delayacct: fix incomplete disable operation when switch enable to disableYang Yang
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver
2022-01-20uuid: remove licence boilerplate text from the headerAndy Shevchenko
2022-01-20uuid: discourage people from using UAPI header in new codeAndy Shevchenko
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti
2022-01-19KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson
2022-01-19KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson
2022-01-19Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-19Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-18Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki