summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-04-151-1/+1
* ubi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-151-0/+1
* ubifs: Report max LEB count at mount timeMartin Devera2021-04-151-2/+2
* ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar2021-04-151-0/+2
* ubifs: Default to zstd compressionRui Salvaterra2021-04-151-0/+3
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-04-151-1/+2
* Linux 5.12-rc7v5.12-rc7Linus Torvalds2021-04-111-1/+1
* Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-111-11/+42
|\
| * btrfs: zoned: move superblock logging zone locationNaohiro Aota2021-04-101-11/+42
* | Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-111-2/+3
|\ \
| * | lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-03-221-1/+1
| * | lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-03-211-1/+2
* | | Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-112-5/+14
|\ \ \
| * | | x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai2021-04-091-2/+2
| * | | RAS/CEC: Correct ce_add_elem()'s returned valuesWilliam Roche2021-04-071-3/+12
* | | | Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-103-10/+15
|\ \ \ \
| * | | | percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin2021-04-093-10/+15
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-04-105-57/+65
|\ \ \ \
| * | | | scsi: scsi_transport_srp: Don't block target in SRP_PORT_LOST stateMartin Wilck2021-04-051-1/+1
| * | | | scsi: target: iscsi: Fix zero tag inside a trace eventRoman Bolshakov2021-04-051-2/+1
| * | | | scsi: pm80xx: Fix chip initialization failureViswas G2021-04-051-4/+4
| * | | | scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUsCan Guo2021-04-011-17/+13
| * | | | scsi: ufs: core: Fix task management request completion timeoutCan Guo2021-04-011-0/+1
| * | | | scsi: hpsa: Add an assert to prevent __packed reintroductionSergei Trofimovich2021-04-011-0/+12
| * | | | scsi: hpsa: Fix boot on ia64 (atomic_t alignment)Sergei Trofimovich2021-04-011-1/+1
| * | | | scsi: hpsa: Use __packed on individual structs, not header-wideSergei Trofimovich2021-04-011-34/+34
* | | | | Merge tag 'powerpc-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-107-30/+32
|\ \ \ \ \
| * | | | | powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy2021-04-021-0/+4
| * | | | | powerpc/signal32: Fix Oops on sigreturn with unmapped VDSOChristophe Leroy2021-04-021-12/+8
| * | | | | powerpc/ptrace: Don't return error when getting/setting FP regs without CONFI...Christophe Leroy2021-04-025-18/+20
* | | | | | Merge tag 'driver-core-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-101-3/+5
|\ \ \ \ \ \
| * | | | | | driver core: Fix locking bug in deferred_probe_timeout_work_func()Saravana Kannan2021-04-051-3/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'usb-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-109-9/+52
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'thunderbolt-for-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-04-081-2/+2
| |\ \ \ \ \ \
| | * | | | | | thunderbolt: Fix off by one in tb_port_find_retimer()Dan Carpenter2021-03-301-1/+1
| | * | | | | | thunderbolt: Fix a leak in tb_retimer_add()Dan Carpenter2021-03-301-1/+1
| * | | | | | | usbip: synchronize event handler with sysfs code pathsShuah Khan2021-04-051-0/+2
| * | | | | | | usbip: vudc synchronize sysfs code pathsShuah Khan2021-04-052-0/+6
| * | | | | | | usbip: stub-dev synchronize sysfs code pathsShuah Khan2021-04-051-2/+9
| * | | | | | | usbip: add sysfs_lock to synchronize sysfs code pathsShuah Khan2021-04-053-5/+29
| * | | | | | | Merge tag 'v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter....Greg Kroah-Hartman2021-04-051-0/+4
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak2021-03-271-0/+4
* | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-108-10/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | i2c: imx: mention Oleksij as maintainer of the binding docsWolfram Sang2021-04-081-0/+3
| * | | | | | | | i2c: exynos5: correct top kerneldocKrzysztof Kozlowski2021-04-061-1/+1
| * | | | | | | | i2c: designware: Adjust bus_freq_hz when refuse high speed mode setAndy Shevchenko2021-04-051-0/+1
| * | | | | | | | i2c: hix5hd2: use the correct HiSilicon copyrightHao Fang2021-03-311-1/+1
| * | | | | | | | i2c: gpio: update email address in binding docsWolfram Sang2021-03-311-1/+1
| * | | | | | | | i2c: imx: drop me as maintainer of binding docsWolfram Sang2021-03-311-3/+0
| * | | | | | | | i2c: stm32f4: Mundane typo fixBhaskar Chowdhury2021-03-311-1/+1