summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: bootconfig: Add a doc for extended boot configMasami Hiramatsu2020-01-133-0/+186
* bootconfig: init: Allow admin to use bootconfig for init command lineMasami Hiramatsu2020-01-131-3/+28
* bootconfig: init: Allow admin to use bootconfig for kernel command lineMasami Hiramatsu2020-01-131-5/+101
* init/main.c: Alloc initcall_command_line in do_initcall() and free itMasami Hiramatsu2020-01-131-11/+15
* proc: bootconfig: Add /proc/bootconfig to show boot config listMasami Hiramatsu2020-01-133-0/+91
* tools: bootconfig: Add bootconfig test scriptMasami Hiramatsu2020-01-1322-0/+176
* tools: bootconfig: Add bootconfig commandMasami Hiramatsu2020-01-1312-5/+481
* bootconfig: Load boot config from the tail of initrdMasami Hiramatsu2020-01-132-0/+55
* bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-136-0/+1049
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-1319-185/+185
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-1318-195/+195
* perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-134-68/+68
* Linux 5.5-rc6v5.5-rc6Linus Torvalds2020-01-131-1/+1
* Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-134-6/+6
|\
| * riscv: Fixup obvious bug for fp-regs resetGuo Ren2020-01-121-1/+1
| * riscv: move sifive_l2_cache.h to include/socYash Shah2020-01-123-5/+5
* | Merge tag 'iommu-fixes-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-123-7/+19
|\ \
| * | iommu/dma: fix variable 'cookie' set but not usedQian Cai2020-01-071-3/+0
| * | iommu/vt-d: Unlink device if failed to add to groupJon Derrick2020-01-071-3/+10
| * | iommu: Remove device link to group on failureJon Derrick2020-01-071-0/+1
| * | iommu/vt-d: Fix adding non-PCI devices to Intel IOMMUPatrick Steinhardt2020-01-071-1/+8
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-124-15/+23
|\ \
| * | i2c: fix bus recovery stop mode timingRussell King2020-01-091-3/+10
| * | i2c: bcm2835: Store pointer to bus clockStefan Wahren2020-01-061-9/+8
| * | dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60Eugen Hristev2020-01-061-2/+4
| * | i2c: at91: fix clk_offset for sam9x60Eugen Hristev2020-01-061-1/+1
| |/
* | Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-1218-32/+45
|\ \
| * | um: Implement copy_thread_tlsAmanieu d'Antras2020-01-075-12/+10
| * | clone3: ensure copy_thread_tls is implementedAmanieu d'Antras2020-01-071-0/+10
| * | xtensa: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-4/+5
| * | riscv: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-3/+4
| * | parisc: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-4/+5
| * | arm: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-3/+4
| * | arm64: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-5/+6
| * | arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headersAmanieu d'Antras2020-01-072-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-01-102-5/+7
|\ \
| * | HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2020-01-102-5/+7
* | | Merge tag 'usb-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-1019-93/+243
|\ \ \
| * | | usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
| * | | usb: ohci-da8xx: ensure error return on variable error is setColin Ian King2020-01-081-2/+6
| * | | usb: musb: Disable pullup at initPaul Cercueil2020-01-081-0/+3
| * | | usb: musb: fix idling for suspend after disconnect interruptTony Lindgren2020-01-081-0/+8
| * | | usb: typec: ucsi: Fix the notification bit offsetsHeikki Krogerus2020-01-081-9/+9
| * | | USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-061-4/+8
| * | | USB-PD tcpm: bad warning+size, PPS adaptersDouglas Gilbert2020-01-021-5/+15
| * | | Merge tag 'usb-serial-5.5-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-01-023-0/+15
| |\ \ \
| | * | | USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas2019-12-203-0/+13
| | * | | USB: serial: option: add Telit ME910G1 0x110a compositionDaniele Palmas2019-12-161-0/+2
| * | | | Merge tag 'phy-for-5.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2020-01-024-47/+98
| |\ \ \ \
| | * | | | phy/rockchip: inno-hdmi: round clock rate down to closest 1000 HzJonas Karlman2019-12-311-0/+4