summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubi: Remove useless code in bytes_str_to_intk005240212020-12-131-2/+0
* ubifs: Fix the printing type of c->big_lptChengsong Ke2020-12-132-3/+3
* jffs2: Allow setting rp_size to zero during remountinglizhe2020-12-132-2/+6
* jffs2: Fix ignoring mounting options problem during remountinglizhe2020-12-131-0/+17
* jffs2: Fix GC exit abnormallyZhe Li2020-12-131-0/+16
* ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-134-10/+4
* jffs2: Fix if/else empty body warningsRandy Dunlap2020-12-131-11/+12
* ubifs: Delete duplicated words + other fixesRandy Dunlap2020-12-137-8/+7
* Linux 5.10-rc6v5.10-rc6Linus Torvalds2020-11-291-1/+1
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-2924-55/+84
|\
| * intel_idle: Fix intel_idle() vs tracingPeter Zijlstra2020-11-241-17/+20
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-2423-38/+64
* | Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-292-14/+4
|\ \
| * \ Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-11-252-14/+4
| |\ \
| | * | irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang2020-11-221-13/+3
| | * | irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi2020-11-221-1/+1
* | | | Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-294-3/+4
|\ \ \ \
| * | | | efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven2020-11-251-1/+1
| * | | | efivarfs: revert "fix memory leak in efivarfs_create()"Ard Biesheuvel2020-11-252-1/+2
| * | | | efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński2020-11-251-1/+1
* | | | | Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-293-43/+32
|\ \ \ \ \
| * | | | | x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-11-271-2/+4
| * | | | | x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-11-251-2/+2
| * | | | | x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-11-241-7/+25
| * | | | | x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-11-241-33/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-283-1/+4
|\ \ \ \ \
| * | | | | RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap2020-11-251-0/+2
| * | | | | RISC-V: Add missing jump label initializationAnup Patel2020-11-251-0/+1
| * | | | | riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
| |/ / / /
* | | | | Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-283-6/+5
|\ \ \ \ \
| * | | | | builddeb: Fix rootless build in setuid/setgid directorySven Joachim2020-11-021-0/+2
| * | | | | kbuild: remove unused OBJSIZEVasily Gorbik2020-11-022-6/+3
* | | | | | Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub...Linus Torvalds2020-11-286-15/+43
|\ \ \ \ \ \
| * | | | | | perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
| * | | | | | perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
| * | | | | | perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
| * | | | | | perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3
| * | | | | | perf diff: Fix error return value in __cmd_diff()Zhen Lei2020-11-271-1/+3
| * | | | | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-271-6/+9
* | | | | | | Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-2814-34/+51
|\ \ \ \ \ \ \
| * | | | | | | usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
| * | | | | | | USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
| * | | | | | | USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
| * | | | | | | usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-11-201-0/+3
| * | | | | | | usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-11-201-3/+7
| * | | | | | | USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
| * | | | | | | Merge tag 'phy-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2020-11-207-11/+8
| |\ \ \ \ \ \ \
| | * | | | | | | phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"Colin Ian King2020-11-161-1/+1
| | * | | | | | | phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1
| | * | | | | | | phy: qualcomm: usb: Fix SuperSpeed PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1