summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-0228-320/+455
|\
| * objtool: Fix ORC 'signal' propagationJosh Poimboeuf2023-02-233-0/+3
| * objtool: Remove instruction::listPeter Zijlstra2023-02-234-86/+133
| * x86: Fix FILL_RETURN_BUFFERPeter Zijlstra2023-02-231-1/+1
| * objtool: Fix overlapping alternativesPeter Zijlstra2023-02-231-26/+43
| * objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra2023-02-232-29/+50
| * objtool: Remove instruction::relocPeter Zijlstra2023-02-232-16/+14
| * objtool: Shrink instruction::{type,visited}Peter Zijlstra2023-02-231-5/+5
| * objtool: Make instruction::alts a single-linked listPeter Zijlstra2023-02-232-10/+10
| * objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2023-02-234-10/+9
| * objtool: Change arch_decode_instruction() signaturePeter Zijlstra2023-02-234-71/+64
| * Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-234979-213669/+143849
| |\
| * | x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf2023-02-111-1/+8
| * | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-117-20/+29
| * | objtool: Optimize layout of struct special_altThomas Weißschuh2023-02-011-1/+1
| * | objtool: Optimize layout of struct symbolThomas Weißschuh2023-02-011-3/+2
| * | objtool: Allocate multiple structures with calloc()Thomas Weißschuh2023-02-012-21/+25
| * | objtool: Make struct check_options staticThomas Weißschuh2023-02-012-3/+1
| * | objtool: Make struct entries[] static and constThomas Weißschuh2023-02-011-3/+3
| * | objtool: Fix HOSTCC flag usageIan Rogers2023-02-011-12/+15
| * | objtool: Properly support make V=1Ian Rogers2023-01-311-4/+10
| * | objtool: Install libsubcmd in buildIan Rogers2023-01-313-10/+24
| * | objtool: Check that module init/exit function is an indirect call targetMichal Kubecek2023-01-212-0/+15
| * | objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin2023-01-071-0/+2
* | | Merge tag 'auxdisplay-6.3' of https://github.com/ojeda/linuxLinus Torvalds2023-03-021-0/+2
|\ \ \
| * | | auxdisplay: hd44780: Fix potential memory leak in hd44780_remove()Jianglei Nie2022-12-121-0/+2
* | | | Merge tag 'driver-core-6.3-rc1_2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-022-7/+7
|\ \ \ \
| * | | | driver core: fw_devlink: Print full path and name of fwnodeSaravana Kannan2023-02-251-3/+3
| * | | | driver core: fw_devlink: Avoid spurious error messageSaravana Kannan2023-02-251-3/+3
| * | | | driver core: bus: Handle early calls to bus_to_subsys()Geert Uytterhoeven2023-02-251-1/+1
* | | | | Merge tag 'spi-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2023-03-023-7/+12
|\ \ \ \ \
| * | | | | spi: tegra210-quad: Fix iterator outside loopKrishna Yarlagadda2023-02-281-4/+8
| * | | | | spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda2023-02-241-1/+1
| * | | | | spi: tegra210-quad: set half duplex flagKrishna Yarlagadda2023-02-231-0/+1
| * | | | | spi: spi-sn-f-ospi: fix duplicate flag while assigning to mode_bitsDhruva Gole2023-02-231-1/+1
| * | | | | spi: cadence-quadspi: Fix cancel the indirect read maskHongbin Ji2023-02-231-1/+1
* | | | | | Merge tag 'regulator-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-03-022-4/+4
|\ \ \ \ \ \
| * | | | | | regulator: core: Use ktime_get_boottime() to determine how long a regulator w...Matthias Kaehlcke2023-02-231-3/+3
| * | | | | | regulator: max597x: Fix error return code in max597x_get_statusAxel Lin2023-02-201-1/+1
* | | | | | | Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-011-6/+17
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Properly terminate test case arraysChuck Lever2023-02-271-0/+5
| * | | | | | | SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever2023-02-271-6/+12
* | | | | | | | power: supply: qcom_battmgr: remove bogus do_div()Arnd Bergmann2023-03-011-2/+1
* | | | | | | | capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-019-239/+150
* | | | | | | | Merge tag 'sh-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-03-012-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | sh: clk: Fix clk_enable() to return 0 on NULL clkGeert Uytterhoeven2023-02-271-1/+1
| * | | | | | | | sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher2023-02-271-1/+4
* | | | | | | | | Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0147-130/+2665
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang2023-02-252-0/+7
| * | | | | | | | | selftests/seccomp: Add LoongArch selftesting supportHuacai Chen2023-02-251-0/+6