summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-221-178/+244
|\
| * of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle2022-01-201-150/+124
| * of: base: make small of_parse_phandle() variants static inlineMichael Walle2022-01-201-28/+120
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-3/+0
|\ \
| * | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-191-2/+0
| * | KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson2022-01-191-1/+0
| * | Merge branch 'kvm-pi-raw-spinlock' into HEADPaolo Bonzini2022-01-1943-80/+224
| |\ \
* | \ \ Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-221-6/+18
|\ \ \ \
| * \ \ \ RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt2022-01-191-6/+18
| |\ \ \ \
| | * | | | asm-generic: Prepare for riscv use of pud_alloc_one and pud_freeAlexandre Ghiti2022-01-191-6/+18
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-01-221-1/+1
|\ \ \ \ \ \
| * | | | | | asm-generic: Add missing brackets for io_stop_wc macroXiongfeng Wang2022-01-201-1/+1
* | | | | | | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-211-0/+11
|\ \ \ \ \ \ \
| * | | | | | | blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu2022-01-131-0/+11
* | | | | | | | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-211-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter2022-01-161-1/+1
| * | | | | | | | rtc: mc146818-lib: extract mc146818_avoid_UIPMateusz Jończyk2021-12-161-0/+3
| * | | | | | | | rtc: mc146818-lib: fix RTC presence checkMateusz Jończyk2021-12-161-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-203-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-131-0/+1
| * | | | | | | | libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-0/+1
| * | | | | | | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-206-8/+28
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-182-4/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-2/+7
| | * | | | | | | | bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-191-2/+2
| * | | | | | | | | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+5
| * | | | | | | | | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-3/+11
| * | | | | | | | | net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2015-85/+145
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | delayacct: track delays from memory compactwangyong2022-01-202-1/+33
| * | | | | | | | | delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2022-01-201-17/+0
| * | | | | | | | | delayacct: fix incomplete disable operation when switch enable to disableYang Yang2022-01-201-0/+18
| * | | | | | | | | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-22/+22
| * | | | | | | | | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-3/+5
| * | | | | | | | | uuid: remove licence boilerplate text from the headerAndy Shevchenko2022-01-201-9/+0
| * | | | | | | | | uuid: discourage people from using UAPI header in new codeAndy Shevchenko2022-01-201-0/+1
| * | | | | | | | | kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | | | | | | | | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| * | | | | | | | | list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko2022-01-201-14/+22
| * | | | | | | | | kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+1
| * | | | | | | | | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-201-2/+7
| * | | | | | | | | fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-202-0/+10
| * | | | | | | | | kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9
| * | | | | | | | | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | | | | | | | | proc: make the proc_create[_data]() stubs static inlinesHans de Goede2022-01-201-2/+10
| * | | | | | | | | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-3/+2
| * | | | | | | | | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-8/+1
| * | | | | | | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-2/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-12/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |