summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.7/appleir' into for-linusJiri Kosina2020-04-0110698-225640/+529669
|\
| * HID: appleir: Use devm_kzalloc() instead of kzalloc()Lucas Tanure2020-03-131-3/+2
| * HID: appleir: Remove unnecessary goto labelLucas Tanure2020-03-131-5/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-02-279-36/+64
| |\
| * \ Merge tag 'docs-5.6-fixes' of git://git.lwn.net/linuxLinus Torvalds2020-02-272-2/+1
| |\ \
| | * | docs: Fix empty parallelism argumentKees Cook2020-02-251-1/+1
| | * | docs: remove MPX from the x86 tocStephen Kitt2020-02-251-1/+0
| * | | Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-272-51/+60
| |\ \ \
| | * | | audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-02-241-19/+21
| | * | | audit: fix error handling in audit_data_to_entry()Paul Moore2020-02-231-32/+39
| * | | | Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kernel.org/pu...Linus Torvalds2020-02-271-1/+1
| |\ \ \ \
| | * | | | platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd2020-02-111-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-2615-92/+272
| |\ \ \ \
| | * | | | bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu2020-02-262-2/+1
| | * | | | bootconfig: Add append value operator supportMasami Hiramatsu2020-02-213-7/+34
| | * | | | bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-213-6/+24
| | * | | | bootconfig: Print array as multiple commands for legacy command lineMasami Hiramatsu2020-02-201-14/+8
| | * | | | bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-204-4/+25
| | * | | | tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu2020-02-202-12/+1
| | * | | | bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-206-17/+49
| | * | | | bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu2020-02-203-2/+10
| | * | | | tracing: Clear trace_state when starting traceMasami Hiramatsu2020-02-201-2/+2
| | * | | | bootconfig: Mark boot_config_checksum() staticQiujun Huang2020-02-201-1/+1
| | * | | | tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-02-201-0/+2
| | * | | | tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)2020-02-201-6/+6
| | * | | | tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-02-201-3/+29
| | * | | | tracing: Check that number of vals matches number of synth event fieldsTom Zanussi2020-02-201-2/+12
| | * | | | tracing: Make synth_event trace functions endian-correctTom Zanussi2020-02-201-4/+58
| | * | | | tracing: Make sure synth_event_trace() example always uses u64Tom Zanussi2020-02-201-17/+17
| * | | | | Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-02-263-12/+29
| |\ \ \ \ \
| | * | | | | kunit: run kunit_tool from any directoryHeidi Fahim2020-02-191-0/+12
| | * | | | | kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim2020-02-191-12/+16
| | * | | | | Documentation: kunit: fixed sphinx error in code blockBrendan Higgins2020-02-111-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-266-2/+14
| |\ \ \ \ \
| | * | | | | selftests/rseq: Fix out-of-tree compilationMichael Ellerman2020-02-201-1/+1
| | * | | | | selftests: Install settings files to fix TIMEOUT failuresMichael Ellerman2020-02-205-1/+9
| | * | | | | selftest/lkdtm: Don't pollute 'git status'Christophe Leroy2020-02-201-0/+4
| * | | | | | Revert "KVM: x86: enable -Werror"Christoph Hellwig2020-02-261-1/+0
| * | | | | | signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-02-261-9/+14
| * | | | | | Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-255-24/+53
| |\ \ \ \ \ \
| | * | | | | | riscv: adjust the indentZong Li2020-02-241-11/+15
| | * | | | | | riscv: allocate a complete page size for each page tableZong Li2020-02-241-11/+16
| | * | | | | | riscv: Fix gitignoreDamien Le Moal2020-02-201-0/+2
| | * | | | | | RISC-V: Don't enable all interrupts in trap_init()Anup Patel2020-02-181-2/+2
| | * | | | | | riscv: set pmp configuration if kernel is running in M-modeGreentime Hu2020-02-182-0/+18
| * | | | | | | Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Linus Torvalds2020-02-258-29/+56
| |\ \ \ \ \ \ \
| | * | | | | | | MAINTAINERS: Hand MIPS over to ThomasPaul Burton2020-02-252-4/+7
| | * | | | | | | MIPS: ingenic: DTS: Fix watchdog nodesPaul Cercueil2020-02-192-16/+18
| | * | | | | | | MIPS: X1000: Fix clock of watchdog node.周琰杰 (Zhou Yanjie)2020-02-191-4/+2
| | * | | | | | | MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor2020-02-191-1/+1